[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. 7723 1726883075.08171: 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-0cT 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 7723 1726883075.08477: Added group all to inventory 7723 1726883075.08479: Added group ungrouped to inventory 7723 1726883075.08482: Group all now contains ungrouped 7723 1726883075.08485: Examining possible inventory source: /tmp/rhc-oBG/inventory.yml 7723 1726883075.17743: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/cache 7723 1726883075.17786: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py 7723 1726883075.17802: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory 7723 1726883075.17845: Loading InventoryModule 'host_list' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py 7723 1726883075.17892: Loaded config def from plugin (inventory/script) 7723 1726883075.17894: Loading InventoryModule 'script' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py 7723 1726883075.17921: Loading InventoryModule 'auto' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py 7723 1726883075.17982: Loaded config def from plugin (inventory/yaml) 7723 1726883075.17983: Loading InventoryModule 'yaml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py 7723 1726883075.18047: Loading InventoryModule 'ini' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/ini.py 7723 1726883075.18327: Loading InventoryModule 'toml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/toml.py 7723 1726883075.18329: Attempting to use plugin host_list (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py) 7723 1726883075.18332: Attempting to use plugin script (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py) 7723 1726883075.18336: Attempting to use plugin auto (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py) 7723 1726883075.18339: Loading data from /tmp/rhc-oBG/inventory.yml 7723 1726883075.18386: /tmp/rhc-oBG/inventory.yml was not parsable by auto 7723 1726883075.18428: Attempting to use plugin yaml (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py) 7723 1726883075.18459: Loading data from /tmp/rhc-oBG/inventory.yml 7723 1726883075.18514: group all already in inventory 7723 1726883075.18520: set inventory_file for managed_node1 7723 1726883075.18523: set inventory_dir for managed_node1 7723 1726883075.18523: Added host managed_node1 to inventory 7723 1726883075.18525: Added host managed_node1 to group all 7723 1726883075.18526: set ansible_host for managed_node1 7723 1726883075.18526: set ansible_ssh_extra_args for managed_node1 7723 1726883075.18528: set inventory_file for managed_node2 7723 1726883075.18530: set inventory_dir for managed_node2 7723 1726883075.18530: Added host managed_node2 to inventory 7723 1726883075.18531: Added host managed_node2 to group all 7723 1726883075.18532: set ansible_host for managed_node2 7723 1726883075.18532: set ansible_ssh_extra_args for managed_node2 7723 1726883075.18534: set inventory_file for managed_node3 7723 1726883075.18535: set inventory_dir for managed_node3 7723 1726883075.18536: Added host managed_node3 to inventory 7723 1726883075.18536: Added host managed_node3 to group all 7723 1726883075.18537: set ansible_host for managed_node3 7723 1726883075.18537: set ansible_ssh_extra_args for managed_node3 7723 1726883075.18539: Reconcile groups and hosts in inventory. 7723 1726883075.18543: Group ungrouped now contains managed_node1 7723 1726883075.18545: Group ungrouped now contains managed_node2 7723 1726883075.18546: Group ungrouped now contains managed_node3 7723 1726883075.18601: '/usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name 7723 1726883075.18681: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments 7723 1726883075.18715: Loading ModuleDocFragment 'vars_plugin_staging' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py 7723 1726883075.18733: Loaded config def from plugin (vars/host_group_vars) 7723 1726883075.18734: 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) 7723 1726883075.18739: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/vars 7723 1726883075.18747: 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) 7723 1726883075.18776: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py (found_in_cache=True, class_only=False) 7723 1726883075.19014: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7723 1726883075.19088: Loading ModuleDocFragment 'connection_pipelining' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py 7723 1726883075.19111: Loaded config def from plugin (connection/local) 7723 1726883075.19113: Loading Connection 'local' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/local.py (found_in_cache=False, class_only=True) 7723 1726883075.19504: Loaded config def from plugin (connection/paramiko_ssh) 7723 1726883075.19507: 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) 7723 1726883075.20076: 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) 7723 1726883075.20100: Loaded config def from plugin (connection/psrp) 7723 1726883075.20102: Loading Connection 'psrp' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/psrp.py (found_in_cache=False, class_only=True) 7723 1726883075.20528: 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) 7723 1726883075.20557: Loaded config def from plugin (connection/ssh) 7723 1726883075.20559: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=False, class_only=True) 7723 1726883075.21899: 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) 7723 1726883075.21924: Loaded config def from plugin (connection/winrm) 7723 1726883075.21926: Loading Connection 'winrm' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/winrm.py (found_in_cache=False, class_only=True) 7723 1726883075.21951: '/usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__init__' skipped due to reserved name 7723 1726883075.21999: Loading ModuleDocFragment 'shell_windows' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_windows.py 7723 1726883075.22038: Loaded config def from plugin (shell/cmd) 7723 1726883075.22039: Loading ShellModule 'cmd' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/cmd.py (found_in_cache=False, class_only=True) 7723 1726883075.22054: 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) 7723 1726883075.22097: Loaded config def from plugin (shell/powershell) 7723 1726883075.22098: Loading ShellModule 'powershell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/powershell.py (found_in_cache=False, class_only=True) 7723 1726883075.22136: Loading ModuleDocFragment 'shell_common' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_common.py 7723 1726883075.22239: Loaded config def from plugin (shell/sh) 7723 1726883075.22243: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=False, class_only=True) 7723 1726883075.22265: '/usr/local/lib/python3.12/site-packages/ansible/plugins/become/__init__' skipped due to reserved name 7723 1726883075.22339: Loaded config def from plugin (become/runas) 7723 1726883075.22342: Loading BecomeModule 'runas' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/runas.py (found_in_cache=False, class_only=True) 7723 1726883075.22453: Loaded config def from plugin (become/su) 7723 1726883075.22455: Loading BecomeModule 'su' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/su.py (found_in_cache=False, class_only=True) 7723 1726883075.22551: Loaded config def from plugin (become/sudo) 7723 1726883075.22553: 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 7723 1726883075.22576: Loading data from /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_register_unregister.yml 7723 1726883075.23220: in VariableManager get_vars() 7723 1726883075.23235: done with get_vars() 7723 1726883075.23244: Loading data from /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml statically imported: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml 7723 1726883075.23633: in VariableManager get_vars() 7723 1726883075.23647: done with get_vars() 7723 1726883075.23666: Loading data from /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml statically imported: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml 7723 1726883075.23867: trying /usr/local/lib/python3.12/site-packages/ansible/modules 7723 1726883075.26357: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action 7723 1726883075.26536: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__ 7723 1726883075.27760: in VariableManager get_vars() 7723 1726883075.27774: done with get_vars() 7723 1726883075.27794: Loading data from /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/check_candlepin.yml statically imported: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/check_candlepin.yml 7723 1726883075.28126: in VariableManager get_vars() 7723 1726883075.28137: done with get_vars() 7723 1726883075.28229: in VariableManager get_vars() 7723 1726883075.28237: done with get_vars() 7723 1726883075.28579: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/callback 7723 1726883075.28589: 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 7723 1726883075.28776: Loading ModuleDocFragment 'default_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/default_callback.py 7723 1726883075.28945: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.debug) 7723 1726883075.28947: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.debug' from /tmp/collections-0cT/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) 7723 1726883075.28971: '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__init__' skipped due to reserved name 7723 1726883075.28987: 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) 7723 1726883075.30380: Loading ModuleDocFragment 'result_format_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/result_format_callback.py 7723 1726883075.30422: Loaded config def from plugin (callback/default) 7723 1726883075.30424: 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) 7723 1726883075.31195: Loaded config def from plugin (callback/junit) 7723 1726883075.31197: 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) 7723 1726883075.31231: 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) 7723 1726883075.31274: Loaded config def from plugin (callback/minimal) 7723 1726883075.31276: 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) 7723 1726883075.31303: 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) 7723 1726883075.31342: Loaded config def from plugin (callback/tree) 7723 1726883075.31344: 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 7723 1726883075.31421: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.profile_tasks) 7723 1726883075.31423: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.profile_tasks' from /tmp/collections-0cT/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_register_unregister.yml **************************************** 1 plays in /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_register_unregister.yml 7723 1726883075.31444: in VariableManager get_vars() 7723 1726883075.31455: done with get_vars() 7723 1726883075.31458: in VariableManager get_vars() 7723 1726883075.31464: done with get_vars() 7723 1726883075.31471: variable 'omit' from source: magic vars 7723 1726883075.31499: in VariableManager get_vars() 7723 1726883075.31510: done with get_vars() 7723 1726883075.31526: variable 'omit' from source: magic vars PLAY [Basic register/unregister] *********************************************** 7723 1726883075.32167: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy 7723 1726883075.32217: Loading StrategyModule 'linear' from /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/linear.py 7723 1726883075.32248: getting the remaining hosts for this loop 7723 1726883075.32251: done getting the remaining hosts for this loop 7723 1726883075.32254: getting the next task for host managed_node1 7723 1726883075.32257: done getting next task for host managed_node1 7723 1726883075.32258: ^ task is: TASK: meta (flush_handlers) 7723 1726883075.32259: ^ 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 7723 1726883075.32261: getting variables 7723 1726883075.32261: in VariableManager get_vars() 7723 1726883075.32268: Calling all_inventory to load vars for managed_node1 7723 1726883075.32270: Calling groups_inventory to load vars for managed_node1 7723 1726883075.32272: Calling all_plugins_inventory to load vars for managed_node1 7723 1726883075.32280: Calling all_plugins_play to load vars for managed_node1 7723 1726883075.32287: Calling groups_plugins_inventory to load vars for managed_node1 7723 1726883075.32289: Calling groups_plugins_play to load vars for managed_node1 7723 1726883075.32310: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7723 1726883075.32348: done with get_vars() 7723 1726883075.32353: done getting variables 7723 1726883075.32384: in VariableManager get_vars() 7723 1726883075.32390: Calling all_inventory to load vars for managed_node1 7723 1726883075.32391: Calling groups_inventory to load vars for managed_node1 7723 1726883075.32393: Calling all_plugins_inventory to load vars for managed_node1 7723 1726883075.32396: Calling all_plugins_play to load vars for managed_node1 7723 1726883075.32397: Calling groups_plugins_inventory to load vars for managed_node1 7723 1726883075.32399: Calling groups_plugins_play to load vars for managed_node1 7723 1726883075.32417: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7723 1726883075.32425: done with get_vars() 7723 1726883075.32432: done queuing things up, now waiting for results queue to drain 7723 1726883075.32433: results queue empty 7723 1726883075.32434: checking for any_errors_fatal 7723 1726883075.32435: done checking for any_errors_fatal 7723 1726883075.32435: checking for max_fail_percentage 7723 1726883075.32436: done checking for max_fail_percentage 7723 1726883075.32436: checking to see if all hosts have failed and the running result is not ok 7723 1726883075.32436: done checking to see if all hosts have failed 7723 1726883075.32437: getting the remaining hosts for this loop 7723 1726883075.32438: done getting the remaining hosts for this loop 7723 1726883075.32439: getting the next task for host managed_node1 7723 1726883075.32445: done getting next task for host managed_node1 7723 1726883075.32446: ^ task is: TASK: Get LSR_RHC_TEST_DATA environment variable 7723 1726883075.32448: ^ 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 7723 1726883075.32450: getting variables 7723 1726883075.32450: in VariableManager get_vars() 7723 1726883075.32455: Calling all_inventory to load vars for managed_node1 7723 1726883075.32456: Calling groups_inventory to load vars for managed_node1 7723 1726883075.32472: Calling all_plugins_inventory to load vars for managed_node1 7723 1726883075.32475: Calling all_plugins_play to load vars for managed_node1 7723 1726883075.32477: Calling groups_plugins_inventory to load vars for managed_node1 7723 1726883075.32479: Calling groups_plugins_play to load vars for managed_node1 7723 1726883075.32496: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7723 1726883075.32507: done with get_vars() 7723 1726883075.32510: done getting variables 7723 1726883075.32550: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [Get LSR_RHC_TEST_DATA environment variable] ****************************** task path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:3 Friday 20 September 2024 21:44:35 -0400 (0:00:00.011) 0:00:00.011 ****** 7723 1726883075.32571: entering _queue_task() for managed_node1/set_fact 7723 1726883075.32572: Creating lock for set_fact 7723 1726883075.32878: worker is 1 (out of 1 available) 7723 1726883075.32889: exiting _queue_task() for managed_node1/set_fact 7723 1726883075.32901: done queuing things up, now waiting for results queue to drain 7723 1726883075.32903: waiting for pending results... 7723 1726883075.33042: running TaskExecutor() for managed_node1/TASK: Get LSR_RHC_TEST_DATA environment variable 7723 1726883075.33113: in run() - task 0affc0aa-4893-13c9-9f63-00000000000c 7723 1726883075.33126: variable 'ansible_search_path' from source: unknown 7723 1726883075.33129: variable 'ansible_search_path' from source: unknown 7723 1726883075.33164: calling self._execute() 7723 1726883075.33206: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883075.33210: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883075.33222: variable 'omit' from source: magic vars 7723 1726883075.33294: variable 'omit' from source: magic vars 7723 1726883075.33333: variable 'omit' from source: magic vars 7723 1726883075.33712: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup 7723 1726883075.33844: Loaded config def from plugin (lookup/env) 7723 1726883075.33847: Loading LookupModule 'env' from /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup/env.py 7723 1726883075.33896: variable 'omit' from source: magic vars 7723 1726883075.33918: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7723 1726883075.33942: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7723 1726883075.33957: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7723 1726883075.33970: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7723 1726883075.33978: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7723 1726883075.33999: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7723 1726883075.34002: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883075.34006: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883075.34072: Set connection var ansible_shell_type to sh 7723 1726883075.34075: Set connection var ansible_shell_executable to /bin/sh 7723 1726883075.34081: Set connection var ansible_module_compression to ZIP_DEFLATED 7723 1726883075.34084: Set connection var ansible_connection to ssh 7723 1726883075.34089: Set connection var ansible_pipelining to False 7723 1726883075.34093: Set connection var ansible_timeout to 10 7723 1726883075.34112: variable 'ansible_shell_executable' from source: unknown 7723 1726883075.34117: variable 'ansible_connection' from source: unknown 7723 1726883075.34120: variable 'ansible_module_compression' from source: unknown 7723 1726883075.34122: variable 'ansible_shell_type' from source: unknown 7723 1726883075.34125: variable 'ansible_shell_executable' from source: unknown 7723 1726883075.34127: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883075.34133: variable 'ansible_pipelining' from source: unknown 7723 1726883075.34137: variable 'ansible_timeout' from source: unknown 7723 1726883075.34139: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883075.34215: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7723 1726883075.34226: variable 'omit' from source: magic vars 7723 1726883075.34231: starting attempt loop 7723 1726883075.34234: running the handler 7723 1726883075.34246: handler run complete 7723 1726883075.34256: attempt loop complete, returning result 7723 1726883075.34259: _execute() done 7723 1726883075.34261: dumping result to json 7723 1726883075.34264: done dumping result, returning 7723 1726883075.34270: done running TaskExecutor() for managed_node1/TASK: Get LSR_RHC_TEST_DATA environment variable [0affc0aa-4893-13c9-9f63-00000000000c] 7723 1726883075.34273: sending task result for task 0affc0aa-4893-13c9-9f63-00000000000c 7723 1726883075.34359: done sending task result for task 0affc0aa-4893-13c9-9f63-00000000000c 7723 1726883075.34362: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "lsr_rhc_test_data_file": "" }, "changed": false } 7723 1726883075.34430: no more pending results, returning what we have 7723 1726883075.34433: results queue empty 7723 1726883075.34434: checking for any_errors_fatal 7723 1726883075.34436: done checking for any_errors_fatal 7723 1726883075.34437: checking for max_fail_percentage 7723 1726883075.34439: done checking for max_fail_percentage 7723 1726883075.34439: checking to see if all hosts have failed and the running result is not ok 7723 1726883075.34442: done checking to see if all hosts have failed 7723 1726883075.34443: getting the remaining hosts for this loop 7723 1726883075.34445: done getting the remaining hosts for this loop 7723 1726883075.34448: getting the next task for host managed_node1 7723 1726883075.34457: done getting next task for host managed_node1 7723 1726883075.34459: ^ task is: TASK: Import test data 7723 1726883075.34462: ^ 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 7723 1726883075.34465: getting variables 7723 1726883075.34466: in VariableManager get_vars() 7723 1726883075.34497: Calling all_inventory to load vars for managed_node1 7723 1726883075.34499: Calling groups_inventory to load vars for managed_node1 7723 1726883075.34502: Calling all_plugins_inventory to load vars for managed_node1 7723 1726883075.34510: Calling all_plugins_play to load vars for managed_node1 7723 1726883075.34512: Calling groups_plugins_inventory to load vars for managed_node1 7723 1726883075.34515: Calling groups_plugins_play to load vars for managed_node1 7723 1726883075.34553: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7723 1726883075.34576: done with get_vars() 7723 1726883075.34588: done getting variables 7723 1726883075.34672: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [Import test data] ******************************************************** task path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:12 Friday 20 September 2024 21:44:35 -0400 (0:00:00.021) 0:00:00.033 ****** 7723 1726883075.34698: entering _queue_task() for managed_node1/include_vars 7723 1726883075.34699: Creating lock for include_vars 7723 1726883075.34920: worker is 1 (out of 1 available) 7723 1726883075.34932: exiting _queue_task() for managed_node1/include_vars 7723 1726883075.34943: done queuing things up, now waiting for results queue to drain 7723 1726883075.34946: waiting for pending results... 7723 1726883075.35083: running TaskExecutor() for managed_node1/TASK: Import test data 7723 1726883075.35157: in run() - task 0affc0aa-4893-13c9-9f63-00000000000e 7723 1726883075.35170: variable 'ansible_search_path' from source: unknown 7723 1726883075.35175: variable 'ansible_search_path' from source: unknown 7723 1726883075.35203: calling self._execute() 7723 1726883075.35248: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883075.35252: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883075.35261: variable 'omit' from source: magic vars 7723 1726883075.35641: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7723 1726883075.37205: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7723 1726883075.37255: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7723 1726883075.37282: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7723 1726883075.37306: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7723 1726883075.37327: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7723 1726883075.37396: 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) 7723 1726883075.37419: 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) 7723 1726883075.37435: 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) 7723 1726883075.37465: 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) 7723 1726883075.37476: 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) 7723 1726883075.37564: variable 'lsr_rhc_test_data_file' from source: set_fact 7723 1726883075.37593: Evaluated conditional (lsr_rhc_test_data_file | length > 0): False 7723 1726883075.37597: when evaluation is False, skipping this task 7723 1726883075.37599: _execute() done 7723 1726883075.37602: dumping result to json 7723 1726883075.37604: done dumping result, returning 7723 1726883075.37606: done running TaskExecutor() for managed_node1/TASK: Import test data [0affc0aa-4893-13c9-9f63-00000000000e] 7723 1726883075.37612: sending task result for task 0affc0aa-4893-13c9-9f63-00000000000e 7723 1726883075.37697: done sending task result for task 0affc0aa-4893-13c9-9f63-00000000000e 7723 1726883075.37700: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "lsr_rhc_test_data_file | length > 0", "skip_reason": "Conditional result was False" } 7723 1726883075.37769: no more pending results, returning what we have 7723 1726883075.37772: results queue empty 7723 1726883075.37772: checking for any_errors_fatal 7723 1726883075.37776: done checking for any_errors_fatal 7723 1726883075.37777: checking for max_fail_percentage 7723 1726883075.37778: done checking for max_fail_percentage 7723 1726883075.37779: checking to see if all hosts have failed and the running result is not ok 7723 1726883075.37780: done checking to see if all hosts have failed 7723 1726883075.37780: getting the remaining hosts for this loop 7723 1726883075.37782: done getting the remaining hosts for this loop 7723 1726883075.37785: getting the next task for host managed_node1 7723 1726883075.37792: done getting next task for host managed_node1 7723 1726883075.37794: ^ task is: TASK: Get facts for external test data 7723 1726883075.37797: ^ 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 7723 1726883075.37800: getting variables 7723 1726883075.37802: in VariableManager get_vars() 7723 1726883075.37836: Calling all_inventory to load vars for managed_node1 7723 1726883075.37839: Calling groups_inventory to load vars for managed_node1 7723 1726883075.37843: Calling all_plugins_inventory to load vars for managed_node1 7723 1726883075.37854: Calling all_plugins_play to load vars for managed_node1 7723 1726883075.37856: Calling groups_plugins_inventory to load vars for managed_node1 7723 1726883075.37859: Calling groups_plugins_play to load vars for managed_node1 7723 1726883075.37897: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7723 1726883075.37930: done with get_vars() 7723 1726883075.37936: done getting variables TASK [Get facts for external test data] **************************************** task path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:16 Friday 20 September 2024 21:44:35 -0400 (0:00:00.033) 0:00:00.066 ****** 7723 1726883075.38002: entering _queue_task() for managed_node1/setup 7723 1726883075.38231: worker is 1 (out of 1 available) 7723 1726883075.38246: exiting _queue_task() for managed_node1/setup 7723 1726883075.38256: done queuing things up, now waiting for results queue to drain 7723 1726883075.38258: waiting for pending results... 7723 1726883075.38394: running TaskExecutor() for managed_node1/TASK: Get facts for external test data 7723 1726883075.38464: in run() - task 0affc0aa-4893-13c9-9f63-00000000000f 7723 1726883075.38475: variable 'ansible_search_path' from source: unknown 7723 1726883075.38480: variable 'ansible_search_path' from source: unknown 7723 1726883075.38508: calling self._execute() 7723 1726883075.38558: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883075.38561: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883075.38570: variable 'omit' from source: magic vars 7723 1726883075.38912: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7723 1726883075.40513: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7723 1726883075.40571: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7723 1726883075.40599: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7723 1726883075.40626: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7723 1726883075.40648: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7723 1726883075.40707: 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) 7723 1726883075.40731: 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) 7723 1726883075.40752: 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) 7723 1726883075.40783: 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) 7723 1726883075.40794: 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) 7723 1726883075.40887: variable 'lsr_rhc_test_data_file' from source: set_fact 7723 1726883075.40905: Evaluated conditional (lsr_rhc_test_data_file | length > 0): False 7723 1726883075.40908: when evaluation is False, skipping this task 7723 1726883075.40911: _execute() done 7723 1726883075.40914: dumping result to json 7723 1726883075.40919: done dumping result, returning 7723 1726883075.40925: done running TaskExecutor() for managed_node1/TASK: Get facts for external test data [0affc0aa-4893-13c9-9f63-00000000000f] 7723 1726883075.40930: sending task result for task 0affc0aa-4893-13c9-9f63-00000000000f 7723 1726883075.41016: done sending task result for task 0affc0aa-4893-13c9-9f63-00000000000f 7723 1726883075.41019: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "lsr_rhc_test_data_file | length > 0", "skip_reason": "Conditional result was False" } 7723 1726883075.41062: no more pending results, returning what we have 7723 1726883075.41064: results queue empty 7723 1726883075.41065: checking for any_errors_fatal 7723 1726883075.41068: done checking for any_errors_fatal 7723 1726883075.41069: checking for max_fail_percentage 7723 1726883075.41071: done checking for max_fail_percentage 7723 1726883075.41071: checking to see if all hosts have failed and the running result is not ok 7723 1726883075.41072: done checking to see if all hosts have failed 7723 1726883075.41073: getting the remaining hosts for this loop 7723 1726883075.41074: done getting the remaining hosts for this loop 7723 1726883075.41077: getting the next task for host managed_node1 7723 1726883075.41085: done getting next task for host managed_node1 7723 1726883075.41088: ^ task is: TASK: Set local lsr_rhc_test_data 7723 1726883075.41091: ^ 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 7723 1726883075.41094: getting variables 7723 1726883075.41095: in VariableManager get_vars() 7723 1726883075.41123: Calling all_inventory to load vars for managed_node1 7723 1726883075.41125: Calling groups_inventory to load vars for managed_node1 7723 1726883075.41128: Calling all_plugins_inventory to load vars for managed_node1 7723 1726883075.41138: Calling all_plugins_play to load vars for managed_node1 7723 1726883075.41141: Calling groups_plugins_inventory to load vars for managed_node1 7723 1726883075.41145: Calling groups_plugins_play to load vars for managed_node1 7723 1726883075.41183: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7723 1726883075.41206: done with get_vars() 7723 1726883075.41214: done getting variables 7723 1726883075.41272: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set local lsr_rhc_test_data] ********************************************* task path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:24 Friday 20 September 2024 21:44:35 -0400 (0:00:00.032) 0:00:00.099 ****** 7723 1726883075.41295: entering _queue_task() for managed_node1/include_vars 7723 1726883075.41498: worker is 1 (out of 1 available) 7723 1726883075.41511: exiting _queue_task() for managed_node1/include_vars 7723 1726883075.41522: done queuing things up, now waiting for results queue to drain 7723 1726883075.41524: waiting for pending results... 7723 1726883075.41657: running TaskExecutor() for managed_node1/TASK: Set local lsr_rhc_test_data 7723 1726883075.41744: in run() - task 0affc0aa-4893-13c9-9f63-000000000011 7723 1726883075.41756: variable 'ansible_search_path' from source: unknown 7723 1726883075.41759: variable 'ansible_search_path' from source: unknown 7723 1726883075.41788: calling self._execute() 7723 1726883075.41835: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883075.41838: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883075.41849: variable 'omit' from source: magic vars 7723 1726883075.42187: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7723 1726883075.43821: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7723 1726883075.43879: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7723 1726883075.43905: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7723 1726883075.43942: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7723 1726883075.43960: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7723 1726883075.44016: 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) 7723 1726883075.44041: 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) 7723 1726883075.44061: 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) 7723 1726883075.44088: 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) 7723 1726883075.44099: 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) 7723 1726883075.44188: variable 'lsr_rhc_test_data_file' from source: set_fact 7723 1726883075.44211: Evaluated conditional (lsr_rhc_test_data_file | length == 0): True 7723 1726883075.44219: variable 'omit' from source: magic vars 7723 1726883075.44261: variable 'omit' from source: magic vars 7723 1726883075.44289: variable 'omit' from source: magic vars 7723 1726883075.44308: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7723 1726883075.44330: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7723 1726883075.44346: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7723 1726883075.44359: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7723 1726883075.44367: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7723 1726883075.44382: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 7723 1726883075.44395: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 7723 1726883075.44420: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7723 1726883075.44423: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883075.44426: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883075.44503: Set connection var ansible_shell_type to sh 7723 1726883075.44508: Set connection var ansible_shell_executable to /bin/sh 7723 1726883075.44514: Set connection var ansible_module_compression to ZIP_DEFLATED 7723 1726883075.44517: Set connection var ansible_connection to ssh 7723 1726883075.44523: Set connection var ansible_pipelining to False 7723 1726883075.44528: Set connection var ansible_timeout to 10 7723 1726883075.44551: variable 'ansible_shell_executable' from source: unknown 7723 1726883075.44554: variable 'ansible_connection' from source: unknown 7723 1726883075.44557: variable 'ansible_module_compression' from source: unknown 7723 1726883075.44559: variable 'ansible_shell_type' from source: unknown 7723 1726883075.44561: variable 'ansible_shell_executable' from source: unknown 7723 1726883075.44564: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883075.44566: variable 'ansible_pipelining' from source: unknown 7723 1726883075.44570: variable 'ansible_timeout' from source: unknown 7723 1726883075.44574: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883075.44651: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7723 1726883075.44659: variable 'omit' from source: magic vars 7723 1726883075.44662: starting attempt loop 7723 1726883075.44665: running the handler 7723 1726883075.44674: evaluation_path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks 7723 1726883075.44692: search_path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/vars/../files/candlepin_data.yml /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/../files/candlepin_data.yml /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/vars/../files/candlepin_data.yml /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/../files/candlepin_data.yml 7723 1726883075.44783: handler run complete 7723 1726883075.44790: attempt loop complete, returning result 7723 1726883075.44793: _execute() done 7723 1726883075.44796: dumping result to json 7723 1726883075.44802: done dumping result, returning 7723 1726883075.44809: done running TaskExecutor() for managed_node1/TASK: Set local lsr_rhc_test_data [0affc0aa-4893-13c9-9f63-000000000011] 7723 1726883075.44819: sending task result for task 0affc0aa-4893-13c9-9f63-000000000011 7723 1726883075.44926: done sending task result for task 0affc0aa-4893-13c9-9f63-000000000011 7723 1726883075.44929: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "lsr_rhc_test_data": { "baseurl": "http://localhost:8080", "candlepin_host": "candlepin.local", "candlepin_insecure": false, "candlepin_port": 8443, "candlepin_prefix": "/candlepin", "env_nonworking": "Ceci n'est pas une environment", "envs_register": [ "Environment 2" ], "insights": false, "proxy_auth_hostname": "localhost", "proxy_auth_password": "proxypass", "proxy_auth_port": 3130, "proxy_auth_scheme": "https", "proxy_auth_username": "proxyuser", "proxy_noauth_hostname": "localhost", "proxy_noauth_port": 3128, "proxy_noauth_scheme": "https", "proxy_nonworking_hostname": "wrongproxy", "proxy_nonworking_password": "wrong-proxypassword", "proxy_nonworking_port": 4000, "proxy_nonworking_username": "wrong-proxyuser", "reg_activation_keys": [ "default_key" ], "reg_invalid_password": "invalid-password", "reg_invalid_username": "invalid-user", "reg_organization": "donaldduck", "reg_password": "password", "reg_username": "doc", "release": null, "repositories": [ { "name": "donaldy-content-label-7051", "state": "enabled" }, { "name": "content-label-32060", "state": "disabled" } ] } }, "ansible_included_var_files": [ "/tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/../files/candlepin_data.yml" ], "changed": false } 7723 1726883075.45028: no more pending results, returning what we have 7723 1726883075.45030: results queue empty 7723 1726883075.45031: checking for any_errors_fatal 7723 1726883075.45035: done checking for any_errors_fatal 7723 1726883075.45035: checking for max_fail_percentage 7723 1726883075.45037: done checking for max_fail_percentage 7723 1726883075.45037: checking to see if all hosts have failed and the running result is not ok 7723 1726883075.45038: done checking to see if all hosts have failed 7723 1726883075.45039: getting the remaining hosts for this loop 7723 1726883075.45042: done getting the remaining hosts for this loop 7723 1726883075.45046: getting the next task for host managed_node1 7723 1726883075.45053: done getting next task for host managed_node1 7723 1726883075.45056: ^ task is: TASK: Check if system is ostree 7723 1726883075.45059: ^ 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 7723 1726883075.45061: getting variables 7723 1726883075.45062: in VariableManager get_vars() 7723 1726883075.45085: Calling all_inventory to load vars for managed_node1 7723 1726883075.45088: Calling groups_inventory to load vars for managed_node1 7723 1726883075.45090: Calling all_plugins_inventory to load vars for managed_node1 7723 1726883075.45098: Calling all_plugins_play to load vars for managed_node1 7723 1726883075.45100: Calling groups_plugins_inventory to load vars for managed_node1 7723 1726883075.45103: Calling groups_plugins_play to load vars for managed_node1 7723 1726883075.45148: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7723 1726883075.45171: done with get_vars() 7723 1726883075.45177: done getting variables TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:32 Friday 20 September 2024 21:44:35 -0400 (0:00:00.039) 0:00:00.138 ****** 7723 1726883075.45255: entering _queue_task() for managed_node1/stat 7723 1726883075.45457: worker is 1 (out of 1 available) 7723 1726883075.45470: exiting _queue_task() for managed_node1/stat 7723 1726883075.45481: done queuing things up, now waiting for results queue to drain 7723 1726883075.45483: waiting for pending results... 7723 1726883075.45620: running TaskExecutor() for managed_node1/TASK: Check if system is ostree 7723 1726883075.45693: in run() - task 0affc0aa-4893-13c9-9f63-000000000013 7723 1726883075.45705: variable 'ansible_search_path' from source: unknown 7723 1726883075.45708: variable 'ansible_search_path' from source: unknown 7723 1726883075.45737: calling self._execute() 7723 1726883075.45781: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883075.45785: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883075.45793: variable 'omit' from source: magic vars 7723 1726883075.46143: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7723 1726883075.46308: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7723 1726883075.46344: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7723 1726883075.46373: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7723 1726883075.46395: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7723 1726883075.46458: 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) 7723 1726883075.46481: 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) 7723 1726883075.46496: 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) 7723 1726883075.46516: 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) 7723 1726883075.46606: Evaluated conditional (not __rhc_is_ostree is defined): True 7723 1726883075.46610: variable 'omit' from source: magic vars 7723 1726883075.46652: variable 'omit' from source: magic vars 7723 1726883075.46677: variable 'omit' from source: magic vars 7723 1726883075.46699: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7723 1726883075.46721: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7723 1726883075.46735: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7723 1726883075.46749: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7723 1726883075.46757: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7723 1726883075.46770: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 7723 1726883075.46783: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 7723 1726883075.46806: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7723 1726883075.46813: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883075.46819: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883075.46896: Set connection var ansible_shell_type to sh 7723 1726883075.46899: Set connection var ansible_shell_executable to /bin/sh 7723 1726883075.46905: Set connection var ansible_module_compression to ZIP_DEFLATED 7723 1726883075.46907: Set connection var ansible_connection to ssh 7723 1726883075.46918: Set connection var ansible_pipelining to False 7723 1726883075.46923: Set connection var ansible_timeout to 10 7723 1726883075.46944: variable 'ansible_shell_executable' from source: unknown 7723 1726883075.46947: variable 'ansible_connection' from source: unknown 7723 1726883075.46949: variable 'ansible_module_compression' from source: unknown 7723 1726883075.46952: variable 'ansible_shell_type' from source: unknown 7723 1726883075.46954: variable 'ansible_shell_executable' from source: unknown 7723 1726883075.46958: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883075.46962: variable 'ansible_pipelining' from source: unknown 7723 1726883075.46965: variable 'ansible_timeout' from source: unknown 7723 1726883075.46969: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883075.47072: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 7723 1726883075.47080: variable 'omit' from source: magic vars 7723 1726883075.47085: starting attempt loop 7723 1726883075.47088: running the handler 7723 1726883075.47099: _low_level_execute_command(): starting 7723 1726883075.47105: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7723 1726883075.47615: 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 <<< 7723 1726883075.47621: 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.12.120 originally 10.31.12.120 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.12.120 is address <<< 7723 1726883075.47624: stderr chunk (state=3): >>>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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883075.47674: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883075.47677: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883075.47679: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883075.47735: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883075.49423: stdout chunk (state=3): >>>/root <<< 7723 1726883075.49512: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883075.49553: stderr chunk (state=3): >>><<< 7723 1726883075.49556: stdout chunk (state=3): >>><<< 7723 1726883075.49573: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883075.49591: _low_level_execute_command(): starting 7723 1726883075.49597: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726883075.495767-7738-3392607592323 `" && echo ansible-tmp-1726883075.495767-7738-3392607592323="` echo /root/.ansible/tmp/ansible-tmp-1726883075.495767-7738-3392607592323 `" ) && sleep 0' 7723 1726883075.50064: 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 <<< 7723 1726883075.50067: 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.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883075.50070: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address <<< 7723 1726883075.50072: stderr chunk (state=3): >>>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.12.120 originally 10.31.12.120 <<< 7723 1726883075.50074: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883075.50124: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883075.50128: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883075.50130: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883075.50181: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883075.52024: stdout chunk (state=3): >>>ansible-tmp-1726883075.495767-7738-3392607592323=/root/.ansible/tmp/ansible-tmp-1726883075.495767-7738-3392607592323 <<< 7723 1726883075.52124: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883075.52159: stderr chunk (state=3): >>><<< 7723 1726883075.52162: stdout chunk (state=3): >>><<< 7723 1726883075.52177: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726883075.495767-7738-3392607592323=/root/.ansible/tmp/ansible-tmp-1726883075.495767-7738-3392607592323 , 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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883075.52227: variable 'ansible_module_compression' from source: unknown 7723 1726883075.52275: ANSIBALLZ: Using lock for stat 7723 1726883075.52279: ANSIBALLZ: Acquiring lock 7723 1726883075.52281: ANSIBALLZ: Lock acquired: 140047144783168 7723 1726883075.52284: ANSIBALLZ: Creating module 7723 1726883075.60011: ANSIBALLZ: Writing module into payload 7723 1726883075.60086: ANSIBALLZ: Writing module 7723 1726883075.60102: ANSIBALLZ: Renaming module 7723 1726883075.60108: ANSIBALLZ: Done creating module 7723 1726883075.60126: variable 'ansible_facts' from source: unknown 7723 1726883075.60132: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7723 1726883075.60142: _low_level_execute_command(): starting 7723 1726883075.60148: _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' 7723 1726883075.60608: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7723 1726883075.60611: 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 <<< 7723 1726883075.60617: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883075.60619: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883075.60621: 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.12.120 originally 10.31.12.120 debug2: match found <<< 7723 1726883075.60623: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883075.60673: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883075.60677: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883075.60679: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883075.60731: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883075.62270: stdout chunk (state=3): >>>PLATFORM <<< 7723 1726883075.62344: stdout chunk (state=3): >>>Linux <<< 7723 1726883075.62361: stdout chunk (state=3): >>>FOUND /usr/bin/python3.12 <<< 7723 1726883075.62365: stdout chunk (state=3): >>>/usr/bin/python3 /usr/bin/python3 ENDFOUND <<< 7723 1726883075.62495: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883075.62526: stderr chunk (state=3): >>><<< 7723 1726883075.62530: stdout chunk (state=3): >>><<< 7723 1726883075.62547: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883075.62558 [managed_node1]: found interpreters: ['/usr/bin/python3.12', '/usr/bin/python3', '/usr/bin/python3'] 7723 1726883075.62595: _low_level_execute_command(): starting 7723 1726883075.62598: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 && sleep 0' 7723 1726883075.62678: Sending initial data 7723 1726883075.62681: Sent initial data (1181 bytes) 7723 1726883075.63059: 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 <<< 7723 1726883075.63062: 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.12.120 originally 10.31.12.120 debug2: match not found <<< 7723 1726883075.63065: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883075.63067: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883075.63069: 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883075.63119: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883075.63122: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883075.63125: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883075.63172: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883075.66492: 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"} <<< 7723 1726883075.66856: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883075.66886: stderr chunk (state=3): >>><<< 7723 1726883075.66890: stdout chunk (state=3): >>><<< 7723 1726883075.66902: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883075.66964: variable 'ansible_facts' from source: unknown 7723 1726883075.66967: variable 'ansible_facts' from source: unknown 7723 1726883075.66976: variable 'ansible_module_compression' from source: unknown 7723 1726883075.67010: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7723b_d05x07/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 7723 1726883075.67030: variable 'ansible_facts' from source: unknown 7723 1726883075.67075: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726883075.495767-7738-3392607592323/AnsiballZ_stat.py 7723 1726883075.67181: Sending initial data 7723 1726883075.67185: Sent initial data (148 bytes) 7723 1726883075.67658: 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 <<< 7723 1726883075.67662: 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.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883075.67664: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883075.67668: 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883075.67722: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883075.67725: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883075.67727: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883075.67774: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883075.69273: 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 <<< 7723 1726883075.69308: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 7723 1726883075.69349: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7723b_d05x07/tmppspyterq /root/.ansible/tmp/ansible-tmp-1726883075.495767-7738-3392607592323/AnsiballZ_stat.py <<< 7723 1726883075.69355: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726883075.495767-7738-3392607592323/AnsiballZ_stat.py" <<< 7723 1726883075.69396: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-7723b_d05x07/tmppspyterq" to remote "/root/.ansible/tmp/ansible-tmp-1726883075.495767-7738-3392607592323/AnsiballZ_stat.py" <<< 7723 1726883075.69399: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726883075.495767-7738-3392607592323/AnsiballZ_stat.py" <<< 7723 1726883075.69902: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883075.69954: stderr chunk (state=3): >>><<< 7723 1726883075.69957: stdout chunk (state=3): >>><<< 7723 1726883075.69989: done transferring module to remote 7723 1726883075.70003: _low_level_execute_command(): starting 7723 1726883075.70006: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726883075.495767-7738-3392607592323/ /root/.ansible/tmp/ansible-tmp-1726883075.495767-7738-3392607592323/AnsiballZ_stat.py && sleep 0' 7723 1726883075.70474: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883075.70479: 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.12.120 originally 10.31.12.120 debug2: match not found <<< 7723 1726883075.70481: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883075.70484: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883075.70486: 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883075.70537: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883075.70544: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883075.70547: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883075.70589: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883075.72295: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883075.72325: stderr chunk (state=3): >>><<< 7723 1726883075.72328: stdout chunk (state=3): >>><<< 7723 1726883075.72345: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883075.72348: _low_level_execute_command(): starting 7723 1726883075.72354: _low_level_execute_command(): using become for this command 7723 1726883075.72365: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-nnzfsxjxoyerjsoyoinzpksbxqydgrnx ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726883075.495767-7738-3392607592323/AnsiballZ_stat.py'"'"' && sleep 0' 7723 1726883075.72452: Initial state: awaiting_escalation: BECOME-SUCCESS-nnzfsxjxoyerjsoyoinzpksbxqydgrnx 7723 1726883075.72854: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883075.72857: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883075.72880: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883075.72896: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883075.72952: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883075.77210: stdout chunk (state=1): >>>BECOME-SUCCESS-nnzfsxjxoyerjsoyoinzpksbxqydgrnx <<< 7723 1726883075.77215: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-nnzfsxjxoyerjsoyoinzpksbxqydgrnx' 7723 1726883075.77439: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 7723 1726883075.77471: stdout chunk (state=3): >>>import _imp # builtin <<< 7723 1726883075.77507: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 7723 1726883075.77572: stdout chunk (state=3): >>>import '_io' # <<< 7723 1726883075.77577: stdout chunk (state=3): >>>import 'marshal' # <<< 7723 1726883075.77613: stdout chunk (state=3): >>>import 'posix' # <<< 7723 1726883075.77642: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 7723 1726883075.77670: stdout chunk (state=3): >>>import 'time' # <<< 7723 1726883075.77676: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 7723 1726883075.77732: stdout chunk (state=3): >>># /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' <<< 7723 1726883075.77754: stdout chunk (state=3): >>>import '_codecs' # <<< 7723 1726883075.77777: stdout chunk (state=3): >>>import 'codecs' # <<< 7723 1726883075.77817: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 7723 1726883075.77849: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 7723 1726883075.77853: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf5d103e0> <<< 7723 1726883075.77855: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf5cdfa10> <<< 7723 1726883075.77883: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 7723 1726883075.77893: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 7723 1726883075.77906: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf5d12960> <<< 7723 1726883075.77930: stdout chunk (state=3): >>>import '_signal' # <<< 7723 1726883075.77962: stdout chunk (state=3): >>>import '_abc' # <<< 7723 1726883075.77971: stdout chunk (state=3): >>>import 'abc' # <<< 7723 1726883075.77983: stdout chunk (state=3): >>>import 'io' # <<< 7723 1726883075.78020: stdout chunk (state=3): >>>import '_stat' # <<< 7723 1726883075.78025: stdout chunk (state=3): >>>import 'stat' # <<< 7723 1726883075.78108: stdout chunk (state=3): >>>import '_collections_abc' # <<< 7723 1726883075.78136: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 7723 1726883075.78178: stdout chunk (state=3): >>>import 'os' # <<< 7723 1726883075.78190: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 7723 1726883075.78205: stdout chunk (state=3): >>>Processing user site-packages <<< 7723 1726883075.78218: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 7723 1726883075.78225: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 7723 1726883075.78243: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 7723 1726883075.78267: 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 <<< 7723 1726883075.78273: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 7723 1726883075.78297: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf5ac0fe0> <<< 7723 1726883075.78353: 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 <<< 7723 1726883075.78366: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883075.78379: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf5ac1f10> <<< 7723 1726883075.78406: stdout chunk (state=3): >>>import 'site' # <<< 7723 1726883075.78437: 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. <<< 7723 1726883075.78659: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 7723 1726883075.78677: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 7723 1726883075.78706: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 7723 1726883075.78712: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883075.78732: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 7723 1726883075.78782: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 7723 1726883075.78794: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 7723 1726883075.78824: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 7723 1726883075.78836: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf5affe00> <<< 7723 1726883075.78859: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 7723 1726883075.78880: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 7723 1726883075.78911: stdout chunk (state=3): >>>import '_operator' # <<< 7723 1726883075.78926: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf5affec0> <<< 7723 1726883075.78930: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 7723 1726883075.78960: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 7723 1726883075.78987: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 7723 1726883075.79039: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883075.79058: stdout chunk (state=3): >>>import 'itertools' # <<< 7723 1726883075.79087: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' <<< 7723 1726883075.79095: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf5b37800> <<< 7723 1726883075.79115: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 7723 1726883075.79136: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf5b37e90> <<< 7723 1726883075.79152: stdout chunk (state=3): >>>import '_collections' # <<< 7723 1726883075.79200: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf5b17ad0> <<< 7723 1726883075.79211: stdout chunk (state=3): >>>import '_functools' # <<< 7723 1726883075.79247: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf5b151f0> <<< 7723 1726883075.79337: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf5afcfb0> <<< 7723 1726883075.79364: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 7723 1726883075.79391: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 7723 1726883075.79398: stdout chunk (state=3): >>>import '_sre' # <<< 7723 1726883075.79428: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 7723 1726883075.79454: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 7723 1726883075.79486: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 7723 1726883075.79488: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 7723 1726883075.79521: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf5b577d0> <<< 7723 1726883075.79533: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf5b563f0> <<< 7723 1726883075.79566: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 7723 1726883075.79575: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf5b160c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf5b54bc0> <<< 7723 1726883075.79623: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 7723 1726883075.79637: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' <<< 7723 1726883075.79643: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf5b8c800> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf5afc230> <<< 7723 1726883075.79667: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 7723 1726883075.79704: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883075.79709: 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 0x7f2cf5b8ccb0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf5b8cb60> <<< 7723 1726883075.79752: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883075.79757: stdout chunk (state=3): >>># 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 0x7f2cf5b8cf50> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf5afad50> <<< 7723 1726883075.79797: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 7723 1726883075.79810: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883075.79822: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 7723 1726883075.79861: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 7723 1726883075.79873: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf5b8d640> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf5b8d310> <<< 7723 1726883075.79876: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 7723 1726883075.79912: 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' <<< 7723 1726883075.79933: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf5b8e510> <<< 7723 1726883075.79951: stdout chunk (state=3): >>>import 'importlib.util' # <<< 7723 1726883075.79964: stdout chunk (state=3): >>>import 'runpy' # <<< 7723 1726883075.79983: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 7723 1726883075.80020: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 7723 1726883075.80044: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 7723 1726883075.80054: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf5ba4740> <<< 7723 1726883075.80066: stdout chunk (state=3): >>>import 'errno' # <<< 7723 1726883075.80107: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883075.80110: 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 0x7f2cf5ba5e20> <<< 7723 1726883075.80150: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 7723 1726883075.80197: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 7723 1726883075.80199: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf5ba6cc0> <<< 7723 1726883075.80251: 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 0x7f2cf5ba72f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf5ba6210> <<< 7723 1726883075.80283: stdout chunk (state=3): >>># /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' <<< 7723 1726883075.80322: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883075.80336: 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 0x7f2cf5ba7d70> <<< 7723 1726883075.80344: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf5ba74a0> <<< 7723 1726883075.80391: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf5b8e570> <<< 7723 1726883075.80411: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 7723 1726883075.80436: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 7723 1726883075.80459: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 7723 1726883075.80481: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 7723 1726883075.80516: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883075.80523: 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 0x7f2cf5923c80> <<< 7723 1726883075.80548: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 7723 1726883075.80550: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 7723 1726883075.80582: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2cf594c7d0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf594c530> <<< 7723 1726883075.80608: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883075.80622: stdout chunk (state=3): >>># extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2cf594c6e0> <<< 7723 1726883075.80655: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 7723 1726883075.80658: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 7723 1726883075.80732: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883075.80856: 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 0x7f2cf594d070> <<< 7723 1726883075.80967: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883075.80982: 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 0x7f2cf594da00> <<< 7723 1726883075.80990: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf594c920> <<< 7723 1726883075.81003: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf5921e20> <<< 7723 1726883075.81027: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 7723 1726883075.81050: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 7723 1726883075.81075: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 7723 1726883075.81090: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 7723 1726883075.81096: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf594edb0> <<< 7723 1726883075.81119: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf594daf0> <<< 7723 1726883075.81143: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf5b8ec60> <<< 7723 1726883075.81170: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 7723 1726883075.81232: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883075.81256: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 7723 1726883075.81290: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 7723 1726883075.81324: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf5973110> <<< 7723 1726883075.81377: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 7723 1726883075.81392: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883075.81415: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 7723 1726883075.81438: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 7723 1726883075.81480: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf599b4d0> <<< 7723 1726883075.81504: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 7723 1726883075.81551: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 7723 1726883075.81606: stdout chunk (state=3): >>>import 'ntpath' # <<< 7723 1726883075.81632: 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 0x7f2cf59fc2f0> <<< 7723 1726883075.81654: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 7723 1726883075.81683: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 7723 1726883075.81711: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 7723 1726883075.81753: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 7723 1726883075.81839: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf59fea50> <<< 7723 1726883075.81917: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf59fc410> <<< 7723 1726883075.81959: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf59bd2e0> <<< 7723 1726883075.81985: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' <<< 7723 1726883075.81994: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf5321400> <<< 7723 1726883075.82012: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf599a2d0> <<< 7723 1726883075.82017: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf594fce0> <<< 7723 1726883075.82135: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 7723 1726883075.82150: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f2cf599a3f0> <<< 7723 1726883075.82307: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_mi5xv6q2/ansible_stat_payload.zip' <<< 7723 1726883075.82312: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883075.82443: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883075.82475: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 7723 1726883075.82480: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 7723 1726883075.82529: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 7723 1726883075.82603: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 7723 1726883075.82643: 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' <<< 7723 1726883075.82646: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf53770e0> <<< 7723 1726883075.82653: stdout chunk (state=3): >>>import '_typing' # <<< 7723 1726883075.82837: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf5355fd0> <<< 7723 1726883075.82844: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf5355130> # zipimport: zlib available <<< 7723 1726883075.82878: stdout chunk (state=3): >>>import 'ansible' # <<< 7723 1726883075.82882: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883075.82904: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883075.82928: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883075.82938: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 7723 1726883075.82956: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883075.84350: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883075.85460: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf5374fb0> <<< 7723 1726883075.85485: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883075.85512: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 7723 1726883075.85518: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 7723 1726883075.85551: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 7723 1726883075.85559: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 7723 1726883075.85592: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2cf539eb70> <<< 7723 1726883075.85627: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf539e900> <<< 7723 1726883075.85667: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf539e210> <<< 7723 1726883075.85677: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 7723 1726883075.85690: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 7723 1726883075.85736: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf539eab0> <<< 7723 1726883075.85743: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf5377d70> import 'atexit' # <<< 7723 1726883075.85777: 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 0x7f2cf539f7d0> <<< 7723 1726883075.85808: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883075.85818: stdout chunk (state=3): >>># extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2cf539fa10> <<< 7723 1726883075.85834: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 7723 1726883075.85878: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 7723 1726883075.85890: stdout chunk (state=3): >>>import '_locale' # <<< 7723 1726883075.85939: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf539ff20> <<< 7723 1726883075.85951: stdout chunk (state=3): >>>import 'pwd' # <<< 7723 1726883075.85969: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 7723 1726883075.85995: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 7723 1726883075.86032: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf5209c70> <<< 7723 1726883075.86066: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883075.86082: 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 0x7f2cf520b890> <<< 7723 1726883075.86094: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 7723 1726883075.86109: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 7723 1726883075.86146: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf520c290> <<< 7723 1726883075.86166: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 7723 1726883075.86197: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 7723 1726883075.86218: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf520d400> <<< 7723 1726883075.86244: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 7723 1726883075.86274: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 7723 1726883075.86300: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 7723 1726883075.86304: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 7723 1726883075.86354: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf520fe60> <<< 7723 1726883075.86392: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2cf5afacf0> <<< 7723 1726883075.86416: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf520e180> <<< 7723 1726883075.86436: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 7723 1726883075.86461: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 7723 1726883075.86492: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 7723 1726883075.86497: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 7723 1726883075.86518: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 7723 1726883075.86547: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 7723 1726883075.86566: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 7723 1726883075.86592: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf5217d10> <<< 7723 1726883075.86595: stdout chunk (state=3): >>>import '_tokenize' # <<< 7723 1726883075.86665: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf52167e0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf5216540> <<< 7723 1726883075.86691: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 7723 1726883075.86696: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 7723 1726883075.86774: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf5216ab0> <<< 7723 1726883075.86802: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf520e660> <<< 7723 1726883075.86833: 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 0x7f2cf525ff20> <<< 7723 1726883075.86859: 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 0x7f2cf525ff80> <<< 7723 1726883075.86889: 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 <<< 7723 1726883075.86898: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 7723 1726883075.86924: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 7723 1726883075.86964: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2cf5261b20> <<< 7723 1726883075.86969: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf52618e0> <<< 7723 1726883075.86988: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 7723 1726883075.87095: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 7723 1726883075.87148: 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 0x7f2cf5263fe0> <<< 7723 1726883075.87157: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf5262210> <<< 7723 1726883075.87173: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 7723 1726883075.87214: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883075.87239: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 7723 1726883075.87253: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 7723 1726883075.87256: stdout chunk (state=3): >>>import '_string' # <<< 7723 1726883075.87303: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf5267860> <<< 7723 1726883075.87425: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf5264230> <<< 7723 1726883075.87485: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2cf5268b30> <<< 7723 1726883075.87517: 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 0x7f2cf5268920> <<< 7723 1726883075.87563: 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 0x7f2cf5268c80> <<< 7723 1726883075.87566: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf52601a0> <<< 7723 1726883075.87600: 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 <<< 7723 1726883075.87607: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 7723 1726883075.87625: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 7723 1726883075.87647: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 7723 1726883075.87672: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883075.87698: 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 0x7f2cf52f0350> <<< 7723 1726883075.87848: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883075.87852: 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 0x7f2cf52f1640> <<< 7723 1726883075.87868: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf526aae0> <<< 7723 1726883075.87897: 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 0x7f2cf526be90> <<< 7723 1726883075.87906: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf526a720> <<< 7723 1726883075.87929: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883075.87947: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 7723 1726883075.87961: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883075.88048: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883075.88152: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883075.88155: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883075.88158: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 7723 1726883075.88186: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883075.88199: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 7723 1726883075.88219: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883075.88334: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883075.88454: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883075.88981: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883075.89508: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 7723 1726883075.89536: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 7723 1726883075.89539: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 7723 1726883075.89562: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 7723 1726883075.89567: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883075.89620: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2cf52f9820> <<< 7723 1726883075.89701: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 7723 1726883075.89728: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf52fa5a0> <<< 7723 1726883075.89734: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf52f1910> <<< 7723 1726883075.89787: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 7723 1726883075.89793: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883075.89825: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883075.89833: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 7723 1726883075.89851: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883075.89994: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883075.90150: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 7723 1726883075.90162: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf52fa540> <<< 7723 1726883075.90182: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883075.90628: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883075.91066: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883075.91142: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883075.91217: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 7723 1726883075.91223: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883075.91267: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883075.91308: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 7723 1726883075.91314: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883075.91384: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883075.91474: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 7723 1726883075.91480: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883075.91502: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883075.91510: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 7723 1726883075.91524: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883075.91561: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883075.91605: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 7723 1726883075.91611: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883075.91839: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883075.92066: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 7723 1726883075.92127: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 7723 1726883075.92141: stdout chunk (state=3): >>>import '_ast' # <<< 7723 1726883075.92208: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf52fb830> <<< 7723 1726883075.92221: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883075.92292: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883075.92377: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 7723 1726883075.92383: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 7723 1726883075.92405: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883075.92451: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883075.92495: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 7723 1726883075.92503: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883075.92552: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883075.92599: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883075.92656: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883075.92725: 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 <<< 7723 1726883075.92762: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883075.92837: 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 0x7f2cf5106450> <<< 7723 1726883075.92878: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf5101a60> <<< 7723 1726883075.92908: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 7723 1726883075.92922: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883075.92986: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883075.93050: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883075.93081: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883075.93122: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883075.93146: 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 <<< 7723 1726883075.93166: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 7723 1726883075.93191: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 7723 1726883075.93249: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 7723 1726883075.93269: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 7723 1726883075.93289: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 7723 1726883075.93346: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf53d6bd0> <<< 7723 1726883075.93388: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf53ee8a0> <<< 7723 1726883075.93469: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf5106480> <<< 7723 1726883075.93473: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf52f1af0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 7723 1726883075.93486: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883075.93520: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883075.93546: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 7723 1726883075.93601: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 7723 1726883075.93622: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883075.93630: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883075.93649: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 7723 1726883075.93656: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883075.93789: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883075.93968: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883075.94090: 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"}}} <<< 7723 1726883075.94095: stdout chunk (state=3): >>># destroy __main__ <<< 7723 1726883075.94379: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 7723 1726883075.94435: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct <<< 7723 1726883075.94518: stdout chunk (state=3): >>># 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 <<< 7723 1726883075.94547: 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 # 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 <<< 7723 1726883075.94786: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 7723 1726883075.94796: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 7723 1726883075.94809: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 7723 1726883075.94829: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 7723 1726883075.94853: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch <<< 7723 1726883075.94856: stdout chunk (state=3): >>># destroy ipaddress <<< 7723 1726883075.94879: stdout chunk (state=3): >>># destroy ntpath <<< 7723 1726883075.94908: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 7723 1726883075.94912: stdout chunk (state=3): >>># destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings <<< 7723 1726883075.94938: stdout chunk (state=3): >>># destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 7723 1726883075.94965: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 7723 1726883075.94980: stdout chunk (state=3): >>># destroy array <<< 7723 1726883075.94988: stdout chunk (state=3): >>># destroy datetime <<< 7723 1726883075.94993: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 7723 1726883075.95022: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 7723 1726883075.95062: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 7723 1726883075.95067: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 7723 1726883075.95095: stdout chunk (state=3): >>># 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 <<< 7723 1726883075.95106: stdout chunk (state=3): >>># cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings <<< 7723 1726883075.95126: 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 # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 7723 1726883075.95170: stdout chunk (state=3): >>># 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 <<< 7723 1726883075.95182: stdout chunk (state=3): >>># cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 7723 1726883075.95309: stdout chunk (state=3): >>># destroy sys.monitoring <<< 7723 1726883075.95319: stdout chunk (state=3): >>># destroy _socket <<< 7723 1726883075.95330: stdout chunk (state=3): >>># destroy _collections <<< 7723 1726883075.95360: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 7723 1726883075.95367: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 7723 1726883075.95385: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 7723 1726883075.95416: stdout chunk (state=3): >>># destroy _typing <<< 7723 1726883075.95423: stdout chunk (state=3): >>># destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 7723 1726883075.95444: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 7723 1726883075.95534: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading <<< 7723 1726883075.95543: stdout chunk (state=3): >>># destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 7723 1726883075.95561: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 7723 1726883075.95576: stdout chunk (state=3): >>># destroy _hashlib <<< 7723 1726883075.95596: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 7723 1726883075.95599: stdout chunk (state=3): >>># destroy itertools <<< 7723 1726883075.95626: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix <<< 7723 1726883075.95631: stdout chunk (state=3): >>># destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 7723 1726883075.96083: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.120 closed. <<< 7723 1726883075.96118: stderr chunk (state=3): >>><<< 7723 1726883075.96121: stdout chunk (state=3): >>><<< 7723 1726883075.96185: _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 0x7f2cf5d103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf5cdfa10> # /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 0x7f2cf5d12960> 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 0x7f2cf5ac0fe0> # /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 0x7f2cf5ac1f10> 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 0x7f2cf5affe00> # /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 0x7f2cf5affec0> # /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 0x7f2cf5b37800> # /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 0x7f2cf5b37e90> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf5b17ad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf5b151f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf5afcfb0> # /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 0x7f2cf5b577d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf5b563f0> # /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 0x7f2cf5b160c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf5b54bc0> # /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 0x7f2cf5b8c800> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf5afc230> # /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 0x7f2cf5b8ccb0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf5b8cb60> # 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 0x7f2cf5b8cf50> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf5afad50> # /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 0x7f2cf5b8d640> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf5b8d310> 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 0x7f2cf5b8e510> 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 0x7f2cf5ba4740> 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 0x7f2cf5ba5e20> # /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 0x7f2cf5ba6cc0> # 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 0x7f2cf5ba72f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf5ba6210> # /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 0x7f2cf5ba7d70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf5ba74a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf5b8e570> # /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 0x7f2cf5923c80> # /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 0x7f2cf594c7d0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf594c530> # 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 0x7f2cf594c6e0> # /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 0x7f2cf594d070> # 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 0x7f2cf594da00> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf594c920> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf5921e20> # /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 0x7f2cf594edb0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf594daf0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf5b8ec60> # /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 0x7f2cf5973110> # /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 0x7f2cf599b4d0> # /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 0x7f2cf59fc2f0> # /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 0x7f2cf59fea50> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf59fc410> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf59bd2e0> # /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 0x7f2cf5321400> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf599a2d0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf594fce0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f2cf599a3f0> # zipimport: found 30 names in '/tmp/ansible_stat_payload_mi5xv6q2/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 0x7f2cf53770e0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf5355fd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf5355130> # 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 0x7f2cf5374fb0> # /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 0x7f2cf539eb70> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf539e900> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf539e210> # /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 0x7f2cf539eab0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf5377d70> 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 0x7f2cf539f7d0> # 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 0x7f2cf539fa10> # /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 0x7f2cf539ff20> 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 0x7f2cf5209c70> # 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 0x7f2cf520b890> # /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 0x7f2cf520c290> # /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 0x7f2cf520d400> # /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 0x7f2cf520fe60> # 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 0x7f2cf5afacf0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf520e180> # /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 0x7f2cf5217d10> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf52167e0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf5216540> # /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 0x7f2cf5216ab0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf520e660> # 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 0x7f2cf525ff20> # /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 0x7f2cf525ff80> # /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 0x7f2cf5261b20> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf52618e0> # /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 0x7f2cf5263fe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf5262210> # /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 0x7f2cf5267860> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf5264230> # 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 0x7f2cf5268b30> # 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 0x7f2cf5268920> # 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 0x7f2cf5268c80> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf52601a0> # /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 0x7f2cf52f0350> # 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 0x7f2cf52f1640> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf526aae0> # 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 0x7f2cf526be90> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf526a720> # 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 0x7f2cf52f9820> # /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 0x7f2cf52fa5a0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf52f1910> 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 0x7f2cf52fa540> # 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 0x7f2cf52fb830> # 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 0x7f2cf5106450> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf5101a60> 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 0x7f2cf53d6bd0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf53ee8a0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf5106480> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cf52f1af0> # 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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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.12.120 closed. [WARNING]: Module invocation had junk after the JSON data: # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks [WARNING]: Platform linux on host managed_node1 is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. 7723 1726883075.96698: 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-1726883075.495767-7738-3392607592323/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7723 1726883075.96701: _low_level_execute_command(): starting 7723 1726883075.96704: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726883075.495767-7738-3392607592323/ > /dev/null 2>&1 && sleep 0' 7723 1726883075.96866: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883075.96869: 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.12.120 originally 10.31.12.120 debug2: match not found <<< 7723 1726883075.96871: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883075.96873: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883075.96878: 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883075.96926: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883075.96930: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883075.96943: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883075.96987: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883075.98772: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883075.98797: stderr chunk (state=3): >>><<< 7723 1726883075.98800: stdout chunk (state=3): >>><<< 7723 1726883075.98819: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883075.98823: handler run complete 7723 1726883075.98835: variable 'ansible_facts' from source: unknown 7723 1726883075.98865: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7723 1726883075.98884: variable 'ansible_facts' from source: unknown 7723 1726883075.98902: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7723 1726883075.98915: attempt loop complete, returning result 7723 1726883075.98918: _execute() done 7723 1726883075.98921: dumping result to json 7723 1726883075.98923: done dumping result, returning 7723 1726883075.98931: done running TaskExecutor() for managed_node1/TASK: Check if system is ostree [0affc0aa-4893-13c9-9f63-000000000013] 7723 1726883075.98933: sending task result for task 0affc0aa-4893-13c9-9f63-000000000013 7723 1726883075.99021: done sending task result for task 0affc0aa-4893-13c9-9f63-000000000013 7723 1726883075.99023: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "discovered_interpreter_python": "/usr/bin/python3.12" }, "changed": false, "stat": { "exists": false } } 7723 1726883075.99137: no more pending results, returning what we have 7723 1726883075.99139: results queue empty 7723 1726883075.99149: checking for any_errors_fatal 7723 1726883075.99153: done checking for any_errors_fatal 7723 1726883075.99154: checking for max_fail_percentage 7723 1726883075.99155: done checking for max_fail_percentage 7723 1726883075.99156: checking to see if all hosts have failed and the running result is not ok 7723 1726883075.99157: done checking to see if all hosts have failed 7723 1726883075.99157: getting the remaining hosts for this loop 7723 1726883075.99159: done getting the remaining hosts for this loop 7723 1726883075.99162: getting the next task for host managed_node1 7723 1726883075.99168: done getting next task for host managed_node1 7723 1726883075.99170: ^ task is: TASK: Set flag to indicate system is ostree 7723 1726883075.99173: ^ 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 7723 1726883075.99176: getting variables 7723 1726883075.99177: in VariableManager get_vars() 7723 1726883075.99204: Calling all_inventory to load vars for managed_node1 7723 1726883075.99206: Calling groups_inventory to load vars for managed_node1 7723 1726883075.99209: Calling all_plugins_inventory to load vars for managed_node1 7723 1726883075.99222: Calling all_plugins_play to load vars for managed_node1 7723 1726883075.99224: Calling groups_plugins_inventory to load vars for managed_node1 7723 1726883075.99227: Calling groups_plugins_play to load vars for managed_node1 7723 1726883075.99274: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7723 1726883075.99299: done with get_vars() 7723 1726883075.99307: done getting variables 7723 1726883075.99363: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:37 Friday 20 September 2024 21:44:35 -0400 (0:00:00.541) 0:00:00.680 ****** 7723 1726883075.99390: entering _queue_task() for managed_node1/set_fact 7723 1726883075.99595: worker is 1 (out of 1 available) 7723 1726883075.99607: exiting _queue_task() for managed_node1/set_fact 7723 1726883075.99621: done queuing things up, now waiting for results queue to drain 7723 1726883075.99622: waiting for pending results... 7723 1726883075.99759: running TaskExecutor() for managed_node1/TASK: Set flag to indicate system is ostree 7723 1726883075.99828: in run() - task 0affc0aa-4893-13c9-9f63-000000000014 7723 1726883075.99845: variable 'ansible_search_path' from source: unknown 7723 1726883075.99852: variable 'ansible_search_path' from source: unknown 7723 1726883075.99873: calling self._execute() 7723 1726883075.99958: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883075.99962: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883075.99971: variable 'omit' from source: magic vars 7723 1726883076.00290: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7723 1726883076.00459: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7723 1726883076.00490: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7723 1726883076.00517: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7723 1726883076.00543: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7723 1726883076.00605: 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) 7723 1726883076.00623: 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) 7723 1726883076.00643: 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) 7723 1726883076.00661: 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) 7723 1726883076.00751: Evaluated conditional (not __rhc_is_ostree is defined): True 7723 1726883076.00756: variable 'omit' from source: magic vars 7723 1726883076.00800: variable 'omit' from source: magic vars 7723 1726883076.00883: variable '__ostree_booted_stat' from source: set_fact 7723 1726883076.00927: variable 'omit' from source: magic vars 7723 1726883076.00948: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7723 1726883076.00969: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7723 1726883076.00982: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7723 1726883076.00997: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7723 1726883076.01005: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7723 1726883076.01018: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 7723 1726883076.01030: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 7723 1726883076.01055: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7723 1726883076.01058: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883076.01062: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883076.01138: Set connection var ansible_shell_type to sh 7723 1726883076.01144: Set connection var ansible_shell_executable to /bin/sh 7723 1726883076.01150: Set connection var ansible_module_compression to ZIP_DEFLATED 7723 1726883076.01152: Set connection var ansible_connection to ssh 7723 1726883076.01158: Set connection var ansible_pipelining to False 7723 1726883076.01161: Set connection var ansible_timeout to 10 7723 1726883076.01181: variable 'ansible_shell_executable' from source: unknown 7723 1726883076.01184: variable 'ansible_connection' from source: unknown 7723 1726883076.01187: variable 'ansible_module_compression' from source: unknown 7723 1726883076.01189: variable 'ansible_shell_type' from source: unknown 7723 1726883076.01191: variable 'ansible_shell_executable' from source: unknown 7723 1726883076.01193: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883076.01197: variable 'ansible_pipelining' from source: unknown 7723 1726883076.01199: variable 'ansible_timeout' from source: unknown 7723 1726883076.01203: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883076.01278: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7723 1726883076.01287: variable 'omit' from source: magic vars 7723 1726883076.01291: starting attempt loop 7723 1726883076.01294: running the handler 7723 1726883076.01304: handler run complete 7723 1726883076.01311: attempt loop complete, returning result 7723 1726883076.01316: _execute() done 7723 1726883076.01318: dumping result to json 7723 1726883076.01320: done dumping result, returning 7723 1726883076.01326: done running TaskExecutor() for managed_node1/TASK: Set flag to indicate system is ostree [0affc0aa-4893-13c9-9f63-000000000014] 7723 1726883076.01329: sending task result for task 0affc0aa-4893-13c9-9f63-000000000014 7723 1726883076.01407: done sending task result for task 0affc0aa-4893-13c9-9f63-000000000014 7723 1726883076.01410: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "__rhc_is_ostree": false }, "changed": false } 7723 1726883076.01498: no more pending results, returning what we have 7723 1726883076.01501: results queue empty 7723 1726883076.01502: checking for any_errors_fatal 7723 1726883076.01506: done checking for any_errors_fatal 7723 1726883076.01507: checking for max_fail_percentage 7723 1726883076.01509: done checking for max_fail_percentage 7723 1726883076.01509: checking to see if all hosts have failed and the running result is not ok 7723 1726883076.01510: done checking to see if all hosts have failed 7723 1726883076.01511: getting the remaining hosts for this loop 7723 1726883076.01515: done getting the remaining hosts for this loop 7723 1726883076.01518: getting the next task for host managed_node1 7723 1726883076.01526: done getting next task for host managed_node1 7723 1726883076.01529: ^ task is: TASK: Get facts for external test data 7723 1726883076.01531: ^ state is: HOST STATE: block=2, task=2, 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? (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 7723 1726883076.01534: getting variables 7723 1726883076.01535: in VariableManager get_vars() 7723 1726883076.01563: Calling all_inventory to load vars for managed_node1 7723 1726883076.01565: Calling groups_inventory to load vars for managed_node1 7723 1726883076.01573: Calling all_plugins_inventory to load vars for managed_node1 7723 1726883076.01582: Calling all_plugins_play to load vars for managed_node1 7723 1726883076.01584: Calling groups_plugins_inventory to load vars for managed_node1 7723 1726883076.01586: Calling groups_plugins_play to load vars for managed_node1 7723 1726883076.01627: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7723 1726883076.01647: done with get_vars() 7723 1726883076.01658: done getting variables TASK [Get facts for external test data] **************************************** task path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:9 Friday 20 September 2024 21:44:36 -0400 (0:00:00.023) 0:00:00.703 ****** 7723 1726883076.01721: entering _queue_task() for managed_node1/setup 7723 1726883076.01917: worker is 1 (out of 1 available) 7723 1726883076.01931: exiting _queue_task() for managed_node1/setup 7723 1726883076.01946: done queuing things up, now waiting for results queue to drain 7723 1726883076.01947: waiting for pending results... 7723 1726883076.02079: running TaskExecutor() for managed_node1/TASK: Get facts for external test data 7723 1726883076.02148: in run() - task 0affc0aa-4893-13c9-9f63-000000000016 7723 1726883076.02157: variable 'ansible_search_path' from source: unknown 7723 1726883076.02160: variable 'ansible_search_path' from source: unknown 7723 1726883076.02188: calling self._execute() 7723 1726883076.02236: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883076.02242: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883076.02250: variable 'omit' from source: magic vars 7723 1726883076.02576: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7723 1726883076.04181: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7723 1726883076.04228: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7723 1726883076.04268: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7723 1726883076.04294: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7723 1726883076.04317: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7723 1726883076.04377: 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) 7723 1726883076.04396: 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) 7723 1726883076.04416: 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) 7723 1726883076.04443: 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) 7723 1726883076.04454: 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) 7723 1726883076.04539: variable 'lsr_rhc_test_data_file' from source: set_fact 7723 1726883076.04567: Evaluated conditional (lsr_rhc_test_data_file | length == 0): True 7723 1726883076.04573: variable 'omit' from source: magic vars 7723 1726883076.04606: variable 'omit' from source: magic vars 7723 1726883076.04635: variable 'omit' from source: magic vars 7723 1726883076.04656: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7723 1726883076.04677: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7723 1726883076.04691: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7723 1726883076.04707: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7723 1726883076.04717: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7723 1726883076.04729: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 7723 1726883076.04742: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 7723 1726883076.04765: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7723 1726883076.04768: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883076.04770: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883076.04849: Set connection var ansible_shell_type to sh 7723 1726883076.04852: Set connection var ansible_shell_executable to /bin/sh 7723 1726883076.04858: Set connection var ansible_module_compression to ZIP_DEFLATED 7723 1726883076.04861: Set connection var ansible_connection to ssh 7723 1726883076.04865: Set connection var ansible_pipelining to False 7723 1726883076.04870: Set connection var ansible_timeout to 10 7723 1726883076.04892: variable 'ansible_shell_executable' from source: unknown 7723 1726883076.04895: variable 'ansible_connection' from source: unknown 7723 1726883076.04897: variable 'ansible_module_compression' from source: unknown 7723 1726883076.04900: variable 'ansible_shell_type' from source: unknown 7723 1726883076.04902: variable 'ansible_shell_executable' from source: unknown 7723 1726883076.04904: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883076.04908: variable 'ansible_pipelining' from source: unknown 7723 1726883076.04912: variable 'ansible_timeout' from source: unknown 7723 1726883076.04917: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883076.05017: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 7723 1726883076.05023: variable 'omit' from source: magic vars 7723 1726883076.05029: starting attempt loop 7723 1726883076.05031: running the handler 7723 1726883076.05044: _low_level_execute_command(): starting 7723 1726883076.05050: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7723 1726883076.05535: 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 <<< 7723 1726883076.05564: 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.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883076.05568: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883076.05570: 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883076.05620: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883076.05624: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883076.05634: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883076.05688: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883076.07278: stdout chunk (state=3): >>>/root <<< 7723 1726883076.07372: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883076.07404: stderr chunk (state=3): >>><<< 7723 1726883076.07408: stdout chunk (state=3): >>><<< 7723 1726883076.07435: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883076.07452: _low_level_execute_command(): starting 7723 1726883076.07458: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726883076.074361-7750-244573816566985 `" && echo ansible-tmp-1726883076.074361-7750-244573816566985="` echo /root/.ansible/tmp/ansible-tmp-1726883076.074361-7750-244573816566985 `" ) && sleep 0' 7723 1726883076.07904: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883076.07908: 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.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883076.07927: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883076.07983: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883076.07986: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883076.07992: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883076.08035: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883076.09900: stdout chunk (state=3): >>>ansible-tmp-1726883076.074361-7750-244573816566985=/root/.ansible/tmp/ansible-tmp-1726883076.074361-7750-244573816566985 <<< 7723 1726883076.09999: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883076.10028: stderr chunk (state=3): >>><<< 7723 1726883076.10031: stdout chunk (state=3): >>><<< 7723 1726883076.10049: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726883076.074361-7750-244573816566985=/root/.ansible/tmp/ansible-tmp-1726883076.074361-7750-244573816566985 , 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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883076.10100: variable 'ansible_module_compression' from source: unknown 7723 1726883076.10139: ANSIBALLZ: Using lock for setup 7723 1726883076.10144: ANSIBALLZ: Acquiring lock 7723 1726883076.10147: ANSIBALLZ: Lock acquired: 140047144783600 7723 1726883076.10149: ANSIBALLZ: Creating module 7723 1726883076.28951: ANSIBALLZ: Writing module into payload 7723 1726883076.29034: ANSIBALLZ: Writing module 7723 1726883076.29063: ANSIBALLZ: Renaming module 7723 1726883076.29066: ANSIBALLZ: Done creating module 7723 1726883076.29097: variable 'ansible_facts' from source: unknown 7723 1726883076.29233: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726883076.074361-7750-244573816566985/AnsiballZ_setup.py 7723 1726883076.29346: Sending initial data 7723 1726883076.29349: Sent initial data (151 bytes) 7723 1726883076.29804: 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 <<< 7723 1726883076.29807: 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.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883076.29810: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883076.29812: 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883076.29869: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883076.29872: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883076.29875: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883076.29933: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883076.31535: 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 <<< 7723 1726883076.31542: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 7723 1726883076.31572: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 7723 1726883076.31617: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7723b_d05x07/tmp833zcj6m /root/.ansible/tmp/ansible-tmp-1726883076.074361-7750-244573816566985/AnsiballZ_setup.py <<< 7723 1726883076.31620: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726883076.074361-7750-244573816566985/AnsiballZ_setup.py" <<< 7723 1726883076.31656: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-7723b_d05x07/tmp833zcj6m" to remote "/root/.ansible/tmp/ansible-tmp-1726883076.074361-7750-244573816566985/AnsiballZ_setup.py" <<< 7723 1726883076.31659: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726883076.074361-7750-244573816566985/AnsiballZ_setup.py" <<< 7723 1726883076.32670: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883076.32712: stderr chunk (state=3): >>><<< 7723 1726883076.32721: stdout chunk (state=3): >>><<< 7723 1726883076.32737: done transferring module to remote 7723 1726883076.32762: _low_level_execute_command(): starting 7723 1726883076.32766: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726883076.074361-7750-244573816566985/ /root/.ansible/tmp/ansible-tmp-1726883076.074361-7750-244573816566985/AnsiballZ_setup.py && sleep 0' 7723 1726883076.33225: 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 <<< 7723 1726883076.33228: 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.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883076.33231: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 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 <<< 7723 1726883076.33233: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883076.33281: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883076.33284: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883076.33286: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883076.33335: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883076.35058: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883076.35084: stderr chunk (state=3): >>><<< 7723 1726883076.35087: stdout chunk (state=3): >>><<< 7723 1726883076.35101: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883076.35104: _low_level_execute_command(): starting 7723 1726883076.35109: _low_level_execute_command(): using become for this command 7723 1726883076.35121: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-orxrhhridvzljvuutyuwmnjwfvghafxn ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726883076.074361-7750-244573816566985/AnsiballZ_setup.py'"'"' && sleep 0' 7723 1726883076.35214: Initial state: awaiting_escalation: BECOME-SUCCESS-orxrhhridvzljvuutyuwmnjwfvghafxn 7723 1726883076.35620: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883076.35623: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883076.35650: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883076.35664: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883076.35721: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883076.38573: stdout chunk (state=1): >>>BECOME-SUCCESS-orxrhhridvzljvuutyuwmnjwfvghafxn <<< 7723 1726883076.38578: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-orxrhhridvzljvuutyuwmnjwfvghafxn' 7723 1726883076.38898: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 7723 1726883076.38931: stdout chunk (state=3): >>>import _imp # builtin <<< 7723 1726883076.38964: stdout chunk (state=3): >>>import '_thread' # <<< 7723 1726883076.38968: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 7723 1726883076.39034: stdout chunk (state=3): >>>import '_io' # <<< 7723 1726883076.39042: stdout chunk (state=3): >>>import 'marshal' # <<< 7723 1726883076.39070: stdout chunk (state=3): >>>import 'posix' # <<< 7723 1726883076.39103: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 7723 1726883076.39126: stdout chunk (state=3): >>>import 'time' # <<< 7723 1726883076.39134: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 7723 1726883076.39181: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 7723 1726883076.39200: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883076.39205: stdout chunk (state=3): >>>import '_codecs' # <<< 7723 1726883076.39231: stdout chunk (state=3): >>>import 'codecs' # <<< 7723 1726883076.39264: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 7723 1726883076.39295: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 7723 1726883076.39305: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcd3bc3e0> <<< 7723 1726883076.39319: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcd38ba10> <<< 7723 1726883076.39336: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 7723 1726883076.39348: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcd3be930> <<< 7723 1726883076.39371: stdout chunk (state=3): >>>import '_signal' # <<< 7723 1726883076.39402: stdout chunk (state=3): >>>import '_abc' # <<< 7723 1726883076.39408: stdout chunk (state=3): >>>import 'abc' # <<< 7723 1726883076.39420: stdout chunk (state=3): >>>import 'io' # <<< 7723 1726883076.39456: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 7723 1726883076.39542: stdout chunk (state=3): >>>import '_collections_abc' # <<< 7723 1726883076.39566: stdout chunk (state=3): >>>import 'genericpath' # <<< 7723 1726883076.39578: stdout chunk (state=3): >>>import 'posixpath' # <<< 7723 1726883076.39602: stdout chunk (state=3): >>>import 'os' # <<< 7723 1726883076.39621: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 7723 1726883076.39641: stdout chunk (state=3): >>>Processing user site-packages <<< 7723 1726883076.39649: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 7723 1726883076.39662: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 7723 1726883076.39667: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 7723 1726883076.39698: 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 <<< 7723 1726883076.39704: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 7723 1726883076.39723: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcd3ccfe0> <<< 7723 1726883076.39777: 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 <<< 7723 1726883076.39782: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883076.39799: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcd3cdf10> <<< 7723 1726883076.39826: stdout chunk (state=3): >>>import 'site' # <<< 7723 1726883076.39857: 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. <<< 7723 1726883076.40228: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 7723 1726883076.40247: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 7723 1726883076.40259: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 7723 1726883076.40279: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883076.40295: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 7723 1726883076.40336: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 7723 1726883076.40354: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 7723 1726883076.40389: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 7723 1726883076.40394: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcd1abdd0> <<< 7723 1726883076.40414: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 7723 1726883076.40429: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 7723 1726883076.40458: stdout chunk (state=3): >>>import '_operator' # <<< 7723 1726883076.40461: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcd1abfe0> <<< 7723 1726883076.40484: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 7723 1726883076.40507: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 7723 1726883076.40534: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 7723 1726883076.40579: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883076.40604: stdout chunk (state=3): >>>import 'itertools' # <<< 7723 1726883076.40627: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 7723 1726883076.40636: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcd1e37a0> <<< 7723 1726883076.40650: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 7723 1726883076.40664: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 7723 1726883076.40673: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcd1e3e30> <<< 7723 1726883076.40687: stdout chunk (state=3): >>>import '_collections' # <<< 7723 1726883076.40741: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcd1c3aa0> <<< 7723 1726883076.40747: stdout chunk (state=3): >>>import '_functools' # <<< 7723 1726883076.40774: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcd1c11c0> <<< 7723 1726883076.40863: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcd1a8f80> <<< 7723 1726883076.40889: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 7723 1726883076.40910: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 7723 1726883076.40924: stdout chunk (state=3): >>>import '_sre' # <<< 7723 1726883076.40948: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 7723 1726883076.40969: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 7723 1726883076.40993: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 7723 1726883076.40997: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 7723 1726883076.41038: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcd203770> <<< 7723 1726883076.41046: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcd202390> <<< 7723 1726883076.41076: 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' <<< 7723 1726883076.41079: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcd1c21b0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcd200ad0> <<< 7723 1726883076.41130: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 7723 1726883076.41144: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcd2387a0> <<< 7723 1726883076.41162: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcd1a8200> # /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' <<< 7723 1726883076.41195: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883076.41199: 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 0x7fefcd238c50> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcd238b00> <<< 7723 1726883076.41243: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883076.41246: stdout chunk (state=3): >>># 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 0x7fefcd238ec0> <<< 7723 1726883076.41263: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcd1a6d20> <<< 7723 1726883076.41287: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 7723 1726883076.41293: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883076.41306: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 7723 1726883076.41337: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 7723 1726883076.41356: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcd239580> <<< 7723 1726883076.41365: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcd239250> import 'importlib.machinery' # <<< 7723 1726883076.41390: 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' <<< 7723 1726883076.41415: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcd23a480> <<< 7723 1726883076.41420: stdout chunk (state=3): >>>import 'importlib.util' # <<< 7723 1726883076.41435: stdout chunk (state=3): >>>import 'runpy' # <<< 7723 1726883076.41457: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 7723 1726883076.41492: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 7723 1726883076.41520: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 7723 1726883076.41528: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcd2506b0> <<< 7723 1726883076.41531: stdout chunk (state=3): >>>import 'errno' # <<< 7723 1726883076.41566: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883076.41571: 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 0x7fefcd251dc0> <<< 7723 1726883076.41602: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 7723 1726883076.41604: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 7723 1726883076.41629: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 7723 1726883076.41637: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 7723 1726883076.41652: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcd252c30> <<< 7723 1726883076.41695: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883076.41699: stdout chunk (state=3): >>># 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 0x7fefcd253260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcd252180> <<< 7723 1726883076.41725: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 7723 1726883076.41729: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 7723 1726883076.41768: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883076.41774: 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 0x7fefcd253ce0> <<< 7723 1726883076.41790: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcd253410> <<< 7723 1726883076.41830: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcd23a4e0> <<< 7723 1726883076.41854: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 7723 1726883076.41876: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 7723 1726883076.41898: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 7723 1726883076.41920: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 7723 1726883076.41952: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883076.41956: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fefccf53b30> <<< 7723 1726883076.41976: stdout chunk (state=3): >>># /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' <<< 7723 1726883076.42004: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fefccf7c590> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefccf7c320> <<< 7723 1726883076.42036: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883076.42039: stdout chunk (state=3): >>># extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fefccf7c5c0> <<< 7723 1726883076.42068: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 7723 1726883076.42073: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 7723 1726883076.42145: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883076.42264: 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 0x7fefccf7cec0> <<< 7723 1726883076.42371: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883076.42377: 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 0x7fefccf7d880> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefccf7c7a0> <<< 7723 1726883076.42397: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefccf51cd0> <<< 7723 1726883076.42419: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 7723 1726883076.42442: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 7723 1726883076.42458: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 7723 1726883076.42481: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 7723 1726883076.42485: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefccf7ec30> <<< 7723 1726883076.42510: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefccf7d700> <<< 7723 1726883076.42527: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcd23a660> <<< 7723 1726883076.42558: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 7723 1726883076.42613: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883076.42635: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 7723 1726883076.42668: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 7723 1726883076.42700: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefccfaaf60> <<< 7723 1726883076.42750: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 7723 1726883076.42766: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883076.42791: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 7723 1726883076.42814: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 7723 1726883076.42852: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefccfcb320> <<< 7723 1726883076.42878: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 7723 1726883076.42922: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 7723 1726883076.42972: stdout chunk (state=3): >>>import 'ntpath' # <<< 7723 1726883076.42998: 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 0x7fefcd02c110> <<< 7723 1726883076.43021: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 7723 1726883076.43047: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 7723 1726883076.43074: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 7723 1726883076.43115: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 7723 1726883076.43196: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcd02e870> <<< 7723 1726883076.43269: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcd02c230> <<< 7723 1726883076.43307: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefccfcbfb0> <<< 7723 1726883076.43337: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc929220> <<< 7723 1726883076.43361: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefccfca120> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefccf7fb30> <<< 7723 1726883076.43537: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 7723 1726883076.43552: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fefccfca720> <<< 7723 1726883076.43808: stdout chunk (state=3): >>># zipimport: found 103 names in '/tmp/ansible_setup_payload_krdma84d/ansible_setup_payload.zip' <<< 7723 1726883076.43815: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.43934: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.43962: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 7723 1726883076.43979: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 7723 1726883076.44015: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 7723 1726883076.44096: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 7723 1726883076.44130: 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' <<< 7723 1726883076.44135: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc98ef60> import '_typing' # <<< 7723 1726883076.44320: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc96de50> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc96cfb0> # zipimport: zlib available <<< 7723 1726883076.44354: stdout chunk (state=3): >>>import 'ansible' # <<< 7723 1726883076.44357: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.44384: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.44387: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.44412: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 7723 1726883076.44425: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.45799: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.46927: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' <<< 7723 1726883076.46933: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc98ce00> <<< 7723 1726883076.46949: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 7723 1726883076.46953: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883076.46976: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 7723 1726883076.46984: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 7723 1726883076.47008: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 7723 1726883076.47013: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 7723 1726883076.47036: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883076.47043: 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 0x7fefcc9be930> <<< 7723 1726883076.47077: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc9be6c0> <<< 7723 1726883076.47108: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc9bdfd0> <<< 7723 1726883076.47131: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 7723 1726883076.47136: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 7723 1726883076.47169: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc9be720> <<< 7723 1726883076.47189: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc98f980> import 'atexit' # <<< 7723 1726883076.47223: 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 0x7fefcc9bf680> <<< 7723 1726883076.47250: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883076.47254: stdout chunk (state=3): >>># extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fefcc9bf890> <<< 7723 1726883076.47272: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 7723 1726883076.47321: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 7723 1726883076.47330: stdout chunk (state=3): >>>import '_locale' # <<< 7723 1726883076.47368: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc9bfda0> <<< 7723 1726883076.47385: stdout chunk (state=3): >>>import 'pwd' # <<< 7723 1726883076.47402: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 7723 1726883076.47429: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 7723 1726883076.47462: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc829b50> <<< 7723 1726883076.47494: stdout chunk (state=3): >>># 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 0x7fefcc82b770> <<< 7723 1726883076.47523: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 7723 1726883076.47532: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 7723 1726883076.47569: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc82c170> <<< 7723 1726883076.47587: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 7723 1726883076.47627: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 7723 1726883076.47633: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc82d070> <<< 7723 1726883076.47659: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 7723 1726883076.47691: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 7723 1726883076.47722: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 7723 1726883076.47725: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 7723 1726883076.47772: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc82fd40> <<< 7723 1726883076.47809: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fefccf7eba0> <<< 7723 1726883076.47842: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc82df10> <<< 7723 1726883076.47849: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 7723 1726883076.47878: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 7723 1726883076.47904: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 7723 1726883076.47911: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 7723 1726883076.47925: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 7723 1726883076.48018: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 7723 1726883076.48038: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 7723 1726883076.48058: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc837c50> <<< 7723 1726883076.48066: stdout chunk (state=3): >>>import '_tokenize' # <<< 7723 1726883076.48130: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc836720> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc836480> <<< 7723 1726883076.48157: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 7723 1726883076.48162: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 7723 1726883076.48233: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc8369f0> <<< 7723 1726883076.48260: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc82e510> <<< 7723 1726883076.48290: 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 0x7fefcc87bf50> <<< 7723 1726883076.48319: 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 0x7fefcc87c050> <<< 7723 1726883076.48337: 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 <<< 7723 1726883076.48359: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 7723 1726883076.48377: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 7723 1726883076.48420: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fefcc87db20> <<< 7723 1726883076.48434: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc87d8e0> <<< 7723 1726883076.48442: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 7723 1726883076.48465: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 7723 1726883076.48522: 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 0x7fefcc8800e0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc87e210> <<< 7723 1726883076.48546: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 7723 1726883076.48580: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883076.48608: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 7723 1726883076.48625: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 7723 1726883076.48628: stdout chunk (state=3): >>>import '_string' # <<< 7723 1726883076.48667: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc8838c0> <<< 7723 1726883076.48786: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc880290> <<< 7723 1726883076.48844: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fefcc884710> <<< 7723 1726883076.48876: 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 0x7fefcc884920> <<< 7723 1726883076.48924: 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 0x7fefcc884b90> <<< 7723 1726883076.48935: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc87c230> <<< 7723 1726883076.48957: 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 <<< 7723 1726883076.48965: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 7723 1726883076.48974: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 7723 1726883076.49000: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 7723 1726883076.49025: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883076.49050: 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 0x7fefcc70c260> <<< 7723 1726883076.49196: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883076.49208: 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 0x7fefcc70d2b0> <<< 7723 1726883076.49210: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc8869f0> <<< 7723 1726883076.49243: 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 0x7fefcc887da0> <<< 7723 1726883076.49260: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc886630> <<< 7723 1726883076.49268: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.49281: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.49293: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 7723 1726883076.49296: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.49386: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.49470: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.49490: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.49504: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 7723 1726883076.49514: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.49530: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.49545: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 7723 1726883076.49547: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.49664: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.49785: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.50303: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.50839: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 7723 1726883076.50867: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 7723 1726883076.50872: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 7723 1726883076.50902: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883076.50944: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fefcc715550> <<< 7723 1726883076.51020: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 7723 1726883076.51025: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 7723 1726883076.51047: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc716a50> <<< 7723 1726883076.51052: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc70d430> <<< 7723 1726883076.51105: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 7723 1726883076.51110: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.51137: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.51150: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 7723 1726883076.51162: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.51307: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.51466: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 7723 1726883076.51472: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc716180> <<< 7723 1726883076.51489: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.51944: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.52382: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.52454: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.52535: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 7723 1726883076.52542: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.52579: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.52620: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 7723 1726883076.52625: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.52699: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.52773: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 7723 1726883076.52791: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.52818: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.52822: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 7723 1726883076.52828: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.52868: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.52905: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 7723 1726883076.52924: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.53145: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.53377: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 7723 1726883076.53430: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 7723 1726883076.53448: stdout chunk (state=3): >>>import '_ast' # <<< 7723 1726883076.53507: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc7175f0> <<< 7723 1726883076.53524: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.53594: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.53677: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 7723 1726883076.53688: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 7723 1726883076.53708: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.53750: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.53787: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 7723 1726883076.53804: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.53847: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.53892: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.53948: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.54016: 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 <<< 7723 1726883076.54053: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883076.54135: 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 0x7fefcc721fd0> <<< 7723 1726883076.54171: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc71cf20> <<< 7723 1726883076.54207: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 7723 1726883076.54218: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.54280: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.54344: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.54371: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.54410: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883076.54436: 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 <<< 7723 1726883076.54457: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 7723 1726883076.54480: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 7723 1726883076.54536: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 7723 1726883076.54558: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 7723 1726883076.54576: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 7723 1726883076.54632: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc80a930> <<< 7723 1726883076.54673: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc9ea630> <<< 7723 1726883076.54753: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc722090> <<< 7723 1726883076.54768: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc716e40> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 7723 1726883076.54773: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.54798: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.54826: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 7723 1726883076.54882: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 7723 1726883076.54900: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.54913: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.54923: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 7723 1726883076.54928: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.54990: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.55051: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.55073: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.55096: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.55139: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.55181: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.55224: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.55257: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # <<< 7723 1726883076.55275: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.55344: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.55413: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.55433: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.55474: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.typing' # <<< 7723 1726883076.55480: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.55660: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.55826: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.55869: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.55921: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883076.55952: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py <<< 7723 1726883076.55955: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' <<< 7723 1726883076.55981: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py <<< 7723 1726883076.56003: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' <<< 7723 1726883076.56027: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc7b1ee0> <<< 7723 1726883076.56051: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 7723 1726883076.56066: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' <<< 7723 1726883076.56084: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 7723 1726883076.56125: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 7723 1726883076.56150: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 7723 1726883076.56168: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 7723 1726883076.56173: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc37ff80> <<< 7723 1726883076.56204: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883076.56217: stdout chunk (state=3): >>># extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fefcc394320> <<< 7723 1726883076.56267: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc79b260> <<< 7723 1726883076.56286: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc7b2a80> <<< 7723 1726883076.56318: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc7b0590> <<< 7723 1726883076.56321: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc7b09b0> <<< 7723 1726883076.56349: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py <<< 7723 1726883076.56416: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' <<< 7723 1726883076.56434: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 7723 1726883076.56438: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 7723 1726883076.56468: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py <<< 7723 1726883076.56471: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 7723 1726883076.56510: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fefcc3972f0> <<< 7723 1726883076.56517: stdout chunk (state=3): >>>import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc396ba0> <<< 7723 1726883076.56537: stdout chunk (state=3): >>># extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883076.56543: stdout chunk (state=3): >>># extension module '_queue' executed from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' import '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fefcc396d80> <<< 7723 1726883076.56562: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc395fd0> <<< 7723 1726883076.56584: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py <<< 7723 1726883076.56683: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' <<< 7723 1726883076.56697: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc3974a0> <<< 7723 1726883076.56721: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 7723 1726883076.56748: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 7723 1726883076.56779: stdout chunk (state=3): >>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' # extension module '_multiprocessing' executed from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' import '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fefcc3e1f10> <<< 7723 1726883076.56808: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc397f20> <<< 7723 1726883076.56833: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc7b16a0> <<< 7723 1726883076.56844: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.timeout' # <<< 7723 1726883076.56859: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.collector' # <<< 7723 1726883076.56868: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.56890: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.56899: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other' # <<< 7723 1726883076.56916: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.56971: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.57029: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # <<< 7723 1726883076.57047: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.57097: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.57145: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # <<< 7723 1726883076.57166: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.57180: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.57190: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system' # <<< 7723 1726883076.57196: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.57231: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.57257: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.apparmor' # <<< 7723 1726883076.57276: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.57322: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.57370: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # <<< 7723 1726883076.57379: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.57427: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.57468: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # <<< 7723 1726883076.57486: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.57537: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.57601: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.57656: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.57724: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # import 'ansible.module_utils.facts.system.cmdline' # <<< 7723 1726883076.57737: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.58211: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.58642: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # <<< 7723 1726883076.58648: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.58702: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.58757: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.58794: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.58830: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # <<< 7723 1726883076.58844: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.date_time' # # zipimport: zlib available <<< 7723 1726883076.58883: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.58910: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.env' # <<< 7723 1726883076.58922: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.58979: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.59031: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # <<< 7723 1726883076.59051: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.59081: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.59109: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # <<< 7723 1726883076.59125: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.59153: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.59188: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # <<< 7723 1726883076.59193: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.59276: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.59363: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 7723 1726883076.59369: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 7723 1726883076.59394: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc3e37d0> <<< 7723 1726883076.59417: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 7723 1726883076.59443: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 7723 1726883076.59560: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc3e2a80> import 'ansible.module_utils.facts.system.local' # <<< 7723 1726883076.59577: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.59645: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.59715: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # <<< 7723 1726883076.59723: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.59810: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.59905: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # <<< 7723 1726883076.59908: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.59974: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.60053: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # <<< 7723 1726883076.60057: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.60103: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.60152: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 7723 1726883076.60197: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 7723 1726883076.60265: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883076.60324: stdout chunk (state=3): >>># extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fefcc422120> <<< 7723 1726883076.60511: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc411fa0> import 'ansible.module_utils.facts.system.python' # <<< 7723 1726883076.60522: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.60575: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.60633: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # <<< 7723 1726883076.60638: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.60729: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.60810: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.60927: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.61069: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 7723 1726883076.61080: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.service_mgr' # # zipimport: zlib available <<< 7723 1726883076.61129: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.61163: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # <<< 7723 1726883076.61180: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.61218: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.61271: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py <<< 7723 1726883076.61276: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' <<< 7723 1726883076.61306: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883076.61323: stdout chunk (state=3): >>># extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fefcc435f10> <<< 7723 1726883076.61333: stdout chunk (state=3): >>>import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc435f70> import 'ansible.module_utils.facts.system.user' # <<< 7723 1726883076.61358: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.61373: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.61382: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware' # <<< 7723 1726883076.61388: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.61432: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.61478: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # <<< 7723 1726883076.61484: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.61637: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.61790: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # <<< 7723 1726883076.61793: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.61899: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.62000: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.62044: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.62090: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # <<< 7723 1726883076.62101: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.darwin' # <<< 7723 1726883076.62104: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.62131: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.62153: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.62295: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.62442: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # <<< 7723 1726883076.62449: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.dragonfly' # # zipimport: zlib available <<< 7723 1726883076.62570: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.62688: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # <<< 7723 1726883076.62700: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.62734: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.62774: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.63322: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.63827: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # <<< 7723 1726883076.63833: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.63936: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.64047: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # <<< 7723 1726883076.64055: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.64159: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.64253: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # <<< 7723 1726883076.64270: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.64422: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.64578: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 7723 1726883076.64583: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.64607: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.64622: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network' # <<< 7723 1726883076.64628: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.64666: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.64713: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # <<< 7723 1726883076.64719: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.64822: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.64917: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.65119: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.65323: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # <<< 7723 1726883076.65329: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.aix' # # zipimport: zlib available <<< 7723 1726883076.65371: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.65404: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # <<< 7723 1726883076.65421: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.65445: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.65473: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.dragonfly' # <<< 7723 1726883076.65479: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.65551: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.65624: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # <<< 7723 1726883076.65632: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.65656: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.65683: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.freebsd' # <<< 7723 1726883076.65692: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.65752: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.65808: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # <<< 7723 1726883076.65820: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.65875: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.65936: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # <<< 7723 1726883076.65942: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.66202: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.66455: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # <<< 7723 1726883076.66467: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.66527: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.66586: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # <<< 7723 1726883076.66590: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.66633: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.66669: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # <<< 7723 1726883076.66680: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.66716: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.66749: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # <<< 7723 1726883076.66760: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.66794: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.66827: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.openbsd' # <<< 7723 1726883076.66841: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.66922: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.67000: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # <<< 7723 1726883076.67005: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.67030: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.67034: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual' # <<< 7723 1726883076.67053: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.67093: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.67142: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # <<< 7723 1726883076.67146: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.67179: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.67197: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.67246: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.67295: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.67368: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.67441: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sysctl' # <<< 7723 1726883076.67448: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.freebsd' # import 'ansible.module_utils.facts.virtual.dragonfly' # <<< 7723 1726883076.67462: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.67515: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.67562: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # <<< 7723 1726883076.67574: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.67765: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.67961: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # <<< 7723 1726883076.67966: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.68018: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.68062: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # <<< 7723 1726883076.68079: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.68123: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.68172: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # <<< 7723 1726883076.68178: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.68262: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.68346: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # <<< 7723 1726883076.68364: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.68446: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.68537: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # <<< 7723 1726883076.68617: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883076.69125: stdout chunk (state=3): >>> {"ansible_facts": {"ansible_distribution": "CentOS", "ansible_distribution_release": "Stream", "ansible_distribution_version": "10", "ansible_distribution_major_version": "10", "ansible_distribution_file_path": "/etc/centos-release", "ansible_distribution_file_variety": "CentOS", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "gather_subset": ["!all", "!min", "distribution", "distribution_major_version"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["!all", "!min", "distribution", "distribution_major_version"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} <<< 7723 1726883076.69573: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 7723 1726883076.69644: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # 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 <<< 7723 1726883076.69827: stdout chunk (state=3): >>># 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 # 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 <<< 7723 1726883076.69858: stdout chunk (state=3): >>> # 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 # cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # cleanup[2] removing _ssl # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ansible.module_utils.facts.system.pyt<<< 7723 1726883076.69868: stdout chunk (state=3): >>>hon # cleanup[2] removing ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios # cleanup[2] removing getpass # cleanup[2] removing ansible.module_utils.facts.system.user # cleanup[2] removing ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.hpux # cleanup[2] removing ansible.module_utils.facts.virtual.linux # cleanup[2] removing ansible.module_utils.facts.virtual.netbsd # cleanup[2] removing ansible.module_utils.facts.virtual.openbsd # cleanup[2] removing ansible.module_utils.facts.virtual.sunos # cleanup[2] removing ansible.module_utils.facts.default_collectors # cleanup[2] removing ansible.module_utils.facts.ansible_collector # cleanup[2] removing ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.facts # destroy ansible.module_utils.facts # destroy ansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.other # destroy ansible.module_utils.facts.other.facter # destroy ansible.module_utils.facts.other.ohai # destroy ansible.module_utils.facts.system # destroy ansible.module_utils.facts.system.apparmor # destroy ansible.module_utils.facts.system.caps # destroy ansible.module_utils.facts.system.chroot # destroy ansible.module_utils.facts.system.cmdline # destroy ansible.module_utils.facts.system.distribution # destroy ansible.module_utils.facts.system.date_time # destroy ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.dns # destroy ansible.module_utils.facts.system.fips # destroy ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.platform # destroy ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.service_mgr # destroy ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.user # destroy ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.hardware # destroy ansible.module_utils.facts.hardware.base # destroy ansible.module_utils.facts.hardware.aix # destroy ansible.module_utils.facts.hardware.darwin # destroy ansible.module_utils.facts.hardware.freebsd # destroy ansible.module_utils.facts.hardware.dragonfly # destroy ansible.module_utils.facts.hardware.hpux # destroy ansible.module_utils.facts.hardware.linux # destroy ansible.module_utils.facts.hardware.hurd # destroy ansible.module_utils.facts.hardware.netbsd # destroy ansible.module_utils.facts.hardware.openbsd # destroy ansible.module_utils.facts.hardware.sunos # destroy ansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.network # destroy ansible.module_utils.facts.network.base # destroy ansible.module_utils.facts.network.generic_bsd # destroy ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.netbsd # destroy ansible.module_utils.facts.virtual.openbsd # destroy ansible.module_utils.facts.virtual.sunos # destroy ansible.module_utils.facts.compat <<< 7723 1726883076.70158: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 7723 1726883076.70174: stdout chunk (state=3): >>># destroy _bz2 <<< 7723 1726883076.70200: stdout chunk (state=3): >>># destroy _compression # destroy _lzma # destroy _blake2 <<< 7723 1726883076.70204: stdout chunk (state=3): >>># destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 7723 1726883076.70219: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 7723 1726883076.70254: stdout chunk (state=3): >>># destroy ntpath <<< 7723 1726883076.70262: stdout chunk (state=3): >>># destroy importlib # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib <<< 7723 1726883076.70277: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings <<< 7723 1726883076.70286: stdout chunk (state=3): >>># destroy _locale <<< 7723 1726883076.70305: stdout chunk (state=3): >>># destroy locale # destroy select <<< 7723 1726883076.70315: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 7723 1726883076.70342: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 7723 1726883076.70348: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy logging <<< 7723 1726883076.70396: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.connection # destroy multiprocessing.pool # destroy signal # destroy pickle # destroy multiprocessing.context # destroy array # destroy _compat_pickle <<< 7723 1726883076.70404: stdout chunk (state=3): >>># destroy _pickle <<< 7723 1726883076.70438: stdout chunk (state=3): >>># destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.process # destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy selectors # destroy _multiprocessing <<< 7723 1726883076.70456: stdout chunk (state=3): >>># destroy shlex # destroy fcntl <<< 7723 1726883076.70470: stdout chunk (state=3): >>># destroy datetime # destroy subprocess <<< 7723 1726883076.70480: stdout chunk (state=3): >>># destroy base64 <<< 7723 1726883076.70494: stdout chunk (state=3): >>># destroy _ssl <<< 7723 1726883076.70521: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux <<< 7723 1726883076.70530: stdout chunk (state=3): >>># destroy getpass # destroy pwd # destroy termios # destroy errno # destroy json <<< 7723 1726883076.70542: stdout chunk (state=3): >>># destroy socket # destroy struct <<< 7723 1726883076.70557: stdout chunk (state=3): >>># destroy glob # destroy fnmatch # destroy ansible.module_utils.compat.typing <<< 7723 1726883076.70562: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector <<< 7723 1726883076.70590: stdout chunk (state=3): >>># cleanup[3] wiping configparser <<< 7723 1726883076.70606: stdout chunk (state=3): >>># 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 # destroy configparser # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket <<< 7723 1726883076.70620: stdout chunk (state=3): >>># 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 <<< 7723 1726883076.70639: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 7723 1726883076.70651: stdout chunk (state=3): >>># 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 <<< 7723 1726883076.70680: stdout chunk (state=3): >>># 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 <<< 7723 1726883076.70704: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 7723 1726883076.70736: stdout chunk (state=3): >>># 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 <<< 7723 1726883076.70739: stdout chunk (state=3): >>># cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 7723 1726883076.70879: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 7723 1726883076.70897: stdout chunk (state=3): >>># destroy _collections <<< 7723 1726883076.70924: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 7723 1726883076.70932: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 7723 1726883076.70953: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 7723 1726883076.70978: stdout chunk (state=3): >>># destroy _typing <<< 7723 1726883076.70995: stdout chunk (state=3): >>># destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves <<< 7723 1726883076.71001: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 7723 1726883076.71024: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 7723 1726883076.71118: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading <<< 7723 1726883076.71124: stdout chunk (state=3): >>># destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 7723 1726883076.71146: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 7723 1726883076.71168: stdout chunk (state=3): >>># destroy _hashlib <<< 7723 1726883076.71173: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 7723 1726883076.71198: stdout chunk (state=3): >>># destroy itertools <<< 7723 1726883076.71215: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins <<< 7723 1726883076.71222: stdout chunk (state=3): >>># destroy _thread # clear sys.audit hooks <<< 7723 1726883076.71778: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.120 closed. <<< 7723 1726883076.71810: stderr chunk (state=3): >>><<< 7723 1726883076.71816: stdout chunk (state=3): >>><<< 7723 1726883076.71912: _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 0x7fefcd3bc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcd38ba10> # /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 0x7fefcd3be930> 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 0x7fefcd3ccfe0> # /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 0x7fefcd3cdf10> 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 0x7fefcd1abdd0> # /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 0x7fefcd1abfe0> # /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 0x7fefcd1e37a0> # /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 0x7fefcd1e3e30> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcd1c3aa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcd1c11c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcd1a8f80> # /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 0x7fefcd203770> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcd202390> # /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 0x7fefcd1c21b0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcd200ad0> # /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 0x7fefcd2387a0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcd1a8200> # /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 0x7fefcd238c50> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcd238b00> # 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 0x7fefcd238ec0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcd1a6d20> # /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 0x7fefcd239580> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcd239250> 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 0x7fefcd23a480> 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 0x7fefcd2506b0> 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 0x7fefcd251dc0> # /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 0x7fefcd252c30> # 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 0x7fefcd253260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcd252180> # /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 0x7fefcd253ce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcd253410> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcd23a4e0> # /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 0x7fefccf53b30> # /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 0x7fefccf7c590> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefccf7c320> # 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 0x7fefccf7c5c0> # /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 0x7fefccf7cec0> # 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 0x7fefccf7d880> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefccf7c7a0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefccf51cd0> # /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 0x7fefccf7ec30> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefccf7d700> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcd23a660> # /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 0x7fefccfaaf60> # /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 0x7fefccfcb320> # /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 0x7fefcd02c110> # /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 0x7fefcd02e870> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcd02c230> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefccfcbfb0> # /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 0x7fefcc929220> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefccfca120> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefccf7fb30> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fefccfca720> # zipimport: found 103 names in '/tmp/ansible_setup_payload_krdma84d/ansible_setup_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 0x7fefcc98ef60> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc96de50> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc96cfb0> # 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 0x7fefcc98ce00> # /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 0x7fefcc9be930> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc9be6c0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc9bdfd0> # /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 0x7fefcc9be720> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc98f980> 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 0x7fefcc9bf680> # 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 0x7fefcc9bf890> # /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 0x7fefcc9bfda0> 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 0x7fefcc829b50> # 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 0x7fefcc82b770> # /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 0x7fefcc82c170> # /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 0x7fefcc82d070> # /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 0x7fefcc82fd40> # 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 0x7fefccf7eba0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc82df10> # /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 0x7fefcc837c50> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc836720> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc836480> # /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 0x7fefcc8369f0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc82e510> # 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 0x7fefcc87bf50> # /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 0x7fefcc87c050> # /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 0x7fefcc87db20> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc87d8e0> # /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 0x7fefcc8800e0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc87e210> # /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 0x7fefcc8838c0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc880290> # 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 0x7fefcc884710> # 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 0x7fefcc884920> # 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 0x7fefcc884b90> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc87c230> # /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 0x7fefcc70c260> # 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 0x7fefcc70d2b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc8869f0> # 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 0x7fefcc887da0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc886630> # 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 0x7fefcc715550> # /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 0x7fefcc716a50> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc70d430> 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 0x7fefcc716180> # 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 0x7fefcc7175f0> # 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 0x7fefcc721fd0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc71cf20> 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 0x7fefcc80a930> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc9ea630> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc722090> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc716e40> # 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 # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.namespace' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.typing' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc7b1ee0> # /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py # code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py # code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc37ff80> # extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' # extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fefcc394320> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc79b260> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc7b2a80> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc7b0590> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc7b09b0> # /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py # code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py # code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fefcc3972f0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc396ba0> # extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' # extension module '_queue' executed from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' import '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fefcc396d80> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc395fd0> # /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc3974a0> # /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' # extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' # extension module '_multiprocessing' executed from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' import '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fefcc3e1f10> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc397f20> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc7b16a0> import 'ansible.module_utils.facts.timeout' # import 'ansible.module_utils.facts.collector' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other.facter' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other.ohai' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.apparmor' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.caps' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.chroot' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.utils' # import 'ansible.module_utils.facts.system.cmdline' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.distribution' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.datetime' # import 'ansible.module_utils.facts.system.date_time' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.env' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.dns' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.fips' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.loadavg' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc3e37d0> # /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py # code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc3e2a80> import 'ansible.module_utils.facts.system.local' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.lsb' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.pkg_mgr' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.platform' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py # code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' # extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' # extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fefcc422120> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc411fa0> import 'ansible.module_utils.facts.system.python' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.selinux' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.version' # import 'ansible.module_utils.facts.system.service_mgr' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.ssh_pub_keys' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py # code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' # extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' # extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fefcc435f10> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fefcc435f70> import 'ansible.module_utils.facts.system.user' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.base' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.aix' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.sysctl' # import 'ansible.module_utils.facts.hardware.darwin' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.hpux' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.sunos' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.base' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.darwin' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.fc_wwn' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.freebsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.hpux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.hurd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.linux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.iscsi' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.nvme' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.sunos' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.base' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.sysctl' # import 'ansible.module_utils.facts.virtual.freebsd' # import 'ansible.module_utils.facts.virtual.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.hpux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.linux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # # zipimport: zlib available {"ansible_facts": {"ansible_distribution": "CentOS", "ansible_distribution_release": "Stream", "ansible_distribution_version": "10", "ansible_distribution_major_version": "10", "ansible_distribution_file_path": "/etc/centos-release", "ansible_distribution_file_variety": "CentOS", "ansible_distribution_file_parsed": true, "ansible_os_family": "RedHat", "gather_subset": ["!all", "!min", "distribution", "distribution_major_version"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["!all", "!min", "distribution", "distribution_major_version"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} # 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 # 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 # 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 # cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # cleanup[2] removing _ssl # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ansible.module_utils.facts.system.python # cleanup[2] removing ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios # cleanup[2] removing getpass # cleanup[2] removing ansible.module_utils.facts.system.user # cleanup[2] removing ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.hpux # cleanup[2] removing ansible.module_utils.facts.virtual.linux # cleanup[2] removing ansible.module_utils.facts.virtual.netbsd # cleanup[2] removing ansible.module_utils.facts.virtual.openbsd # cleanup[2] removing ansible.module_utils.facts.virtual.sunos # cleanup[2] removing ansible.module_utils.facts.default_collectors # cleanup[2] removing ansible.module_utils.facts.ansible_collector # cleanup[2] removing ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.facts # destroy ansible.module_utils.facts # destroy ansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.other # destroy ansible.module_utils.facts.other.facter # destroy ansible.module_utils.facts.other.ohai # destroy ansible.module_utils.facts.system # destroy ansible.module_utils.facts.system.apparmor # destroy ansible.module_utils.facts.system.caps # destroy ansible.module_utils.facts.system.chroot # destroy ansible.module_utils.facts.system.cmdline # destroy ansible.module_utils.facts.system.distribution # destroy ansible.module_utils.facts.system.date_time # destroy ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.dns # destroy ansible.module_utils.facts.system.fips # destroy ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.platform # destroy ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.service_mgr # destroy ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.user # destroy ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.hardware # destroy ansible.module_utils.facts.hardware.base # destroy ansible.module_utils.facts.hardware.aix # destroy ansible.module_utils.facts.hardware.darwin # destroy ansible.module_utils.facts.hardware.freebsd # destroy ansible.module_utils.facts.hardware.dragonfly # destroy ansible.module_utils.facts.hardware.hpux # destroy ansible.module_utils.facts.hardware.linux # destroy ansible.module_utils.facts.hardware.hurd # destroy ansible.module_utils.facts.hardware.netbsd # destroy ansible.module_utils.facts.hardware.openbsd # destroy ansible.module_utils.facts.hardware.sunos # destroy ansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.network # destroy ansible.module_utils.facts.network.base # destroy ansible.module_utils.facts.network.generic_bsd # destroy ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.netbsd # destroy ansible.module_utils.facts.virtual.openbsd # destroy ansible.module_utils.facts.virtual.sunos # destroy ansible.module_utils.facts.compat # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy locale # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging # destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.connection # destroy multiprocessing.pool # destroy signal # destroy pickle # destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.process # destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy selectors # destroy _multiprocessing # destroy shlex # destroy fcntl # destroy datetime # destroy subprocess # destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy errno # destroy json # destroy socket # destroy struct # destroy glob # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # cleanup[3] wiping configparser # 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 # destroy configparser # 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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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.12.120 closed. [WARNING]: Module invocation had junk after the JSON data: # 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 # 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 # 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 # cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # cleanup[2] removing _ssl # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ansible.module_utils.facts.system.python # cleanup[2] removing ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios # cleanup[2] removing getpass # cleanup[2] removing ansible.module_utils.facts.system.user # cleanup[2] removing ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.hpux # cleanup[2] removing ansible.module_utils.facts.virtual.linux # cleanup[2] removing ansible.module_utils.facts.virtual.netbsd # cleanup[2] removing ansible.module_utils.facts.virtual.openbsd # cleanup[2] removing ansible.module_utils.facts.virtual.sunos # cleanup[2] removing ansible.module_utils.facts.default_collectors # cleanup[2] removing ansible.module_utils.facts.ansible_collector # cleanup[2] removing ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.facts # destroy ansible.module_utils.facts # destroy ansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.other # destroy ansible.module_utils.facts.other.facter # destroy ansible.module_utils.facts.other.ohai # destroy ansible.module_utils.facts.system # destroy ansible.module_utils.facts.system.apparmor # destroy ansible.module_utils.facts.system.caps # destroy ansible.module_utils.facts.system.chroot # destroy ansible.module_utils.facts.system.cmdline # destroy ansible.module_utils.facts.system.distribution # destroy ansible.module_utils.facts.system.date_time # destroy ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.dns # destroy ansible.module_utils.facts.system.fips # destroy ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.platform # destroy ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.service_mgr # destroy ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.user # destroy ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.hardware # destroy ansible.module_utils.facts.hardware.base # destroy ansible.module_utils.facts.hardware.aix # destroy ansible.module_utils.facts.hardware.darwin # destroy ansible.module_utils.facts.hardware.freebsd # destroy ansible.module_utils.facts.hardware.dragonfly # destroy ansible.module_utils.facts.hardware.hpux # destroy ansible.module_utils.facts.hardware.linux # destroy ansible.module_utils.facts.hardware.hurd # destroy ansible.module_utils.facts.hardware.netbsd # destroy ansible.module_utils.facts.hardware.openbsd # destroy ansible.module_utils.facts.hardware.sunos # destroy ansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.network # destroy ansible.module_utils.facts.network.base # destroy ansible.module_utils.facts.network.generic_bsd # destroy ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.netbsd # destroy ansible.module_utils.facts.virtual.openbsd # destroy ansible.module_utils.facts.virtual.sunos # destroy ansible.module_utils.facts.compat # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy locale # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging # destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.connection # destroy multiprocessing.pool # destroy signal # destroy pickle # destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.process # destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy selectors # destroy _multiprocessing # destroy shlex # destroy fcntl # destroy datetime # destroy subprocess # destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy errno # destroy json # destroy socket # destroy struct # destroy glob # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # cleanup[3] wiping configparser # 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 # destroy configparser # 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 7723 1726883076.72715: done with _execute_module (setup, {'gather_subset': ['!all', '!min', 'distribution', 'distribution_major_version'], '_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': 'setup', '_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-1726883076.074361-7750-244573816566985/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7723 1726883076.72720: _low_level_execute_command(): starting 7723 1726883076.72723: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726883076.074361-7750-244573816566985/ > /dev/null 2>&1 && sleep 0' 7723 1726883076.72725: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7723 1726883076.72727: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883076.72729: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883076.72731: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7723 1726883076.72733: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 <<< 7723 1726883076.72751: stderr chunk (state=3): >>>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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883076.72799: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883076.72802: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883076.72820: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883076.72856: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883076.74642: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883076.74668: stderr chunk (state=3): >>><<< 7723 1726883076.74672: stdout chunk (state=3): >>><<< 7723 1726883076.74687: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883076.74695: handler run complete 7723 1726883076.74709: variable 'ansible_facts' from source: unknown 7723 1726883076.74745: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7723 1726883076.74770: variable 'ansible_facts' from source: unknown 7723 1726883076.74790: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7723 1726883076.74805: attempt loop complete, returning result 7723 1726883076.74808: _execute() done 7723 1726883076.74811: dumping result to json 7723 1726883076.74813: done dumping result, returning 7723 1726883076.74824: done running TaskExecutor() for managed_node1/TASK: Get facts for external test data [0affc0aa-4893-13c9-9f63-000000000016] 7723 1726883076.74828: sending task result for task 0affc0aa-4893-13c9-9f63-000000000016 7723 1726883076.74917: done sending task result for task 0affc0aa-4893-13c9-9f63-000000000016 7723 1726883076.74919: WORKER PROCESS EXITING ok: [managed_node1] 7723 1726883076.74969: no more pending results, returning what we have 7723 1726883076.74972: results queue empty 7723 1726883076.74972: checking for any_errors_fatal 7723 1726883076.74976: done checking for any_errors_fatal 7723 1726883076.74976: checking for max_fail_percentage 7723 1726883076.74978: done checking for max_fail_percentage 7723 1726883076.74979: checking to see if all hosts have failed and the running result is not ok 7723 1726883076.74979: done checking to see if all hosts have failed 7723 1726883076.74980: getting the remaining hosts for this loop 7723 1726883076.74981: done getting the remaining hosts for this loop 7723 1726883076.74985: getting the next task for host managed_node1 7723 1726883076.74990: done getting next task for host managed_node1 7723 1726883076.74992: ^ task is: TASK: Set helper fact for Candlepin base URL 7723 1726883076.74995: ^ state is: HOST STATE: block=2, task=2, 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? (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 7723 1726883076.74998: getting variables 7723 1726883076.74999: in VariableManager get_vars() 7723 1726883076.75027: Calling all_inventory to load vars for managed_node1 7723 1726883076.75031: Calling groups_inventory to load vars for managed_node1 7723 1726883076.75034: Calling all_plugins_inventory to load vars for managed_node1 7723 1726883076.75046: Calling all_plugins_play to load vars for managed_node1 7723 1726883076.75048: Calling groups_plugins_inventory to load vars for managed_node1 7723 1726883076.75051: Calling groups_plugins_play to load vars for managed_node1 7723 1726883076.75105: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7723 1726883076.75135: done with get_vars() 7723 1726883076.75150: done getting variables 7723 1726883076.75203: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set helper fact for Candlepin base URL] ********************************** task path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:17 Friday 20 September 2024 21:44:36 -0400 (0:00:00.735) 0:00:01.438 ****** 7723 1726883076.75234: entering _queue_task() for managed_node1/set_fact 7723 1726883076.75439: worker is 1 (out of 1 available) 7723 1726883076.75453: exiting _queue_task() for managed_node1/set_fact 7723 1726883076.75463: done queuing things up, now waiting for results queue to drain 7723 1726883076.75464: waiting for pending results... 7723 1726883076.75605: running TaskExecutor() for managed_node1/TASK: Set helper fact for Candlepin base URL 7723 1726883076.75676: in run() - task 0affc0aa-4893-13c9-9f63-000000000017 7723 1726883076.75696: variable 'ansible_search_path' from source: unknown 7723 1726883076.75699: variable 'ansible_search_path' from source: unknown 7723 1726883076.75719: calling self._execute() 7723 1726883076.75767: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883076.75771: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883076.75780: variable 'omit' from source: magic vars 7723 1726883076.76111: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7723 1726883076.77719: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7723 1726883076.77772: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7723 1726883076.77799: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7723 1726883076.77826: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7723 1726883076.77847: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7723 1726883076.77908: 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) 7723 1726883076.77929: 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) 7723 1726883076.77949: 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) 7723 1726883076.77975: 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) 7723 1726883076.77988: 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) 7723 1726883076.78076: variable 'lsr_rhc_test_data_file' from source: set_fact 7723 1726883076.78099: Evaluated conditional (lsr_rhc_test_data_file | length == 0): True 7723 1726883076.78105: variable 'omit' from source: magic vars 7723 1726883076.78141: variable 'omit' from source: magic vars 7723 1726883076.78248: variable 'lsr_rhc_test_data' from source: include_vars 7723 1726883076.78279: variable 'omit' from source: magic vars 7723 1726883076.78297: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7723 1726883076.78320: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7723 1726883076.78335: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7723 1726883076.78350: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7723 1726883076.78358: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7723 1726883076.78371: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 7723 1726883076.78382: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 7723 1726883076.78404: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7723 1726883076.78407: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883076.78409: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883076.78488: Set connection var ansible_shell_type to sh 7723 1726883076.78491: Set connection var ansible_shell_executable to /bin/sh 7723 1726883076.78497: Set connection var ansible_module_compression to ZIP_DEFLATED 7723 1726883076.78500: Set connection var ansible_connection to ssh 7723 1726883076.78504: Set connection var ansible_pipelining to False 7723 1726883076.78509: Set connection var ansible_timeout to 10 7723 1726883076.78531: variable 'ansible_shell_executable' from source: unknown 7723 1726883076.78534: variable 'ansible_connection' from source: unknown 7723 1726883076.78537: variable 'ansible_module_compression' from source: unknown 7723 1726883076.78539: variable 'ansible_shell_type' from source: unknown 7723 1726883076.78543: variable 'ansible_shell_executable' from source: unknown 7723 1726883076.78545: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883076.78550: variable 'ansible_pipelining' from source: unknown 7723 1726883076.78553: variable 'ansible_timeout' from source: unknown 7723 1726883076.78555: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883076.78623: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7723 1726883076.78631: variable 'omit' from source: magic vars 7723 1726883076.78635: starting attempt loop 7723 1726883076.78638: running the handler 7723 1726883076.78649: handler run complete 7723 1726883076.78667: attempt loop complete, returning result 7723 1726883076.78670: _execute() done 7723 1726883076.78672: dumping result to json 7723 1726883076.78674: done dumping result, returning 7723 1726883076.78676: done running TaskExecutor() for managed_node1/TASK: Set helper fact for Candlepin base URL [0affc0aa-4893-13c9-9f63-000000000017] 7723 1726883076.78678: sending task result for task 0affc0aa-4893-13c9-9f63-000000000017 7723 1726883076.78757: done sending task result for task 0affc0aa-4893-13c9-9f63-000000000017 7723 1726883076.78760: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "_cp_url": "https://candlepin.local:8443/candlepin" }, "changed": false } 7723 1726883076.78807: no more pending results, returning what we have 7723 1726883076.78810: results queue empty 7723 1726883076.78811: checking for any_errors_fatal 7723 1726883076.78819: done checking for any_errors_fatal 7723 1726883076.78820: checking for max_fail_percentage 7723 1726883076.78821: done checking for max_fail_percentage 7723 1726883076.78822: checking to see if all hosts have failed and the running result is not ok 7723 1726883076.78823: done checking to see if all hosts have failed 7723 1726883076.78823: getting the remaining hosts for this loop 7723 1726883076.78825: done getting the remaining hosts for this loop 7723 1726883076.78828: getting the next task for host managed_node1 7723 1726883076.78834: done getting next task for host managed_node1 7723 1726883076.78836: ^ task is: TASK: Set helper fact for Candlepin owner URL 7723 1726883076.78838: ^ state is: HOST STATE: block=2, task=2, 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? (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 7723 1726883076.78850: getting variables 7723 1726883076.78852: in VariableManager get_vars() 7723 1726883076.78879: Calling all_inventory to load vars for managed_node1 7723 1726883076.78881: Calling groups_inventory to load vars for managed_node1 7723 1726883076.78884: Calling all_plugins_inventory to load vars for managed_node1 7723 1726883076.78894: Calling all_plugins_play to load vars for managed_node1 7723 1726883076.78896: Calling groups_plugins_inventory to load vars for managed_node1 7723 1726883076.78898: Calling groups_plugins_play to load vars for managed_node1 7723 1726883076.78951: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7723 1726883076.78982: done with get_vars() 7723 1726883076.78990: done getting variables 7723 1726883076.79035: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Set helper fact for Candlepin owner URL] ********************************* task path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:21 Friday 20 September 2024 21:44:36 -0400 (0:00:00.038) 0:00:01.476 ****** 7723 1726883076.79063: entering _queue_task() for managed_node1/set_fact 7723 1726883076.79264: worker is 1 (out of 1 available) 7723 1726883076.79276: exiting _queue_task() for managed_node1/set_fact 7723 1726883076.79287: done queuing things up, now waiting for results queue to drain 7723 1726883076.79288: waiting for pending results... 7723 1726883076.79432: running TaskExecutor() for managed_node1/TASK: Set helper fact for Candlepin owner URL 7723 1726883076.79507: in run() - task 0affc0aa-4893-13c9-9f63-000000000018 7723 1726883076.79522: variable 'ansible_search_path' from source: unknown 7723 1726883076.79526: variable 'ansible_search_path' from source: unknown 7723 1726883076.79557: calling self._execute() 7723 1726883076.79603: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883076.79606: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883076.79614: variable 'omit' from source: magic vars 7723 1726883076.79965: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7723 1726883076.82279: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7723 1726883076.82321: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7723 1726883076.82361: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7723 1726883076.82396: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7723 1726883076.82426: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7723 1726883076.82502: 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) 7723 1726883076.82555: 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) 7723 1726883076.82559: 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) 7723 1726883076.82676: 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) 7723 1726883076.82680: 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) 7723 1726883076.82731: variable 'lsr_rhc_test_data_file' from source: set_fact 7723 1726883076.82826: Evaluated conditional (lsr_rhc_test_data_file | length == 0): True 7723 1726883076.82829: variable 'omit' from source: magic vars 7723 1726883076.82832: variable 'omit' from source: magic vars 7723 1726883076.82990: variable '_cp_url' from source: set_fact 7723 1726883076.82993: variable 'lsr_rhc_test_data' from source: include_vars 7723 1726883076.82996: variable 'omit' from source: magic vars 7723 1726883076.83022: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7723 1726883076.83051: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7723 1726883076.83070: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7723 1726883076.83087: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7723 1726883076.83098: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7723 1726883076.83112: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 7723 1726883076.83131: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 7723 1726883076.83162: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7723 1726883076.83165: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883076.83168: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883076.83283: Set connection var ansible_shell_type to sh 7723 1726883076.83287: Set connection var ansible_shell_executable to /bin/sh 7723 1726883076.83294: Set connection var ansible_module_compression to ZIP_DEFLATED 7723 1726883076.83297: Set connection var ansible_connection to ssh 7723 1726883076.83302: Set connection var ansible_pipelining to False 7723 1726883076.83314: Set connection var ansible_timeout to 10 7723 1726883076.83342: variable 'ansible_shell_executable' from source: unknown 7723 1726883076.83345: variable 'ansible_connection' from source: unknown 7723 1726883076.83348: variable 'ansible_module_compression' from source: unknown 7723 1726883076.83350: variable 'ansible_shell_type' from source: unknown 7723 1726883076.83352: variable 'ansible_shell_executable' from source: unknown 7723 1726883076.83355: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883076.83425: variable 'ansible_pipelining' from source: unknown 7723 1726883076.83431: variable 'ansible_timeout' from source: unknown 7723 1726883076.83434: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883076.83480: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7723 1726883076.83488: variable 'omit' from source: magic vars 7723 1726883076.83491: starting attempt loop 7723 1726883076.83495: running the handler 7723 1726883076.83507: handler run complete 7723 1726883076.83519: attempt loop complete, returning result 7723 1726883076.83522: _execute() done 7723 1726883076.83529: dumping result to json 7723 1726883076.83532: done dumping result, returning 7723 1726883076.83536: done running TaskExecutor() for managed_node1/TASK: Set helper fact for Candlepin owner URL [0affc0aa-4893-13c9-9f63-000000000018] 7723 1726883076.83544: sending task result for task 0affc0aa-4893-13c9-9f63-000000000018 7723 1726883076.83629: done sending task result for task 0affc0aa-4893-13c9-9f63-000000000018 7723 1726883076.83631: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "_cp_url_owner": "https://candlepin.local:8443/candlepin/owners/donaldduck" }, "changed": false } 7723 1726883076.83696: no more pending results, returning what we have 7723 1726883076.83699: results queue empty 7723 1726883076.83700: checking for any_errors_fatal 7723 1726883076.83703: done checking for any_errors_fatal 7723 1726883076.83704: checking for max_fail_percentage 7723 1726883076.83705: done checking for max_fail_percentage 7723 1726883076.83706: checking to see if all hosts have failed and the running result is not ok 7723 1726883076.83707: done checking to see if all hosts have failed 7723 1726883076.83707: getting the remaining hosts for this loop 7723 1726883076.83709: done getting the remaining hosts for this loop 7723 1726883076.83712: getting the next task for host managed_node1 7723 1726883076.83719: done getting next task for host managed_node1 7723 1726883076.83722: ^ task is: TASK: Add candlepin hostname to /etc/hosts 7723 1726883076.83724: ^ state is: HOST STATE: block=2, task=2, 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? (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 7723 1726883076.83733: getting variables 7723 1726883076.83735: in VariableManager get_vars() 7723 1726883076.83869: Calling all_inventory to load vars for managed_node1 7723 1726883076.83871: Calling groups_inventory to load vars for managed_node1 7723 1726883076.83875: Calling all_plugins_inventory to load vars for managed_node1 7723 1726883076.83884: Calling all_plugins_play to load vars for managed_node1 7723 1726883076.83886: Calling groups_plugins_inventory to load vars for managed_node1 7723 1726883076.83889: Calling groups_plugins_play to load vars for managed_node1 7723 1726883076.83946: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7723 1726883076.83987: done with get_vars() 7723 1726883076.83997: done getting variables TASK [Add candlepin hostname to /etc/hosts] ************************************ task path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:25 Friday 20 September 2024 21:44:36 -0400 (0:00:00.050) 0:00:01.527 ****** 7723 1726883076.84129: entering _queue_task() for managed_node1/lineinfile 7723 1726883076.84130: Creating lock for lineinfile 7723 1726883076.84474: worker is 1 (out of 1 available) 7723 1726883076.84486: exiting _queue_task() for managed_node1/lineinfile 7723 1726883076.84497: done queuing things up, now waiting for results queue to drain 7723 1726883076.84499: waiting for pending results... 7723 1726883076.84746: running TaskExecutor() for managed_node1/TASK: Add candlepin hostname to /etc/hosts 7723 1726883076.84949: in run() - task 0affc0aa-4893-13c9-9f63-000000000019 7723 1726883076.84953: variable 'ansible_search_path' from source: unknown 7723 1726883076.84956: variable 'ansible_search_path' from source: unknown 7723 1726883076.84960: calling self._execute() 7723 1726883076.84997: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883076.85011: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883076.85027: variable 'omit' from source: magic vars 7723 1726883076.85649: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7723 1726883076.87890: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7723 1726883076.87949: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7723 1726883076.87976: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7723 1726883076.88003: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7723 1726883076.88026: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7723 1726883076.88085: 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) 7723 1726883076.88104: 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) 7723 1726883076.88127: 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) 7723 1726883076.88156: 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) 7723 1726883076.88167: 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) 7723 1726883076.88258: variable 'lsr_rhc_test_data_file' from source: set_fact 7723 1726883076.88279: Evaluated conditional (lsr_rhc_test_data_file | length == 0): True 7723 1726883076.88284: variable 'omit' from source: magic vars 7723 1726883076.88316: variable 'omit' from source: magic vars 7723 1726883076.88402: variable 'lsr_rhc_test_data' from source: include_vars 7723 1726883076.88478: variable 'lsr_rhc_test_data' from source: include_vars 7723 1726883076.88497: variable 'omit' from source: magic vars 7723 1726883076.88516: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7723 1726883076.88538: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7723 1726883076.88560: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7723 1726883076.88571: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7723 1726883076.88579: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7723 1726883076.88592: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 7723 1726883076.88604: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 7723 1726883076.88628: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7723 1726883076.88632: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883076.88634: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883076.88713: Set connection var ansible_shell_type to sh 7723 1726883076.88721: Set connection var ansible_shell_executable to /bin/sh 7723 1726883076.88726: Set connection var ansible_module_compression to ZIP_DEFLATED 7723 1726883076.88729: Set connection var ansible_connection to ssh 7723 1726883076.88733: Set connection var ansible_pipelining to False 7723 1726883076.88739: Set connection var ansible_timeout to 10 7723 1726883076.88761: variable 'ansible_shell_executable' from source: unknown 7723 1726883076.88764: variable 'ansible_connection' from source: unknown 7723 1726883076.88768: variable 'ansible_module_compression' from source: unknown 7723 1726883076.88770: variable 'ansible_shell_type' from source: unknown 7723 1726883076.88773: variable 'ansible_shell_executable' from source: unknown 7723 1726883076.88775: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883076.88777: variable 'ansible_pipelining' from source: unknown 7723 1726883076.88779: variable 'ansible_timeout' from source: unknown 7723 1726883076.88782: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883076.88881: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 7723 1726883076.88889: variable 'omit' from source: magic vars 7723 1726883076.88893: starting attempt loop 7723 1726883076.88896: running the handler 7723 1726883076.88909: _low_level_execute_command(): starting 7723 1726883076.88914: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7723 1726883076.89417: 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 <<< 7723 1726883076.89421: 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.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883076.89424: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 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 <<< 7723 1726883076.89427: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883076.89479: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883076.89482: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883076.89484: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883076.89537: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883076.91178: stdout chunk (state=3): >>>/root <<< 7723 1726883076.91267: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883076.91302: stderr chunk (state=3): >>><<< 7723 1726883076.91317: stdout chunk (state=3): >>><<< 7723 1726883076.91328: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883076.91344: _low_level_execute_command(): starting 7723 1726883076.91349: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726883076.9133155-7764-3118461900466 `" && echo ansible-tmp-1726883076.9133155-7764-3118461900466="` echo /root/.ansible/tmp/ansible-tmp-1726883076.9133155-7764-3118461900466 `" ) && sleep 0' 7723 1726883076.91801: 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 <<< 7723 1726883076.91806: 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.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883076.91827: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883076.91879: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883076.91883: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883076.91885: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883076.91934: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883076.93789: stdout chunk (state=3): >>>ansible-tmp-1726883076.9133155-7764-3118461900466=/root/.ansible/tmp/ansible-tmp-1726883076.9133155-7764-3118461900466 <<< 7723 1726883076.93886: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883076.93916: stderr chunk (state=3): >>><<< 7723 1726883076.93920: stdout chunk (state=3): >>><<< 7723 1726883076.93938: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726883076.9133155-7764-3118461900466=/root/.ansible/tmp/ansible-tmp-1726883076.9133155-7764-3118461900466 , 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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883076.93994: variable 'ansible_module_compression' from source: unknown 7723 1726883076.94035: ANSIBALLZ: Using lock for lineinfile 7723 1726883076.94038: ANSIBALLZ: Acquiring lock 7723 1726883076.94042: ANSIBALLZ: Lock acquired: 140047142410848 7723 1726883076.94045: ANSIBALLZ: Creating module 7723 1726883077.02404: ANSIBALLZ: Writing module into payload 7723 1726883077.02487: ANSIBALLZ: Writing module 7723 1726883077.02504: ANSIBALLZ: Renaming module 7723 1726883077.02510: ANSIBALLZ: Done creating module 7723 1726883077.02528: variable 'ansible_facts' from source: unknown 7723 1726883077.02575: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726883076.9133155-7764-3118461900466/AnsiballZ_lineinfile.py 7723 1726883077.02680: Sending initial data 7723 1726883077.02684: Sent initial data (155 bytes) 7723 1726883077.03154: 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 <<< 7723 1726883077.03157: 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.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883077.03159: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address <<< 7723 1726883077.03161: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883077.03164: 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883077.03216: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883077.03220: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883077.03222: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883077.03271: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883077.04825: 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 <<< 7723 1726883077.04865: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 7723 1726883077.04912: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7723b_d05x07/tmpf7pvinsn /root/.ansible/tmp/ansible-tmp-1726883076.9133155-7764-3118461900466/AnsiballZ_lineinfile.py <<< 7723 1726883077.04917: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726883076.9133155-7764-3118461900466/AnsiballZ_lineinfile.py" <<< 7723 1726883077.04954: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-7723b_d05x07/tmpf7pvinsn" to remote "/root/.ansible/tmp/ansible-tmp-1726883076.9133155-7764-3118461900466/AnsiballZ_lineinfile.py" <<< 7723 1726883077.04957: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726883076.9133155-7764-3118461900466/AnsiballZ_lineinfile.py" <<< 7723 1726883077.05481: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883077.05527: stderr chunk (state=3): >>><<< 7723 1726883077.05530: stdout chunk (state=3): >>><<< 7723 1726883077.05576: done transferring module to remote 7723 1726883077.05590: _low_level_execute_command(): starting 7723 1726883077.05593: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726883076.9133155-7764-3118461900466/ /root/.ansible/tmp/ansible-tmp-1726883076.9133155-7764-3118461900466/AnsiballZ_lineinfile.py && sleep 0' 7723 1726883077.06039: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883077.06045: 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.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883077.06059: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883077.06120: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883077.06126: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883077.06129: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883077.06168: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883077.07876: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883077.07901: stderr chunk (state=3): >>><<< 7723 1726883077.07905: stdout chunk (state=3): >>><<< 7723 1726883077.07927: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883077.07930: _low_level_execute_command(): starting 7723 1726883077.07933: _low_level_execute_command(): using become for this command 7723 1726883077.07947: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-gmrsmqnfznrvioriaxraxobfydbzjfmo ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726883076.9133155-7764-3118461900466/AnsiballZ_lineinfile.py'"'"' && sleep 0' 7723 1726883077.08037: Initial state: awaiting_escalation: BECOME-SUCCESS-gmrsmqnfznrvioriaxraxobfydbzjfmo 7723 1726883077.08442: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883077.08446: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883077.08483: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883077.08486: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883077.08538: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883077.11358: stdout chunk (state=1): >>>BECOME-SUCCESS-gmrsmqnfznrvioriaxraxobfydbzjfmo <<< 7723 1726883077.11363: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-gmrsmqnfznrvioriaxraxobfydbzjfmo' 7723 1726883077.11676: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 7723 1726883077.11714: stdout chunk (state=3): >>>import _imp # builtin <<< 7723 1726883077.11739: stdout chunk (state=3): >>>import '_thread' # <<< 7723 1726883077.11746: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 7723 1726883077.11815: stdout chunk (state=3): >>>import '_io' # <<< 7723 1726883077.11822: stdout chunk (state=3): >>>import 'marshal' # <<< 7723 1726883077.11848: stdout chunk (state=3): >>>import 'posix' # <<< 7723 1726883077.11883: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 7723 1726883077.11887: stdout chunk (state=3): >>># installing zipimport hook <<< 7723 1726883077.11911: stdout chunk (state=3): >>>import 'time' # <<< 7723 1726883077.11922: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 7723 1726883077.11966: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 7723 1726883077.11982: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883077.11994: stdout chunk (state=3): >>>import '_codecs' # <<< 7723 1726883077.12017: stdout chunk (state=3): >>>import 'codecs' # <<< 7723 1726883077.12051: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 7723 1726883077.12070: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 7723 1726883077.12086: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d6183e0> <<< 7723 1726883077.12094: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d5e7a10> <<< 7723 1726883077.12118: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 7723 1726883077.12130: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d61a960> <<< 7723 1726883077.12151: stdout chunk (state=3): >>>import '_signal' # <<< 7723 1726883077.12173: stdout chunk (state=3): >>>import '_abc' # <<< 7723 1726883077.12188: stdout chunk (state=3): >>>import 'abc' # <<< 7723 1726883077.12196: stdout chunk (state=3): >>>import 'io' # <<< 7723 1726883077.12238: stdout chunk (state=3): >>>import '_stat' # <<< 7723 1726883077.12242: stdout chunk (state=3): >>>import 'stat' # <<< 7723 1726883077.12322: stdout chunk (state=3): >>>import '_collections_abc' # <<< 7723 1726883077.12349: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 7723 1726883077.12378: stdout chunk (state=3): >>>import 'os' # <<< 7723 1726883077.12386: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 7723 1726883077.12408: stdout chunk (state=3): >>>Processing user site-packages <<< 7723 1726883077.12418: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 7723 1726883077.12433: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 7723 1726883077.12437: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 7723 1726883077.12470: 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 <<< 7723 1726883077.12475: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 7723 1726883077.12499: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d3e8fe0> <<< 7723 1726883077.12551: 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 <<< 7723 1726883077.12569: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883077.12576: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d3e9f10> <<< 7723 1726883077.12603: stdout chunk (state=3): >>>import 'site' # <<< 7723 1726883077.12629: 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. <<< 7723 1726883077.12862: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 7723 1726883077.12870: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 7723 1726883077.12901: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 7723 1726883077.12905: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883077.12930: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 7723 1726883077.12967: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 7723 1726883077.12989: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 7723 1726883077.13014: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 7723 1726883077.13034: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d427da0> <<< 7723 1726883077.13044: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 7723 1726883077.13071: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 7723 1726883077.13085: stdout chunk (state=3): >>>import '_operator' # <<< 7723 1726883077.13102: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d427fb0> <<< 7723 1726883077.13115: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 7723 1726883077.13142: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 7723 1726883077.13165: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 7723 1726883077.13221: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883077.13231: stdout chunk (state=3): >>>import 'itertools' # <<< 7723 1726883077.13259: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' <<< 7723 1726883077.13268: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d45f770> <<< 7723 1726883077.13285: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 7723 1726883077.13293: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 7723 1726883077.13308: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d45fe00> <<< 7723 1726883077.13311: stdout chunk (state=3): >>>import '_collections' # <<< 7723 1726883077.13367: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d43fa40> <<< 7723 1726883077.13375: stdout chunk (state=3): >>>import '_functools' # <<< 7723 1726883077.13407: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d43d160> <<< 7723 1726883077.13498: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d424f50> <<< 7723 1726883077.13528: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 7723 1726883077.13544: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 7723 1726883077.13559: stdout chunk (state=3): >>>import '_sre' # <<< 7723 1726883077.13579: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 7723 1726883077.13604: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 7723 1726883077.13631: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 7723 1726883077.13637: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 7723 1726883077.13668: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d4836e0> <<< 7723 1726883077.13682: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d482300> <<< 7723 1726883077.13714: 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' <<< 7723 1726883077.13720: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d43e030> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d480b30> <<< 7723 1726883077.13768: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 7723 1726883077.13781: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d4b4740> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d4241d0> <<< 7723 1726883077.13796: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 7723 1726883077.13835: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883077.13842: 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 0x7f406d4b4bf0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d4b4aa0> <<< 7723 1726883077.13872: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883077.13880: stdout chunk (state=3): >>># 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 0x7f406d4b4e90> <<< 7723 1726883077.13893: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d422cf0> <<< 7723 1726883077.13924: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 7723 1726883077.13934: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883077.13945: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 7723 1726883077.13974: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 7723 1726883077.13994: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d4b5580> <<< 7723 1726883077.14000: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d4b5250> import 'importlib.machinery' # <<< 7723 1726883077.14028: 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' <<< 7723 1726883077.14052: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d4b6480> <<< 7723 1726883077.14059: stdout chunk (state=3): >>>import 'importlib.util' # <<< 7723 1726883077.14072: stdout chunk (state=3): >>>import 'runpy' # <<< 7723 1726883077.14096: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 7723 1726883077.14131: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 7723 1726883077.14162: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 7723 1726883077.14169: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d4cc6b0> <<< 7723 1726883077.14176: stdout chunk (state=3): >>>import 'errno' # <<< 7723 1726883077.14202: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883077.14208: 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 0x7f406d4cddf0> <<< 7723 1726883077.14232: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 7723 1726883077.14237: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 7723 1726883077.14264: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 7723 1726883077.14277: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 7723 1726883077.14288: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d4cec90> <<< 7723 1726883077.14323: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883077.14334: stdout chunk (state=3): >>># 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 0x7f406d4cf2f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d4ce1e0> <<< 7723 1726883077.14361: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 7723 1726883077.14365: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 7723 1726883077.14406: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883077.14409: 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 0x7f406d4cfd70> <<< 7723 1726883077.14428: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d4cf4a0> <<< 7723 1726883077.14468: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d4b64e0> <<< 7723 1726883077.14491: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 7723 1726883077.14518: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 7723 1726883077.14537: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 7723 1726883077.14555: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 7723 1726883077.14591: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f406d24fc50> <<< 7723 1726883077.14617: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 7723 1726883077.14623: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 7723 1726883077.14648: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883077.14654: stdout chunk (state=3): >>>import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f406d2786e0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d278440> <<< 7723 1726883077.14680: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883077.14685: stdout chunk (state=3): >>># extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f406d278710> <<< 7723 1726883077.14713: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 7723 1726883077.14718: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 7723 1726883077.14783: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883077.14907: 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 0x7f406d279040> <<< 7723 1726883077.15022: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883077.15028: 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 0x7f406d279a30> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d2788f0> <<< 7723 1726883077.15047: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d24ddf0> <<< 7723 1726883077.15065: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 7723 1726883077.15090: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 7723 1726883077.15111: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 7723 1726883077.15125: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 7723 1726883077.15130: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d27ade0> <<< 7723 1726883077.15163: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d2798b0> <<< 7723 1726883077.15174: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d4b6660> <<< 7723 1726883077.15204: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 7723 1726883077.15260: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883077.15284: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 7723 1726883077.15318: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 7723 1726883077.15347: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d2a7140> <<< 7723 1726883077.15398: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 7723 1726883077.15418: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883077.15436: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 7723 1726883077.15457: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 7723 1726883077.15497: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d2c74a0> <<< 7723 1726883077.15524: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 7723 1726883077.15565: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 7723 1726883077.15619: stdout chunk (state=3): >>>import 'ntpath' # <<< 7723 1726883077.15643: 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 0x7f406d328260> <<< 7723 1726883077.15664: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 7723 1726883077.15693: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 7723 1726883077.15719: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 7723 1726883077.15757: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 7723 1726883077.15846: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d32a9c0> <<< 7723 1726883077.15919: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d328380> <<< 7723 1726883077.15957: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d2f5280> <<< 7723 1726883077.15984: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' <<< 7723 1726883077.15997: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d1293a0> <<< 7723 1726883077.16003: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d2c62a0> <<< 7723 1726883077.16022: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d27bd10> <<< 7723 1726883077.16118: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 7723 1726883077.16141: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f406d2c6600> <<< 7723 1726883077.16294: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_lineinfile_payload_n65izrnu/ansible_lineinfile_payload.zip' <<< 7723 1726883077.16299: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.16423: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.16460: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 7723 1726883077.16462: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 7723 1726883077.16508: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 7723 1726883077.16578: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 7723 1726883077.16612: 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' <<< 7723 1726883077.16626: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d17f110> <<< 7723 1726883077.16631: stdout chunk (state=3): >>>import '_typing' # <<< 7723 1726883077.16807: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d15e000> <<< 7723 1726883077.16813: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d15d160> # zipimport: zlib available <<< 7723 1726883077.16846: stdout chunk (state=3): >>>import 'ansible' # <<< 7723 1726883077.16856: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.16866: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.16887: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.16894: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 7723 1726883077.16917: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.18310: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.19418: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d17cfe0> <<< 7723 1726883077.19437: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 7723 1726883077.19453: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883077.19465: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 7723 1726883077.19468: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 7723 1726883077.19499: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 7723 1726883077.19502: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 7723 1726883077.19535: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f406d1aab70> <<< 7723 1726883077.19565: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d1aa900> <<< 7723 1726883077.19597: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d1aa210> <<< 7723 1726883077.19616: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 7723 1726883077.19625: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 7723 1726883077.19665: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d1aa960> <<< 7723 1726883077.19671: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d17fda0> import 'atexit' # <<< 7723 1726883077.19704: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883077.19710: stdout chunk (state=3): >>># extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f406d1ab8c0> <<< 7723 1726883077.19738: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883077.19743: stdout chunk (state=3): >>># extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f406d1abb00> <<< 7723 1726883077.19757: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 7723 1726883077.19799: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 7723 1726883077.19807: stdout chunk (state=3): >>>import '_locale' # <<< 7723 1726883077.19856: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d1abf50> <<< 7723 1726883077.19862: stdout chunk (state=3): >>>import 'pwd' # <<< 7723 1726883077.19885: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 7723 1726883077.19909: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 7723 1726883077.19944: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406cb09cd0> <<< 7723 1726883077.19971: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883077.19986: 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 0x7f406cb0b8f0> <<< 7723 1726883077.19991: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 7723 1726883077.20017: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 7723 1726883077.20047: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406cb0c2f0> <<< 7723 1726883077.20066: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 7723 1726883077.20095: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 7723 1726883077.20120: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406cb0d490> <<< 7723 1726883077.20131: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 7723 1726883077.20174: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 7723 1726883077.20194: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 7723 1726883077.20197: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 7723 1726883077.20246: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406cb0ff50> <<< 7723 1726883077.20282: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f406d43f950> <<< 7723 1726883077.20303: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406cb0e210> <<< 7723 1726883077.20323: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 7723 1726883077.20350: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 7723 1726883077.20374: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 7723 1726883077.20379: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 7723 1726883077.20397: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 7723 1726883077.20423: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 7723 1726883077.20450: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 7723 1726883077.20455: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406cb1be00> <<< 7723 1726883077.20476: stdout chunk (state=3): >>>import '_tokenize' # <<< 7723 1726883077.20536: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406cb1a900> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406cb1a660> <<< 7723 1726883077.20560: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 7723 1726883077.20565: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 7723 1726883077.20639: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406cb1abd0> <<< 7723 1726883077.20666: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406cb0e720> <<< 7723 1726883077.20697: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883077.20702: stdout chunk (state=3): >>># extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f406cb5ffb0> <<< 7723 1726883077.20732: 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 0x7f406cb60080> <<< 7723 1726883077.20744: 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 <<< 7723 1726883077.20766: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 7723 1726883077.20795: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 7723 1726883077.20825: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f406cb61b80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406cb61940> <<< 7723 1726883077.20839: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 7723 1726883077.20937: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 7723 1726883077.20983: 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 0x7f406cb64140> <<< 7723 1726883077.21004: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406cb62270> <<< 7723 1726883077.21007: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 7723 1726883077.21054: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883077.21063: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 7723 1726883077.21084: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 7723 1726883077.21132: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406cb678f0> <<< 7723 1726883077.21250: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406cb642c0> <<< 7723 1726883077.21310: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f406cb686e0> <<< 7723 1726883077.21335: 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 0x7f406cb68b30> <<< 7723 1726883077.21380: 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 0x7f406cb68a70> <<< 7723 1726883077.21388: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406cb60200> <<< 7723 1726883077.21421: 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 <<< 7723 1726883077.21427: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 7723 1726883077.21436: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 7723 1726883077.21455: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 7723 1726883077.21487: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883077.21503: 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 0x7f406cbf4200> <<< 7723 1726883077.21649: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883077.21664: 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 0x7f406cbf54f0> <<< 7723 1726883077.21667: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406cb6a9c0> <<< 7723 1726883077.21702: 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 0x7f406cb6bd40> <<< 7723 1726883077.21707: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406cb6a630> <<< 7723 1726883077.21727: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.21733: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 7723 1726883077.21754: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.21833: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.21927: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.21930: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 7723 1726883077.21955: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.21974: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.21981: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 7723 1726883077.21988: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.22105: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.22220: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.22747: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.23275: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 7723 1726883077.23289: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 7723 1726883077.23315: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 7723 1726883077.23325: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883077.23373: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f406cbf9730> <<< 7723 1726883077.23457: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 7723 1726883077.23464: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 7723 1726883077.23481: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406cbfa540> <<< 7723 1726883077.23490: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406cbf56a0> <<< 7723 1726883077.23534: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 7723 1726883077.23543: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.23560: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.23582: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 7723 1726883077.23587: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.23732: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.23889: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 7723 1726883077.23898: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406cbfa240> <<< 7723 1726883077.23907: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.24356: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.24789: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.24863: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.24938: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 7723 1726883077.24946: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.24982: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.25024: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 7723 1726883077.25026: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.25100: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.25181: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 7723 1726883077.25194: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.25201: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.25224: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 7723 1726883077.25267: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.25311: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 7723 1726883077.25319: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.25538: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.25766: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 7723 1726883077.25828: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 7723 1726883077.25835: stdout chunk (state=3): >>>import '_ast' # <<< 7723 1726883077.25904: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406cbfb650> <<< 7723 1726883077.25911: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.25985: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.26061: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 7723 1726883077.26076: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 7723 1726883077.26086: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 7723 1726883077.26092: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.26138: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.26180: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 7723 1726883077.26194: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.26235: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.26283: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.26338: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.26408: 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 <<< 7723 1726883077.26443: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883077.26531: 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 0x7f406ca06030> <<< 7723 1726883077.26564: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406ca00fe0> <<< 7723 1726883077.26596: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 7723 1726883077.26606: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.26668: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.26729: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.26760: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.26803: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883077.26827: 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 <<< 7723 1726883077.26847: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 7723 1726883077.26871: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 7723 1726883077.26926: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 7723 1726883077.26949: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 7723 1726883077.26962: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 7723 1726883077.27019: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d2068d0> <<< 7723 1726883077.27060: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d1f65d0> <<< 7723 1726883077.27139: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406ca06120> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406cbf89e0> <<< 7723 1726883077.27149: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 7723 1726883077.27164: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.27187: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.27213: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 7723 1726883077.27274: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 7723 1726883077.27283: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.27302: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.27309: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 7723 1726883077.27316: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.27572: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.27883: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.28572: stdout chunk (state=3): >>> {"changed": true, "msg": "line added", "backup": "", "diff": [{"before": "", "after": "", "before_header": "/etc/hosts (content)", "after_header": "/etc/hosts (content)"}, {"before_header": "/etc/hosts (file attributes)", "after_header": "/etc/hosts (file attributes)"}], "invocation": {"module_args": {"path": "/etc/hosts", "line": "127.0.0.1 candlepin.local", "regexp": ".*candlepin.local", "state": "present", "backrefs": false, "create": false, "backup": false, "firstmatch": false, "unsafe_writes": false, "search_string": null, "insertafter": null, "insertbefore": null, "validate": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 7723 1726883077.28580: stdout chunk (state=3): >>># destroy __main__ <<< 7723 1726883077.28900: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings <<< 7723 1726883077.28990: 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 # 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 <<< 7723 1726883077.29039: stdout chunk (state=3): >>># 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 <<< 7723 1726883077.29272: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 7723 1726883077.29280: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 7723 1726883077.29300: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression <<< 7723 1726883077.29307: stdout chunk (state=3): >>># destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 7723 1726883077.29328: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch <<< 7723 1726883077.29335: stdout chunk (state=3): >>># destroy ipaddress <<< 7723 1726883077.29359: stdout chunk (state=3): >>># destroy ntpath <<< 7723 1726883077.29364: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 7723 1726883077.29391: stdout chunk (state=3): >>># destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd <<< 7723 1726883077.29425: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 7723 1726883077.29436: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 7723 1726883077.29454: stdout chunk (state=3): >>># destroy array <<< 7723 1726883077.29462: stdout chunk (state=3): >>># destroy datetime <<< 7723 1726883077.29478: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 7723 1726883077.29484: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 7723 1726883077.29532: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 7723 1726883077.29537: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback <<< 7723 1726883077.29578: stdout chunk (state=3): >>># 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 <<< 7723 1726883077.29593: 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 <<< 7723 1726883077.29620: stdout chunk (state=3): >>># cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc <<< 7723 1726883077.29630: stdout chunk (state=3): >>># 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 <<< 7723 1726883077.29647: stdout chunk (state=3): >>># destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat <<< 7723 1726883077.29655: stdout chunk (state=3): >>># 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 <<< 7723 1726883077.29661: stdout chunk (state=3): >>># cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 7723 1726883077.29782: stdout chunk (state=3): >>># destroy sys.monitoring <<< 7723 1726883077.29789: stdout chunk (state=3): >>># destroy _socket <<< 7723 1726883077.29803: stdout chunk (state=3): >>># destroy _collections <<< 7723 1726883077.29831: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 7723 1726883077.29838: stdout chunk (state=3): >>># destroy tokenize <<< 7723 1726883077.29855: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 7723 1726883077.29872: stdout chunk (state=3): >>># destroy _typing <<< 7723 1726883077.29890: stdout chunk (state=3): >>># destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator <<< 7723 1726883077.29898: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 7723 1726883077.29907: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 7723 1726883077.30001: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math <<< 7723 1726883077.30007: stdout chunk (state=3): >>># destroy _bisect # destroy time <<< 7723 1726883077.30027: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 7723 1726883077.30050: stdout chunk (state=3): >>># destroy _hashlib <<< 7723 1726883077.30063: stdout chunk (state=3): >>># destroy _operator <<< 7723 1726883077.30071: stdout chunk (state=3): >>># destroy _string # destroy re <<< 7723 1726883077.30092: stdout chunk (state=3): >>># destroy itertools <<< 7723 1726883077.30104: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 7723 1726883077.30109: stdout chunk (state=3): >>># clear sys.audit hooks <<< 7723 1726883077.30632: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.120 closed. <<< 7723 1726883077.30667: stderr chunk (state=3): >>><<< 7723 1726883077.30670: stdout chunk (state=3): >>><<< 7723 1726883077.30736: _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 0x7f406d6183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d5e7a10> # /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 0x7f406d61a960> 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 0x7f406d3e8fe0> # /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 0x7f406d3e9f10> 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 0x7f406d427da0> # /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 0x7f406d427fb0> # /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 0x7f406d45f770> # /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 0x7f406d45fe00> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d43fa40> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d43d160> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d424f50> # /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 0x7f406d4836e0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d482300> # /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 0x7f406d43e030> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d480b30> # /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 0x7f406d4b4740> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d4241d0> # /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 0x7f406d4b4bf0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d4b4aa0> # 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 0x7f406d4b4e90> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d422cf0> # /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 0x7f406d4b5580> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d4b5250> 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 0x7f406d4b6480> 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 0x7f406d4cc6b0> 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 0x7f406d4cddf0> # /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 0x7f406d4cec90> # 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 0x7f406d4cf2f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d4ce1e0> # /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 0x7f406d4cfd70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d4cf4a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d4b64e0> # /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 0x7f406d24fc50> # /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 0x7f406d2786e0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d278440> # 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 0x7f406d278710> # /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 0x7f406d279040> # 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 0x7f406d279a30> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d2788f0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d24ddf0> # /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 0x7f406d27ade0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d2798b0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d4b6660> # /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 0x7f406d2a7140> # /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 0x7f406d2c74a0> # /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 0x7f406d328260> # /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 0x7f406d32a9c0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d328380> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d2f5280> # /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 0x7f406d1293a0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d2c62a0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d27bd10> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f406d2c6600> # zipimport: found 30 names in '/tmp/ansible_lineinfile_payload_n65izrnu/ansible_lineinfile_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 0x7f406d17f110> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d15e000> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d15d160> # 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 0x7f406d17cfe0> # /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 0x7f406d1aab70> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d1aa900> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d1aa210> # /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 0x7f406d1aa960> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d17fda0> 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 0x7f406d1ab8c0> # 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 0x7f406d1abb00> # /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 0x7f406d1abf50> 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 0x7f406cb09cd0> # 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 0x7f406cb0b8f0> # /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 0x7f406cb0c2f0> # /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 0x7f406cb0d490> # /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 0x7f406cb0ff50> # 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 0x7f406d43f950> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406cb0e210> # /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 0x7f406cb1be00> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406cb1a900> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406cb1a660> # /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 0x7f406cb1abd0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406cb0e720> # 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 0x7f406cb5ffb0> # /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 0x7f406cb60080> # /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 0x7f406cb61b80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406cb61940> # /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 0x7f406cb64140> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406cb62270> # /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 0x7f406cb678f0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406cb642c0> # 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 0x7f406cb686e0> # 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 0x7f406cb68b30> # 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 0x7f406cb68a70> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406cb60200> # /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 0x7f406cbf4200> # 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 0x7f406cbf54f0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406cb6a9c0> # 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 0x7f406cb6bd40> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406cb6a630> # 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 0x7f406cbf9730> # /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 0x7f406cbfa540> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406cbf56a0> 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 0x7f406cbfa240> # 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 0x7f406cbfb650> # 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 0x7f406ca06030> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406ca00fe0> 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 0x7f406d2068d0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406d1f65d0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406ca06120> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f406cbf89e0> # 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": true, "msg": "line added", "backup": "", "diff": [{"before": "", "after": "", "before_header": "/etc/hosts (content)", "after_header": "/etc/hosts (content)"}, {"before_header": "/etc/hosts (file attributes)", "after_header": "/etc/hosts (file attributes)"}], "invocation": {"module_args": {"path": "/etc/hosts", "line": "127.0.0.1 candlepin.local", "regexp": ".*candlepin.local", "state": "present", "backrefs": false, "create": false, "backup": false, "firstmatch": false, "unsafe_writes": false, "search_string": null, "insertafter": null, "insertbefore": null, "validate": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} # 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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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.12.120 closed. 7723 1726883077.31249: done with _execute_module (lineinfile, {'path': '/etc/hosts', 'line': '127.0.0.1 candlepin.local', 'regexp': '.*candlepin.local', '_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': 'lineinfile', '_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-1726883076.9133155-7764-3118461900466/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7723 1726883077.31253: _low_level_execute_command(): starting 7723 1726883077.31255: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726883076.9133155-7764-3118461900466/ > /dev/null 2>&1 && sleep 0' 7723 1726883077.31406: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883077.31409: 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.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883077.31412: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883077.31417: 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883077.31464: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883077.31467: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883077.31475: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883077.31536: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883077.33316: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883077.33343: stderr chunk (state=3): >>><<< 7723 1726883077.33347: stdout chunk (state=3): >>><<< 7723 1726883077.33362: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883077.33368: handler run complete 7723 1726883077.33386: attempt loop complete, returning result 7723 1726883077.33390: _execute() done 7723 1726883077.33393: dumping result to json 7723 1726883077.33395: done dumping result, returning 7723 1726883077.33405: done running TaskExecutor() for managed_node1/TASK: Add candlepin hostname to /etc/hosts [0affc0aa-4893-13c9-9f63-000000000019] 7723 1726883077.33407: sending task result for task 0affc0aa-4893-13c9-9f63-000000000019 7723 1726883077.33506: done sending task result for task 0affc0aa-4893-13c9-9f63-000000000019 7723 1726883077.33509: WORKER PROCESS EXITING changed: [managed_node1] => { "backup": "", "changed": true } MSG: line added 7723 1726883077.33571: no more pending results, returning what we have 7723 1726883077.33574: results queue empty 7723 1726883077.33575: checking for any_errors_fatal 7723 1726883077.33579: done checking for any_errors_fatal 7723 1726883077.33580: checking for max_fail_percentage 7723 1726883077.33581: done checking for max_fail_percentage 7723 1726883077.33582: checking to see if all hosts have failed and the running result is not ok 7723 1726883077.33583: done checking to see if all hosts have failed 7723 1726883077.33583: getting the remaining hosts for this loop 7723 1726883077.33585: done getting the remaining hosts for this loop 7723 1726883077.33588: getting the next task for host managed_node1 7723 1726883077.33594: done getting next task for host managed_node1 7723 1726883077.33596: ^ task is: TASK: Install needed packages 7723 1726883077.33599: ^ state is: HOST STATE: block=2, task=2, 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 7723 1726883077.33601: getting variables 7723 1726883077.33603: in VariableManager get_vars() 7723 1726883077.33631: Calling all_inventory to load vars for managed_node1 7723 1726883077.33634: Calling groups_inventory to load vars for managed_node1 7723 1726883077.33637: Calling all_plugins_inventory to load vars for managed_node1 7723 1726883077.33656: Calling all_plugins_play to load vars for managed_node1 7723 1726883077.33659: Calling groups_plugins_inventory to load vars for managed_node1 7723 1726883077.33662: Calling groups_plugins_play to load vars for managed_node1 7723 1726883077.33708: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7723 1726883077.33742: done with get_vars() 7723 1726883077.33757: done getting variables 7723 1726883077.33852: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [Install needed packages] ************************************************* task path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:31 Friday 20 September 2024 21:44:37 -0400 (0:00:00.497) 0:00:02.025 ****** 7723 1726883077.33878: entering _queue_task() for managed_node1/package 7723 1726883077.33880: Creating lock for package 7723 1726883077.34096: worker is 1 (out of 1 available) 7723 1726883077.34108: exiting _queue_task() for managed_node1/package 7723 1726883077.34120: done queuing things up, now waiting for results queue to drain 7723 1726883077.34122: waiting for pending results... 7723 1726883077.34272: running TaskExecutor() for managed_node1/TASK: Install needed packages 7723 1726883077.34342: in run() - task 0affc0aa-4893-13c9-9f63-00000000001a 7723 1726883077.34356: variable 'ansible_search_path' from source: unknown 7723 1726883077.34359: variable 'ansible_search_path' from source: unknown 7723 1726883077.34387: calling self._execute() 7723 1726883077.34494: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883077.34497: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883077.34506: variable 'omit' from source: magic vars 7723 1726883077.34843: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7723 1726883077.36457: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7723 1726883077.36505: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7723 1726883077.36534: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7723 1726883077.36561: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7723 1726883077.36582: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7723 1726883077.36643: 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) 7723 1726883077.36664: 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) 7723 1726883077.36681: 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) 7723 1726883077.36710: 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) 7723 1726883077.36722: 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) 7723 1726883077.36811: variable 'lsr_rhc_test_data_file' from source: set_fact 7723 1726883077.36834: Evaluated conditional (lsr_rhc_test_data_file | length == 0): True 7723 1726883077.36841: variable 'omit' from source: magic vars 7723 1726883077.36874: variable 'omit' from source: magic vars 7723 1726883077.36996: variable '__rhc_is_ostree' from source: set_fact 7723 1726883077.36999: variable 'omit' from source: magic vars 7723 1726883077.37018: variable 'omit' from source: magic vars 7723 1726883077.37039: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7723 1726883077.37094: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7723 1726883077.37097: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7723 1726883077.37100: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7723 1726883077.37103: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7723 1726883077.37119: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 7723 1726883077.37132: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 7723 1726883077.37159: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7723 1726883077.37163: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883077.37165: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883077.37242: Set connection var ansible_shell_type to sh 7723 1726883077.37246: Set connection var ansible_shell_executable to /bin/sh 7723 1726883077.37254: Set connection var ansible_module_compression to ZIP_DEFLATED 7723 1726883077.37257: Set connection var ansible_connection to ssh 7723 1726883077.37259: Set connection var ansible_pipelining to False 7723 1726883077.37265: Set connection var ansible_timeout to 10 7723 1726883077.37286: variable 'ansible_shell_executable' from source: unknown 7723 1726883077.37289: variable 'ansible_connection' from source: unknown 7723 1726883077.37291: variable 'ansible_module_compression' from source: unknown 7723 1726883077.37293: variable 'ansible_shell_type' from source: unknown 7723 1726883077.37296: variable 'ansible_shell_executable' from source: unknown 7723 1726883077.37298: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883077.37302: variable 'ansible_pipelining' from source: unknown 7723 1726883077.37305: variable 'ansible_timeout' from source: unknown 7723 1726883077.37309: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883077.37392: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7723 1726883077.37400: variable 'omit' from source: magic vars 7723 1726883077.37404: starting attempt loop 7723 1726883077.37407: running the handler 7723 1726883077.37413: variable 'ansible_facts' from source: unknown 7723 1726883077.37425: _low_level_execute_command(): starting 7723 1726883077.37430: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7723 1726883077.37953: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883077.37957: 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.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883077.37963: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883077.37977: 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883077.38013: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883077.38016: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883077.38035: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883077.38076: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883077.39636: stdout chunk (state=3): >>>/root <<< 7723 1726883077.39728: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883077.39764: stderr chunk (state=3): >>><<< 7723 1726883077.39768: stdout chunk (state=3): >>><<< 7723 1726883077.39788: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883077.39802: _low_level_execute_command(): starting 7723 1726883077.39807: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726883077.3979104-7775-85774215116770 `" && echo ansible-tmp-1726883077.3979104-7775-85774215116770="` echo /root/.ansible/tmp/ansible-tmp-1726883077.3979104-7775-85774215116770 `" ) && sleep 0' 7723 1726883077.40271: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883077.40275: 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.12.120 originally 10.31.12.120 debug2: match not found <<< 7723 1726883077.40277: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 7723 1726883077.40279: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883077.40281: 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883077.40338: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883077.40347: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883077.40350: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883077.40386: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883077.42229: stdout chunk (state=3): >>>ansible-tmp-1726883077.3979104-7775-85774215116770=/root/.ansible/tmp/ansible-tmp-1726883077.3979104-7775-85774215116770 <<< 7723 1726883077.42325: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883077.42358: stderr chunk (state=3): >>><<< 7723 1726883077.42361: stdout chunk (state=3): >>><<< 7723 1726883077.42376: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726883077.3979104-7775-85774215116770=/root/.ansible/tmp/ansible-tmp-1726883077.3979104-7775-85774215116770 , 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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883077.42409: variable 'ansible_module_compression' from source: unknown 7723 1726883077.42454: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7723b_d05x07/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 7723 1726883077.42503: variable 'ansible_facts' from source: unknown 7723 1726883077.42638: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726883077.3979104-7775-85774215116770/AnsiballZ_setup.py 7723 1726883077.42750: Sending initial data 7723 1726883077.42753: Sent initial data (151 bytes) 7723 1726883077.43202: 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 <<< 7723 1726883077.43239: 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.12.120 originally 10.31.12.120 debug2: match not found <<< 7723 1726883077.43245: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883077.43247: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7723 1726883077.43251: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883077.43253: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7723 1726883077.43255: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883077.43300: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883077.43303: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883077.43305: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883077.43355: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883077.44852: 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 <<< 7723 1726883077.44889: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 7723 1726883077.44932: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7723b_d05x07/tmpzt9yofhd /root/.ansible/tmp/ansible-tmp-1726883077.3979104-7775-85774215116770/AnsiballZ_setup.py <<< 7723 1726883077.44936: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726883077.3979104-7775-85774215116770/AnsiballZ_setup.py" <<< 7723 1726883077.44979: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-7723b_d05x07/tmpzt9yofhd" to remote "/root/.ansible/tmp/ansible-tmp-1726883077.3979104-7775-85774215116770/AnsiballZ_setup.py" <<< 7723 1726883077.44981: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726883077.3979104-7775-85774215116770/AnsiballZ_setup.py" <<< 7723 1726883077.46024: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883077.46071: stderr chunk (state=3): >>><<< 7723 1726883077.46075: stdout chunk (state=3): >>><<< 7723 1726883077.46092: done transferring module to remote 7723 1726883077.46106: _low_level_execute_command(): starting 7723 1726883077.46109: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726883077.3979104-7775-85774215116770/ /root/.ansible/tmp/ansible-tmp-1726883077.3979104-7775-85774215116770/AnsiballZ_setup.py && sleep 0' 7723 1726883077.46578: 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 <<< 7723 1726883077.46582: 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.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883077.46584: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883077.46587: 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.12.120 originally 10.31.12.120 debug2: match found <<< 7723 1726883077.46590: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883077.46638: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883077.46645: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883077.46690: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883077.48402: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883077.48434: stderr chunk (state=3): >>><<< 7723 1726883077.48437: stdout chunk (state=3): >>><<< 7723 1726883077.48453: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883077.48456: _low_level_execute_command(): starting 7723 1726883077.48461: _low_level_execute_command(): using become for this command 7723 1726883077.48472: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-igmnomlkwnhfrpvnkhvddmkxmwzyddfa ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726883077.3979104-7775-85774215116770/AnsiballZ_setup.py'"'"' && sleep 0' 7723 1726883077.48559: Initial state: awaiting_escalation: BECOME-SUCCESS-igmnomlkwnhfrpvnkhvddmkxmwzyddfa 7723 1726883077.48962: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883077.48966: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883077.49007: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883077.49010: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883077.49013: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883077.49066: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883077.51851: stdout chunk (state=1): >>>BECOME-SUCCESS-igmnomlkwnhfrpvnkhvddmkxmwzyddfa <<< 7723 1726883077.51855: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-igmnomlkwnhfrpvnkhvddmkxmwzyddfa' 7723 1726883077.52176: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 7723 1726883077.52212: stdout chunk (state=3): >>>import _imp # builtin <<< 7723 1726883077.52239: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 7723 1726883077.52244: stdout chunk (state=3): >>>import '_weakref' # <<< 7723 1726883077.52308: stdout chunk (state=3): >>>import '_io' # <<< 7723 1726883077.52317: stdout chunk (state=3): >>>import 'marshal' # <<< 7723 1726883077.52349: stdout chunk (state=3): >>>import 'posix' # <<< 7723 1726883077.52379: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 7723 1726883077.52383: stdout chunk (state=3): >>># installing zipimport hook <<< 7723 1726883077.52407: stdout chunk (state=3): >>>import 'time' # <<< 7723 1726883077.52410: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 7723 1726883077.52468: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 7723 1726883077.52473: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883077.52494: stdout chunk (state=3): >>>import '_codecs' # <<< 7723 1726883077.52517: stdout chunk (state=3): >>>import 'codecs' # <<< 7723 1726883077.52553: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 7723 1726883077.52579: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 7723 1726883077.52590: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5f103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5edfa10> <<< 7723 1726883077.52623: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 7723 1726883077.52626: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5f12960> <<< 7723 1726883077.52660: stdout chunk (state=3): >>>import '_signal' # <<< 7723 1726883077.52682: stdout chunk (state=3): >>>import '_abc' # <<< 7723 1726883077.52688: stdout chunk (state=3): >>>import 'abc' # <<< 7723 1726883077.52705: stdout chunk (state=3): >>>import 'io' # <<< 7723 1726883077.52737: stdout chunk (state=3): >>>import '_stat' # <<< 7723 1726883077.52742: stdout chunk (state=3): >>>import 'stat' # <<< 7723 1726883077.52828: stdout chunk (state=3): >>>import '_collections_abc' # <<< 7723 1726883077.52862: stdout chunk (state=3): >>>import 'genericpath' # <<< 7723 1726883077.52866: stdout chunk (state=3): >>>import 'posixpath' # <<< 7723 1726883077.52891: stdout chunk (state=3): >>>import 'os' # <<< 7723 1726883077.52906: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 7723 1726883077.52918: stdout chunk (state=3): >>>Processing user site-packages <<< 7723 1726883077.52933: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 7723 1726883077.52943: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 7723 1726883077.52955: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 7723 1726883077.52987: 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 <<< 7723 1726883077.52992: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 7723 1726883077.53010: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5cc0fe0> <<< 7723 1726883077.53064: 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 <<< 7723 1726883077.53067: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883077.53089: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5cc1f10> <<< 7723 1726883077.53114: stdout chunk (state=3): >>>import 'site' # <<< 7723 1726883077.53143: 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. <<< 7723 1726883077.53526: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 7723 1726883077.53529: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 7723 1726883077.53559: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 7723 1726883077.53565: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883077.53585: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 7723 1726883077.53627: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 7723 1726883077.53644: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 7723 1726883077.53670: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 7723 1726883077.53681: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5cffd40> <<< 7723 1726883077.53704: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 7723 1726883077.53722: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 7723 1726883077.53749: stdout chunk (state=3): >>>import '_operator' # <<< 7723 1726883077.53753: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5cfff80> <<< 7723 1726883077.53772: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 7723 1726883077.53799: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 7723 1726883077.53824: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 7723 1726883077.53870: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883077.53890: stdout chunk (state=3): >>>import 'itertools' # <<< 7723 1726883077.53923: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' <<< 7723 1726883077.53931: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5d37740> <<< 7723 1726883077.53938: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 7723 1726883077.53965: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5d37dd0> <<< 7723 1726883077.53978: stdout chunk (state=3): >>>import '_collections' # <<< 7723 1726883077.54026: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5d17a10> <<< 7723 1726883077.54037: stdout chunk (state=3): >>>import '_functools' # <<< 7723 1726883077.54068: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5d15130> <<< 7723 1726883077.54157: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5cfcef0> <<< 7723 1726883077.54182: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 7723 1726883077.54203: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 7723 1726883077.54216: stdout chunk (state=3): >>>import '_sre' # <<< 7723 1726883077.54239: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 7723 1726883077.54261: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 7723 1726883077.54289: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 7723 1726883077.54293: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 7723 1726883077.54329: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5d57680> <<< 7723 1726883077.54337: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5d562a0> <<< 7723 1726883077.54371: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 7723 1726883077.54373: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5d16000> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5d54b30> <<< 7723 1726883077.54425: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 7723 1726883077.54433: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5d8c680> <<< 7723 1726883077.54446: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5cfc170> <<< 7723 1726883077.54464: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 7723 1726883077.54508: stdout chunk (state=3): >>># 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 0x7feac5d8cb30> <<< 7723 1726883077.54511: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5d8c9e0> <<< 7723 1726883077.54539: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883077.54558: stdout chunk (state=3): >>># 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 0x7feac5d8cdd0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5cfac90> <<< 7723 1726883077.54590: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 7723 1726883077.54593: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883077.54616: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 7723 1726883077.54646: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 7723 1726883077.54660: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5d8d4c0> <<< 7723 1726883077.54672: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5d8d190> import 'importlib.machinery' # <<< 7723 1726883077.54697: 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' <<< 7723 1726883077.54726: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5d8e3c0> <<< 7723 1726883077.54739: stdout chunk (state=3): >>>import 'importlib.util' # <<< 7723 1726883077.54748: stdout chunk (state=3): >>>import 'runpy' # <<< 7723 1726883077.54768: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 7723 1726883077.54801: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 7723 1726883077.54836: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 7723 1726883077.54839: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5da45f0> <<< 7723 1726883077.54846: stdout chunk (state=3): >>>import 'errno' # <<< 7723 1726883077.54876: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883077.54879: 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 0x7feac5da5d30> <<< 7723 1726883077.54908: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 7723 1726883077.54918: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 7723 1726883077.54948: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 7723 1726883077.54962: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 7723 1726883077.54968: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5da6bd0> <<< 7723 1726883077.55006: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883077.55012: stdout chunk (state=3): >>># 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 0x7feac5da7230> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5da6120> <<< 7723 1726883077.55044: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 7723 1726883077.55052: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 7723 1726883077.55088: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883077.55091: 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 0x7feac5da7cb0> <<< 7723 1726883077.55108: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5da73e0> <<< 7723 1726883077.55151: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5d8e420> <<< 7723 1726883077.55173: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 7723 1726883077.55196: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 7723 1726883077.55219: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 7723 1726883077.55238: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 7723 1726883077.55276: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883077.55281: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feac5a9bb90> <<< 7723 1726883077.55301: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 7723 1726883077.55304: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 7723 1726883077.55336: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feac5ac4620> <<< 7723 1726883077.55341: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5ac4380> <<< 7723 1726883077.55367: 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 0x7feac5ac4560> <<< 7723 1726883077.55400: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 7723 1726883077.55404: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 7723 1726883077.55475: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883077.55597: 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 0x7feac5ac4ef0> <<< 7723 1726883077.55710: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883077.55717: 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 0x7feac5ac58b0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5ac47a0> <<< 7723 1726883077.55732: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5a99d30> <<< 7723 1726883077.55758: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 7723 1726883077.55777: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 7723 1726883077.55817: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 7723 1726883077.55821: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 7723 1726883077.55827: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5ac6cc0> <<< 7723 1726883077.55849: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5ac5a00> <<< 7723 1726883077.55867: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5d8eb10> <<< 7723 1726883077.55893: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 7723 1726883077.55956: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883077.55976: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 7723 1726883077.56010: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 7723 1726883077.56037: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5aef050> <<< 7723 1726883077.56092: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 7723 1726883077.56104: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883077.56131: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 7723 1726883077.56152: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 7723 1726883077.56191: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5b133b0> <<< 7723 1726883077.56213: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 7723 1726883077.56260: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 7723 1726883077.56308: stdout chunk (state=3): >>>import 'ntpath' # <<< 7723 1726883077.56344: 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 0x7feac5b741d0> <<< 7723 1726883077.56357: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 7723 1726883077.56386: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 7723 1726883077.56409: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 7723 1726883077.56452: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 7723 1726883077.56535: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5b76930> <<< 7723 1726883077.56610: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5b742f0> <<< 7723 1726883077.56645: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5b411c0> <<< 7723 1726883077.56679: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' <<< 7723 1726883077.56682: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac597d280> <<< 7723 1726883077.56703: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5b121e0> <<< 7723 1726883077.56707: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5ac7c20> <<< 7723 1726883077.56870: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 7723 1726883077.56894: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7feac5b12540> <<< 7723 1726883077.57156: stdout chunk (state=3): >>># zipimport: found 103 names in '/tmp/ansible_ansible.legacy.setup_payload_37_kt2t4/ansible_ansible.legacy.setup_payload.zip' # zipimport: zlib available <<< 7723 1726883077.57281: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.57316: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 7723 1726883077.57322: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 7723 1726883077.57360: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 7723 1726883077.57438: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 7723 1726883077.57473: 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' <<< 7723 1726883077.57475: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac59def60> import '_typing' # <<< 7723 1726883077.57661: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac59bde50> <<< 7723 1726883077.57667: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac59bd010> # zipimport: zlib available <<< 7723 1726883077.57699: stdout chunk (state=3): >>>import 'ansible' # <<< 7723 1726883077.57703: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.57730: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.57742: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.57757: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 7723 1726883077.57771: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.59174: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.60271: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac59dce30> <<< 7723 1726883077.60295: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883077.60323: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 7723 1726883077.60333: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 7723 1726883077.60354: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 7723 1726883077.60383: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feac5a12a50> <<< 7723 1726883077.60423: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5a127e0> <<< 7723 1726883077.60453: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5a120f0> <<< 7723 1726883077.60471: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 7723 1726883077.60477: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 7723 1726883077.60521: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5a12ab0> <<< 7723 1726883077.60525: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac59dfbf0> import 'atexit' # <<< 7723 1726883077.60559: 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 0x7feac5a13710> <<< 7723 1726883077.60587: 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 0x7feac5a13950> <<< 7723 1726883077.60614: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 7723 1726883077.60653: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 7723 1726883077.60669: stdout chunk (state=3): >>>import '_locale' # <<< 7723 1726883077.60714: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5a13e90> <<< 7723 1726883077.60724: stdout chunk (state=3): >>>import 'pwd' # <<< 7723 1726883077.60737: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 7723 1726883077.60768: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 7723 1726883077.60801: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5329ca0> <<< 7723 1726883077.60830: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883077.60835: 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 0x7feac532b8c0> <<< 7723 1726883077.60862: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 7723 1726883077.60869: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 7723 1726883077.60907: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac532c2c0> <<< 7723 1726883077.60922: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 7723 1726883077.60959: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 7723 1726883077.60967: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac532d1c0> <<< 7723 1726883077.60993: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 7723 1726883077.61024: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 7723 1726883077.61050: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 7723 1726883077.61054: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 7723 1726883077.61104: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac532fec0> <<< 7723 1726883077.61137: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feac532ffb0> <<< 7723 1726883077.61160: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac532e1b0> <<< 7723 1726883077.61179: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 7723 1726883077.61206: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 7723 1726883077.61228: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 7723 1726883077.61245: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 7723 1726883077.61248: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 7723 1726883077.61347: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 7723 1726883077.61367: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 7723 1726883077.61385: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5337f80> <<< 7723 1726883077.61399: stdout chunk (state=3): >>>import '_tokenize' # <<< 7723 1726883077.61461: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5336a50> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac53367b0> <<< 7723 1726883077.61485: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 7723 1726883077.61489: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 7723 1726883077.61565: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5336d20> <<< 7723 1726883077.61592: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac532e690> <<< 7723 1726883077.61624: 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 0x7feac537c200> <<< 7723 1726883077.61646: 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 0x7feac537c3b0> <<< 7723 1726883077.61669: 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 <<< 7723 1726883077.61685: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 7723 1726883077.61707: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 7723 1726883077.61746: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feac537de50> <<< 7723 1726883077.61758: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac537dbe0> <<< 7723 1726883077.61762: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 7723 1726883077.61796: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 7723 1726883077.61848: 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 0x7feac5380350> <<< 7723 1726883077.61865: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac537e450> <<< 7723 1726883077.61868: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 7723 1726883077.61908: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883077.61935: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 7723 1726883077.61938: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 7723 1726883077.61954: stdout chunk (state=3): >>>import '_string' # <<< 7723 1726883077.61993: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5383b30> <<< 7723 1726883077.62112: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5380500> <<< 7723 1726883077.62172: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feac5384bc0> <<< 7723 1726883077.62200: 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 0x7feac5384b60> <<< 7723 1726883077.62241: 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 0x7feac5384dd0> <<< 7723 1726883077.62250: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac537c530> <<< 7723 1726883077.62277: 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 <<< 7723 1726883077.62282: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 7723 1726883077.62300: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 7723 1726883077.62318: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 7723 1726883077.62346: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883077.62364: 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 0x7feac520c470> <<< 7723 1726883077.62519: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883077.62529: 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 0x7feac520d2e0> <<< 7723 1726883077.62536: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5386c00> <<< 7723 1726883077.62563: 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 0x7feac5387f80> <<< 7723 1726883077.62571: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5386810> <<< 7723 1726883077.62576: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.62600: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.62609: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 7723 1726883077.62625: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.62702: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.62791: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.62807: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 7723 1726883077.62822: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.62843: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.62847: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 7723 1726883077.62860: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.62973: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.63090: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.63614: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.64145: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 7723 1726883077.64158: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 7723 1726883077.64170: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 7723 1726883077.64173: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 7723 1726883077.64196: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883077.64246: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feac5215580> <<< 7723 1726883077.64335: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 7723 1726883077.64348: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac52169c0> <<< 7723 1726883077.64354: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac520d6a0> <<< 7723 1726883077.64402: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 7723 1726883077.64407: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.64439: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.64448: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 7723 1726883077.64460: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.64603: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.64758: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 7723 1726883077.64765: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5216120> <<< 7723 1726883077.64783: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.65222: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.65660: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.65732: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.65806: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 7723 1726883077.65811: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.65853: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.65891: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 7723 1726883077.65896: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.65963: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.66051: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 7723 1726883077.66055: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.66078: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.66091: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 7723 1726883077.66096: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.66134: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.66175: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 7723 1726883077.66180: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.66405: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.66632: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 7723 1726883077.66699: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 7723 1726883077.66701: stdout chunk (state=3): >>>import '_ast' # <<< 7723 1726883077.66767: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5217560> <<< 7723 1726883077.66773: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.66850: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.66929: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 7723 1726883077.66935: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 7723 1726883077.66956: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.66998: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.67037: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 7723 1726883077.67051: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.67092: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.67141: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.67192: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.67259: 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 <<< 7723 1726883077.67297: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883077.67376: 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 0x7feac5221e50> <<< 7723 1726883077.67411: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac521ef30> <<< 7723 1726883077.67442: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 7723 1726883077.67458: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # <<< 7723 1726883077.67468: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.67520: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.67582: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.67610: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.67653: 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 <<< 7723 1726883077.67658: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883077.67682: 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 <<< 7723 1726883077.67705: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 7723 1726883077.67727: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 7723 1726883077.67793: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 7723 1726883077.67806: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 7723 1726883077.67819: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 7723 1726883077.67871: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac530a8d0> <<< 7723 1726883077.67915: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac53fe5a0> <<< 7723 1726883077.67990: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5222060> <<< 7723 1726883077.68010: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5221d00> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 7723 1726883077.68035: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.68062: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 7723 1726883077.68128: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 7723 1726883077.68132: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.68149: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.68156: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 7723 1726883077.68166: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.68228: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.68284: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.68303: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.68329: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.68367: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.68411: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.68449: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.68482: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # <<< 7723 1726883077.68498: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.68566: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.68635: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.68659: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.68695: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.typing' # <<< 7723 1726883077.68700: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.68877: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.69044: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.69090: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.69136: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883077.69160: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py <<< 7723 1726883077.69178: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' <<< 7723 1726883077.69200: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py <<< 7723 1726883077.69223: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' <<< 7723 1726883077.69245: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac52b5f70> <<< 7723 1726883077.69261: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 7723 1726883077.69284: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' <<< 7723 1726883077.69300: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 7723 1726883077.69339: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 7723 1726883077.69361: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 7723 1726883077.69375: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 7723 1726883077.69383: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac4ecbf50> <<< 7723 1726883077.69420: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883077.69427: stdout chunk (state=3): >>># extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feac4ed02c0> <<< 7723 1726883077.69483: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac529f110> <<< 7723 1726883077.69495: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac52b6ae0> <<< 7723 1726883077.69529: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac52b4680> <<< 7723 1726883077.69535: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac52b42c0> <<< 7723 1726883077.69558: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py <<< 7723 1726883077.69599: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' <<< 7723 1726883077.69629: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py # code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 7723 1726883077.69656: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py <<< 7723 1726883077.69662: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 7723 1726883077.69695: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feac4ed32f0> <<< 7723 1726883077.69700: stdout chunk (state=3): >>>import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac4ed2ba0> <<< 7723 1726883077.69729: stdout chunk (state=3): >>># extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883077.69736: stdout chunk (state=3): >>># extension module '_queue' executed from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' import '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feac4ed2d80> <<< 7723 1726883077.69755: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac4ed1fd0> <<< 7723 1726883077.69763: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py <<< 7723 1726883077.69869: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' <<< 7723 1726883077.69877: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac4ed34d0> <<< 7723 1726883077.69900: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 7723 1726883077.69928: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 7723 1726883077.69961: stdout chunk (state=3): >>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' # extension module '_multiprocessing' executed from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' import '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feac4f35fd0> <<< 7723 1726883077.69989: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac4ed3fe0> <<< 7723 1726883077.70022: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac52b4350> <<< 7723 1726883077.70037: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.timeout' # <<< 7723 1726883077.70042: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.collector' # <<< 7723 1726883077.70054: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.70074: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.70078: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other' # <<< 7723 1726883077.70094: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.70147: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.70201: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # <<< 7723 1726883077.70220: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.70272: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.70323: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # <<< 7723 1726883077.70336: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.70354: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.70361: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system' # <<< 7723 1726883077.70364: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.70398: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.70431: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.apparmor' # <<< 7723 1726883077.70434: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.70488: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.70539: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # <<< 7723 1726883077.70547: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.70593: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.70639: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # <<< 7723 1726883077.70643: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.70705: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.70759: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.70824: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.70876: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # <<< 7723 1726883077.70892: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.cmdline' # # zipimport: zlib available <<< 7723 1726883077.71365: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.71797: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # <<< 7723 1726883077.71803: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.71853: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.71909: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.71939: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.71974: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # <<< 7723 1726883077.71994: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.date_time' # <<< 7723 1726883077.71999: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.72022: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.72052: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.env' # <<< 7723 1726883077.72056: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.72123: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.72169: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # <<< 7723 1726883077.72189: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.72219: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.72255: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # <<< 7723 1726883077.72257: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.72293: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.72328: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # <<< 7723 1726883077.72332: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.72412: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.72504: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 7723 1726883077.72506: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 7723 1726883077.72536: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac4f37a70> <<< 7723 1726883077.72554: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 7723 1726883077.72583: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 7723 1726883077.72699: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac4f36c90> <<< 7723 1726883077.72712: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.local' # # zipimport: zlib available <<< 7723 1726883077.72782: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.72843: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # <<< 7723 1726883077.72862: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.72945: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.73034: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # <<< 7723 1726883077.73039: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.73109: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.73184: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # <<< 7723 1726883077.73192: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.73228: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.73280: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 7723 1726883077.73324: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 7723 1726883077.73393: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883077.73449: stdout chunk (state=3): >>># extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feac4f6e270> <<< 7723 1726883077.73639: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac4f5c560> <<< 7723 1726883077.73644: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.python' # <<< 7723 1726883077.73660: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.73706: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.73763: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # <<< 7723 1726883077.73768: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.73854: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.73933: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.74048: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.74185: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 7723 1726883077.74205: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.service_mgr' # # zipimport: zlib available <<< 7723 1726883077.74243: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.74285: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # <<< 7723 1726883077.74291: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.74334: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.74388: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py <<< 7723 1726883077.74394: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' <<< 7723 1726883077.74419: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883077.74445: stdout chunk (state=3): >>># extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feac4f81c10> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac4f835c0> import 'ansible.module_utils.facts.system.user' # <<< 7723 1726883077.74461: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.74473: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.74492: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware' # <<< 7723 1726883077.74497: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.74535: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.74573: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # <<< 7723 1726883077.74585: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.74737: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.74887: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # <<< 7723 1726883077.74893: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.74995: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.75092: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.75136: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.75172: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # <<< 7723 1726883077.75189: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.darwin' # # zipimport: zlib available <<< 7723 1726883077.75221: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.75241: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.75383: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.75529: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # <<< 7723 1726883077.75533: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.dragonfly' # # zipimport: zlib available <<< 7723 1726883077.75659: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.75777: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # <<< 7723 1726883077.75791: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.75822: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.75858: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.76398: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.76902: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # <<< 7723 1726883077.76906: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hurd' # <<< 7723 1726883077.76912: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.77014: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.77118: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # <<< 7723 1726883077.77121: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.77223: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.77326: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # <<< 7723 1726883077.77332: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.77479: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.77635: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 7723 1726883077.77644: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.77663: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network' # <<< 7723 1726883077.77681: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.77723: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.77767: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # <<< 7723 1726883077.77772: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.77870: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.77965: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.78169: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.78364: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # <<< 7723 1726883077.78377: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.aix' # <<< 7723 1726883077.78386: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.78421: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.78461: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # <<< 7723 1726883077.78470: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.78495: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.78522: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.dragonfly' # # zipimport: zlib available <<< 7723 1726883077.78600: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.78671: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # <<< 7723 1726883077.78674: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.78702: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.78728: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.freebsd' # <<< 7723 1726883077.78734: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.78798: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.78858: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # <<< 7723 1726883077.78862: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.78923: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.78980: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # <<< 7723 1726883077.78985: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.79247: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.79505: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # <<< 7723 1726883077.79511: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.79570: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.79627: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # <<< 7723 1726883077.79632: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.79677: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.79709: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # <<< 7723 1726883077.79721: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.79757: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.79791: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # <<< 7723 1726883077.79796: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.79831: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.79860: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.openbsd' # <<< 7723 1726883077.79878: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.79953: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.80034: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # <<< 7723 1726883077.80039: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.80063: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.80078: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual' # <<< 7723 1726883077.80081: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.80125: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.80170: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # <<< 7723 1726883077.80176: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.80203: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.80223: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.80270: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.80327: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.80389: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.80463: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sysctl' # <<< 7723 1726883077.80475: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.freebsd' # import 'ansible.module_utils.facts.virtual.dragonfly' # <<< 7723 1726883077.80478: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.80536: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.80582: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # <<< 7723 1726883077.80591: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.80779: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.80971: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # <<< 7723 1726883077.80975: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.81027: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.81081: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # <<< 7723 1726883077.81085: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.81129: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.81177: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # <<< 7723 1726883077.81187: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.81266: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.81350: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # <<< 7723 1726883077.81361: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.default_collectors' # # zipimport: zlib available <<< 7723 1726883077.81454: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.81543: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # <<< 7723 1726883077.81553: stdout chunk (state=3): >>>import 'ansible.module_utils.facts' # <<< 7723 1726883077.81626: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883077.81884: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py <<< 7723 1726883077.81890: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' <<< 7723 1726883077.81914: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py <<< 7723 1726883077.81926: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' <<< 7723 1726883077.81962: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feac4d7e150> <<< 7723 1726883077.81970: stdout chunk (state=3): >>>import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac4d7ff80> <<< 7723 1726883077.82020: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac4d777d0> <<< 7723 1726883077.83063: stdout chunk (state=3): >>> {"ansible_facts": {"ansible_pkg_mgr": "dnf"}, "invocation": {"module_args": {"filter": ["ansible_pkg_mgr"], "gather_subset": ["!all"], "gather_timeout": 10, "fact_path": "/etc/ansible/facts.d"}}} <<< 7723 1726883077.83644: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 7723 1726883077.83693: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack <<< 7723 1726883077.83699: stdout chunk (state=3): >>># 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<<< 7723 1726883077.83799: stdout chunk (state=3): >>> # 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 # 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 <<< 7723 1726883077.83805: stdout chunk (state=3): >>># 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 # 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 <<< 7723 1726883077.83930: stdout chunk (state=3): >>># 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 # cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # cleanup[2] removing _ssl # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ansible.module_utils.facts.system.python # cleanup[2] removing ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansib<<< 7723 1726883077.83937: stdout chunk (state=3): >>>le.module_utils.facts.system.service_mgr # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios # cleanup[2] removing getpass # cleanup[2] removing ansible.module_utils.facts.system.user # cleanup[2] removing ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.hpux # cleanup[2] removing ansible.module_utils.facts.virtual.linux # cleanup[2] removing ansible.module_utils.facts.virtual.netbsd # cleanup[2] removing ansible.module_utils.facts.virtual.openbsd # cleanup[2] removing ansible.module_utils.facts.virtual.sunos # cleanup[2] removing ansible.module_utils.facts.default_collectors # cleanup[2] removing ansible.module_utils.facts.ansible_collector # cleanup[2] removing ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.facts # destroy ansible.module_utils.facts # destroy ansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.other # destroy ansible.module_utils.facts.other.facter # destroy ansible.module_utils.facts.other.ohai # destroy ansible.module_utils.facts.system # destroy ansible.module_utils.facts.system.apparmor # destroy ansible.module_utils.facts.system.caps # destroy ansible.module_utils.facts.system.chroot # destroy ansible.module_utils.facts.system.cmdline # destroy ansible.module_utils.facts.system.distribution # destroy ansible.module_utils.facts.system.date_time # destroy ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.dns # destroy ansible.module_utils.facts.system.fips # destroy ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.platform # destroy ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.service_mgr # destroy ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.user # destroy ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.hardware # destroy ansible.module_utils.facts.hardware.base # destroy ansible.module_utils.facts.hardware.aix # destroy ansible.module_utils.facts.hardware.darwin # destroy ansible.module_utils.facts.hardware.freebsd # destroy ansible.module_utils.facts.hardware.dragonfly # destroy ansible.module_utils.facts.hardware.hpux # destroy ansible.module_utils.facts.hardware.linux # destroy ansible.module_utils.facts.hardware.hurd # destroy ansible.module_utils.facts.hardware.netbsd # destroy ansible.module_utils.facts.hardware.openbsd # destroy ansible.module_utils.facts.hardware.sunos # destroy ansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.network # destroy ansible.module_utils.facts.network.base # destroy ansible.module_utils.facts.network.generic_bsd # destroy ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.netbsd # destroy ansible.module_utils.facts.virtual.openbsd # destroy ansible.module_utils.facts.virtual.sunos # destroy ansible.module_utils.facts.compat # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna <<< 7723 1726883077.84227: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 7723 1726883077.84232: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 7723 1726883077.84257: stdout chunk (state=3): >>># destroy _bz2 <<< 7723 1726883077.84263: stdout chunk (state=3): >>># destroy _compression # destroy _lzma # destroy _blake2 <<< 7723 1726883077.84286: stdout chunk (state=3): >>># destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 7723 1726883077.84295: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 7723 1726883077.84311: stdout chunk (state=3): >>># destroy ipaddress <<< 7723 1726883077.84330: stdout chunk (state=3): >>># destroy ntpath <<< 7723 1726883077.84357: stdout chunk (state=3): >>># destroy importlib # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib <<< 7723 1726883077.84382: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner <<< 7723 1726883077.84390: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings <<< 7723 1726883077.84393: stdout chunk (state=3): >>># destroy _locale <<< 7723 1726883077.84411: stdout chunk (state=3): >>># destroy locale # destroy select # destroy _signal <<< 7723 1726883077.84422: stdout chunk (state=3): >>># destroy _posixsubprocess # destroy syslog # destroy uuid <<< 7723 1726883077.84457: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 7723 1726883077.84469: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy logging <<< 7723 1726883077.84524: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.connection # destroy multiprocessing.pool <<< 7723 1726883077.84527: stdout chunk (state=3): >>># destroy signal # destroy pickle # destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy _pickle <<< 7723 1726883077.84555: stdout chunk (state=3): >>># destroy queue <<< 7723 1726883077.84571: stdout chunk (state=3): >>># destroy _heapq # destroy _queue # destroy multiprocessing.process # destroy unicodedata # destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction <<< 7723 1726883077.84574: stdout chunk (state=3): >>># destroy selectors # destroy _multiprocessing <<< 7723 1726883077.84591: stdout chunk (state=3): >>># destroy shlex # destroy fcntl <<< 7723 1726883077.84600: stdout chunk (state=3): >>># destroy datetime <<< 7723 1726883077.84610: stdout chunk (state=3): >>># destroy subprocess # destroy base64 <<< 7723 1726883077.84624: stdout chunk (state=3): >>># destroy _ssl <<< 7723 1726883077.84659: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux <<< 7723 1726883077.84661: stdout chunk (state=3): >>># destroy getpass # destroy pwd # destroy termios # destroy errno # destroy json <<< 7723 1726883077.84686: stdout chunk (state=3): >>># destroy socket # destroy struct <<< 7723 1726883077.84700: stdout chunk (state=3): >>># destroy glob # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout <<< 7723 1726883077.84705: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.collector <<< 7723 1726883077.84734: stdout chunk (state=3): >>># cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping configparser # cleanup[3] wiping selinux._selinux <<< 7723 1726883077.84766: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # destroy configparser # 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 <<< 7723 1726883077.84770: stdout chunk (state=3): >>># destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 7723 1726883077.84795: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping _typing <<< 7723 1726883077.84810: 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 # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap <<< 7723 1726883077.84824: stdout chunk (state=3): >>># 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 <<< 7723 1726883077.84850: stdout chunk (state=3): >>># 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 <<< 7723 1726883077.84869: 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 # cleanup[3] wiping _abc <<< 7723 1726883077.84885: stdout chunk (state=3): >>># 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 <<< 7723 1726883077.84890: stdout chunk (state=3): >>># cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 7723 1726883077.85022: stdout chunk (state=3): >>># destroy sys.monitoring <<< 7723 1726883077.85031: stdout chunk (state=3): >>># destroy _socket <<< 7723 1726883077.85039: stdout chunk (state=3): >>># destroy _collections <<< 7723 1726883077.85069: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 7723 1726883077.85077: stdout chunk (state=3): >>># destroy tokenize <<< 7723 1726883077.85094: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 7723 1726883077.85122: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize <<< 7723 1726883077.85127: stdout chunk (state=3): >>># 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 <<< 7723 1726883077.85154: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 7723 1726883077.85163: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 7723 1726883077.85256: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna <<< 7723 1726883077.85262: stdout chunk (state=3): >>># destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 7723 1726883077.85277: stdout chunk (state=3): >>># destroy time <<< 7723 1726883077.85285: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 7723 1726883077.85310: stdout chunk (state=3): >>># destroy _hashlib <<< 7723 1726883077.85324: stdout chunk (state=3): >>># destroy _operator # destroy _sre <<< 7723 1726883077.85338: stdout chunk (state=3): >>># destroy _string # destroy re <<< 7723 1726883077.85347: stdout chunk (state=3): >>># destroy itertools <<< 7723 1726883077.85363: stdout chunk (state=3): >>># destroy _abc # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 7723 1726883077.85370: stdout chunk (state=3): >>># clear sys.audit hooks <<< 7723 1726883077.85862: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.120 closed. <<< 7723 1726883077.85895: stderr chunk (state=3): >>><<< 7723 1726883077.85898: stdout chunk (state=3): >>><<< 7723 1726883077.86005: _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 0x7feac5f103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5edfa10> # /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 0x7feac5f12960> 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 0x7feac5cc0fe0> # /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 0x7feac5cc1f10> 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 0x7feac5cffd40> # /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 0x7feac5cfff80> # /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 0x7feac5d37740> # /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 0x7feac5d37dd0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5d17a10> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5d15130> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5cfcef0> # /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 0x7feac5d57680> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5d562a0> # /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 0x7feac5d16000> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5d54b30> # /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 0x7feac5d8c680> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5cfc170> # /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 0x7feac5d8cb30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5d8c9e0> # 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 0x7feac5d8cdd0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5cfac90> # /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 0x7feac5d8d4c0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5d8d190> 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 0x7feac5d8e3c0> 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 0x7feac5da45f0> 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 0x7feac5da5d30> # /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 0x7feac5da6bd0> # 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 0x7feac5da7230> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5da6120> # /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 0x7feac5da7cb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5da73e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5d8e420> # /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 0x7feac5a9bb90> # /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 0x7feac5ac4620> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5ac4380> # 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 0x7feac5ac4560> # /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 0x7feac5ac4ef0> # 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 0x7feac5ac58b0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5ac47a0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5a99d30> # /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 0x7feac5ac6cc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5ac5a00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5d8eb10> # /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 0x7feac5aef050> # /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 0x7feac5b133b0> # /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 0x7feac5b741d0> # /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 0x7feac5b76930> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5b742f0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5b411c0> # /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 0x7feac597d280> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5b121e0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5ac7c20> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7feac5b12540> # zipimport: found 103 names in '/tmp/ansible_ansible.legacy.setup_payload_37_kt2t4/ansible_ansible.legacy.setup_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 0x7feac59def60> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac59bde50> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac59bd010> # 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 0x7feac59dce30> # /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 0x7feac5a12a50> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5a127e0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5a120f0> # /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 0x7feac5a12ab0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac59dfbf0> 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 0x7feac5a13710> # 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 0x7feac5a13950> # /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 0x7feac5a13e90> 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 0x7feac5329ca0> # 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 0x7feac532b8c0> # /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 0x7feac532c2c0> # /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 0x7feac532d1c0> # /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 0x7feac532fec0> # 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 0x7feac532ffb0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac532e1b0> # /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 0x7feac5337f80> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5336a50> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac53367b0> # /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 0x7feac5336d20> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac532e690> # 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 0x7feac537c200> # /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 0x7feac537c3b0> # /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 0x7feac537de50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac537dbe0> # /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 0x7feac5380350> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac537e450> # /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 0x7feac5383b30> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5380500> # 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 0x7feac5384bc0> # 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 0x7feac5384b60> # 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 0x7feac5384dd0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac537c530> # /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 0x7feac520c470> # 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 0x7feac520d2e0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5386c00> # 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 0x7feac5387f80> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5386810> # 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 0x7feac5215580> # /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 0x7feac52169c0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac520d6a0> 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 0x7feac5216120> # 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 0x7feac5217560> # 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 0x7feac5221e50> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac521ef30> 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 0x7feac530a8d0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac53fe5a0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5222060> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac5221d00> # 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 # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.namespace' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.typing' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac52b5f70> # /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py # code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py # code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac4ecbf50> # extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' # extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feac4ed02c0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac529f110> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac52b6ae0> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac52b4680> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac52b42c0> # /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py # code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py # code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feac4ed32f0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac4ed2ba0> # extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' # extension module '_queue' executed from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' import '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feac4ed2d80> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac4ed1fd0> # /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac4ed34d0> # /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' # extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' # extension module '_multiprocessing' executed from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' import '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feac4f35fd0> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac4ed3fe0> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac52b4350> import 'ansible.module_utils.facts.timeout' # import 'ansible.module_utils.facts.collector' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other.facter' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other.ohai' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.apparmor' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.caps' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.chroot' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.utils' # import 'ansible.module_utils.facts.system.cmdline' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.distribution' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.datetime' # import 'ansible.module_utils.facts.system.date_time' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.env' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.dns' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.fips' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.loadavg' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac4f37a70> # /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py # code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac4f36c90> import 'ansible.module_utils.facts.system.local' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.lsb' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.pkg_mgr' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.platform' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py # code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' # extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' # extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feac4f6e270> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac4f5c560> import 'ansible.module_utils.facts.system.python' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.selinux' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.version' # import 'ansible.module_utils.facts.system.service_mgr' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.ssh_pub_keys' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py # code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' # extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' # extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feac4f81c10> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac4f835c0> import 'ansible.module_utils.facts.system.user' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.base' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.aix' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.sysctl' # import 'ansible.module_utils.facts.hardware.darwin' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.hpux' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.sunos' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.base' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.darwin' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.fc_wwn' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.freebsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.hpux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.hurd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.linux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.iscsi' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.nvme' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.sunos' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.base' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.sysctl' # import 'ansible.module_utils.facts.virtual.freebsd' # import 'ansible.module_utils.facts.virtual.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.hpux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.linux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # # zipimport: zlib available # /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py # code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' # extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7feac4d7e150> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac4d7ff80> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7feac4d777d0> {"ansible_facts": {"ansible_pkg_mgr": "dnf"}, "invocation": {"module_args": {"filter": ["ansible_pkg_mgr"], "gather_subset": ["!all"], "gather_timeout": 10, "fact_path": "/etc/ansible/facts.d"}}} # 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 # 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 # 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 # cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # cleanup[2] removing _ssl # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ansible.module_utils.facts.system.python # cleanup[2] removing ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios # cleanup[2] removing getpass # cleanup[2] removing ansible.module_utils.facts.system.user # cleanup[2] removing ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.hpux # cleanup[2] removing ansible.module_utils.facts.virtual.linux # cleanup[2] removing ansible.module_utils.facts.virtual.netbsd # cleanup[2] removing ansible.module_utils.facts.virtual.openbsd # cleanup[2] removing ansible.module_utils.facts.virtual.sunos # cleanup[2] removing ansible.module_utils.facts.default_collectors # cleanup[2] removing ansible.module_utils.facts.ansible_collector # cleanup[2] removing ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.facts # destroy ansible.module_utils.facts # destroy ansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.other # destroy ansible.module_utils.facts.other.facter # destroy ansible.module_utils.facts.other.ohai # destroy ansible.module_utils.facts.system # destroy ansible.module_utils.facts.system.apparmor # destroy ansible.module_utils.facts.system.caps # destroy ansible.module_utils.facts.system.chroot # destroy ansible.module_utils.facts.system.cmdline # destroy ansible.module_utils.facts.system.distribution # destroy ansible.module_utils.facts.system.date_time # destroy ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.dns # destroy ansible.module_utils.facts.system.fips # destroy ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.platform # destroy ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.service_mgr # destroy ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.user # destroy ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.hardware # destroy ansible.module_utils.facts.hardware.base # destroy ansible.module_utils.facts.hardware.aix # destroy ansible.module_utils.facts.hardware.darwin # destroy ansible.module_utils.facts.hardware.freebsd # destroy ansible.module_utils.facts.hardware.dragonfly # destroy ansible.module_utils.facts.hardware.hpux # destroy ansible.module_utils.facts.hardware.linux # destroy ansible.module_utils.facts.hardware.hurd # destroy ansible.module_utils.facts.hardware.netbsd # destroy ansible.module_utils.facts.hardware.openbsd # destroy ansible.module_utils.facts.hardware.sunos # destroy ansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.network # destroy ansible.module_utils.facts.network.base # destroy ansible.module_utils.facts.network.generic_bsd # destroy ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.netbsd # destroy ansible.module_utils.facts.virtual.openbsd # destroy ansible.module_utils.facts.virtual.sunos # destroy ansible.module_utils.facts.compat # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy locale # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging # destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.connection # destroy multiprocessing.pool # destroy signal # destroy pickle # destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.process # destroy unicodedata # destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy selectors # destroy _multiprocessing # destroy shlex # destroy fcntl # destroy datetime # destroy subprocess # destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy errno # destroy json # destroy socket # destroy struct # destroy glob # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping configparser # 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 # destroy configparser # 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 encodings.idna # 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 _sre # destroy _string # destroy re # destroy itertools # destroy _abc # 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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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.12.120 closed. [WARNING]: Module invocation had junk after the JSON data: # 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 # 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 # 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 # cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # cleanup[2] removing _ssl # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ansible.module_utils.facts.system.python # cleanup[2] removing ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios # cleanup[2] removing getpass # cleanup[2] removing ansible.module_utils.facts.system.user # cleanup[2] removing ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.hpux # cleanup[2] removing ansible.module_utils.facts.virtual.linux # cleanup[2] removing ansible.module_utils.facts.virtual.netbsd # cleanup[2] removing ansible.module_utils.facts.virtual.openbsd # cleanup[2] removing ansible.module_utils.facts.virtual.sunos # cleanup[2] removing ansible.module_utils.facts.default_collectors # cleanup[2] removing ansible.module_utils.facts.ansible_collector # cleanup[2] removing ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.facts # destroy ansible.module_utils.facts # destroy ansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.other # destroy ansible.module_utils.facts.other.facter # destroy ansible.module_utils.facts.other.ohai # destroy ansible.module_utils.facts.system # destroy ansible.module_utils.facts.system.apparmor # destroy ansible.module_utils.facts.system.caps # destroy ansible.module_utils.facts.system.chroot # destroy ansible.module_utils.facts.system.cmdline # destroy ansible.module_utils.facts.system.distribution # destroy ansible.module_utils.facts.system.date_time # destroy ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.dns # destroy ansible.module_utils.facts.system.fips # destroy ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.platform # destroy ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.service_mgr # destroy ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.user # destroy ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.hardware # destroy ansible.module_utils.facts.hardware.base # destroy ansible.module_utils.facts.hardware.aix # destroy ansible.module_utils.facts.hardware.darwin # destroy ansible.module_utils.facts.hardware.freebsd # destroy ansible.module_utils.facts.hardware.dragonfly # destroy ansible.module_utils.facts.hardware.hpux # destroy ansible.module_utils.facts.hardware.linux # destroy ansible.module_utils.facts.hardware.hurd # destroy ansible.module_utils.facts.hardware.netbsd # destroy ansible.module_utils.facts.hardware.openbsd # destroy ansible.module_utils.facts.hardware.sunos # destroy ansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.network # destroy ansible.module_utils.facts.network.base # destroy ansible.module_utils.facts.network.generic_bsd # destroy ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.netbsd # destroy ansible.module_utils.facts.virtual.openbsd # destroy ansible.module_utils.facts.virtual.sunos # destroy ansible.module_utils.facts.compat # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy locale # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging # destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.connection # destroy multiprocessing.pool # destroy signal # destroy pickle # destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.process # destroy unicodedata # destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy selectors # destroy _multiprocessing # destroy shlex # destroy fcntl # destroy datetime # destroy subprocess # destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy errno # destroy json # destroy socket # destroy struct # destroy glob # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping configparser # 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 # destroy configparser # 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 encodings.idna # 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 _sre # destroy _string # destroy re # destroy itertools # destroy _abc # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks 7723 1726883077.86826: done with _execute_module (ansible.legacy.setup, {'filter': 'ansible_pkg_mgr', 'gather_subset': '!all', '_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': 'ansible.legacy.setup', '_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-1726883077.3979104-7775-85774215116770/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7723 1726883077.86830: variable 'ansible_module_compression' from source: unknown 7723 1726883077.86834: ANSIBALLZ: Using generic lock for ansible.legacy.dnf 7723 1726883077.86836: ANSIBALLZ: Acquiring lock 7723 1726883077.86838: ANSIBALLZ: Lock acquired: 140047144782208 7723 1726883077.86842: ANSIBALLZ: Creating module 7723 1726883077.99276: ANSIBALLZ: Writing module into payload 7723 1726883077.99415: ANSIBALLZ: Writing module 7723 1726883077.99436: ANSIBALLZ: Renaming module 7723 1726883077.99449: ANSIBALLZ: Done creating module 7723 1726883077.99462: variable 'ansible_facts' from source: unknown 7723 1726883077.99535: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726883077.3979104-7775-85774215116770/AnsiballZ_dnf.py 7723 1726883077.99631: Sending initial data 7723 1726883077.99635: Sent initial data (149 bytes) 7723 1726883078.00120: 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 <<< 7723 1726883078.00124: 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.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883078.00126: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883078.00128: 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.12.120 originally 10.31.12.120 debug2: match found <<< 7723 1726883078.00130: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883078.00186: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883078.00189: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883078.00192: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883078.00241: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883078.01862: 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 <<< 7723 1726883078.01896: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 7723 1726883078.01939: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7723b_d05x07/tmp93g2c3rf /root/.ansible/tmp/ansible-tmp-1726883077.3979104-7775-85774215116770/AnsiballZ_dnf.py <<< 7723 1726883078.01947: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726883077.3979104-7775-85774215116770/AnsiballZ_dnf.py" <<< 7723 1726883078.01979: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-7723b_d05x07/tmp93g2c3rf" to remote "/root/.ansible/tmp/ansible-tmp-1726883077.3979104-7775-85774215116770/AnsiballZ_dnf.py" <<< 7723 1726883078.01982: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726883077.3979104-7775-85774215116770/AnsiballZ_dnf.py" <<< 7723 1726883078.02689: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883078.02732: stderr chunk (state=3): >>><<< 7723 1726883078.02735: stdout chunk (state=3): >>><<< 7723 1726883078.02765: done transferring module to remote 7723 1726883078.02783: _low_level_execute_command(): starting 7723 1726883078.02786: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726883077.3979104-7775-85774215116770/ /root/.ansible/tmp/ansible-tmp-1726883077.3979104-7775-85774215116770/AnsiballZ_dnf.py && sleep 0' 7723 1726883078.03252: 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 <<< 7723 1726883078.03255: 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.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883078.03257: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address <<< 7723 1726883078.03260: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883078.03262: 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883078.03307: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883078.03310: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883078.03313: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883078.03359: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883078.05086: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883078.05112: stderr chunk (state=3): >>><<< 7723 1726883078.05115: stdout chunk (state=3): >>><<< 7723 1726883078.05133: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883078.05142: _low_level_execute_command(): starting 7723 1726883078.05146: _low_level_execute_command(): using become for this command 7723 1726883078.05154: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-etlewewbxbxaivgbsbsjijntzjggfdxp ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726883077.3979104-7775-85774215116770/AnsiballZ_dnf.py'"'"' && sleep 0' 7723 1726883078.05245: Initial state: awaiting_escalation: BECOME-SUCCESS-etlewewbxbxaivgbsbsjijntzjggfdxp 7723 1726883078.05639: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883078.05645: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883078.05674: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883078.05687: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883078.05744: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883078.08577: stdout chunk (state=1): >>>BECOME-SUCCESS-etlewewbxbxaivgbsbsjijntzjggfdxp <<< 7723 1726883078.08582: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-etlewewbxbxaivgbsbsjijntzjggfdxp' 7723 1726883078.08899: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 7723 1726883078.08934: stdout chunk (state=3): >>>import _imp # builtin <<< 7723 1726883078.08961: stdout chunk (state=3): >>>import '_thread' # <<< 7723 1726883078.08967: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 7723 1726883078.09035: stdout chunk (state=3): >>>import '_io' # <<< 7723 1726883078.09040: stdout chunk (state=3): >>>import 'marshal' # <<< 7723 1726883078.09068: stdout chunk (state=3): >>>import 'posix' # <<< 7723 1726883078.09106: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 7723 1726883078.09122: stdout chunk (state=3): >>># installing zipimport hook <<< 7723 1726883078.09130: stdout chunk (state=3): >>>import 'time' # <<< 7723 1726883078.09133: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 7723 1726883078.09185: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 7723 1726883078.09190: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883078.09222: stdout chunk (state=3): >>>import '_codecs' # <<< 7723 1726883078.09234: stdout chunk (state=3): >>>import 'codecs' # <<< 7723 1726883078.09273: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 7723 1726883078.09305: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 7723 1726883078.09310: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31e7103e0> <<< 7723 1726883078.09317: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31e6dfa10> <<< 7723 1726883078.09345: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 7723 1726883078.09348: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 7723 1726883078.09366: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31e712960> <<< 7723 1726883078.09374: stdout chunk (state=3): >>>import '_signal' # <<< 7723 1726883078.09405: stdout chunk (state=3): >>>import '_abc' # <<< 7723 1726883078.09408: stdout chunk (state=3): >>>import 'abc' # <<< 7723 1726883078.09434: stdout chunk (state=3): >>>import 'io' # <<< 7723 1726883078.09459: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 7723 1726883078.09551: stdout chunk (state=3): >>>import '_collections_abc' # <<< 7723 1726883078.09570: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 7723 1726883078.09602: stdout chunk (state=3): >>>import 'os' # <<< 7723 1726883078.09610: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 7723 1726883078.09633: stdout chunk (state=3): >>>Processing user site-packages <<< 7723 1726883078.09643: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 7723 1726883078.09664: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 7723 1726883078.09696: 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 <<< 7723 1726883078.09704: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 7723 1726883078.09724: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31e504fe0> <<< 7723 1726883078.09777: 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 <<< 7723 1726883078.09780: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883078.09799: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31e505f10> <<< 7723 1726883078.09824: stdout chunk (state=3): >>>import 'site' # <<< 7723 1726883078.09857: 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. <<< 7723 1726883078.10126: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 7723 1726883078.10139: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 7723 1726883078.10164: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 7723 1726883078.10170: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883078.10194: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 7723 1726883078.10236: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 7723 1726883078.10250: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 7723 1726883078.10279: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 7723 1726883078.10290: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31e543d40> <<< 7723 1726883078.10316: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 7723 1726883078.10326: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 7723 1726883078.10356: stdout chunk (state=3): >>>import '_operator' # <<< 7723 1726883078.10360: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31e543f80> <<< 7723 1726883078.10380: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 7723 1726883078.10409: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 7723 1726883078.10430: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 7723 1726883078.10475: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883078.10497: stdout chunk (state=3): >>>import 'itertools' # <<< 7723 1726883078.10533: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 7723 1726883078.10536: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31e57b770> <<< 7723 1726883078.10546: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 7723 1726883078.10567: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 7723 1726883078.10569: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31e57be00> <<< 7723 1726883078.10585: stdout chunk (state=3): >>>import '_collections' # <<< 7723 1726883078.10634: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31e55ba10> <<< 7723 1726883078.10642: stdout chunk (state=3): >>>import '_functools' # <<< 7723 1726883078.10668: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31e559130> <<< 7723 1726883078.10759: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31e540ef0> <<< 7723 1726883078.10782: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 7723 1726883078.10803: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 7723 1726883078.10810: stdout chunk (state=3): >>>import '_sre' # <<< 7723 1726883078.10846: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 7723 1726883078.10864: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 7723 1726883078.10886: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 7723 1726883078.10891: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 7723 1726883078.10928: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31e59f770> <<< 7723 1726883078.10938: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31e59e390> <<< 7723 1726883078.10972: 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' <<< 7723 1726883078.10975: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31e55a120> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31e59cb60> <<< 7723 1726883078.11028: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 7723 1726883078.11034: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31e5d07a0> <<< 7723 1726883078.11059: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31e540170> <<< 7723 1726883078.11065: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 7723 1726883078.11095: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883078.11098: 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 0x7ff31e5d0c50> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31e5d0b00> <<< 7723 1726883078.11135: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883078.11145: stdout chunk (state=3): >>># 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 0x7ff31e5d0ec0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31e53ec90> <<< 7723 1726883078.11178: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 7723 1726883078.11182: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883078.11205: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 7723 1726883078.11233: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 7723 1726883078.11250: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31e5d1550> <<< 7723 1726883078.11255: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31e5d1220> import 'importlib.machinery' # <<< 7723 1726883078.11296: 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' <<< 7723 1726883078.11302: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31e5d2420> <<< 7723 1726883078.11324: stdout chunk (state=3): >>>import 'importlib.util' # <<< 7723 1726883078.11329: stdout chunk (state=3): >>>import 'runpy' # <<< 7723 1726883078.11356: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 7723 1726883078.11387: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 7723 1726883078.11410: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 7723 1726883078.11418: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31e5ec650> <<< 7723 1726883078.11434: stdout chunk (state=3): >>>import 'errno' # <<< 7723 1726883078.11464: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883078.11470: 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 0x7ff31e5edd90> <<< 7723 1726883078.11486: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 7723 1726883078.11510: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 7723 1726883078.11528: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 7723 1726883078.11538: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 7723 1726883078.11545: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31e5eec30> <<< 7723 1726883078.11583: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883078.11590: stdout chunk (state=3): >>># 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 0x7ff31e5ef290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31e5ee180> <<< 7723 1726883078.11620: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 7723 1726883078.11623: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 7723 1726883078.11661: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883078.11664: 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 0x7ff31e5efd10> <<< 7723 1726883078.11683: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31e5ef440> <<< 7723 1726883078.11728: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31e5d2480> <<< 7723 1726883078.11748: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 7723 1726883078.11769: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 7723 1726883078.11792: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 7723 1726883078.11812: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 7723 1726883078.11848: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883078.11856: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff31e31bc50> <<< 7723 1726883078.11871: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 7723 1726883078.11876: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 7723 1726883078.11904: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff31e344680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31e3443e0> <<< 7723 1726883078.11939: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883078.11943: stdout chunk (state=3): >>># extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff31e3446b0> <<< 7723 1726883078.11966: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 7723 1726883078.11970: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 7723 1726883078.12043: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883078.12161: 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 0x7ff31e344fe0> <<< 7723 1726883078.12269: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883078.12274: 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 0x7ff31e3459d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31e344890> <<< 7723 1726883078.12294: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31e319df0> <<< 7723 1726883078.12315: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 7723 1726883078.12337: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 7723 1726883078.12362: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 7723 1726883078.12377: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 7723 1726883078.12384: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31e346db0> <<< 7723 1726883078.12406: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31e345af0> <<< 7723 1726883078.12422: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31e5d2b70> <<< 7723 1726883078.12454: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 7723 1726883078.12512: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883078.12536: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 7723 1726883078.12566: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 7723 1726883078.12602: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31e36f140> <<< 7723 1726883078.12651: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 7723 1726883078.12665: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883078.12685: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 7723 1726883078.12710: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 7723 1726883078.12747: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31e397530> <<< 7723 1726883078.12770: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 7723 1726883078.12817: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 7723 1726883078.12867: stdout chunk (state=3): >>>import 'ntpath' # <<< 7723 1726883078.12890: 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 0x7ff31e3f42f0> <<< 7723 1726883078.12914: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 7723 1726883078.12942: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 7723 1726883078.12968: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 7723 1726883078.13006: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 7723 1726883078.13093: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31e3f6a50> <<< 7723 1726883078.13165: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31e3f4410> <<< 7723 1726883078.13203: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31e3bd2e0> <<< 7723 1726883078.13235: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' <<< 7723 1726883078.13258: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31dd293d0> <<< 7723 1726883078.13261: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31e396330> <<< 7723 1726883078.13266: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31e347d10> <<< 7723 1726883078.13377: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 7723 1726883078.13398: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7ff31e396930> <<< 7723 1726883078.13562: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_fnk13bw0/ansible_ansible.legacy.dnf_payload.zip' <<< 7723 1726883078.13565: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883078.13688: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883078.13718: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 7723 1726883078.13724: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 7723 1726883078.13767: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 7723 1726883078.13843: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 7723 1726883078.13874: 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' <<< 7723 1726883078.13885: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31dd830e0> import '_typing' # <<< 7723 1726883078.14054: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31dd61fd0> <<< 7723 1726883078.14058: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31dd61160> # zipimport: zlib available <<< 7723 1726883078.14088: stdout chunk (state=3): >>>import 'ansible' # <<< 7723 1726883078.14091: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883078.14122: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883078.14126: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883078.14148: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 7723 1726883078.14157: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883078.15537: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883078.16642: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' <<< 7723 1726883078.16654: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31dd80f80> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 7723 1726883078.16663: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883078.16677: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 7723 1726883078.16687: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 7723 1726883078.16710: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 7723 1726883078.16718: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 7723 1726883078.16737: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883078.16744: 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 0x7ff31ddaaab0> <<< 7723 1726883078.16772: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ddaa8a0> <<< 7723 1726883078.16809: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ddaa1e0> <<< 7723 1726883078.16821: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 7723 1726883078.16833: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 7723 1726883078.16874: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ddaab70> <<< 7723 1726883078.16881: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31dd83b00> import 'atexit' # <<< 7723 1726883078.16909: 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' <<< 7723 1726883078.16931: stdout chunk (state=3): >>>import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff31ddab7d0> <<< 7723 1726883078.16934: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883078.16952: stdout chunk (state=3): >>># extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff31ddaba10> <<< 7723 1726883078.16955: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 7723 1726883078.17008: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 7723 1726883078.17016: stdout chunk (state=3): >>>import '_locale' # <<< 7723 1726883078.17062: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ddabf50> import 'pwd' # <<< 7723 1726883078.17089: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 7723 1726883078.17115: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 7723 1726883078.17149: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31dc11d30> <<< 7723 1726883078.17178: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883078.17187: 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 0x7ff31dc13950> <<< 7723 1726883078.17196: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 7723 1726883078.17220: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 7723 1726883078.17252: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31dc18350> <<< 7723 1726883078.17271: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 7723 1726883078.17297: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 7723 1726883078.17320: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31dc194f0> <<< 7723 1726883078.17334: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 7723 1726883078.17371: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 7723 1726883078.17399: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 7723 1726883078.17405: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 7723 1726883078.17453: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31dc1bfb0> <<< 7723 1726883078.17489: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff31dc202f0> <<< 7723 1726883078.17506: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31dc1a270> <<< 7723 1726883078.17528: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 7723 1726883078.17553: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 7723 1726883078.17580: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 7723 1726883078.17588: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 7723 1726883078.17603: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 7723 1726883078.17629: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 7723 1726883078.17655: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 7723 1726883078.17660: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31dc23ef0> <<< 7723 1726883078.17683: stdout chunk (state=3): >>>import '_tokenize' # <<< 7723 1726883078.17738: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31dc229c0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31dc22720> <<< 7723 1726883078.17761: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 7723 1726883078.17766: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 7723 1726883078.17843: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31dc22c90> <<< 7723 1726883078.17867: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31dc1a780> <<< 7723 1726883078.17902: 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 0x7ff31dc67ef0> <<< 7723 1726883078.17923: 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 0x7ff31dc68170> <<< 7723 1726883078.17949: 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 <<< 7723 1726883078.17958: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 7723 1726883078.17983: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 7723 1726883078.18022: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff31dc69d00> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31dc69ac0> <<< 7723 1726883078.18038: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 7723 1726883078.18138: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 7723 1726883078.18188: 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 0x7ff31dc6c290> <<< 7723 1726883078.18192: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31dc6a3f0> <<< 7723 1726883078.18220: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 7723 1726883078.18252: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883078.18273: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 7723 1726883078.18281: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 7723 1726883078.18298: stdout chunk (state=3): >>>import '_string' # <<< 7723 1726883078.18336: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31dc6fa70> <<< 7723 1726883078.18456: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31dc6c440> <<< 7723 1726883078.18516: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff31dc708c0> <<< 7723 1726883078.18548: 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 0x7ff31dc708f0> <<< 7723 1726883078.18584: 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 0x7ff31dc70da0> <<< 7723 1726883078.18598: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31dc683e0> <<< 7723 1726883078.18632: 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 <<< 7723 1726883078.18635: stdout chunk (state=3): >>># 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 <<< 7723 1726883078.18670: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 7723 1726883078.18689: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883078.18715: 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 0x7ff31dcfc4a0> <<< 7723 1726883078.18855: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883078.18874: 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 0x7ff31dcfd220> <<< 7723 1726883078.18877: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31dc72c60> <<< 7723 1726883078.18917: 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 0x7ff31dc73fe0> <<< 7723 1726883078.18924: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31dc72840> # zipimport: zlib available <<< 7723 1726883078.18946: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883078.18956: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 7723 1726883078.18961: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883078.19048: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883078.19142: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883078.19153: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883078.19169: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # # zipimport: zlib available <<< 7723 1726883078.19181: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883078.19198: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 7723 1726883078.19201: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883078.19323: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883078.19438: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883078.19973: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883078.20509: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 7723 1726883078.20525: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 7723 1726883078.20533: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 7723 1726883078.20556: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883078.20599: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff31db014c0> <<< 7723 1726883078.20677: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 7723 1726883078.20682: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 7723 1726883078.20704: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31db021e0> <<< 7723 1726883078.20710: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31dcfd7f0> <<< 7723 1726883078.20758: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 7723 1726883078.20792: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883078.20795: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 7723 1726883078.20819: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883078.20956: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883078.21109: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 7723 1726883078.21121: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31db02210> <<< 7723 1726883078.21136: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883078.21582: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883078.22024: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883078.22085: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883078.22162: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 7723 1726883078.22166: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883078.22210: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883078.22247: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 7723 1726883078.22252: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883078.22324: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883078.22403: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 7723 1726883078.22409: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883078.22435: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883078.22438: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 7723 1726883078.22458: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883078.22488: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883078.22529: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 7723 1726883078.22532: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883078.22763: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883078.22987: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 7723 1726883078.23047: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 7723 1726883078.23052: stdout chunk (state=3): >>>import '_ast' # <<< 7723 1726883078.23120: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31db03500> <<< 7723 1726883078.23124: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883078.23202: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883078.23275: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 7723 1726883078.23287: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 7723 1726883078.23314: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883078.23353: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883078.23395: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 7723 1726883078.23400: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883078.23448: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883078.23489: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883078.23549: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883078.23614: 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 <<< 7723 1726883078.23650: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883078.23727: 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 0x7ff31db0dfd0> <<< 7723 1726883078.23764: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31db08dd0> <<< 7723 1726883078.23787: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 7723 1726883078.23807: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 7723 1726883078.23867: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883078.23931: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883078.23959: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883078.24000: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883078.24023: 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 <<< 7723 1726883078.24043: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 7723 1726883078.24062: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 7723 1726883078.24125: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 7723 1726883078.24134: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 7723 1726883078.24157: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 7723 1726883078.24211: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31dc02870> <<< 7723 1726883078.24252: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31dde2540> <<< 7723 1726883078.24334: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31db0e060> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31dcfd4f0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 7723 1726883078.24339: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883078.24368: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883078.24396: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 7723 1726883078.24444: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 7723 1726883078.24464: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883078.24470: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883078.24494: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 7723 1726883078.24500: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883078.25052: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883078.25577: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883078.26247: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883078.26909: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py <<< 7723 1726883078.26915: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc' import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31dba0290> <<< 7723 1726883078.26923: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/__init__.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc' import 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31dba04a0> <<< 7723 1726883078.26952: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/application.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc' <<< 7723 1726883078.26966: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py # code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc' <<< 7723 1726883078.26990: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py <<< 7723 1726883078.26995: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31dba0bf0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31dba0770> <<< 7723 1726883078.27025: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc' <<< 7723 1726883078.27042: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py <<< 7723 1726883078.27050: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc' <<< 7723 1726883078.27085: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31dba14f0> <<< 7723 1726883078.27109: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc' <<< 7723 1726883078.27122: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py <<< 7723 1726883078.27138: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' <<< 7723 1726883078.27151: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py <<< 7723 1726883078.27166: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' <<< 7723 1726883078.27182: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py <<< 7723 1726883078.27202: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' <<< 7723 1726883078.27226: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py <<< 7723 1726883078.27235: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' <<< 7723 1726883078.27246: stdout chunk (state=3): >>>import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31db88bf0> <<< 7723 1726883078.27271: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py <<< 7723 1726883078.27275: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31db89580> <<< 7723 1726883078.27306: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py <<< 7723 1726883078.27309: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' <<< 7723 1726883078.27322: stdout chunk (state=3): >>>import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31d73a4b0> <<< 7723 1726883078.27361: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31dba2cf0> <<< 7723 1726883078.27386: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 7723 1726883078.27433: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' <<< 7723 1726883078.27462: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py <<< 7723 1726883078.27467: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' <<< 7723 1726883078.27502: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py <<< 7723 1726883078.27535: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 7723 1726883078.27602: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31d740fe0> <<< 7723 1726883078.27605: stdout chunk (state=3): >>>import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31d73bb60> <<< 7723 1726883078.27637: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31d73af00> <<< 7723 1726883078.27653: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31dba2180> <<< 7723 1726883078.27677: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py <<< 7723 1726883078.27693: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' <<< 7723 1726883078.27726: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py <<< 7723 1726883078.27771: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' <<< 7723 1726883078.27796: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py <<< 7723 1726883078.27800: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' <<< 7723 1726883078.27829: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31d7ad0d0> <<< 7723 1726883078.27949: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31d7651f0> <<< 7723 1726883078.28064: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31d73b9b0> <<< 7723 1726883078.28077: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py <<< 7723 1726883078.28090: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' <<< 7723 1726883078.28107: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py <<< 7723 1726883078.28135: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 7723 1726883078.28177: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py # code object from '/usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc' import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31d7b4b00> <<< 7723 1726883078.28185: stdout chunk (state=3): >>>import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31d7aee70> <<< 7723 1726883078.28191: stdout chunk (state=3): >>>import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31d764d10> <<< 7723 1726883078.28233: stdout chunk (state=3): >>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31dba1b50> <<< 7723 1726883078.28242: stdout chunk (state=3): >>>import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31dba1550> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31dba12b0> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31dba0500> <<< 7723 1726883078.28262: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/multipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc' <<< 7723 1726883078.28280: stdout chunk (state=3): >>>import 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31dba1580> <<< 7723 1726883078.28294: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py <<< 7723 1726883078.28309: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py <<< 7723 1726883078.28325: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' <<< 7723 1726883078.28373: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31d7b5130> <<< 7723 1726883078.28385: stdout chunk (state=3): >>>import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31d7b4d10> <<< 7723 1726883078.28411: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py <<< 7723 1726883078.28414: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883078.28480: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31d7b5850> <<< 7723 1726883078.28503: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 7723 1726883078.28528: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 7723 1726883078.28582: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 7723 1726883078.28620: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 7723 1726883078.28684: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883078.28758: stdout chunk (state=3): >>># extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff31d7b83b0> <<< 7723 1726883078.28936: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31d799580> <<< 7723 1726883078.28959: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31d7b6750> <<< 7723 1726883078.28985: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py <<< 7723 1726883078.28993: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' <<< 7723 1726883078.29029: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31d799040> <<< 7723 1726883078.29052: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py <<< 7723 1726883078.29055: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' <<< 7723 1726883078.29064: stdout chunk (state=3): >>>import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31d7d2330> <<< 7723 1726883078.29090: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py <<< 7723 1726883078.29094: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc' <<< 7723 1726883078.29120: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc' <<< 7723 1726883078.29135: stdout chunk (state=3): >>>import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31d7d2ff0> <<< 7723 1726883078.29155: stdout chunk (state=3): >>>import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31d7d2a80> <<< 7723 1726883078.29167: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 7723 1726883078.29235: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 7723 1726883078.29308: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31d7d32c0> <<< 7723 1726883078.29324: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 7723 1726883078.29365: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 7723 1726883078.29579: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31d7a7aa0> <<< 7723 1726883078.29596: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 7723 1726883078.29619: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' <<< 7723 1726883078.29639: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31d65dee0> <<< 7723 1726883078.29689: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883078.29789: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 7723 1726883078.29793: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883078.29919: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883078.30056: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 7723 1726883078.30063: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883078.30121: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883078.30163: stdout chunk (state=3): >>>import 'ansible.module_utils.common.respawn' # <<< 7723 1726883078.30169: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883078.30299: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883078.30411: stdout chunk (state=3): >>>import 'ansible.module_utils.yumdnf' # <<< 7723 1726883078.30500: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883078.30954: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/__init__.py <<< 7723 1726883078.30960: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883078.30987: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/pycomp.py <<< 7723 1726883078.31002: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc' <<< 7723 1726883078.31009: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/text.py <<< 7723 1726883078.31030: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc' import 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31d69eed0> <<< 7723 1726883078.31041: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 7723 1726883078.31082: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 7723 1726883078.31202: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31d69eff0> <<< 7723 1726883078.31223: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 7723 1726883078.31229: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 7723 1726883078.31260: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py # code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 7723 1726883078.31299: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883078.31304: stdout chunk (state=3): >>>import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff31d3ef1d0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31d3eea20> <<< 7723 1726883078.31333: stdout chunk (state=3): >>># extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' # extension module '_queue' executed from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' import '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff31d3eec00> <<< 7723 1726883078.31368: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31d69f530> <<< 7723 1726883078.31372: stdout chunk (state=3): >>>import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31d69e180> <<< 7723 1726883078.31411: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/const.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc' <<< 7723 1726883078.31418: stdout chunk (state=3): >>>import 'dnf.const' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31d69eba0> <<< 7723 1726883078.31439: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/base.py <<< 7723 1726883078.31505: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' <<< 7723 1726883078.31538: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/__init__.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883078.31566: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/error.py <<< 7723 1726883078.31571: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc' <<< 7723 1726883078.31688: stdout chunk (state=3): >>># extension module 'libdnf._error' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_error.so' # extension module 'libdnf._error' executed from '/usr/lib64/python3.12/site-packages/libdnf/_error.so' import 'libdnf._error' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff31d468770> <<< 7723 1726883078.31696: stdout chunk (state=3): >>>import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31d468350> <<< 7723 1726883078.31715: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/common_types.py <<< 7723 1726883078.31760: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc' <<< 7723 1726883078.31814: stdout chunk (state=3): >>># extension module 'libdnf._common_types' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so' # extension module 'libdnf._common_types' executed from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so' import 'libdnf._common_types' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff31d46bf80> <<< 7723 1726883078.31845: stdout chunk (state=3): >>>import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31d4688c0> <<< 7723 1726883078.31867: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/conf.py <<< 7723 1726883078.31950: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' <<< 7723 1726883078.32868: stdout chunk (state=3): >>># extension module 'libdnf._conf' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so' # extension module 'libdnf._conf' executed from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so' import 'libdnf._conf' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff31cf33050> <<< 7723 1726883078.32931: stdout chunk (state=3): >>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31db01040> <<< 7723 1726883078.32949: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/module.py <<< 7723 1726883078.33019: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc' <<< 7723 1726883078.33098: stdout chunk (state=3): >>># extension module 'libdnf._module' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_module.so' # extension module 'libdnf._module' executed from '/usr/lib64/python3.12/site-packages/libdnf/_module.so' import 'libdnf._module' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff31cfb0bc0> <<< 7723 1726883078.33243: stdout chunk (state=3): >>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31cf33440> <<< 7723 1726883078.33262: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/repo.py <<< 7723 1726883078.33300: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc' <<< 7723 1726883078.33374: stdout chunk (state=3): >>># extension module 'libdnf._repo' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so' # extension module 'libdnf._repo' executed from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so' import 'libdnf._repo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff31cfb3b90> <<< 7723 1726883078.33408: stdout chunk (state=3): >>>import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31cfb0d40> <<< 7723 1726883078.33428: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/transaction.py <<< 7723 1726883078.33478: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc' <<< 7723 1726883078.33553: stdout chunk (state=3): >>># extension module 'libdnf._transaction' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so' # extension module 'libdnf._transaction' executed from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so' import 'libdnf._transaction' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff31cfefce0> <<< 7723 1726883078.33593: stdout chunk (state=3): >>>import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31cfb3ef0> <<< 7723 1726883078.33619: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/utils.py <<< 7723 1726883078.33627: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc' <<< 7723 1726883078.33681: stdout chunk (state=3): >>># extension module 'libdnf._utils' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so' # extension module 'libdnf._utils' executed from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so' import 'libdnf._utils' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff31b5c8fe0> <<< 7723 1726883078.33703: stdout chunk (state=3): >>>import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b5c83e0> <<< 7723 1726883078.33708: stdout chunk (state=3): >>>import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31d40bec0> <<< 7723 1726883078.33728: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/comps.py <<< 7723 1726883078.33760: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc' <<< 7723 1726883078.33789: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/exceptions.py <<< 7723 1726883078.33792: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc' <<< 7723 1726883078.33820: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/i18n.py <<< 7723 1726883078.33825: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc' <<< 7723 1726883078.33859: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff31b5e4470> <<< 7723 1726883078.33893: stdout chunk (state=3): >>>import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b5cb8c0> <<< 7723 1726883078.33914: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/util.py <<< 7723 1726883078.33937: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc' <<< 7723 1726883078.33963: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/callback.py <<< 7723 1726883078.33968: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc' <<< 7723 1726883078.33996: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc' import 'dnf.yum' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b5e6ae0> <<< 7723 1726883078.34015: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/rpmtrans.py <<< 7723 1726883078.34035: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc' <<< 7723 1726883078.34067: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction.py <<< 7723 1726883078.34073: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc' import 'dnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b5e79e0> <<< 7723 1726883078.34102: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/__init__.py <<< 7723 1726883078.34109: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883078.34526: stdout chunk (state=3): >>># extension module 'rpm._rpm' loaded from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so' # extension module 'rpm._rpm' executed from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so' <<< 7723 1726883078.34532: stdout chunk (state=3): >>>import 'rpm._rpm' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff31b6082c0> <<< 7723 1726883078.34562: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/transaction.py <<< 7723 1726883078.34572: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc' <<< 7723 1726883078.34584: stdout chunk (state=3): >>>import 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b5e7fb0> <<< 7723 1726883078.34596: stdout chunk (state=3): >>>import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b5e7bf0> <<< 7723 1726883078.34604: stdout chunk (state=3): >>>import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b5e6990> <<< 7723 1726883078.34627: stdout chunk (state=3): >>>import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b5e6330> <<< 7723 1726883078.34656: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/hawkey/__init__.py <<< 7723 1726883078.34674: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883078.34760: stdout chunk (state=3): >>># extension module 'hawkey._hawkey' loaded from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so' # extension module 'hawkey._hawkey' executed from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so' import 'hawkey._hawkey' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff31b60b3b0> <<< 7723 1726883078.34788: stdout chunk (state=3): >>>import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b5e6f00> <<< 7723 1726883078.34849: stdout chunk (state=3): >>>import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b5e47a0> <<< 7723 1726883078.34890: stdout chunk (state=3): >>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b5caed0> <<< 7723 1726883078.34911: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libcomps/__init__.py # code object from '/usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883078.35037: stdout chunk (state=3): >>># extension module 'libcomps._libpycomps' loaded from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so' # extension module 'libcomps._libpycomps' executed from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so' import 'libcomps._libpycomps' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff31b5cb5f0> <<< 7723 1726883078.35043: stdout chunk (state=3): >>>import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b5cb350> <<< 7723 1726883078.35072: stdout chunk (state=3): >>>import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b5c90d0> <<< 7723 1726883078.35103: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/db/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/__init__.cpython-312.pyc' import 'dnf.db' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b648a40> <<< 7723 1726883078.35124: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/history.py <<< 7723 1726883078.35146: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc' <<< 7723 1726883078.35169: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/misc.py <<< 7723 1726883078.35177: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc' <<< 7723 1726883078.35206: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/crypto.py <<< 7723 1726883078.35221: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc' <<< 7723 1726883078.35234: stdout chunk (state=3): >>>import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b64af60> <<< 7723 1726883078.35262: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 7723 1726883078.35268: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 7723 1726883078.35299: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b64b740> <<< 7723 1726883078.35304: stdout chunk (state=3): >>>import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b64a270> <<< 7723 1726883078.35325: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/group.py <<< 7723 1726883078.35345: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc' <<< 7723 1726883078.35355: stdout chunk (state=3): >>>import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b64bf50> <<< 7723 1726883078.35384: stdout chunk (state=3): >>>import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b648a10> <<< 7723 1726883078.35407: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883078.35437: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/config.py <<< 7723 1726883078.35451: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc' <<< 7723 1726883078.35473: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/substitutions.py <<< 7723 1726883078.35479: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc' <<< 7723 1726883078.35502: stdout chunk (state=3): >>>import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b675a00> <<< 7723 1726883078.35521: stdout chunk (state=3): >>>import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b674f80> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b674da0> <<< 7723 1726883078.35550: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/read.py <<< 7723 1726883078.35555: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc' <<< 7723 1726883078.35572: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repo.py <<< 7723 1726883078.35599: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc' <<< 7723 1726883078.35625: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/logging.py <<< 7723 1726883078.35642: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc' <<< 7723 1726883078.35663: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/lock.py <<< 7723 1726883078.35672: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc' <<< 7723 1726883078.35686: stdout chunk (state=3): >>>import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b6a0aa0> <<< 7723 1726883078.35712: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py <<< 7723 1726883078.35761: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc' <<< 7723 1726883078.35780: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 7723 1726883078.35824: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 7723 1726883078.35843: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 7723 1726883078.35861: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 7723 1726883078.35873: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31af6eb10> <<< 7723 1726883078.35902: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883078.35914: stdout chunk (state=3): >>># extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff31af6ee70> <<< 7723 1726883078.35960: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b6a2d80> <<< 7723 1726883078.35990: stdout chunk (state=3): >>>import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b6a0f20> <<< 7723 1726883078.36011: stdout chunk (state=3): >>>import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b677f50> <<< 7723 1726883078.36043: stdout chunk (state=3): >>>import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b6761e0> <<< 7723 1726883078.36058: stdout chunk (state=3): >>>import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b675f10> <<< 7723 1726883078.36071: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/dnssec.py <<< 7723 1726883078.36092: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc' <<< 7723 1726883078.36109: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/__init__.py <<< 7723 1726883078.36121: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883078.36151: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/transaction.py <<< 7723 1726883078.36158: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc' <<< 7723 1726883078.36174: stdout chunk (state=3): >>>import 'dnf.rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31afa8980> <<< 7723 1726883078.36179: stdout chunk (state=3): >>>import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31af6faa0> <<< 7723 1726883078.36212: stdout chunk (state=3): >>>import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b676720> <<< 7723 1726883078.36235: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/drpm.py <<< 7723 1726883078.36242: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc' <<< 7723 1726883078.36267: stdout chunk (state=3): >>>import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31afa8f80> <<< 7723 1726883078.36292: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/goal.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc' import 'dnf.goal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31afa9340> <<< 7723 1726883078.36319: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/history.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc' import 'dnf.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31afa93d0> <<< 7723 1726883078.36347: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883078.36359: stdout chunk (state=3): >>>import 'dnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31afa94c0> <<< 7723 1726883078.36368: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/module_base.py <<< 7723 1726883078.36399: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc' <<< 7723 1726883078.36419: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/smartcols.py <<< 7723 1726883078.36444: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc' <<< 7723 1726883078.36502: stdout chunk (state=3): >>># extension module 'libdnf._smartcols' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so' # extension module 'libdnf._smartcols' executed from '/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so' import 'libdnf._smartcols' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff31afabf80> <<< 7723 1726883078.36527: stdout chunk (state=3): >>>import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31afaa1b0> <<< 7723 1726883078.36543: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/selector.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc' import 'dnf.selector' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31afd0170> <<< 7723 1726883078.36570: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/exceptions.py <<< 7723 1726883078.36575: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc' <<< 7723 1726883078.36610: stdout chunk (state=3): >>>import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31afd0260> <<< 7723 1726883078.36617: stdout chunk (state=3): >>>import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31afa9310> <<< 7723 1726883078.36639: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/persistor.py <<< 7723 1726883078.36654: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc' <<< 7723 1726883078.36661: stdout chunk (state=3): >>>import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31afd0350> <<< 7723 1726883078.36679: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/plugin.py <<< 7723 1726883078.36695: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc' <<< 7723 1726883078.36722: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 7723 1726883078.36789: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 7723 1726883078.36805: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 7723 1726883078.36894: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 7723 1726883078.36910: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 7723 1726883078.36932: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 7723 1726883078.36959: stdout chunk (state=3): >>># extension module '_opcode' loaded from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' # extension module '_opcode' executed from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' import '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff31aff3dd0> <<< 7723 1726883078.36990: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31aff3230> <<< 7723 1726883078.37046: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31aff1ca0> <<< 7723 1726883078.37191: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31afd1be0> <<< 7723 1726883078.37199: stdout chunk (state=3): >>>import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31afd1040> <<< 7723 1726883078.37225: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/query.py <<< 7723 1726883078.37231: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc' import 'dnf.query' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31afd3ef0> <<< 7723 1726883078.37254: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repodict.py <<< 7723 1726883078.37271: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc' <<< 7723 1726883078.37275: stdout chunk (state=3): >>>import 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31e31bb30> <<< 7723 1726883078.37293: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/connection.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc' <<< 7723 1726883078.37315: stdout chunk (state=3): >>>import 'dnf.rpm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b0306e0> <<< 7723 1726883078.37331: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/miscutils.py <<< 7723 1726883078.37336: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc' import 'dnf.rpm.miscutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b030950> <<< 7723 1726883078.37360: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/sack.py <<< 7723 1726883078.37366: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc' <<< 7723 1726883078.37389: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/package.py <<< 7723 1726883078.37404: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc' <<< 7723 1726883078.37421: stdout chunk (state=3): >>>import 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b031280> <<< 7723 1726883078.37438: stdout chunk (state=3): >>>import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b030d10> <<< 7723 1726883078.37447: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/subject.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc' <<< 7723 1726883078.37462: stdout chunk (state=3): >>>import 'dnf.subject' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b032150> <<< 7723 1726883078.37467: stdout chunk (state=3): >>>import 'gc' # <<< 7723 1726883078.37494: stdout chunk (state=3): >>>import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31d3ef2c0> <<< 7723 1726883078.37496: stdout chunk (state=3): >>>import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31d69d970> <<< 7723 1726883078.38038: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/builddep.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc' <<< 7723 1726883078.38075: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnfpluginscore/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883078.38085: stdout chunk (state=3): >>>import 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b032e40> <<< 7723 1726883078.38108: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883078.38133: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/cli.py <<< 7723 1726883078.38168: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc' <<< 7723 1726883078.38193: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/output.py <<< 7723 1726883078.38243: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc' <<< 7723 1726883078.38262: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/format.py <<< 7723 1726883078.38280: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc' import 'dnf.cli.format' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ae078f0> <<< 7723 1726883078.38292: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/progress.py <<< 7723 1726883078.38307: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc' <<< 7723 1726883078.38317: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/term.py <<< 7723 1726883078.38342: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc' <<< 7723 1726883078.38369: stdout chunk (state=3): >>># /usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/curses/__init__.py <<< 7723 1726883078.38378: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883078.38486: stdout chunk (state=3): >>># extension module '_curses' loaded from '/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so' # extension module '_curses' executed from '/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so' import '_curses' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff31ae25940> <<< 7723 1726883078.38495: stdout chunk (state=3): >>>import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ae254f0> <<< 7723 1726883078.38516: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883078.38538: stdout chunk (state=3): >>># extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff31ae257c0> <<< 7723 1726883078.38548: stdout chunk (state=3): >>>import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ae243e0> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ae07c20> <<< 7723 1726883078.38574: stdout chunk (state=3): >>>import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ae04950> <<< 7723 1726883078.38601: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/aliases.py <<< 7723 1726883078.38615: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc' <<< 7723 1726883078.38619: stdout chunk (state=3): >>>import 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ae076e0> <<< 7723 1726883078.38641: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/__init__.py <<< 7723 1726883078.38665: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883078.38688: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/option_parser.py <<< 7723 1726883078.38706: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc' <<< 7723 1726883078.38738: stdout chunk (state=3): >>>import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ae3b050> <<< 7723 1726883078.38766: stdout chunk (state=3): >>>import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ae39bb0> <<< 7723 1726883078.38800: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/alias.py <<< 7723 1726883078.38803: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc' <<< 7723 1726883078.38827: stdout chunk (state=3): >>>import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ae60860> <<< 7723 1726883078.38837: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/autoremove.py <<< 7723 1726883078.38857: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc' import 'dnf.cli.commands.autoremove' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ae60b60> <<< 7723 1726883078.38882: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/check.py <<< 7723 1726883078.38896: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc' <<< 7723 1726883078.38901: stdout chunk (state=3): >>>import 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ae60dd0> <<< 7723 1726883078.38925: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/clean.py <<< 7723 1726883078.38939: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc' <<< 7723 1726883078.38946: stdout chunk (state=3): >>>import 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ae61070> <<< 7723 1726883078.38967: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/deplist.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-312.pyc' <<< 7723 1726883078.38986: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repoquery.py <<< 7723 1726883078.39020: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc' <<< 7723 1726883078.39058: stdout chunk (state=3): >>>import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ae61790> <<< 7723 1726883078.39069: stdout chunk (state=3): >>>import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ae615e0> <<< 7723 1726883078.39074: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/distrosync.py <<< 7723 1726883078.39092: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-312.pyc' import 'dnf.cli.commands.distrosync' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ae63080> <<< 7723 1726883078.39116: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/downgrade.py <<< 7723 1726883078.39128: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc' <<< 7723 1726883078.39148: stdout chunk (state=3): >>>import 'dnf.cli.commands.downgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ae631d0> <<< 7723 1726883078.39155: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/group.py <<< 7723 1726883078.39175: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc' <<< 7723 1726883078.39195: stdout chunk (state=3): >>>import 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ae633e0> <<< 7723 1726883078.39203: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/history.py <<< 7723 1726883078.39225: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc' <<< 7723 1726883078.39246: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction_sr.py <<< 7723 1726883078.39270: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc' <<< 7723 1726883078.39283: stdout chunk (state=3): >>>import 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ae7c380> <<< 7723 1726883078.39298: stdout chunk (state=3): >>>import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ae63bc0> <<< 7723 1726883078.39309: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/install.py <<< 7723 1726883078.39329: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc' <<< 7723 1726883078.39334: stdout chunk (state=3): >>>import 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ae7cf20> <<< 7723 1726883078.39371: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/makecache.py <<< 7723 1726883078.39378: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc' import 'dnf.cli.commands.makecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ae7d370> <<< 7723 1726883078.39397: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/mark.py <<< 7723 1726883078.39411: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc' <<< 7723 1726883078.39419: stdout chunk (state=3): >>>import 'dnf.cli.commands.mark' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ae7d550> <<< 7723 1726883078.39432: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/module.py <<< 7723 1726883078.39457: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc' <<< 7723 1726883078.39477: stdout chunk (state=3): >>>import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ae7d820> <<< 7723 1726883078.39507: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/reinstall.py <<< 7723 1726883078.39514: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-312.pyc' import 'dnf.cli.commands.reinstall' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ae7e720> <<< 7723 1726883078.39536: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/remove.py <<< 7723 1726883078.39552: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc' <<< 7723 1726883078.39558: stdout chunk (state=3): >>>import 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ae7e990> <<< 7723 1726883078.39585: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repolist.py <<< 7723 1726883078.39595: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc' <<< 7723 1726883078.39612: stdout chunk (state=3): >>>import 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ae7eba0> <<< 7723 1726883078.39635: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/search.py <<< 7723 1726883078.39653: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc' <<< 7723 1726883078.39665: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/match_counter.py <<< 7723 1726883078.39687: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc' import 'dnf.match_counter' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ae7f7a0> <<< 7723 1726883078.39693: stdout chunk (state=3): >>>import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ae7f2c0> <<< 7723 1726883078.39719: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/shell.py <<< 7723 1726883078.39725: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc' <<< 7723 1726883078.39753: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py <<< 7723 1726883078.39771: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc' <<< 7723 1726883078.39783: stdout chunk (state=3): >>>import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31aea4650> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ae7ff50> <<< 7723 1726883078.39806: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/swap.py <<< 7723 1726883078.39828: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc' <<< 7723 1726883078.39838: stdout chunk (state=3): >>>import 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31aea52e0> <<< 7723 1726883078.39845: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/updateinfo.py <<< 7723 1726883078.39869: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc' <<< 7723 1726883078.39872: stdout chunk (state=3): >>>import 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31aea55e0> <<< 7723 1726883078.39902: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrade.py <<< 7723 1726883078.39918: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc' <<< 7723 1726883078.39928: stdout chunk (state=3): >>>import 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31aea6510> <<< 7723 1726883078.39950: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrademinimal.py <<< 7723 1726883078.39963: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc' import 'dnf.cli.commands.upgrademinimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31aea67b0> <<< 7723 1726883078.39966: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/demand.py <<< 7723 1726883078.39990: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc' import 'dnf.cli.demand' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31aea6960> <<< 7723 1726883078.40002: stdout chunk (state=3): >>>import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b033290> <<< 7723 1726883078.40022: stdout chunk (state=3): >>>import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b033020> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b032750> <<< 7723 1726883078.40033: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/changelog.py <<< 7723 1726883078.40061: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc' <<< 7723 1726883078.40066: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883078.40100: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_version.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc' import 'dateutil._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31aea7350> <<< 7723 1726883078.40107: stdout chunk (state=3): >>>import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31aea7080> <<< 7723 1726883078.40125: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883078.40149: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/_parser.py <<< 7723 1726883078.40192: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc' <<< 7723 1726883078.40218: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py <<< 7723 1726883078.40250: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' <<< 7723 1726883078.40303: stdout chunk (state=3): >>>import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31aec97f0> <<< 7723 1726883078.40324: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc matches /usr/lib64/python3.12/decimal.py # code object from '/usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc' <<< 7723 1726883078.40399: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py <<< 7723 1726883078.40416: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' <<< 7723 1726883078.40437: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31aecaf30> <<< 7723 1726883078.40493: stdout chunk (state=3): >>># extension module '_decimal' loaded from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so' # extension module '_decimal' executed from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so' import '_decimal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff31aeca120> <<< 7723 1726883078.40498: stdout chunk (state=3): >>>import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31aec9d00> <<< 7723 1726883078.40524: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/relativedelta.py <<< 7723 1726883078.40529: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc' <<< 7723 1726883078.40568: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_common.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc' import 'dateutil._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ac1c800> <<< 7723 1726883078.40575: stdout chunk (state=3): >>>import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ac03bf0> <<< 7723 1726883078.40599: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883078.40623: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/tz.py <<< 7723 1726883078.40659: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc' <<< 7723 1726883078.40681: stdout chunk (state=3): >>>import 'six.moves' # <<< 7723 1726883078.40705: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_common.py <<< 7723 1726883078.40711: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc' <<< 7723 1726883078.40730: stdout chunk (state=3): >>>import 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ac1e330> <<< 7723 1726883078.40747: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_factories.py <<< 7723 1726883078.40762: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc' import 'dateutil.tz._factories' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ac1ff20> <<< 7723 1726883078.40792: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/win.py <<< 7723 1726883078.40807: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc' <<< 7723 1726883078.40824: stdout chunk (state=3): >>># destroy dateutil.tz.win <<< 7723 1726883078.40862: stdout chunk (state=3): >>>import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ac1ce90> <<< 7723 1726883078.40871: stdout chunk (state=3): >>>import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ac1cb60> <<< 7723 1726883078.40901: stdout chunk (state=3): >>>import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31aea7620> <<< 7723 1726883078.40926: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/isoparser.py <<< 7723 1726883078.40932: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc' <<< 7723 1726883078.40961: stdout chunk (state=3): >>>import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31aec9340> <<< 7723 1726883078.40964: stdout chunk (state=3): >>>import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31aea7380> <<< 7723 1726883078.40993: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b033fe0> <<< 7723 1726883078.41001: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/config_manager.py <<< 7723 1726883078.41030: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc' <<< 7723 1726883078.41063: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ac46150> <<< 7723 1726883078.41086: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/copr.py <<< 7723 1726883078.41112: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc' <<< 7723 1726883078.41137: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ac46a20> <<< 7723 1726883078.41155: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/debuginfo-install.py <<< 7723 1726883078.41166: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc' <<< 7723 1726883078.41175: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ac47a10> <<< 7723 1726883078.41201: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/download.py <<< 7723 1726883078.41218: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc' <<< 7723 1726883078.41232: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ac47fb0> <<< 7723 1726883078.41247: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/generate_completion_cache.py <<< 7723 1726883078.41262: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc' <<< 7723 1726883078.41273: stdout chunk (state=3): >>># /usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/__init__.py # code object from '/usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883078.41302: stdout chunk (state=3): >>># /usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/dbapi2.py <<< 7723 1726883078.41308: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc' <<< 7723 1726883078.41344: stdout chunk (state=3): >>># extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883078.41462: stdout chunk (state=3): >>># extension module '_sqlite3' executed from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' import '_sqlite3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff31ac71700> <<< 7723 1726883078.41483: stdout chunk (state=3): >>>import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ac71100> <<< 7723 1726883078.41496: stdout chunk (state=3): >>>import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ac70da0> <<< 7723 1726883078.41512: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ac70a70> <<< 7723 1726883078.41517: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/groups_manager.py <<< 7723 1726883078.41540: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc' <<< 7723 1726883078.41576: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31dde1460> <<< 7723 1726883078.41598: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/needs_restarting.py <<< 7723 1726883078.41611: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc' <<< 7723 1726883078.41637: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py <<< 7723 1726883078.41645: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883078.41674: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc' import 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ac73290> <<< 7723 1726883078.41694: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py <<< 7723 1726883078.41706: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc' <<< 7723 1726883078.41709: stdout chunk (state=3): >>>import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ac73350> <<< 7723 1726883078.41736: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py <<< 7723 1726883078.41743: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc' <<< 7723 1726883078.41835: stdout chunk (state=3): >>># extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' # extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' import '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff31ac73a70> <<< 7723 1726883078.41842: stdout chunk (state=3): >>>import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ac738f0> <<< 7723 1726883078.41863: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py <<< 7723 1726883078.41869: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc' <<< 7723 1726883078.41895: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py <<< 7723 1726883078.41898: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' <<< 7723 1726883078.41923: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py <<< 7723 1726883078.42012: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' <<< 7723 1726883078.42035: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc' <<< 7723 1726883078.42046: stdout chunk (state=3): >>>import 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31aca2000> <<< 7723 1726883078.42063: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py <<< 7723 1726883078.42072: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc' <<< 7723 1726883078.42099: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py <<< 7723 1726883078.42103: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc' <<< 7723 1726883078.42129: stdout chunk (state=3): >>># /usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/__init__.py # code object from '/usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc' import 'xml' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31aca3230> <<< 7723 1726883078.42149: stdout chunk (state=3): >>># /usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/__init__.py # code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc' import 'xml.parsers' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31aca3470> <<< 7723 1726883078.42170: stdout chunk (state=3): >>># /usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/expat.py # code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc' <<< 7723 1726883078.42201: stdout chunk (state=3): >>># extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883078.42231: stdout chunk (state=3): >>># extension module 'pyexpat' executed from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' import 'pyexpat' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff31aca35f0> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31aca3410> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31aca2cf0> <<< 7723 1726883078.42248: stdout chunk (state=3): >>>import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31aca2180> <<< 7723 1726883078.42259: stdout chunk (state=3): >>>import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31aca1430> <<< 7723 1726883078.42274: stdout chunk (state=3): >>>import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31aca0a10> <<< 7723 1726883078.42287: stdout chunk (state=3): >>>import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31aca0290> <<< 7723 1726883078.42300: stdout chunk (state=3): >>>import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ac72d80> <<< 7723 1726883078.42322: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ac722a0> <<< 7723 1726883078.42345: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repoclosure.py <<< 7723 1726883078.42359: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc' <<< 7723 1726883078.42367: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31aca2ed0> <<< 7723 1726883078.42384: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repodiff.py <<< 7723 1726883078.42399: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc' <<< 7723 1726883078.42402: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31aca3a70> <<< 7723 1726883078.42433: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repograph.py <<< 7723 1726883078.42436: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc' <<< 7723 1726883078.42458: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repograph' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31accc380> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repomanage.py <<< 7723 1726883078.42481: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc' <<< 7723 1726883078.42487: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repomanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31accc740> <<< 7723 1726883078.42515: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/reposync.py <<< 7723 1726883078.42539: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc' <<< 7723 1726883078.42552: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31accd070> <<< 7723 1726883078.42571: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/system_upgrade.py <<< 7723 1726883078.42603: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc' <<< 7723 1726883078.42628: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31accdbe0> <<< 7723 1726883078.42652: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/product-id.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/product-id.py <<< 7723 1726883078.42662: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/product-id.cpython-312.pyc' <<< 7723 1726883078.42690: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/__init__.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/__init__.cpython-312.pyc' import 'subscription_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31acf4530> <<< 7723 1726883078.42729: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/productid.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/productid.py <<< 7723 1726883078.42736: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/productid.cpython-312.pyc' <<< 7723 1726883078.42764: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsm/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/__init__.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/__init__.cpython-312.pyc' import 'rhsm' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31acf5be0> <<< 7723 1726883078.42788: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsm/__pycache__/certificate.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/certificate.py <<< 7723 1726883078.42828: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/certificate.cpython-312.pyc' <<< 7723 1726883078.42867: stdout chunk (state=3): >>># extension module 'rhsm._certificate' loaded from '/usr/lib64/python3.12/site-packages/rhsm/_certificate.cpython-312-x86_64-linux-gnu.so' # extension module 'rhsm._certificate' executed from '/usr/lib64/python3.12/site-packages/rhsm/_certificate.cpython-312-x86_64-linux-gnu.so' import 'rhsm._certificate' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff31a961220> <<< 7723 1726883078.42960: stdout chunk (state=3): >>>import 'rhsm.certificate' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31acf5c10> <<< 7723 1726883078.42986: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/certdirectory.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/certdirectory.py <<< 7723 1726883078.42997: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/certdirectory.cpython-312.pyc' <<< 7723 1726883078.43024: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsm/__pycache__/config.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/config.py <<< 7723 1726883078.43030: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/config.cpython-312.pyc' <<< 7723 1726883078.43059: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/iniparse/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/iniparse/__init__.py # code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883078.43091: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/iniparse/__pycache__/ini.cpython-312.pyc matches /usr/lib/python3.12/site-packages/iniparse/ini.py <<< 7723 1726883078.43115: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/ini.cpython-312.pyc' <<< 7723 1726883078.43131: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/iniparse/__pycache__/configparser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/iniparse/configparser.py # code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/configparser.cpython-312.pyc' <<< 7723 1726883078.43159: stdout chunk (state=3): >>>import 'iniparse.configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a98cf80> <<< 7723 1726883078.43170: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/iniparse/__pycache__/config.cpython-312.pyc matches /usr/lib/python3.12/site-packages/iniparse/config.py <<< 7723 1726883078.43190: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/config.cpython-312.pyc' import 'iniparse.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a98d0a0> <<< 7723 1726883078.43258: stdout chunk (state=3): >>>import 'iniparse.ini' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a963d40> <<< 7723 1726883078.43274: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/iniparse/__pycache__/compat.cpython-312.pyc matches /usr/lib/python3.12/site-packages/iniparse/compat.py <<< 7723 1726883078.43296: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/compat.cpython-312.pyc' <<< 7723 1726883078.43317: stdout chunk (state=3): >>>import 'iniparse.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a98df70> <<< 7723 1726883078.43342: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/iniparse/__pycache__/utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/iniparse/utils.py <<< 7723 1726883078.43348: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/utils.cpython-312.pyc' import 'iniparse.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a98e930> import 'iniparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a963aa0> <<< 7723 1726883078.43369: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/i18n.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/i18n.py <<< 7723 1726883078.43374: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/i18n.cpython-312.pyc' <<< 7723 1726883078.43401: stdout chunk (state=3): >>>import 'subscription_manager.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a98e9c0> <<< 7723 1726883078.43428: stdout chunk (state=3): >>>import 'rhsm.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a962f90> <<< 7723 1726883078.43453: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/injection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/injection.py <<< 7723 1726883078.43460: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/injection.cpython-312.pyc' import 'subscription_manager.injection' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a98efc0> <<< 7723 1726883078.43493: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/__init__.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883078.43498: stdout chunk (state=3): >>>import 'rhsmlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a98f3b0> <<< 7723 1726883078.43523: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/__init__.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/__init__.cpython-312.pyc' import 'rhsmlib.services' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a98f500> <<< 7723 1726883078.43544: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/config.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/config.py <<< 7723 1726883078.43561: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/config.cpython-312.pyc' <<< 7723 1726883078.43574: stdout chunk (state=3): >>>import 'rhsmlib.services.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a98f5c0> <<< 7723 1726883078.43596: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsm/__pycache__/certificate2.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/certificate2.py <<< 7723 1726883078.43622: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/certificate2.cpython-312.pyc' <<< 7723 1726883078.43650: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsm/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/connection.py <<< 7723 1726883078.43707: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/connection.cpython-312.pyc' <<< 7723 1726883078.43736: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsm/__pycache__/https.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/https.py <<< 7723 1726883078.43743: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/https.cpython-312.pyc' import 'rhsm.https' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a9b3ec0> <<< 7723 1726883078.43764: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsm/__pycache__/ourjson.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/ourjson.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/ourjson.cpython-312.pyc' <<< 7723 1726883078.43786: stdout chunk (state=3): >>>import 'rhsm.ourjson' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a9b3fe0> <<< 7723 1726883078.43808: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsm/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/utils.py <<< 7723 1726883078.43822: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/utils.cpython-312.pyc' <<< 7723 1726883078.43869: stdout chunk (state=3): >>>import 'rhsm.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a9d8200> <<< 7723 1726883078.43889: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/version.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/version.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/version.cpython-312.pyc' import 'subscription_manager.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a9d9820> <<< 7723 1726883078.44060: stdout chunk (state=3): >>>import 'rhsm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a9b1280> <<< 7723 1726883078.44077: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsm/__pycache__/pathtree.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/pathtree.py <<< 7723 1726883078.44090: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/pathtree.cpython-312.pyc' <<< 7723 1726883078.44103: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsm/__pycache__/bitstream.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/bitstream.py <<< 7723 1726883078.44125: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/bitstream.cpython-312.pyc' import 'rhsm.bitstream' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a9ed220> <<< 7723 1726883078.44151: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsm/__pycache__/huffman.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/huffman.py <<< 7723 1726883078.44164: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/huffman.cpython-312.pyc' <<< 7723 1726883078.44183: stdout chunk (state=3): >>>import 'rhsm.huffman' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a9ed700> <<< 7723 1726883078.44188: stdout chunk (state=3): >>>import 'rhsm.pathtree' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a9b1f10> <<< 7723 1726883078.44249: stdout chunk (state=3): >>>import 'rhsm.certificate2' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a98fda0> <<< 7723 1726883078.44291: stdout chunk (state=3): >>>import 'subscription_manager.certdirectory' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a961f70> <<< 7723 1726883078.44315: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/utils.py <<< 7723 1726883078.44332: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/utils.cpython-312.pyc' <<< 7723 1726883078.44357: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc matches /usr/lib64/python3.12/pprint.py <<< 7723 1726883078.44379: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc' <<< 7723 1726883078.44399: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc matches /usr/lib64/python3.12/dataclasses.py <<< 7723 1726883078.44428: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc' <<< 7723 1726883078.44480: stdout chunk (state=3): >>>import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31aa24b90> <<< 7723 1726883078.44483: stdout chunk (state=3): >>>import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a9ef9e0> <<< 7723 1726883078.44519: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/branding/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/branding/__init__.py <<< 7723 1726883078.44525: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/branding/__pycache__/__init__.cpython-312.pyc' import 'subscription_manager.branding' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31aa26a20> <<< 7723 1726883078.44550: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/__init__.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/__init__.cpython-312.pyc' import 'rhsmlib.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31aa26d80> <<< 7723 1726883078.44569: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/hwprobe.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/hwprobe.py <<< 7723 1726883078.44593: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/hwprobe.cpython-312.pyc' <<< 7723 1726883078.44611: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cpuinfo.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/cpuinfo.py <<< 7723 1726883078.44631: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cpuinfo.cpython-312.pyc' <<< 7723 1726883078.44677: stdout chunk (state=3): >>>import 'rhsmlib.facts.cpuinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31aa27e90> <<< 7723 1726883078.44700: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/collector.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/collector.py <<< 7723 1726883078.44708: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/collector.cpython-312.pyc' <<< 7723 1726883078.44736: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/collection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/collection.py <<< 7723 1726883078.44747: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/collection.cpython-312.pyc' <<< 7723 1726883078.44766: stdout chunk (state=3): >>>import 'rhsmlib.facts.collection' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a8556a0> <<< 7723 1726883078.44778: stdout chunk (state=3): >>>import 'rhsmlib.facts.collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a855220> <<< 7723 1726883078.44804: stdout chunk (state=3): >>>import 'rhsmlib.facts.hwprobe' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31aa26e70> <<< 7723 1726883078.44837: stdout chunk (state=3): >>>import 'subscription_manager.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a9ee900> <<< 7723 1726883078.44862: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/repolib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/repolib.py <<< 7723 1726883078.44883: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/repolib.cpython-312.pyc' <<< 7723 1726883078.44907: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cache.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cache.py <<< 7723 1726883078.44943: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cache.cpython-312.pyc' <<< 7723 1726883078.44963: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsm/__pycache__/profile.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/profile.py <<< 7723 1726883078.44990: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/profile.cpython-312.pyc' <<< 7723 1726883078.45019: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/cloud_what/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/__init__.py # code object from '/usr/lib64/python3.12/site-packages/cloud_what/__pycache__/__init__.cpython-312.pyc' import 'cloud_what' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a881d60> <<< 7723 1726883078.45046: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/cloud_what/__pycache__/provider.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/provider.py <<< 7723 1726883078.45053: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cloud_what/__pycache__/provider.cpython-312.pyc' <<< 7723 1726883078.45069: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/host_collector.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/host_collector.py <<< 7723 1726883078.45089: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/host_collector.cpython-312.pyc' <<< 7723 1726883078.45097: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cleanup.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/cleanup.py <<< 7723 1726883078.45116: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cleanup.cpython-312.pyc' import 'rhsmlib.facts.cleanup' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a882750> <<< 7723 1726883078.45127: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/virt.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/virt.py <<< 7723 1726883078.45145: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/virt.cpython-312.pyc' <<< 7723 1726883078.45155: stdout chunk (state=3): >>>import 'rhsmlib.facts.virt' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a8829c0> <<< 7723 1726883078.45180: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/firmware_info.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/firmware_info.py <<< 7723 1726883078.45185: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/firmware_info.cpython-312.pyc' <<< 7723 1726883078.45208: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/dmiinfo.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/dmiinfo.py <<< 7723 1726883078.45219: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/dmiinfo.cpython-312.pyc' <<< 7723 1726883078.45235: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/dmidecodeparser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/dmidecodeparser.py <<< 7723 1726883078.45242: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/dmidecodeparser.cpython-312.pyc' <<< 7723 1726883078.45309: stdout chunk (state=3): >>>import 'rhsmlib.facts.dmidecodeparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a883590> <<< 7723 1726883078.45324: stdout chunk (state=3): >>>import 'rhsmlib.facts.dmiinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a8831d0> <<< 7723 1726883078.45335: stdout chunk (state=3): >>>import 'rhsmlib.facts.firmware_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a882d50> import 'rhsmlib.facts.host_collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a882420> <<< 7723 1726883078.45361: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/custom.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/custom.py <<< 7723 1726883078.45365: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/custom.cpython-312.pyc' <<< 7723 1726883078.45392: stdout chunk (state=3): >>>import 'rhsmlib.facts.custom' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a883e90> <<< 7723 1726883078.45416: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/cloud_what/__pycache__/_base_provider.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/_base_provider.py <<< 7723 1726883078.45429: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cloud_what/__pycache__/_base_provider.cpython-312.pyc' <<< 7723 1726883078.45460: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/requests/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/__init__.py <<< 7723 1726883078.45466: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883078.45490: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/__init__.py <<< 7723 1726883078.45503: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883078.45536: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/exceptions.py <<< 7723 1726883078.45544: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/exceptions.cpython-312.pyc' <<< 7723 1726883078.45566: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/packages/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/packages/__init__.py # code object from '/usr/lib/python3.12/site-packages/urllib3/packages/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883078.45590: stdout chunk (state=3): >>>import 'urllib3.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a8b2b40> <<< 7723 1726883078.45596: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/packages/six.py <<< 7723 1726883078.45630: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/packages/__pycache__/six.cpython-312.pyc' <<< 7723 1726883078.45679: stdout chunk (state=3): >>>import 'urllib3.packages.six' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a8b2c60> <<< 7723 1726883078.45701: stdout chunk (state=3): >>>import 'urllib3.packages.six.moves' # import 'urllib3.packages.six.moves.http_client' # <<< 7723 1726883078.45824: stdout chunk (state=3): >>>import 'urllib3.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a8b1df0> <<< 7723 1726883078.45851: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/__pycache__/_version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/_version.py # code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/_version.cpython-312.pyc' <<< 7723 1726883078.45861: stdout chunk (state=3): >>>import 'urllib3._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a8b2000> <<< 7723 1726883078.45874: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/__pycache__/connectionpool.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/connectionpool.py <<< 7723 1726883078.45894: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/connectionpool.cpython-312.pyc' <<< 7723 1726883078.45919: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/__pycache__/_collections.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/_collections.py <<< 7723 1726883078.45936: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/_collections.cpython-312.pyc' <<< 7723 1726883078.45939: stdout chunk (state=3): >>>import 'urllib3._collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a8db560> <<< 7723 1726883078.45970: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/__pycache__/connection.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/connection.py <<< 7723 1726883078.45978: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/connection.cpython-312.pyc' <<< 7723 1726883078.46008: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/__init__.py <<< 7723 1726883078.46016: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883078.46043: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/connection.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/connection.py <<< 7723 1726883078.46049: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/connection.cpython-312.pyc' <<< 7723 1726883078.46082: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/contrib/__init__.py # code object from '/usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/__init__.cpython-312.pyc' import 'urllib3.contrib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a905520> <<< 7723 1726883078.46121: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/_appengine_environ.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/contrib/_appengine_environ.py # code object from '/usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/_appengine_environ.cpython-312.pyc' <<< 7723 1726883078.46127: stdout chunk (state=3): >>>import 'urllib3.contrib._appengine_environ' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a905550> <<< 7723 1726883078.46162: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/wait.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/wait.py <<< 7723 1726883078.46174: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/wait.cpython-312.pyc' import 'urllib3.util.wait' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a905700> <<< 7723 1726883078.46188: stdout chunk (state=3): >>>import 'urllib3.util.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a9050a0> <<< 7723 1726883078.46213: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/request.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/request.py <<< 7723 1726883078.46220: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/request.cpython-312.pyc' <<< 7723 1726883078.46255: stdout chunk (state=3): >>>import 'urllib3.util.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a905b50> <<< 7723 1726883078.46283: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/response.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/response.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/response.cpython-312.pyc' import 'urllib3.util.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a905ca0> <<< 7723 1726883078.46308: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/retry.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/retry.py <<< 7723 1726883078.46314: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/retry.cpython-312.pyc' <<< 7723 1726883078.46361: stdout chunk (state=3): >>>import 'urllib3.util.retry' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a905e50> <<< 7723 1726883078.46380: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssl_.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/ssl_.py <<< 7723 1726883078.46394: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssl_.cpython-312.pyc' <<< 7723 1726883078.46429: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hmac.cpython-312.pyc matches /usr/lib64/python3.12/hmac.py <<< 7723 1726883078.46437: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hmac.cpython-312.pyc' <<< 7723 1726883078.46453: stdout chunk (state=3): >>>import 'hmac' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a907200> <<< 7723 1726883078.46487: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/url.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/url.py <<< 7723 1726883078.46491: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/url.cpython-312.pyc' <<< 7723 1726883078.47113: stdout chunk (state=3): >>>import 'urllib3.util.url' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a907950> <<< 7723 1726883078.47149: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssltransport.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/ssltransport.py <<< 7723 1726883078.47157: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssltransport.cpython-312.pyc' <<< 7723 1726883078.47174: stdout chunk (state=3): >>>import 'urllib3.util.ssltransport' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a9079b0> <<< 7723 1726883078.47183: stdout chunk (state=3): >>>import 'urllib3.util.ssl_' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a906b10> <<< 7723 1726883078.47189: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/timeout.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/timeout.py <<< 7723 1726883078.47215: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/timeout.cpython-312.pyc' import 'urllib3.util.timeout' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a906c90> <<< 7723 1726883078.47220: stdout chunk (state=3): >>>import 'urllib3.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a904da0> <<< 7723 1726883078.47237: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/proxy.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/proxy.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/proxy.cpython-312.pyc' import 'urllib3.util.proxy' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31cfb09e0> <<< 7723 1726883078.47265: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssl_match_hostname.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/ssl_match_hostname.py <<< 7723 1726883078.47271: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssl_match_hostname.cpython-312.pyc' import 'urllib3.util.ssl_match_hostname' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a928f20> <<< 7723 1726883078.47295: stdout chunk (state=3): >>>import 'urllib3.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a904350> <<< 7723 1726883078.47324: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/__pycache__/request.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/request.py <<< 7723 1726883078.47327: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/request.cpython-312.pyc' <<< 7723 1726883078.47350: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/__pycache__/filepost.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/filepost.py <<< 7723 1726883078.47369: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/filepost.cpython-312.pyc' <<< 7723 1726883078.47387: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/__pycache__/fields.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/fields.py # code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/fields.cpython-312.pyc' <<< 7723 1726883078.47397: stdout chunk (state=3): >>>import 'urllib3.fields' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a9299a0> <<< 7723 1726883078.47414: stdout chunk (state=3): >>>import 'urllib3.filepost' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a929520> <<< 7723 1726883078.47431: stdout chunk (state=3): >>>import 'urllib3.packages.six.moves.urllib' # import 'urllib3.packages.six.moves.urllib.parse' # <<< 7723 1726883078.47437: stdout chunk (state=3): >>>import 'urllib3.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a929280> <<< 7723 1726883078.47456: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/__pycache__/response.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/response.py <<< 7723 1726883078.47481: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/response.cpython-312.pyc' <<< 7723 1726883078.47517: stdout chunk (state=3): >>>import 'urllib3.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a929730> <<< 7723 1726883078.47545: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/queue.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/queue.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/queue.cpython-312.pyc' <<< 7723 1726883078.47562: stdout chunk (state=3): >>>import 'urllib3.util.queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a92b470> <<< 7723 1726883078.47572: stdout chunk (state=3): >>>import 'urllib3.connectionpool' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a8b2180> <<< 7723 1726883078.47592: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/__pycache__/poolmanager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/poolmanager.py <<< 7723 1726883078.47605: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/poolmanager.cpython-312.pyc' <<< 7723 1726883078.47659: stdout chunk (state=3): >>>import 'urllib3.poolmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a92b4d0> <<< 7723 1726883078.47674: stdout chunk (state=3): >>>import 'urllib3' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a8b1850> <<< 7723 1726883078.47702: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/requests/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/exceptions.py <<< 7723 1726883078.47709: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/exceptions.cpython-312.pyc' <<< 7723 1726883078.47733: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/requests/__pycache__/compat.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/compat.py <<< 7723 1726883078.47736: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/compat.cpython-312.pyc' <<< 7723 1726883078.47773: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/__init__.py <<< 7723 1726883078.47787: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883078.47793: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/api.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/api.py <<< 7723 1726883078.47810: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/api.cpython-312.pyc' <<< 7723 1726883078.47826: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/cd.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/cd.py <<< 7723 1726883078.47859: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/cd.cpython-312.pyc' <<< 7723 1726883078.47885: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/constant.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/constant.py <<< 7723 1726883078.47923: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/constant.cpython-312.pyc' <<< 7723 1726883078.48002: stdout chunk (state=3): >>>import 'charset_normalizer.constant' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a761eb0> <<< 7723 1726883078.48030: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/md.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/md.py <<< 7723 1726883078.48044: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/md.cpython-312.pyc' <<< 7723 1726883078.48071: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/utils.py <<< 7723 1726883078.48082: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/utils.cpython-312.pyc' <<< 7723 1726883078.48121: stdout chunk (state=3): >>># extension module '_multibytecodec' loaded from '/usr/lib64/python3.12/lib-dynload/_multibytecodec.cpython-312-x86_64-linux-gnu.so' # extension module '_multibytecodec' executed from '/usr/lib64/python3.12/lib-dynload/_multibytecodec.cpython-312-x86_64-linux-gnu.so' import '_multibytecodec' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff31a799610> <<< 7723 1726883078.48143: stdout chunk (state=3): >>>import 'charset_normalizer.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a7988f0> <<< 7723 1726883078.48162: stdout chunk (state=3): >>>import 'charset_normalizer.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a787a40> <<< 7723 1726883078.48189: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/models.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/models.py <<< 7723 1726883078.48212: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/models.cpython-312.pyc' <<< 7723 1726883078.48253: stdout chunk (state=3): >>>import 'charset_normalizer.models' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a79a0c0> <<< 7723 1726883078.48263: stdout chunk (state=3): >>>import 'charset_normalizer.cd' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a7614f0> <<< 7723 1726883078.48285: stdout chunk (state=3): >>>import 'charset_normalizer.api' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a761130> <<< 7723 1726883078.48309: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/legacy.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/legacy.py <<< 7723 1726883078.48318: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/legacy.cpython-312.pyc' <<< 7723 1726883078.48326: stdout chunk (state=3): >>>import 'charset_normalizer.legacy' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a79b350> <<< 7723 1726883078.48354: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/version.py # code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/version.cpython-312.pyc' import 'charset_normalizer.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a79b4d0> <<< 7723 1726883078.48360: stdout chunk (state=3): >>>import 'charset_normalizer' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a760e60> <<< 7723 1726883078.48388: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookies.cpython-312.pyc matches /usr/lib64/python3.12/http/cookies.py <<< 7723 1726883078.48403: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookies.cpython-312.pyc' <<< 7723 1726883078.48695: stdout chunk (state=3): >>>import 'http.cookies' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a79b500> <<< 7723 1726883078.48701: stdout chunk (state=3): >>>import 'requests.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a760cb0> <<< 7723 1726883078.48745: stdout chunk (state=3): >>>import 'requests.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a760710> <<< 7723 1726883078.48776: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/requests/__pycache__/packages.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/packages.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/packages.cpython-312.pyc' <<< 7723 1726883078.48819: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/idna/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/idna/__init__.py <<< 7723 1726883078.48830: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/idna/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883078.48853: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/idna/__pycache__/package_data.cpython-312.pyc matches /usr/lib/python3.12/site-packages/idna/package_data.py <<< 7723 1726883078.48857: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/idna/__pycache__/package_data.cpython-312.pyc' import 'idna.package_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a7be090> <<< 7723 1726883078.48879: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/idna/__pycache__/core.cpython-312.pyc matches /usr/lib/python3.12/site-packages/idna/core.py # code object from '/usr/lib/python3.12/site-packages/idna/__pycache__/core.cpython-312.pyc' <<< 7723 1726883078.48904: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/idna/__pycache__/idnadata.cpython-312.pyc matches /usr/lib/python3.12/site-packages/idna/idnadata.py <<< 7723 1726883078.48933: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/idna/__pycache__/idnadata.cpython-312.pyc' <<< 7723 1726883078.48982: stdout chunk (state=3): >>>import 'idna.idnadata' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a7bee40> <<< 7723 1726883078.49004: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/idna/__pycache__/intranges.cpython-312.pyc matches /usr/lib/python3.12/site-packages/idna/intranges.py <<< 7723 1726883078.49019: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/idna/__pycache__/intranges.cpython-312.pyc' import 'idna.intranges' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a7bef60> <<< 7723 1726883078.49065: stdout chunk (state=3): >>>import 'idna.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a7be120> import 'idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a760950> <<< 7723 1726883078.49103: stdout chunk (state=3): >>>import 'requests.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a760830> <<< 7723 1726883078.49121: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/requests/__pycache__/utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/utils.py <<< 7723 1726883078.49161: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/utils.cpython-312.pyc' <<< 7723 1726883078.49191: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/requests/__pycache__/certs.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/certs.py <<< 7723 1726883078.49197: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/certs.cpython-312.pyc' <<< 7723 1726883078.49234: stdout chunk (state=3): >>>import 'requests.certs' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a7fc770> # /usr/lib/python3.12/site-packages/requests/__pycache__/__version__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/__version__.py<<< 7723 1726883078.49241: stdout chunk (state=3): >>> <<< 7723 1726883078.49258: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/__version__.cpython-312.pyc' import 'requests.__version__' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a7fc800> <<< 7723 1726883078.49282: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/requests/__pycache__/_internal_utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/_internal_utils.py <<< 7723 1726883078.49290: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/_internal_utils.cpython-312.pyc' <<< 7723 1726883078.49321: stdout chunk (state=3): >>>import 'requests._internal_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a7fc8c0> <<< 7723 1726883078.49339: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/requests/__pycache__/cookies.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/cookies.py <<< 7723 1726883078.49354: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/cookies.cpython-312.pyc' <<< 7723 1726883078.49374: stdout chunk (state=3): >>>import 'requests.cookies' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a7fc9e0> <<< 7723 1726883078.49423: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/requests/__pycache__/structures.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/structures.py <<< 7723 1726883078.49429: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/structures.cpython-312.pyc' <<< 7723 1726883078.49431: stdout chunk (state=3): >>>import 'requests.structures' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a7fdee0> <<< 7723 1726883078.49451: stdout chunk (state=3): >>>import 'requests.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a760980> <<< 7723 1726883078.49467: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/requests/__pycache__/api.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/api.py <<< 7723 1726883078.49477: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/api.cpython-312.pyc' <<< 7723 1726883078.49483: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/requests/__pycache__/sessions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/sessions.py <<< 7723 1726883078.49504: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/sessions.cpython-312.pyc' <<< 7723 1726883078.49522: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/requests/__pycache__/adapters.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/adapters.py <<< 7723 1726883078.49551: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/adapters.cpython-312.pyc' <<< 7723 1726883078.49563: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/requests/__pycache__/auth.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/auth.py <<< 7723 1726883078.49579: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/auth.cpython-312.pyc' <<< 7723 1726883078.49589: stdout chunk (state=3): >>>import 'requests.auth' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a7ffd70> <<< 7723 1726883078.49615: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/requests/__pycache__/models.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/models.py <<< 7723 1726883078.49646: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/models.cpython-312.pyc' <<< 7723 1726883078.49671: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py <<< 7723 1726883078.49677: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' <<< 7723 1726883078.49706: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py <<< 7723 1726883078.49721: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' <<< 7723 1726883078.49745: stdout chunk (state=3): >>>import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a825f10> <<< 7723 1726883078.49759: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a825940> <<< 7723 1726883078.49783: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/requests/__pycache__/hooks.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/hooks.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/hooks.cpython-312.pyc' <<< 7723 1726883078.49792: stdout chunk (state=3): >>>import 'requests.hooks' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a825eb0> <<< 7723 1726883078.49808: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/requests/__pycache__/status_codes.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/status_codes.py <<< 7723 1726883078.49816: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/status_codes.cpython-312.pyc' <<< 7723 1726883078.49851: stdout chunk (state=3): >>>import 'requests.status_codes' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a826ba0> <<< 7723 1726883078.49863: stdout chunk (state=3): >>>import 'requests.models' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a824740> <<< 7723 1726883078.49889: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/socks.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/contrib/socks.py <<< 7723 1726883078.49895: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/socks.cpython-312.pyc' <<< 7723 1726883078.49916: stdout chunk (state=3): >>># destroy urllib3.contrib.socks <<< 7723 1726883078.50797: stdout chunk (state=3): >>>import 'requests.adapters' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a7ff1a0> <<< 7723 1726883078.50812: stdout chunk (state=3): >>>import 'requests.sessions' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a7fe660> import 'requests.api' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a7be630> <<< 7723 1726883078.50825: stdout chunk (state=3): >>>import 'requests' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a8b1460> <<< 7723 1726883078.50837: stdout chunk (state=3): >>>import 'cloud_what._base_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a8838f0> <<< 7723 1726883078.50866: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/providers/__init__.py # code object from '/usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/__init__.cpython-312.pyc' import 'cloud_what.providers' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a882840> <<< 7723 1726883078.50890: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/aws.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/providers/aws.py <<< 7723 1726883078.50906: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/aws.cpython-312.pyc' <<< 7723 1726883078.50914: stdout chunk (state=3): >>>import 'cloud_what.providers.aws' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a8276b0> <<< 7723 1726883078.50943: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/azure.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/providers/azure.py <<< 7723 1726883078.50954: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/azure.cpython-312.pyc' <<< 7723 1726883078.50973: stdout chunk (state=3): >>>import 'cloud_what.providers.azure' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a827e00> <<< 7723 1726883078.50987: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/gcp.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/providers/gcp.py <<< 7723 1726883078.51002: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/gcp.cpython-312.pyc' <<< 7723 1726883078.51008: stdout chunk (state=3): >>>import 'cloud_what.providers.gcp' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a6602f0> <<< 7723 1726883078.51047: stdout chunk (state=3): >>>import 'cloud_what.provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a881e20> <<< 7723 1726883078.51082: stdout chunk (state=3): >>>import 'rhsm.profile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a881340> <<< 7723 1726883078.51108: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/jsonwrapper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/jsonwrapper.py <<< 7723 1726883078.51116: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/jsonwrapper.cpython-312.pyc' <<< 7723 1726883078.51132: stdout chunk (state=3): >>>import 'subscription_manager.jsonwrapper' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a660b00> <<< 7723 1726883078.51154: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/isodate.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/isodate.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/isodate.cpython-312.pyc' <<< 7723 1726883078.51173: stdout chunk (state=3): >>>import 'subscription_manager.isodate' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a660ef0> <<< 7723 1726883078.51185: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/syspurpose/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/syspurpose/__init__.py # code object from '/usr/lib64/python3.12/site-packages/syspurpose/__pycache__/__init__.cpython-312.pyc' import 'syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a661010> <<< 7723 1726883078.51224: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/syspurpose/__pycache__/files.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/syspurpose/files.py <<< 7723 1726883078.51247: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/syspurpose/__pycache__/files.cpython-312.pyc' <<< 7723 1726883078.51273: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/syspurpose/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/syspurpose/utils.py <<< 7723 1726883078.51279: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/syspurpose/__pycache__/utils.cpython-312.pyc' import 'syspurpose.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a661df0> <<< 7723 1726883078.51309: stdout chunk (state=3): >>>import 'syspurpose.files' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a6610a0> <<< 7723 1726883078.51334: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/syspurpose.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/syspurpose.py <<< 7723 1726883078.51344: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/syspurpose.cpython-312.pyc' <<< 7723 1726883078.51360: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/syspurposelib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/syspurposelib.py <<< 7723 1726883078.51374: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/syspurposelib.cpython-312.pyc' <<< 7723 1726883078.51401: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/certlib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/certlib.py <<< 7723 1726883078.51412: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/certlib.cpython-312.pyc' <<< 7723 1726883078.51420: stdout chunk (state=3): >>>import 'subscription_manager.certlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a662f90> <<< 7723 1726883078.51450: stdout chunk (state=3): >>>import 'subscription_manager.syspurposelib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a662870> <<< 7723 1726883078.51468: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/file_monitor.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/file_monitor.py <<< 7723 1726883078.51487: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/file_monitor.cpython-312.pyc' <<< 7723 1726883078.51512: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/__pycache__/pyinotify.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyinotify.py <<< 7723 1726883078.51581: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/pyinotify.cpython-312.pyc' <<< 7723 1726883078.51606: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/util.py <<< 7723 1726883078.51625: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a68fdd0> <<< 7723 1726883078.51697: stdout chunk (state=3): >>>import 'pyinotify' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a663fe0> <<< 7723 1726883078.51720: stdout chunk (state=3): >>>import 'rhsmlib.file_monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a6635f0> <<< 7723 1726883078.51744: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/dbus/__init__.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/__init__.cpython-312.pyc' import 'rhsmlib.dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a6a8b90> <<< 7723 1726883078.51764: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/server.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/dbus/server.py <<< 7723 1726883078.51780: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/server.cpython-312.pyc' <<< 7723 1726883078.51803: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/service.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/service.py <<< 7723 1726883078.51827: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/service.cpython-312.pyc' <<< 7723 1726883078.51857: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/decorators.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/decorators.py <<< 7723 1726883078.51863: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/decorators.cpython-312.pyc' import 'dbus.decorators' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a6aa1b0> <<< 7723 1726883078.51895: stdout chunk (state=3): >>>import 'dbus.service' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a6a9580> <<< 7723 1726883078.51921: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/server.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/server.py <<< 7723 1726883078.51938: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/server.cpython-312.pyc' <<< 7723 1726883078.51949: stdout chunk (state=3): >>>import 'dbus.server' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a6aa3c0> <<< 7723 1726883078.51971: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/__init__.py # code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc' import 'dbus.mainloop' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a6aa7e0> <<< 7723 1726883078.51993: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/glib.py # code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc' <<< 7723 1726883078.52030: stdout chunk (state=3): >>># extension module '_dbus_glib_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so' # extension module '_dbus_glib_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so' import '_dbus_glib_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff31a6aa960> import 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a6aa8d0> <<< 7723 1726883078.52061: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/dbus/constants.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/constants.cpython-312.pyc' import 'rhsmlib.dbus.constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a6aaa50> <<< 7723 1726883078.52092: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/__init__.py <<< 7723 1726883078.52103: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883078.52117: stdout chunk (state=3): >>># possible namespace for /usr/lib/python3.12/site-packages/gi <<< 7723 1726883078.52219: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_error.py <<< 7723 1726883078.52226: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc' import 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a6ab470> <<< 7723 1726883078.52282: stdout chunk (state=3): >>># extension module 'gi._gi' loaded from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so' # extension module 'gi._gi' executed from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so' import 'gi._gi' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff31a6ab200> <<< 7723 1726883078.52309: stdout chunk (state=3): >>>import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a6aab70> <<< 7723 1726883078.52330: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/repository/__init__.py # code object from '/usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883078.52353: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/importer.py <<< 7723 1726883078.52359: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc' <<< 7723 1726883078.52385: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/module.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc' <<< 7723 1726883078.52414: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/types.py <<< 7723 1726883078.52423: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc' <<< 7723 1726883078.52449: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_constants.py <<< 7723 1726883078.52455: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc' import 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a6edee0> <<< 7723 1726883078.52481: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/docstring.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc' <<< 7723 1726883078.52502: stdout chunk (state=3): >>>import 'gi.docstring' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a6ee270> <<< 7723 1726883078.52520: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_propertyhelper.py <<< 7723 1726883078.52539: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc' import 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a6ee6f0> <<< 7723 1726883078.52567: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_signalhelper.py <<< 7723 1726883078.52575: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc' <<< 7723 1726883078.52598: stdout chunk (state=3): >>>import 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a6eef00> <<< 7723 1726883078.52609: stdout chunk (state=3): >>>import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a6ed640> <<< 7723 1726883078.52619: stdout chunk (state=3): >>>import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a6ed190> <<< 7723 1726883078.52651: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/__init__.py <<< 7723 1726883078.52654: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883078.52684: stdout chunk (state=3): >>>import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a6edca0> <<< 7723 1726883078.52691: stdout chunk (state=3): >>>import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a6ecc80> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a6aaf00> <<< 7723 1726883078.52739: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GLib.py <<< 7723 1726883078.52844: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc' <<< 7723 1726883078.52872: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_ossighelper.py <<< 7723 1726883078.52883: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc' <<< 7723 1726883078.52889: stdout chunk (state=3): >>>import 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a715a30> <<< 7723 1726883078.52915: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_option.py <<< 7723 1726883078.52925: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc' <<< 7723 1726883078.52952: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py <<< 7723 1726883078.52988: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc' <<< 7723 1726883078.53032: stdout chunk (state=3): >>>import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a7167e0> <<< 7723 1726883078.53055: stdout chunk (state=3): >>>import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a715fa0> <<< 7723 1726883078.53197: stdout chunk (state=3): >>>import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a6eff50> <<< 7723 1726883078.53218: stdout chunk (state=3): >>>import 'gi.repository.GLib' # <<< 7723 1726883078.53247: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/dbus_utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/dbus/dbus_utils.py <<< 7723 1726883078.53251: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/dbus_utils.cpython-312.pyc' <<< 7723 1726883078.53281: stdout chunk (state=3): >>># /usr/lib64/python3.12/xml/etree/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/etree/__init__.py # code object from '/usr/lib64/python3.12/xml/etree/__pycache__/__init__.cpython-312.pyc' import 'xml.etree' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a493170> <<< 7723 1726883078.53302: stdout chunk (state=3): >>># /usr/lib64/python3.12/xml/etree/__pycache__/ElementTree.cpython-312.pyc matches /usr/lib64/python3.12/xml/etree/ElementTree.py <<< 7723 1726883078.53358: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/xml/etree/__pycache__/ElementTree.cpython-312.pyc' <<< 7723 1726883078.53387: stdout chunk (state=3): >>># /usr/lib64/python3.12/xml/etree/__pycache__/ElementPath.cpython-312.pyc matches /usr/lib64/python3.12/xml/etree/ElementPath.py <<< 7723 1726883078.53393: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/xml/etree/__pycache__/ElementPath.cpython-312.pyc' <<< 7723 1726883078.53429: stdout chunk (state=3): >>>import 'xml.etree.ElementPath' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a4be180> <<< 7723 1726883078.53490: stdout chunk (state=3): >>># extension module '_elementtree' loaded from '/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883078.53505: stdout chunk (state=3): >>># extension module '_elementtree' executed from '/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so' import '_elementtree' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff31a4bf3e0> <<< 7723 1726883078.53517: stdout chunk (state=3): >>>import 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a493050> import 'rhsmlib.dbus.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a492960> <<< 7723 1726883078.53537: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsm/__pycache__/logutil.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/logutil.py <<< 7723 1726883078.53546: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/logutil.cpython-312.pyc' <<< 7723 1726883078.53566: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/config.cpython-312.pyc matches /usr/lib64/python3.12/logging/config.py <<< 7723 1726883078.53596: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/config.cpython-312.pyc' <<< 7723 1726883078.53615: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socketserver.cpython-312.pyc matches /usr/lib64/python3.12/socketserver.py <<< 7723 1726883078.53647: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socketserver.cpython-312.pyc' <<< 7723 1726883078.53688: stdout chunk (state=3): >>>import 'socketserver' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a4e4d40> <<< 7723 1726883078.53777: stdout chunk (state=3): >>>import 'logging.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a4bfbc0> <<< 7723 1726883078.53819: stdout chunk (state=3): >>>import 'rhsm.logutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a4bf590> <<< 7723 1726883078.53847: stdout chunk (state=3): >>>import 'rhsmlib.dbus.server' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a6a8c80> <<< 7723 1726883078.53855: stdout chunk (state=3): >>>import 'rhsmlib.services.syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a662390> <<< 7723 1726883078.53911: stdout chunk (state=3): >>>import 'subscription_manager.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a856f90> <<< 7723 1726883078.53929: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/model/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/model/__init__.py <<< 7723 1726883078.53948: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/model/__pycache__/__init__.cpython-312.pyc' import 'subscription_manager.model' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a4e67e0> <<< 7723 1726883078.53991: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/model/__pycache__/ent_cert.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/model/ent_cert.py <<< 7723 1726883078.53997: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/model/__pycache__/ent_cert.cpython-312.pyc' import 'subscription_manager.model.ent_cert' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a4e6960> <<< 7723 1726883078.54023: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/repofile.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/repofile.py <<< 7723 1726883078.54044: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/repofile.cpython-312.pyc' <<< 7723 1726883078.54098: stdout chunk (state=3): >>>import 'subscription_manager.repofile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a4e6b70> <<< 7723 1726883078.54135: stdout chunk (state=3): >>>import 'subscription_manager.repolib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a856210> <<< 7723 1726883078.54169: stdout chunk (state=3): >>>import 'subscription_manager.productid' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31acf4770> <<< 7723 1726883078.54196: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/injectioninit.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/injectioninit.py <<< 7723 1726883078.54200: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/injectioninit.cpython-312.pyc' <<< 7723 1726883078.54219: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cert_sorter.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cert_sorter.py <<< 7723 1726883078.54242: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cert_sorter.cpython-312.pyc' <<< 7723 1726883078.54264: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/reasons.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/reasons.py <<< 7723 1726883078.54276: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/reasons.cpython-312.pyc' <<< 7723 1726883078.54289: stdout chunk (state=3): >>>import 'subscription_manager.reasons' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a52d5e0> <<< 7723 1726883078.54308: stdout chunk (state=3): >>>import 'subscription_manager.cert_sorter' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a52c950> <<< 7723 1726883078.54337: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/facts.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/facts.py <<< 7723 1726883078.54346: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/facts.cpython-312.pyc' <<< 7723 1726883078.54367: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/all.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/all.py <<< 7723 1726883078.54377: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/all.cpython-312.pyc' <<< 7723 1726883078.54399: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/insights.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/insights.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/insights.cpython-312.pyc' <<< 7723 1726883078.54420: stdout chunk (state=3): >>>import 'rhsmlib.facts.insights' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a52e1b0> <<< 7723 1726883078.54441: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/kpatch.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/kpatch.py <<< 7723 1726883078.54458: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/kpatch.cpython-312.pyc' <<< 7723 1726883078.54462: stdout chunk (state=3): >>>import 'rhsmlib.facts.kpatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a52e420> <<< 7723 1726883078.54487: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cloud_facts.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/cloud_facts.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cloud_facts.cpython-312.pyc' <<< 7723 1726883078.54499: stdout chunk (state=3): >>>import 'rhsmlib.facts.cloud_facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a52e600> <<< 7723 1726883078.54526: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/pkg_arches.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/pkg_arches.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/pkg_arches.cpython-312.pyc' <<< 7723 1726883078.54532: stdout chunk (state=3): >>>import 'rhsmlib.facts.pkg_arches' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a52e990> <<< 7723 1726883078.54558: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/network.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/network.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/network.cpython-312.pyc' <<< 7723 1726883078.54601: stdout chunk (state=3): >>>import 'rhsmlib.facts.network' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a52ec60> <<< 7723 1726883078.54607: stdout chunk (state=3): >>>import 'rhsmlib.facts.all' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a52ddf0> import 'subscription_manager.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a52db20> <<< 7723 1726883078.54629: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/identity.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/identity.py <<< 7723 1726883078.54635: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/identity.cpython-312.pyc' <<< 7723 1726883078.54652: stdout chunk (state=3): >>>import 'subscription_manager.identity' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a52eed0> <<< 7723 1726883078.54675: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/validity.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/validity.py <<< 7723 1726883078.54692: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/validity.cpython-312.pyc' <<< 7723 1726883078.54695: stdout chunk (state=3): >>>import 'subscription_manager.validity' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a52f8f0> <<< 7723 1726883078.54719: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cp_provider.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cp_provider.py <<< 7723 1726883078.54726: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cp_provider.cpython-312.pyc' <<< 7723 1726883078.54756: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/client_info.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/client_info.py <<< 7723 1726883078.54763: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/client_info.cpython-312.pyc' import 'rhsmlib.client_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a52fec0> <<< 7723 1726883078.54782: stdout chunk (state=3): >>>import 'subscription_manager.cp_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a52fa40> <<< 7723 1726883078.54804: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/plugins.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/plugins.py <<< 7723 1726883078.54846: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/plugins.cpython-312.pyc' <<< 7723 1726883078.54867: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/base_plugin.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/base_plugin.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/base_plugin.cpython-312.pyc' <<< 7723 1726883078.54886: stdout chunk (state=3): >>>import 'subscription_manager.base_plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a54d8e0> <<< 7723 1726883078.54935: stdout chunk (state=3): >>>import 'subscription_manager.plugins' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a54c440> <<< 7723 1726883078.54961: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/lock.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/lock.py <<< 7723 1726883078.54967: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/lock.cpython-312.pyc' <<< 7723 1726883078.54989: stdout chunk (state=3): >>>import 'subscription_manager.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a54ca70> import 'subscription_manager.injectioninit' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a52c830> <<< 7723 1726883078.55021: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/librepo/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/librepo/__init__.py <<< 7723 1726883078.55039: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/librepo/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883078.55094: stdout chunk (state=3): >>># extension module 'librepo._librepo' loaded from '/usr/lib64/python3.12/site-packages/librepo/_librepo.so' # extension module 'librepo._librepo' executed from '/usr/lib64/python3.12/site-packages/librepo/_librepo.so' import 'librepo._librepo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff31a54f380> <<< 7723 1726883078.55149: stdout chunk (state=3): >>>import 'librepo' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a54ec30> <<< 7723 1726883078.55155: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.product-id' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31accfdd0> <<< 7723 1726883078.55185: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/subscription-manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/subscription-manager.py <<< 7723 1726883078.55192: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/subscription-manager.cpython-312.pyc' <<< 7723 1726883078.55225: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/action_client.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/action_client.py <<< 7723 1726883078.55234: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/action_client.cpython-312.pyc' <<< 7723 1726883078.55261: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/base_action_client.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/base_action_client.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/base_action_client.cpython-312.pyc' <<< 7723 1726883078.55286: stdout chunk (state=3): >>>import 'subscription_manager.base_action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a384560> <<< 7723 1726883078.55304: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/entcertlib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/entcertlib.py <<< 7723 1726883078.55326: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/entcertlib.cpython-312.pyc' <<< 7723 1726883078.55352: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/content_action_client.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/content_action_client.py <<< 7723 1726883078.55364: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/content_action_client.cpython-312.pyc' <<< 7723 1726883078.55373: stdout chunk (state=3): >>>import 'subscription_manager.content_action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a385a60> <<< 7723 1726883078.55400: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/rhelentbranding.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/rhelentbranding.py <<< 7723 1726883078.55406: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/rhelentbranding.cpython-312.pyc' <<< 7723 1726883078.55431: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/entbranding.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/entbranding.py <<< 7723 1726883078.55439: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/entbranding.cpython-312.pyc' <<< 7723 1726883078.55468: stdout chunk (state=3): >>>import 'subscription_manager.entbranding' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a386720> <<< 7723 1726883078.55500: stdout chunk (state=3): >>>import 'subscription_manager.rhelentbranding' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a3860c0> <<< 7723 1726883078.55531: stdout chunk (state=3): >>>import 'subscription_manager.entcertlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a384a70> <<< 7723 1726883078.55563: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/identitycertlib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/identitycertlib.py <<< 7723 1726883078.55571: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/identitycertlib.cpython-312.pyc' import 'subscription_manager.identitycertlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a3876e0> <<< 7723 1726883078.55597: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/healinglib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/healinglib.py <<< 7723 1726883078.55604: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/healinglib.cpython-312.pyc' <<< 7723 1726883078.55625: stdout chunk (state=3): >>>import 'subscription_manager.healinglib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a3878f0> <<< 7723 1726883078.55655: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/factlib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/factlib.py <<< 7723 1726883078.55660: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/factlib.cpython-312.pyc' import 'subscription_manager.factlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a387b60> <<< 7723 1726883078.55697: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/packageprofilelib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/packageprofilelib.py <<< 7723 1726883078.55705: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/packageprofilelib.cpython-312.pyc' import 'subscription_manager.packageprofilelib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a387d40> <<< 7723 1726883078.55733: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/installedproductslib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/installedproductslib.py <<< 7723 1726883078.55745: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/installedproductslib.cpython-312.pyc' import 'subscription_manager.installedproductslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a387fb0> <<< 7723 1726883078.55766: stdout chunk (state=3): >>>import 'subscription_manager.action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a54ffb0> <<< 7723 1726883078.55770: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.subscription-manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a54fb60> <<< 7723 1726883078.55802: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/upload-profile.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/upload-profile.py <<< 7723 1726883078.55806: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/upload-profile.cpython-312.pyc' <<< 7723 1726883078.55825: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.upload-profile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a3a4260> <<< 7723 1726883142.65197: stdout chunk (state=3): >>> {"msg": "", "changed": true, "results": ["Installed: container-selinux-3:2.232.1-3.el10.noarch", "Installed: containers-common-5:0.60.2-4.el10.noarch", "Installed: containers-common-extra-5:0.60.2-4.el10.noarch", "Installed: protobuf-c-1.5.0-5.el10.x86_64", "Installed: libnet-1.3-6.el10.x86_64", "Installed: podman-5:5.2.2-3.el10.x86_64", "Installed: passt-0^20240806.gee36266-2.el10.x86_64", "Installed: passt-selinux-0^20240806.gee36266-2.el10.noarch", "Installed: netavark-2:1.12.2-1.el10.x86_64", "Installed: gpgme-1.23.2-5.el10.x86_64", "Installed: criu-3.19-5.el10.x86_64", "Installed: criu-libs-3.19-5.el10.x86_64", "Installed: aardvark-dns-2:1.12.1-1.el10.x86_64", "Installed: crun-1.17-1.el10.x86_64", "Installed: shadow-utils-subid-2:4.15.0-3.el10.x86_64", "Installed: conmon-2:2.1.12-2.el10.x86_64", "Installed: catatonit-5:0.1.7-7.el10.x86_64"], "rc": 0, "invocation": {"module_args": {"name": ["podman"], "state": "present", "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "use_backend": "auto", "best": null, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "nobest": null, "releasever": null}}} <<< 7723 1726883142.68658: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic <<< 7723 1726883142.68781: stdout chunk (state=3): >>># destroy __main__ <<< 7723 1726883142.69477: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 7723 1726883142.69497: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc <<< 7723 1726883142.69553: stdout chunk (state=3): >>># 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 # 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 <<< 7723 1726883142.69562: stdout chunk (state=3): >>># cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing 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 # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing 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 # cleanup[2] removing ipaddress # cleanup[2] removing 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 # cleanup[2] removing pkgutil # destroy pkgutil <<< 7723 1726883142.69643: 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 # 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 <<< 7723 1726883142.69722: stdout chunk (state=3): >>># cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing 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 # 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 # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing 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 # 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 <<< 7723 1726883142.69754: stdout chunk (state=3): >>># 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 # 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 # cleanup[2] removing email # cleanup[2] removing email.mime # cleanup[2] removing quopri # cleanup[2] removing email.encoders # cleanup[2] removing email.errors # cleanup[2] removing email.quoprimime # cleanup[2] removing email.base64mime # cleanup[2] removing email.charset # cleanup[2] removing email.header # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing email.utils # cleanup[2] removing email._policybase # cleanup[2] removing email._encoded_words # cleanup[2] removing email._header_value_parser # cleanup[2] removing email.headerregistry # cleanup[2] removing email.iterators # cleanup[2] removing email.message # cleanup[2] removing email.contentmanager # cleanup[2] removing email.policy # cleanup[2] removing email.mime.base # cleanup[2] removing email.mime.nonmultipart # cleanup[2] removing email.mime.application # cleanup[2] removing email.mime.multipart # cleanup[2] removing email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing http # cleanup[2] removing _ssl # cleanup[2] removing ssl # cleanup[2] removing http.client # cleanup[2] removing mimetypes # cleanup[2] removing netrc # cleanup[2] removing urllib.response # cleanup[2] removing urllib.error # cleanup[2] removing urllib.request # cleanup[2] removing http.cookiejar # cleanup[2] removing gzip # cleanup[2] removing ansible.module_utils.urls # destroy ansible.module_utils.urls # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.common.respawn # destroy ansible.module_utils.common.respawn # cleanup[2] removing ansible.module_utils.yumdnf # destroy ansible.module_utils.yumdnf # cleanup[2] removing email.mime.text # cleanup[2] removing configparser # cleanup[2] removing _heapq # cleanup[2] removing heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing dnf.pycomp # cleanup[2] removing dnf.const # cleanup[2] removing libdnf._error # cleanup[2] removing libdnf.error # cleanup[2] removing libdnf._common_types # cleanup[2] removing libdnf.common_types # cleanup[2] removing libdnf._conf # cleanup[2] removing libdnf.conf # cleanup[2] removing libdnf._module # cleanup[2] removing libdnf.module # cleanup[2] removing libdnf._repo # cleanup[2] removing libdnf.repo # cleanup[2] removing libdnf._transaction # cleanup[2] removing libdnf.transaction # cleanup[2] removing libdnf._utils # cleanup[2] removing libdnf.utils # cleanup[2] removing libdnf # cleanup[2] removing unicodedata # cleanup[2] removing dnf.i18n # cleanup[2] removing dnf.yum # cleanup[2] removing dnf.transaction # cleanup[2] removing rpm._rpm # cleanup[2] removing rpm.transaction # cleanup[2] removing rpm # cleanup[2] removing dnf.yum.rpmtrans # cleanup[2] removing dnf.callback # cleanup[2] removing hawkey._hawkey # cleanup[2] removing hawkey # cleanup[2] removing dnf.util # cleanup[2] removing dnf.exceptions # cleanup[2] removing libcomps._libpycomps # cleanup[2] removing libcomps # cleanup[2] removing dnf.comps # cleanup[2] removing dnf.db # cleanup[2] removing dnf.crypto # cleanup[2] removing glob # cleanup[2] removing dnf.yum.misc # cleanup[2] removing dnf.db.group # cleanup[2] removing dnf.db.history # cleanup[2] removing dnf.conf.substitutions # cleanup[2] removing dnf.conf.config # cleanup[2] removing dnf.conf # cleanup[2] removing dnf.lock # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing logging.handlers # cleanup[2] removing dnf.logging # cleanup[2] removing dnf.repo # cleanup[2] removing dnf.conf.read # cleanup[2] removing dnf.rpm.transaction # cleanup[2] removing dnf.rpm # cleanup[2] removing dnf.dnssec # cleanup[2] removing dnf.drpm # cleanup[2] removing dnf.goal # cleanup[2] removing dnf.history <<< 7723 1726883142.69875: stdout chunk (state=3): >>># cleanup[2] removing dnf.module # cleanup[2] removing libdnf._smartcols # cleanup[2] removing libdnf.smartcols # cleanup[2] removing dnf.selector # cleanup[2] removing dnf.module.exceptions # cleanup[2] removing dnf.module.module_base # cleanup[2] removing dnf.persistor # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing dnf.plugin # cleanup[2] removing dnf.query # cleanup[2] removing dnf.repodict # cleanup[2] removing dnf.rpm.connection # cleanup[2] removing dnf.rpm.miscutils # cleanup[2] removing dnf.package # cleanup[2] removing dnf.sack # cleanup[2] removing dnf.subject # cleanup[2] removing gc # cleanup[2] removing dnf.base # cleanup[2] removing dnf # cleanup[2] removing dnfpluginscore # destroy dnfpluginscore # cleanup[2] removing dnf.cli.format # cleanup[2] removing _curses # cleanup[2] removing curses # cleanup[2] removing termios # cleanup[2] removing dnf.cli.term # cleanup[2] removing dnf.cli.progress # cleanup[2] removing dnf.cli.output # cleanup[2] removing dnf.cli.aliases # cleanup[2] removing dnf.cli.option_parser # cleanup[2] removing dnf.cli.commands # cleanup[2] removing dnf.cli.commands.alias # cleanup[2] removing dnf.cli.commands.autoremove # cleanup[2] removing dnf.cli.commands.check # cleanup[2] removing dnf.cli.commands.clean # cleanup[2] removing dnf.cli.commands.repoquery # cleanup[2] removing dnf.cli.commands.deplist # cleanup[2] removing dnf.cli.commands.distrosync # cleanup[2] removing dnf.cli.commands.downgrade # cleanup[2] removing dnf.cli.commands.group # cleanup[2] removing dnf.transaction_sr # cleanup[2] removing dnf.cli.commands.history # cleanup[2] removing dnf.cli.commands.install # cleanup[2] removing dnf.cli.commands.makecache # cleanup[2] removing dnf.cli.commands.mark # cleanup[2] removing dnf.cli.commands.module # cleanup[2] removing dnf.cli.commands.reinstall # cleanup[2] removing dnf.cli.commands.remove # cleanup[2] removing dnf.cli.commands.repolist # cleanup[2] removing dnf.match_counter # cleanup[2] removing dnf.cli.commands.search # cleanup[2] removing cmd # cleanup[2] removing dnf.cli.commands.shell # cleanup[2] removing dnf.cli.commands.swap # cleanup[2] removing dnf.cli.commands.updateinfo # cleanup[2] removing dnf.cli.commands.upgrade # cleanup[2] removing dnf.cli.commands.upgrademinimal # cleanup[2] removing dnf.cli.demand # cleanup[2] removing dnf.cli.cli # cleanup[2] removing dnf.cli # cleanup[2] removing dnf.plugin.dynamic.builddep # destroy dnf.plugin.dynamic.builddep # cleanup[2] removing dateutil._version # cleanup[2] removing dateutil # cleanup[2] removing six # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing dateutil._common # cleanup[2] removing dateutil.relativedelta # cleanup[2] removing six.moves # cleanup[2] removing dateutil.tz._common # cleanup[2] removing dateutil.tz._factories # cleanup[2] removing dateutil.tz.tz # cleanup[2] removing dateutil.tz # cleanup[2] removing dateutil.parser._parser # cleanup[2] removing dateutil.parser.isoparser # destroy dateutil.parser.isoparser # cleanup[2] removing dateutil.parser # cleanup[2] removing dnf.plugin.dynamic.changelog # destroy dnf.plugin.dynamic.changelog # cleanup[2] removing dnf.plugin.dynamic.config_manager # destroy dnf.plugin.dynamic.config_manager <<< 7723 1726883142.69925: stdout chunk (state=3): >>># cleanup[2] removing dnf.plugin.dynamic.copr # destroy dnf.plugin.dynamic.copr # cleanup[2] removing dnf.plugin.dynamic.debuginfo-install # destroy dnf.plugin.dynamic.debuginfo-install # cleanup[2] removing dnf.plugin.dynamic.download # destroy dnf.plugin.dynamic.download # cleanup[2] removing _sqlite3 # cleanup[2] removing sqlite3.dbapi2 # cleanup[2] removing sqlite3 # cleanup[2] removing dnf.plugin.dynamic.generate_completion_cache # destroy dnf.plugin.dynamic.generate_completion_cache # cleanup[2] removing dnf.plugin.dynamic.groups_manager # destroy dnf.plugin.dynamic.groups_manager # cleanup[2] removing dbus._compat # cleanup[2] removing dbus.exceptions # cleanup[2] removing _dbus_bindings # cleanup[2] removing dbus.types # cleanup[2] removing dbus.lowlevel # cleanup[2] removing xml # destroy xml # cleanup[2] removing xml.parsers # destroy xml.parsers # cleanup[2] removing pyexpat.errors # cleanup[2] removing pyexpat.model # cleanup[2] removing pyexpat # cleanup[2] removing xml.parsers.expat.model # cleanup[2] removing xml.parsers.expat.errors # cleanup[2] removing xml.parsers.expat # destroy xml.parsers.expat # cleanup[2] removing dbus._expat_introspect_parser # cleanup[2] removing dbus.proxies # cleanup[2] removing dbus.connection # cleanup[2] removing dbus.bus # cleanup[2] removing dbus._dbus # cleanup[2] removing dbus # cleanup[2] removing dnf.plugin.dynamic.needs_restarting # destroy dnf.plugin.dynamic.needs_restarting # cleanup[2] removing dnf.plugin.dynamic.repoclosure # destroy dnf.plugin.dynamic.repoclosure # cleanup[2] removing dnf.plugin.dynamic.repodiff # destroy dnf.plugin.dynamic.repodiff # cleanup[2] removing dnf.plugin.dynamic.repograph # destroy dnf.plugin.dynamic.repograph # cleanup[2] removing dnf.plugin.dynamic.repomanage # destroy dnf.plugin.dynamic.repomanage # cleanup[2] removing dnf.plugin.dynamic.reposync # destroy dnf.plugin.dynamic.reposync # cleanup[2] removing dnf.plugin.dynamic.system_upgrade # destroy dnf.plugin.dynamic.system_upgrade # cleanup[2] removing subscription_manager # cleanup[2] removing rhsm # cleanup[2] removing rhsm._certificate # cleanup[2] removing rhsm.certificate # cleanup[2] removing iniparse.configparser # cleanup[2] removing iniparse.config # cleanup[2] removing iniparse.ini # cleanup[2] removing iniparse.compat # cleanup[2] removing iniparse.utils # cleanup[2] removing iniparse # destroy iniparse # destroy iniparse.configparser # destroy iniparse.utils # cleanup[2] removing subscription_manager.i18n # cleanup[2] removing rhsm.config # cleanup[2] removing subscription_manager.injection # cleanup[2] removing rhsmlib # destroy rhsmlib # cleanup[2] removing rhsmlib.services # cleanup[2] removing rhsmlib.services.config # cleanup[2] removing rhsm.https # cleanup[2] removing rhsm.ourjson # cleanup[2] removing rhsm.utils # cleanup[2] removing subscription_manager.version # cleanup[2] removing rhsm.connection # cleanup[2] removing rhsm.bitstream # cleanup[2] removing rhsm.huffman # cleanup[2] removing rhsm.pathtree # cleanup[2] removing rhsm.certificate2 # cleanup[2] removing subscription_manager.certdirectory # cleanup[2] removing dataclasses # cleanup[2] removing pprint # cleanup[2] removing subscription_manager.branding # cleanup[2] removing rhsmlib.facts # cleanup[2] removing rhsmlib.facts.cpuinfo # cleanup[2] removing rhsmlib.facts.collection # cleanup[2] removing rhsmlib.facts.collector # cleanup[2] removing rhsmlib.facts.hwprobe # cleanup[2] removing subscription_manager.utils # cleanup[2] removing cloud_what # destroy cloud_what # cleanup[2] removing rhsmlib.facts.cleanup # cleanup[2] removing rhsmlib.facts.virt # cleanup[2] removing rhsmlib.facts.dmidecodeparser # cleanup[2] removing rhsmlib.facts.dmiinfo # cleanup[2] removing rhsmlib.facts.firmware_info # cleanup[2] removing rhsmlib.facts.host_collector # cleanup[2] removing rhsmlib.facts.custom # cleanup[2] removing urllib3.packages # cleanup[2] removing urllib3.packages.six # cleanup[2] removing urllib3.packages<<< 7723 1726883142.69975: stdout chunk (state=3): >>>.six.moves # cleanup[2] removing urllib3.packages.six.moves.http_client # cleanup[2] removing urllib3.exceptions # cleanup[2] removing urllib3._version # cleanup[2] removing urllib3._collections # cleanup[2] removing urllib3.contrib # cleanup[2] removing urllib3.contrib._appengine_environ # cleanup[2] removing urllib3.util.wait # cleanup[2] removing urllib3.util.connection # cleanup[2] removing urllib3.util.request # cleanup[2] removing urllib3.util.response # cleanup[2] removing urllib3.util.retry # cleanup[2] removing hmac # cleanup[2] removing urllib3.util.url # cleanup[2] removing urllib3.util.ssltransport # cleanup[2] removing urllib3.util.ssl_ # cleanup[2] removing urllib3.util.timeout # cleanup[2] removing urllib3.util # cleanup[2] removing urllib3.util.proxy # cleanup[2] removing urllib3.util.ssl_match_hostname # cleanup[2] removing urllib3.connection # cleanup[2] removing urllib3.fields # cleanup[2] removing urllib3.filepost # cleanup[2] removing urllib3.packages.six.moves.urllib # cleanup[2] removing urllib3.packages.six.moves.urllib.parse # cleanup[2] removing urllib3.request # cleanup[2] removing urllib3.response # cleanup[2] removing urllib3.util.queue # cleanup[2] removing urllib3.connectionpool # cleanup[2] removing urllib3.poolmanager # cleanup[2] removing urllib3 # cleanup[2] removing charset_normalizer.constant # cleanup[2] removing _multibytecodec # cleanup[2] removing charset_normalizer.utils # cleanup[2] removing charset_normalizer.md # cleanup[2] removing charset_normalizer.models # cleanup[2] removing charset_normalizer.cd # cleanup[2] removing charset_normalizer.api # cleanup[2] removing charset_normalizer.legacy # cleanup[2] removing charset_normalizer.version # cleanup[2] removing charset_normalizer # cleanup[2] removing http.cookies # cleanup[2] removing requests.compat # cleanup[2] removing requests.exceptions # cleanup[2] removing requests.packages.urllib3.packages # cleanup[2] removing requests.packages.urllib3.packages.six # cleanup[2] removing requests.packages.urllib3.packages.six.moves # cleanup[2] removing requests.packages.urllib3.packages.six.moves.http_client # cleanup[2] removing requests.packages.urllib3.exceptions # cleanup[2] removing requests.packages.urllib3._version # cleanup[2] removing requests.packages.urllib3._collections # cleanup[2] removing requests.packages.urllib3.contrib # cleanup[2] removing requests.packages.urllib3.contrib._appengine_environ # cleanup[2] removing requests.packages.urllib3.util.wait # cleanup[2] removing requests.packages.urllib3.util.connection # cleanup[2] removing requests.packages.urllib3.util.request # cleanup[2] removing requests.packages.urllib3.util.response # cleanup[2] removing requests.packages.urllib3.util.retry # cleanup[2] removing requests.packages.urllib3.util.url # cleanup[2] removing requests.packages.urllib3.util.ssltransport # cleanup[2] removing requests.packages.urllib3.util.ssl_ # cleanup[2] removing requests.packages.urllib3.util.timeout # cleanup[2] removing requests.packages.urllib3.util # cleanup[2] removing requests.packages.urllib3.util.proxy # cleanup[2] removing requests.packages.urllib3.util.ssl_match_hostname # cleanup[2] removing requests.packages.urllib3.connection # cleanup[2] removing requests.packages.urllib3.fields # cleanup[2] removing requests.packages.urllib3.filepost # cleanup[2] removing requests.packages.urllib3.packages.six.moves.urllib # cleanup[2] removing requests.packages.urllib3.packages.six.moves.urllib.parse # cleanup[2] removing requests.packages.urllib3.request # cleanup[2] removing requests.packages.urllib3.response # cleanup[2] removing requests.packages.urllib3.util.queue # cleanup[2] removing requests.packages.urllib3.connectionpool # cleanup[2] removing requests.packages.urllib3.poolmanager # cleanup[2] removing requests.packages.urllib3 # cleanup[2] removing idna.package_data # cleanup[2] removing idna.idnadata # cleanup[2] removing idna.intranges # cleanup[2] removing idna.core # cleanup[2] removing idna # <<< 7723 1726883142.70033: stdout chunk (state=3): >>>cleanup[2] removing requests.packages.idna.package_data # cleanup[2] removing requests.packages.idna.idnadata # cleanup[2] removing requests.packages.idna.intranges # cleanup[2] removing requests.packages.idna.core # cleanup[2] removing requests.packages.idna # cleanup[2] removing requests.packages.charset_normalizer.constant # cleanup[2] removing requests.packages.chardet.constant # cleanup[2] removing requests.packages.charset_normalizer.utils # cleanup[2] removing requests.packages.chardet.utils # cleanup[2] removing requests.packages.charset_normalizer.md # cleanup[2] removing requests.packages.chardet.md # cleanup[2] removing requests.packages.charset_normalizer.models # cleanup[2] removing requests.packages.chardet.models # cleanup[2] removing requests.packages.charset_normalizer.cd # cleanup[2] removing requests.packages.chardet.cd # cleanup[2] removing requests.packages.charset_normalizer.api # cleanup[2] removing requests.packages.chardet.api # cleanup[2] removing requests.packages.charset_normalizer.legacy # cleanup[2] removing requests.packages.chardet.legacy # cleanup[2] removing requests.packages.charset_normalizer.version # cleanup[2] removing requests.packages.chardet.version # cleanup[2] removing requests.packages.charset_normalizer # cleanup[2] removing requests.packages.chardet # cleanup[2] removing requests.packages # cleanup[2] removing requests.certs # cleanup[2] removing requests.__version__ # destroy requests.__version__ # cleanup[2] removing requests._internal_utils # cleanup[2] removing requests.cookies # cleanup[2] removing requests.structures # cleanup[2] removing requests.utils # cleanup[2] removing requests.auth # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # cleanup[2] removing requests.hooks # cleanup[2] removing requests.status_codes # cleanup[2] removing requests.models # cleanup[2] removing requests.adapters # cleanup[2] removing requests.sessions # cleanup[2] removing requests.api # cleanup[2] removing requests # cleanup[2] removing cloud_what._base_provider # destroy cloud_what._base_provider # cleanup[2] removing cloud_what.providers # destroy cloud_what.providers # cleanup[2] removing cloud_what.providers.aws # destroy cloud_what.providers.aws # cleanup[2] removing cloud_what.providers.azure # destroy cloud_what.providers.azure # cleanup[2] removing cloud_what.providers.gcp # destroy cloud_what.providers.gcp # cleanup[2] removing cloud_what.provider # cleanup[2] removing rhsm.profile # cleanup[2] removing subscription_manager.jsonwrapper # cleanup[2] removing subscription_manager.isodate # cleanup[2] removing syspurpose # destroy syspurpose # cleanup[2] removing syspurpose.utils # destroy syspurpose.utils # cleanup[2] removing syspurpose.files # destroy syspurpose.files # cleanup[2] removing subscription_manager.certlib # cleanup[2] removing subscription_manager.syspurposelib # cleanup[2] removing ctypes.util # cleanup[2] removing pyinotify # cleanup[2] removing rhsmlib.file_monitor # cleanup[2] removing rhsmlib.dbus # cleanup[2] removing dbus.decorators # cleanup[2] removing dbus.service # cleanup[2] removing dbus.server # cleanup[2] removing dbus.mainloop # cleanup[2] removing _dbus_glib_bindings # cleanup[2] removing dbus.mainloop.glib # cleanup[2] removing rhsmlib.dbus.constants # cleanup[2] removing gi._error # cleanup[2] removing gi._gi # cleanup[2] removing gi._gobject # cleanup[2] removing glib # destroy glib # cleanup[2] removing gobject # destroy gobject # cleanup[2] removing gio # destroy gio # cleanup[2] removing gtk # destroy gtk # cleanup[2] removing gtk.gdk # destroy gtk.gdk # cleanup[2] removing gi # cleanup[2] removing gi._constants # cleanup[2] removing gi.docstring # cleanup[2] removing gi._propertyhelper # cleanup[2] removing gi._signalhelper # cleanup[2] removing gi.types # cleanup[2] removing gi.module # cleanup[2] removing gi.overrides # cleanup[2] removing gi.importer # cleanup[2] removing gi.repository # cleanup[2] removing gi._ossighelper<<< 7723 1726883142.70042: stdout chunk (state=3): >>> # cleanup[2] removing optparse # cleanup[2] removing gi._option # cleanup[2] removing gi.overrides.GLib # cleanup[2] removing gi.repository.GLib # cleanup[2] removing xml.etree # destroy xml.etree # cleanup[2] removing xml.etree.ElementPath # cleanup[2] removing _elementtree # cleanup[2] removing xml.etree.ElementTree # cleanup[2] removing rhsmlib.dbus.dbus_utils # cleanup[2] removing socketserver # destroy socketserver # cleanup[2] removing logging.config # cleanup[2] removing rhsm.logutil # cleanup[2] removing rhsmlib.dbus.server # cleanup[2] removing rhsmlib.services.syspurpose # cleanup[2] removing subscription_manager.cache # cleanup[2] removing subscription_manager.model # cleanup[2] removing subscription_manager.model.ent_cert # cleanup[2] removing subscription_manager.repofile # cleanup[2] removing subscription_manager.repolib # cleanup[2] removing subscription_manager.productid # cleanup[2] removing subscription_manager.reasons # cleanup[2] removing subscription_manager.cert_sorter # cleanup[2] removing rhsmlib.facts.insights # cleanup[2] removing rhsmlib.facts.kpatch # cleanup[2] removing rhsmlib.facts.cloud_facts # cleanup[2] removing rhsmlib.facts.pkg_arches # cleanup[2] removing rhsmlib.facts.network # cleanup[2] removing rhsmlib.facts.all # cleanup[2] removing subscription_manager.facts # cleanup[2] removing subscription_manager.identity # cleanup[2] removing subscription_manager.validity # cleanup[2] removing rhsmlib.client_info # cleanup[2] removing subscription_manager.cp_provider # cleanup[2] removing subscription_manager.base_plugin # cleanup[2] removing subscription_manager.plugins # cleanup[2] removing subscription_manager.lock # cleanup[2] removing subscription_manager.injectioninit # cleanup[2] removing librepo._librepo # cleanup[2] removing librepo # cleanup[2] removing dnf.plugin.dynamic.product-id # destroy dnf.plugin.dynamic.product-id # cleanup[2] removing subscription_manager.base_action_client # cleanup[2] removing subscription_manager.content_action_client # cleanup[2] removing subscription_manager.entbranding # cleanup[2] removing subscription_manager.rhelentbranding # cleanup[2] removing subscription_manager.entcertlib # cleanup[2] removing subscription_manager.identitycertlib # cleanup[2] removing subscription_manager.healinglib # cleanup[2] removing subscription_manager.factlib # cleanup[2] removing subscription_manager.packageprofilelib # cleanup[2] removing subscription_manager.installedproductslib # cleanup[2] removing subscription_manager.action_client # cleanup[2] removing dnf.plugin.dynamic.subscription-manager # destroy dnf.plugin.dynamic.subscription-manager # cleanup[2] removing dnf.plugin.dynamic.upload-profile # destroy dnf.plugin.dynamic.upload-profile <<< 7723 1726883142.70796: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux <<< 7723 1726883142.70803: stdout chunk (state=3): >>># destroy grp <<< 7723 1726883142.70830: stdout chunk (state=3): >>># destroy selinux <<< 7723 1726883142.70850: stdout chunk (state=3): >>># destroy distro # destroy distro.distro <<< 7723 1726883142.70865: stdout chunk (state=3): >>># destroy netrc <<< 7723 1726883142.70914: stdout chunk (state=3): >>># destroy sqlite3 # destroy sqlite3.dbapi2 # destroy _sqlite3 <<< 7723 1726883142.70937: stdout chunk (state=3): >>># destroy systemd.journal <<< 7723 1726883142.70954: stdout chunk (state=3): >>># destroy iniparse.compat # destroy rhsmlib.services # destroy rhsmlib.facts <<< 7723 1726883142.70961: stdout chunk (state=3): >>># destroy rhsmlib.facts.dmidecodeparser # destroy rhsmlib.facts.all # destroy rhsmlib.dbus # destroy rhsmlib.dbus.server # destroy rhsmlib.client_info # destroy librepo <<< 7723 1726883142.71020: stdout chunk (state=3): >>># cleanup[3] wiping subscription_manager.action_client # cleanup[3] wiping subscription_manager.installedproductslib # cleanup[3] wiping subscription_manager.packageprofilelib # cleanup[3] wiping subscription_manager.factlib <<< 7723 1726883142.71037: stdout chunk (state=3): >>># cleanup[3] wiping subscription_manager.healinglib # cleanup[3] wiping subscription_manager.identitycertlib # cleanup[3] wiping subscription_manager.entcertlib # cleanup[3] wiping subscription_manager.rhelentbranding # cleanup[3] wiping subscription_manager.entbranding # cleanup[3] wiping subscription_manager.content_action_client # cleanup[3] wiping subscription_manager.base_action_client # cleanup[3] wiping librepo._librepo # cleanup[3] wiping subscription_manager.injectioninit <<< 7723 1726883142.71046: stdout chunk (state=3): >>># cleanup[3] wiping subscription_manager.lock # cleanup[3] wiping subscription_manager.plugins # cleanup[3] wiping subscription_manager.base_plugin # cleanup[3] wiping subscription_manager.cp_provider # cleanup[3] wiping subscription_manager.validity # cleanup[3] wiping subscription_manager.identity # cleanup[3] wiping subscription_manager.facts # cleanup[3] wiping rhsmlib.facts.network <<< 7723 1726883142.71068: stdout chunk (state=3): >>># cleanup[3] wiping rhsmlib.facts.pkg_arches # cleanup[3] wiping rhsmlib.facts.cloud_facts # cleanup[3] wiping rhsmlib.facts.kpatch # cleanup[3] wiping rhsmlib.facts.insights # cleanup[3] wiping subscription_manager.cert_sorter # destroy rhsmlib.file_monitor # cleanup[3] wiping subscription_manager.reasons # cleanup[3] wiping subscription_manager.productid # cleanup[3] wiping subscription_manager.repolib # cleanup[3] wiping subscription_manager.repofile # cleanup[3] wiping subscription_manager.model.ent_cert # cleanup[3] wiping subscription_manager.model # destroy subscription_manager.model.ent_cert # cleanup[3] wiping subscription_manager.cache # destroy rhsmlib.services.syspurpose # cleanup[3] wiping rhsm.logutil # cleanup[3] wiping logging.config # cleanup[3] wiping rhsmlib.dbus.dbus_utils # destroy xml.etree.ElementTree # cleanup[3] wiping _elementtree # cleanup[3] wiping xml.etree.ElementPath # cleanup[3] wiping gi.repository.GLib # cleanup[3] wiping gi.overrides.GLib <<< 7723 1726883142.71079: stdout chunk (state=3): >>># cleanup[3] wiping gi._option # destroy optparse # cleanup[3] wiping gi._ossighelper # cleanup[3] wiping gi.repository # cleanup[3] wiping gi.importer # cleanup[3] wiping gi.overrides <<< 7723 1726883142.71092: stdout chunk (state=3): >>># destroy gi.overrides.GLib # cleanup[3] wiping gi.module <<< 7723 1726883142.71113: stdout chunk (state=3): >>># destroy gi # cleanup[3] wiping gi.types # cleanup[3] wiping gi._signalhelper # cleanup[3] wiping gi._propertyhelper # cleanup[3] wiping gi.docstring # cleanup[3] wiping gi._constants # cleanup[3] wiping gi._gobject # cleanup[3] wiping gi._gi <<< 7723 1726883142.71130: stdout chunk (state=3): >>># cleanup[3] wiping gi._error # cleanup[3] wiping rhsmlib.dbus.constants # cleanup[3] wiping dbus.mainloop.glib # cleanup[3] wiping _dbus_glib_bindings # cleanup[3] wiping dbus.mainloop # destroy dbus.mainloop.glib # cleanup[3] wiping dbus.server # cleanup[3] wiping dbus.service # cleanup[3] wiping dbus.decorators <<< 7723 1726883142.71157: stdout chunk (state=3): >>># cleanup[3] wiping pyinotify # destroy ctypes # cleanup[3] wiping ctypes.util # cleanup[3] wiping subscription_manager.syspurposelib # cleanup[3] wiping subscription_manager.certlib # cleanup[3] wiping subscription_manager.isodate # cleanup[3] wiping subscription_manager.jsonwrapper # cleanup[3] wiping rhsm.profile # destroy cloud_what.provider # cleanup[3] wiping requests # destroy requests._internal_utils # destroy requests.compat # destroy requests.exceptions # destroy requests.packages # destroy urllib3 # destroy idna <<< 7723 1726883142.71176: stdout chunk (state=3): >>># destroy idna.package_data # destroy idna.intranges # destroy idna.core # destroy requests.cookies # destroy requests.structures # destroy requests.utils # destroy requests.auth # destroy requests.hooks # destroy requests.status_codes # destroy requests.models # destroy requests.adapters # destroy requests.api # cleanup[3] wiping requests.sessions # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping requests.certs # cleanup[3] wiping requests.packages.chardet # destroy charset_normalizer.constant # destroy charset_normalizer.utils # destroy charset_normalizer.md # destroy charset_normalizer.models # destroy charset_normalizer.cd # destroy charset_normalizer.api # destroy charset_normalizer.legacy # destroy charset_normalizer.version # cleanup[3] wiping requests.packages.charset_normalizer # cleanup[3] wiping requests.packages.idna.idnadata <<< 7723 1726883142.71198: stdout chunk (state=3): >>># cleanup[3] wiping idna.idnadata # cleanup[3] wiping requests.packages.urllib3.poolmanager # cleanup[3] wiping requests.packages.urllib3.connectionpool <<< 7723 1726883142.71205: stdout chunk (state=3): >>># cleanup[3] wiping requests.packages.urllib3.util.queue # cleanup[3] wiping requests.packages.urllib3.response # cleanup[3] wiping requests.packages.urllib3.request # cleanup[3] wiping requests.packages.urllib3.packages.six.moves.urllib.parse # cleanup[3] wiping requests.packages.urllib3.packages.six.moves.urllib # cleanup[3] wiping requests.packages.urllib3.filepost # cleanup[3] wiping requests.packages.urllib3.fields <<< 7723 1726883142.71239: stdout chunk (state=3): >>># destroy mimetypes # cleanup[3] wiping requests.packages.urllib3.connection # cleanup[3] wiping requests.packages.urllib3.util.ssl_match_hostname # cleanup[3] wiping requests.packages.urllib3.util.proxy # cleanup[3] wiping requests.packages.urllib3.util # destroy urllib3.util.wait # destroy urllib3.util.connection # destroy urllib3.util.request # destroy urllib3.util.response # destroy urllib3.util.retry # destroy urllib3.util.url # destroy urllib3.util.ssltransport # destroy urllib3.util.ssl_ # destroy urllib3.util.timeout # destroy urllib3.util.proxy # destroy urllib3.util.ssl_match_hostname <<< 7723 1726883142.71249: stdout chunk (state=3): >>># destroy urllib3.util.queue # cleanup[3] wiping requests.packages.urllib3.contrib._appengine_environ # cleanup[3] wiping requests.packages.urllib3.contrib # cleanup[3] wiping requests.packages.urllib3._collections # cleanup[3] wiping requests.packages.urllib3._version # cleanup[3] wiping requests.packages.urllib3.exceptions # cleanup[3] wiping requests.packages.urllib3.packages.six.moves.http_client # cleanup[3] wiping requests.packages.urllib3.packages.six.moves # cleanup[3] wiping requests.packages.urllib3.packages.six # destroy urllib3.packages.six.moves.urllib # destroy urllib3.packages.six.moves # cleanup[3] wiping requests.packages.urllib3.packages # cleanup[3] wiping http.cookies <<< 7723 1726883142.71287: stdout chunk (state=3): >>># cleanup[3] wiping charset_normalizer # cleanup[3] wiping _multibytecodec # cleanup[3] wiping urllib3.poolmanager # cleanup[3] wiping urllib3.connectionpool # cleanup[3] wiping urllib3.response # cleanup[3] wiping urllib3.request # cleanup[3] wiping urllib3.packages.six.moves.urllib.parse # cleanup[3] wiping urllib3.filepost # cleanup[3] wiping urllib3.fields # cleanup[3] wiping urllib3.connection # cleanup[3] wiping urllib3.util # cleanup[3] wiping hmac # cleanup[3] wiping urllib3.contrib._appengine_environ # cleanup[3] wiping urllib3.contrib # cleanup[3] wiping urllib3._collections # cleanup[3] wiping urllib3._version # cleanup[3] wiping urllib3.exceptions # cleanup[3] wiping urllib3.packages.six.moves.http_client # cleanup[3] wiping urllib3.packages.six # cleanup[3] wiping urllib3.packages # cleanup[3] wiping rhsmlib.facts.custom # cleanup[3] wiping rhsmlib.facts.host_collector # destroy rhsmlib.facts.cleanup # destroy rhsmlib.facts.virt # destroy rhsmlib.facts.firmware_info # cleanup[3] wiping rhsmlib.facts.dmiinfo # cleanup[3] wiping subscription_manager.utils # destroy pprint # destroy uuid <<< 7723 1726883142.71310: stdout chunk (state=3): >>># cleanup[3] wiping rhsmlib.facts.hwprobe # destroy rhsmlib.facts.cpuinfo # cleanup[3] wiping rhsmlib.facts.collector # destroy rhsmlib.facts.collection # cleanup[3] wiping subscription_manager.branding # cleanup[3] wiping dataclasses <<< 7723 1726883142.71319: stdout chunk (state=3): >>># destroy keyword # cleanup[3] wiping subscription_manager.certdirectory # cleanup[3] wiping rhsm.certificate2 # cleanup[3] wiping rhsm.pathtree # cleanup[3] wiping rhsm.huffman <<< 7723 1726883142.71361: stdout chunk (state=3): >>># destroy heapq # cleanup[3] wiping rhsm.bitstream # cleanup[3] wiping rhsm.connection # destroy subscription_manager # destroy subscription_manager.i18n # destroy subscription_manager.version # destroy subscription_manager.certdirectory # destroy subscription_manager.branding # destroy subscription_manager.utils # destroy subscription_manager.jsonwrapper # destroy subscription_manager.isodate # destroy subscription_manager.certlib # destroy subscription_manager.syspurposelib # destroy subscription_manager.cache # destroy subscription_manager.model # destroy subscription_manager.repofile # destroy subscription_manager.repolib # destroy subscription_manager.productid # destroy subscription_manager.reasons # destroy subscription_manager.cert_sorter # destroy subscription_manager.facts # destroy subscription_manager.identity # destroy subscription_manager.validity # destroy subscription_manager.cp_provider # destroy subscription_manager.base_plugin # destroy subscription_manager.plugins # destroy subscription_manager.lock # destroy subscription_manager.injectioninit # destroy subscription_manager.base_action_client # destroy subscription_manager.content_action_client # destroy subscription_manager.entbranding # destroy subscription_manager.rhelentbranding # destroy subscription_manager.entcertlib # destroy subscription_manager.identitycertlib # destroy subscription_manager.healinglib # destroy subscription_manager.factlib # destroy subscription_manager.packageprofilelib # destroy subscription_manager.installedproductslib # destroy subscription_manager.action_client # cleanup[3] wiping rhsm.utils # cleanup[3] wiping rhsm.ourjson # cleanup[3] wiping rhsm.https # cleanup[3] wiping rhsmlib.services.config # cleanup[3] wiping subscription_manager.injection # cleanup[3] wiping rhsm.config <<< 7723 1726883142.71423: stdout chunk (state=3): >>># cleanup[3] wiping iniparse.ini # destroy iniparse.config # cleanup[3] wiping rhsm.certificate # destroy dateutil # destroy dateutil._version # destroy dateutil._common # destroy dateutil.parser # cleanup[3] wiping rhsm._certificate # cleanup[3] wiping rhsm # destroy rhsm.certificate # destroy rhsm.config # destroy rhsm.https # destroy rhsm.ourjson # destroy rhsm.utils # destroy rhsm.bitstream # destroy rhsm.huffman # destroy rhsm.pathtree # destroy rhsm.certificate2 # destroy rhsm.profile # destroy rhsm.logutil # cleanup[3] wiping dbus # destroy dbus._compat # destroy dbus._expat_introspect_parser # destroy dbus._dbus # destroy dbus.exceptions # destroy dbus.types # destroy dbus.lowlevel # destroy dbus.proxies # destroy dbus.connection # destroy dbus.bus # destroy dbus.decorators # destroy dbus.service # destroy dbus.server # destroy dbus.mainloop # cleanup[3] wiping xml.parsers.expat.errors # cleanup[3] wiping xml.parsers.expat.model # cleanup[3] wiping pyexpat # destroy pyexpat.errors # destroy pyexpat.model # cleanup[3] wiping _dbus_bindings # cleanup[3] wiping dateutil.parser._parser # destroy dateutil.relativedelta # cleanup[3] wiping dateutil.tz # destroy dateutil.tz._common # destroy dateutil.tz._factories # destroy dateutil.tz.tz # cleanup[3] wiping six.moves # cleanup[3] wiping _decimal # cleanup[3] wiping six # destroy six.moves.urllib # destroy six.moves <<< 7723 1726883142.71430: stdout chunk (state=3): >>># cleanup[3] wiping dnf.cli # destroy dnf.cli.format # destroy dnf.cli.term # destroy dnf.cli.progress # destroy dnf.cli.aliases # destroy dnf.cli.option_parser # destroy dnf.cli.demand # destroy dnf.cli.cli # cleanup[3] wiping dnf.cli.commands.upgrademinimal # cleanup[3] wiping dnf.cli.commands.upgrade # cleanup[3] wiping dnf.cli.commands.updateinfo <<< 7723 1726883142.71491: stdout chunk (state=3): >>># cleanup[3] wiping dnf.cli.commands.swap # cleanup[3] wiping dnf.cli.commands.shell # destroy cmd # cleanup[3] wiping dnf.cli.commands.search # cleanup[3] wiping dnf.match_counter # cleanup[3] wiping dnf.cli.commands.repolist # cleanup[3] wiping dnf.cli.commands.remove # cleanup[3] wiping dnf.cli.commands.reinstall # cleanup[3] wiping dnf.cli.commands.module # cleanup[3] wiping dnf.cli.commands.mark # cleanup[3] wiping dnf.cli.commands.makecache # cleanup[3] wiping dnf.cli.commands.install # cleanup[3] wiping dnf.cli.commands.history # cleanup[3] wiping dnf.transaction_sr # cleanup[3] wiping dnf.cli.commands.group # cleanup[3] wiping dnf.cli.commands.downgrade # cleanup[3] wiping dnf.cli.commands.distrosync # cleanup[3] wiping dnf.cli.commands.deplist # cleanup[3] wiping dnf.cli.commands.repoquery # cleanup[3] wiping dnf.cli.commands.clean # cleanup[3] wiping dnf.cli.commands.check # cleanup[3] wiping dnf.cli.commands.autoremove # cleanup[3] wiping dnf.cli.commands.alias # destroy dnf.cli.commands # cleanup[3] wiping dnf.cli.output # cleanup[3] wiping termios # cleanup[3] wiping curses <<< 7723 1726883142.71506: stdout chunk (state=3): >>># cleanup[3] wiping _curses # cleanup[3] wiping dnf # destroy dnf.pycomp # destroy dnf.const # destroy dnf.i18n # destroy dnf.yum # destroy dnf.yum.rpmtrans # destroy dnf.transaction # destroy dnf.callback # destroy dnf.util # destroy dnf.exceptions # destroy dnf.comps # destroy dnf.db # destroy dnf.db.group # destroy dnf.db.history # destroy dnf.crypto # destroy dnf.conf # destroy dnf.conf.substitutions # destroy dnf.conf.config # destroy dnf.conf.read # destroy dnf.lock # destroy dnf.logging # destroy dnf.repo # destroy dnf.rpm # destroy dnf.dnssec # destroy dnf.drpm # destroy dnf.goal # destroy dnf.history # destroy dnf.module # destroy dnf.module.exceptions # destroy dnf.module.module_base # destroy dnf.selector # destroy dnf.persistor # destroy dnf.plugin # destroy dnf.query # destroy dnf.repodict # destroy dnf.package # destroy dnf.sack # destroy dnf.subject # destroy dnf.base # destroy dnf.transaction_sr # destroy dnf.match_counter # destroy dnf.cli # cleanup[3] wiping gc # cleanup[3] wiping dnf.rpm.miscutils # cleanup[3] wiping dnf.rpm.connection # cleanup[3] wiping inspect <<< 7723 1726883142.71512: stdout chunk (state=3): >>># destroy ast # destroy dis # destroy token <<< 7723 1726883142.71530: stdout chunk (state=3): >>># cleanup[3] wiping _opcode # cleanup[3] wiping libdnf.smartcols # cleanup[3] wiping libdnf._smartcols <<< 7723 1726883142.71558: stdout chunk (state=3): >>># cleanup[3] wiping dnf.rpm.transaction # cleanup[3] wiping logging.handlers # destroy pickle # cleanup[3] wiping _pickle # cleanup[3] wiping _compat_pickle # cleanup[3] wiping dnf.yum.misc # cleanup[3] wiping glob # cleanup[3] wiping libcomps # cleanup[3] wiping libcomps._libpycomps # cleanup[3] wiping hawkey <<< 7723 1726883142.71567: stdout chunk (state=3): >>># cleanup[3] wiping hawkey._hawkey # cleanup[3] wiping rpm # destroy rpm.transaction # cleanup[3] wiping rpm._rpm <<< 7723 1726883142.71582: stdout chunk (state=3): >>># cleanup[3] wiping unicodedata # cleanup[3] wiping libdnf # destroy libdnf.error # destroy libdnf.common_types # destroy libdnf.conf # destroy libdnf.module # destroy libdnf.repo # destroy libdnf.transaction # destroy libdnf.utils # destroy libdnf.smartcols # cleanup[3] wiping libdnf._utils <<< 7723 1726883142.71605: stdout chunk (state=3): >>># cleanup[3] wiping libdnf._transaction # cleanup[3] wiping libdnf._repo # cleanup[3] wiping libdnf._module <<< 7723 1726883142.71624: stdout chunk (state=3): >>># cleanup[3] wiping libdnf._conf <<< 7723 1726883142.71636: stdout chunk (state=3): >>># cleanup[3] wiping libdnf._common_types # cleanup[3] wiping libdnf._error # cleanup[3] wiping queue # cleanup[3] wiping _queue # cleanup[3] wiping _heapq # cleanup[3] wiping configparser # cleanup[3] wiping email.mime.text # cleanup[3] wiping gzip # cleanup[3] wiping http.cookiejar # cleanup[3] wiping urllib.request <<< 7723 1726883142.71672: stdout chunk (state=3): >>># destroy http # cleanup[3] wiping urllib.error # cleanup[3] wiping urllib.response # cleanup[3] wiping http.client # cleanup[3] wiping ssl <<< 7723 1726883142.71684: stdout chunk (state=3): >>># cleanup[3] wiping _ssl # cleanup[3] wiping email.parser # cleanup[3] wiping email.feedparser # cleanup[3] wiping email.mime.multipart # cleanup[3] wiping email.mime.application # cleanup[3] wiping email.mime.nonmultipart # cleanup[3] wiping email.mime.base # cleanup[3] wiping email.policy # cleanup[3] wiping email.contentmanager <<< 7723 1726883142.71700: stdout chunk (state=3): >>># cleanup[3] wiping email.message # destroy quopri # cleanup[3] wiping email.iterators # cleanup[3] wiping email.headerregistry # cleanup[3] wiping email._header_value_parser <<< 7723 1726883142.71715: stdout chunk (state=3): >>># cleanup[3] wiping email._encoded_words # cleanup[3] wiping email._policybase # cleanup[3] wiping email.utils <<< 7723 1726883142.71725: stdout chunk (state=3): >>># cleanup[3] wiping email._parseaddr # cleanup[3] wiping calendar # cleanup[3] wiping email.header <<< 7723 1726883142.71741: stdout chunk (state=3): >>># cleanup[3] wiping email.charset # cleanup[3] wiping email.base64mime <<< 7723 1726883142.71749: stdout chunk (state=3): >>># cleanup[3] wiping email.quoprimime # cleanup[3] wiping email.errors # cleanup[3] wiping email.encoders # cleanup[3] wiping email.mime # destroy email.mime.base # destroy email.mime.nonmultipart # destroy email.mime.application # destroy email.mime.multipart <<< 7723 1726883142.71768: stdout chunk (state=3): >>># destroy email.mime.text # cleanup[3] wiping email # destroy email._parseaddr # destroy email._policybase # destroy email._encoded_words # destroy email._header_value_parser # destroy email.mime # destroy email.encoders # destroy email.errors # destroy email.quoprimime # destroy email.base64mime # destroy email.charset # destroy email.header # destroy email.utils # destroy email.headerregistry # destroy email.iterators # destroy email.message # destroy email.contentmanager # destroy email.policy # destroy email.feedparser # destroy email.parser # cleanup[3] wiping argparse # cleanup[3] wiping gettext <<< 7723 1726883142.71790: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping copy # 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 array # cleanup[3] wiping _socket <<< 7723 1726883142.71824: stdout chunk (state=3): >>># cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # destroy logging.handlers # destroy logging.config # cleanup[3] wiping string <<< 7723 1726883142.71835: stdout chunk (state=3): >>># cleanup[3] wiping _string # destroy _string # cleanup[3] wiping _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # destroy syslog # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping textwrap # cleanup[3] wiping tokenize <<< 7723 1726883142.71855: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping subprocess # cleanup[3] wiping _posixsubprocess<<< 7723 1726883142.71872: stdout chunk (state=3): >>> # destroy _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale <<< 7723 1726883142.71885: stdout chunk (state=3): >>># cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder <<< 7723 1726883142.71892: stdout chunk (state=3): >>># cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping typing <<< 7723 1726883142.71911: stdout chunk (state=3): >>># cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping zipfile <<< 7723 1726883142.71939: stdout chunk (state=3): >>># destroy zipfile._path # destroy bz2 # destroy lzma # cleanup[3] wiping zipfile._path.glob # cleanup[3] wiping pathlib # cleanup[3] wiping urllib.parse <<< 7723 1726883142.71960: stdout chunk (state=3): >>># destroy ipaddress <<< 7723 1726883142.71972: stdout chunk (state=3): >>># cleanup[3] wiping urllib # destroy urllib.response # destroy urllib.error # destroy urllib.request # cleanup[3] wiping ntpath # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping tempfile <<< 7723 1726883142.71987: stdout chunk (state=3): >>># cleanup[3] wiping weakref # cleanup[3] wiping random # cleanup[3] wiping hashlib <<< 7723 1726883142.71998: stdout chunk (state=3): >>># cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil <<< 7723 1726883142.72013: stdout chunk (state=3): >>># cleanup[3] wiping _lzma # cleanup[3] wiping _bz2 # cleanup[3] wiping _compression # cleanup[3] wiping zlib # cleanup[3] wiping errno <<< 7723 1726883142.72040: stdout chunk (state=3): >>># cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings <<< 7723 1726883142.72062: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping base64 # cleanup[3] wiping binascii # cleanup[3] wiping struct # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler <<< 7723 1726883142.72071: stdout chunk (state=3): >>># destroy copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre <<< 7723 1726883142.72091: stdout chunk (state=3): >>># cleanup[3] wiping enum <<< 7723 1726883142.72097: stdout chunk (state=3): >>># 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 <<< 7723 1726883142.72130: stdout chunk (state=3): >>># cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # cleanup[3] wiping os.path # destroy genericpath # cleanup[3] wiping posixpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # destroy _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings # destroy encodings.aliases <<< 7723 1726883142.72161: stdout chunk (state=3): >>># destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping zipimport # destroy _frozen_importlib_external # cleanup[3] wiping time # cleanup[3] wiping posix # cleanup[3] wiping marshal # destroy marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # destroy _imp # cleanup[3] wiping _frozen_importlib <<< 7723 1726883142.72170: stdout chunk (state=3): >>># cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 7723 1726883142.72197: stdout chunk (state=3): >>># destroy librepo._librepo # destroy _dbus_glib_bindings # destroy rhsm._certificate # destroy decimal # destroy _curses # destroy libcomps._libpycomps # destroy hawkey._hawkey # destroy rpm._rpm # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 7723 1726883142.73050: stdout chunk (state=3): >>># destroy sys.monitoring <<< 7723 1726883142.73088: stdout chunk (state=3): >>># destroy zipimport <<< 7723 1726883142.73129: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 7723 1726883142.73157: stdout chunk (state=3): >>># destroy re._parser <<< 7723 1726883142.73171: stdout chunk (state=3): >>># destroy tokenize <<< 7723 1726883142.73186: stdout chunk (state=3): >>># destroy _compat_pickle <<< 7723 1726883142.73197: stdout chunk (state=3): >>># destroy libdnf._error <<< 7723 1726883142.73205: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy array # destroy gi.types # destroy gi._error # destroy gi._gi # destroy gi._gobject # destroy gi._constants # destroy gi.docstring # destroy gi._propertyhelper # destroy gi._signalhelper # destroy gi.module # destroy gi.overrides # destroy gi.importer # destroy gi.repository # destroy gi._ossighelper # destroy gi._option # destroy textwrap <<< 7723 1726883142.73235: stdout chunk (state=3): >>># destroy _queue <<< 7723 1726883142.73246: stdout chunk (state=3): >>># destroy posix <<< 7723 1726883142.73275: stdout chunk (state=3): >>># destroy stat <<< 7723 1726883142.73285: stdout chunk (state=3): >>># destroy selectors # destroy _pickle <<< 7723 1726883142.73291: stdout chunk (state=3): >>># 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 <<< 7723 1726883142.73316: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves <<< 7723 1726883142.73328: stdout chunk (state=3): >>># destroy _operator <<< 7723 1726883142.73356: stdout chunk (state=3): >>># destroy gzip <<< 7723 1726883142.73399: stdout chunk (state=3): >>># destroy signal <<< 7723 1726883142.73481: stdout chunk (state=3): >>># destroy rhsmlib.facts.dmiinfo # destroy requests <<< 7723 1726883142.73490: stdout chunk (state=3): >>># destroy iniparse.ini <<< 7723 1726883142.73506: stdout chunk (state=3): >>># destroy _blake2 # destroy queue # destroy shlex <<< 7723 1726883142.73522: stdout chunk (state=3): >>># destroy pwd # destroy _functools # destroy gettext # destroy libcomps # destroy locale <<< 7723 1726883142.73552: stdout chunk (state=3): >>># destroy dnf.rpm.transaction # destroy dnf.rpm.connection <<< 7723 1726883142.73569: stdout chunk (state=3): >>># destroy dnf.rpm.miscutils # destroy base64 # destroy inspect # destroy gc # destroy zlib # destroy math # destroy dateutil.parser._parser # destroy http.cookies # destroy _ssl # destroy shutil <<< 7723 1726883142.73577: stdout chunk (state=3): >>># destroy _heapq <<< 7723 1726883142.73585: stdout chunk (state=3): >>># destroy enum <<< 7723 1726883142.73609: stdout chunk (state=3): >>># destroy urllib.parse <<< 7723 1726883142.73657: stdout chunk (state=3): >>># destroy _weakref <<< 7723 1726883142.73664: stdout chunk (state=3): >>># destroy ntpath <<< 7723 1726883142.73713: stdout chunk (state=3): >>># destroy rhsmlib.facts.custom # destroy rhsmlib.facts.host_collector # destroy rhsmlib.facts.hwprobe # destroy rhsmlib.facts.insights # destroy rhsmlib.facts.kpatch # destroy rhsmlib.facts.cloud_facts # destroy rhsmlib.facts.pkg_arches # destroy rhsmlib.facts.network <<< 7723 1726883142.73721: stdout chunk (state=3): >>># destroy rhsm # destroy rhsmlib.dbus.dbus_utils <<< 7723 1726883142.73770: stdout chunk (state=3): >>># destroy traceback # destroy dnf.yum.misc # destroy glob # destroy functools # destroy curses # destroy fcntl # destroy termios <<< 7723 1726883142.73784: stdout chunk (state=3): >>># destroy argparse # destroy dnf.cli.commands.alias # destroy dnf.cli.commands.autoremove # destroy dnf.cli.commands.check # destroy dnf.cli.commands.clean # destroy dnf.cli.commands.repoquery # destroy dnf.cli.commands.deplist # destroy dnf.cli.commands.distrosync # destroy dnf.cli.commands.downgrade # destroy dnf.cli.commands.group # destroy dnf.cli.commands.history # destroy dnf.cli.commands.install # destroy dnf.cli.commands.makecache # destroy dnf.cli.commands.mark # destroy dnf.cli.commands.module # destroy dnf.cli.commands.reinstall # destroy dnf.cli.commands.remove # destroy dnf.cli.commands.repolist # destroy dnf.cli.commands.search # destroy dnf.cli.commands.shell # destroy dnf.cli.commands.swap # destroy dnf.cli.commands.updateinfo # destroy dnf.cli.commands.upgrade # destroy dnf.cli.commands.upgrademinimal # destroy operator # destroy random # destroy rpm # destroy hawkey # destroy dnf.cli.output # destroy dnf # destroy _thread <<< 7723 1726883142.73807: stdout chunk (state=3): >>># destroy json.scanner # destroy _json # destroy dataclasses # destroy configparser # destroy fnmatch # destroy pyinotify # destroy requests.sessions <<< 7723 1726883142.73811: stdout chunk (state=3): >>># destroy six.moves.urllib_parse # destroy six.moves.urllib.error # destroy six.moves.urllib.request # destroy six.moves.urllib.response # destroy six.moves.urllib.robotparser # destroy _opcode <<< 7723 1726883142.73873: stdout chunk (state=3): >>># destroy dateutil.tz # destroy six # destroy urllib3.packages.six.moves.urllib_parse # destroy urllib3.packages.six.moves.urllib.error # destroy urllib3.packages.six.moves.urllib.request # destroy urllib3.packages.six.moves.urllib.response # destroy urllib3.packages.six.moves.urllib.robotparser <<< 7723 1726883142.73924: stdout chunk (state=3): >>># destroy urllib3.packages # destroy urllib3.exceptions # destroy urllib3._version # destroy urllib3._collections <<< 7723 1726883142.73943: stdout chunk (state=3): >>># destroy urllib3.contrib # destroy urllib3.util # destroy urllib3.connection # destroy urllib3.fields # destroy urllib3.filepost # destroy urllib3.request # destroy urllib3.response # destroy urllib3.connectionpool # destroy urllib3.poolmanager # destroy calendar # destroy copy # destroy codecs # destroy struct # destroy tempfile # destroy requests.certs <<< 7723 1726883142.73952: stdout chunk (state=3): >>># destroy hashlib # destroy datetime # destroy encodings # destroy charset_normalizer # destroy http.cookiejar # destroy json # destroy typing <<< 7723 1726883142.74038: stdout chunk (state=3): >>># destroy _multibytecodec <<< 7723 1726883142.74055: stdout chunk (state=3): >>># destroy _socket <<< 7723 1726883142.74112: stdout chunk (state=3): >>># destroy hmac # destroy binascii # destroy _hashlib <<< 7723 1726883142.74151: stdout chunk (state=3): >>># destroy dbus # destroy rhsmlib.dbus.constants # destroy rhsm.connection # destroy gi.repository.GLib # destroy rhsmlib.services.config # destroy subscription_manager.injection <<< 7723 1726883142.74171: stdout chunk (state=3): >>># destroy http.client # destroy email # destroy _warnings <<< 7723 1726883142.74198: stdout chunk (state=3): >>># destroy ssl # destroy string # destroy subprocess # destroy rhsmlib.facts.collector <<< 7723 1726883142.74230: stdout chunk (state=3): >>># destroy errno # destroy select # destroy time # destroy socket # destroy urllib3.contrib._appengine_environ # destroy urllib3.packages.six # destroy urllib <<< 7723 1726883142.74244: stdout chunk (state=3): >>># destroy importlib <<< 7723 1726883142.74263: stdout chunk (state=3): >>># destroy idna.idnadata # destroy bisect # destroy unicodedata # destroy _io # destroy _compression # destroy posixpath # destroy zipfile # destroy itertools # destroy pathlib # destroy zipfile._path.glob # destroy threading # destroy logging <<< 7723 1726883142.74280: stdout chunk (state=3): >>># destroy warnings # destroy io # destroy collections # destroy contextlib <<< 7723 1726883142.74288: stdout chunk (state=3): >>># destroy _bz2 # destroy _lzma <<< 7723 1726883142.74313: stdout chunk (state=3): >>># destroy xml.etree.ElementPath # destroy pyexpat # destroy _elementtree <<< 7723 1726883142.74393: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 7723 1726883142.74524: stdout chunk (state=3): >>># destroy _codecs # destroy re <<< 7723 1726883142.74547: stdout chunk (state=3): >>># destroy _random <<< 7723 1726883142.74556: stdout chunk (state=3): >>># destroy _sre <<< 7723 1726883142.74574: stdout chunk (state=3): >>># clear sys.audit hooks <<< 7723 1726883142.75927: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.120 closed. <<< 7723 1726883142.75959: stderr chunk (state=3): >>><<< 7723 1726883142.75963: stdout chunk (state=3): >>><<< 7723 1726883142.76217: _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 0x7ff31e7103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31e6dfa10> # /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 0x7ff31e712960> 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 0x7ff31e504fe0> # /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 0x7ff31e505f10> 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 0x7ff31e543d40> # /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 0x7ff31e543f80> # /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 0x7ff31e57b770> # /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 0x7ff31e57be00> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31e55ba10> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31e559130> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31e540ef0> # /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 0x7ff31e59f770> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31e59e390> # /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 0x7ff31e55a120> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31e59cb60> # /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 0x7ff31e5d07a0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31e540170> # /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 0x7ff31e5d0c50> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31e5d0b00> # 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 0x7ff31e5d0ec0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31e53ec90> # /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 0x7ff31e5d1550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31e5d1220> 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 0x7ff31e5d2420> 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 0x7ff31e5ec650> 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 0x7ff31e5edd90> # /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 0x7ff31e5eec30> # 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 0x7ff31e5ef290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31e5ee180> # /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 0x7ff31e5efd10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31e5ef440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31e5d2480> # /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 0x7ff31e31bc50> # /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 0x7ff31e344680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31e3443e0> # 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 0x7ff31e3446b0> # /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 0x7ff31e344fe0> # 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 0x7ff31e3459d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31e344890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31e319df0> # /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 0x7ff31e346db0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31e345af0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31e5d2b70> # /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 0x7ff31e36f140> # /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 0x7ff31e397530> # /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 0x7ff31e3f42f0> # /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 0x7ff31e3f6a50> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31e3f4410> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31e3bd2e0> # /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 0x7ff31dd293d0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31e396330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31e347d10> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7ff31e396930> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_fnk13bw0/ansible_ansible.legacy.dnf_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 0x7ff31dd830e0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31dd61fd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31dd61160> # 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 0x7ff31dd80f80> # /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 0x7ff31ddaaab0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ddaa8a0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ddaa1e0> # /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 0x7ff31ddaab70> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31dd83b00> 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 0x7ff31ddab7d0> # 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 0x7ff31ddaba10> # /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 0x7ff31ddabf50> 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 0x7ff31dc11d30> # 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 0x7ff31dc13950> # /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 0x7ff31dc18350> # /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 0x7ff31dc194f0> # /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 0x7ff31dc1bfb0> # 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 0x7ff31dc202f0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31dc1a270> # /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 0x7ff31dc23ef0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31dc229c0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31dc22720> # /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 0x7ff31dc22c90> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31dc1a780> # 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 0x7ff31dc67ef0> # /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 0x7ff31dc68170> # /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 0x7ff31dc69d00> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31dc69ac0> # /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 0x7ff31dc6c290> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31dc6a3f0> # /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 0x7ff31dc6fa70> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31dc6c440> # 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 0x7ff31dc708c0> # 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 0x7ff31dc708f0> # 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 0x7ff31dc70da0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31dc683e0> # /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 0x7ff31dcfc4a0> # 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 0x7ff31dcfd220> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31dc72c60> # 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 0x7ff31dc73fe0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31dc72840> # 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 0x7ff31db014c0> # /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 0x7ff31db021e0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31dcfd7f0> 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 0x7ff31db02210> # 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 0x7ff31db03500> # 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 0x7ff31db0dfd0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31db08dd0> 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 0x7ff31dc02870> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31dde2540> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31db0e060> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31dcfd4f0> # 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 # zipimport: zlib available # /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py # code object from '/usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc' import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31dba0290> # /usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/__init__.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc' import 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31dba04a0> # /usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/application.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py # code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py # code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31dba0bf0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31dba0770> # /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py # code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc' import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31dba14f0> # /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py # code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py # code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py # code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py # code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31db88bf0> # /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py # code object from '/usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31db89580> # /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py # code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31d73a4b0> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31dba2cf0> # /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py # code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py # code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py # code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31d740fe0> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31d73bb60> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31d73af00> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31dba2180> # /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py # code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py # code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py # code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31d7ad0d0> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31d7651f0> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31d73b9b0> # /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py # code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py # code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py # code object from '/usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc' import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31d7b4b00> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31d7aee70> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31d764d10> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31dba1b50> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31dba1550> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31dba12b0> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31dba0500> # /usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/multipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc' import 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31dba1580> # /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py # code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py # code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31d7b5130> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31d7b4d10> # /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py # code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31d7b5850> # /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py # code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py # code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' # extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' # extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff31d7b83b0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31d799580> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31d7b6750> # /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py # code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31d799040> # /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py # code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31d7d2330> # /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc' # /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc' import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31d7d2ff0> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31d7d2a80> # /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31d7d32c0> # /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py # code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31d7a7aa0> # /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py # code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31d65dee0> # zipimport: zlib available import 'ansible.module_utils.urls' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.version' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.respawn' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.yumdnf' # # zipimport: zlib available # /usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/pycomp.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc' # /usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/text.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc' import 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31d69eed0> # /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py # code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31d69eff0> # /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py # code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py # code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff31d3ef1d0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31d3eea20> # extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' # extension module '_queue' executed from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' import '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff31d3eec00> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31d69f530> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31d69e180> # /usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/const.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc' import 'dnf.const' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31d69eba0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/base.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/__init__.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/error.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc' # extension module 'libdnf._error' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_error.so' # extension module 'libdnf._error' executed from '/usr/lib64/python3.12/site-packages/libdnf/_error.so' import 'libdnf._error' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff31d468770> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31d468350> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/common_types.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc' # extension module 'libdnf._common_types' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so' # extension module 'libdnf._common_types' executed from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so' import 'libdnf._common_types' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff31d46bf80> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31d4688c0> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/conf.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' # extension module 'libdnf._conf' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so' # extension module 'libdnf._conf' executed from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so' import 'libdnf._conf' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff31cf33050> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31db01040> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/module.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc' # extension module 'libdnf._module' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_module.so' # extension module 'libdnf._module' executed from '/usr/lib64/python3.12/site-packages/libdnf/_module.so' import 'libdnf._module' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff31cfb0bc0> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31cf33440> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/repo.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc' # extension module 'libdnf._repo' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so' # extension module 'libdnf._repo' executed from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so' import 'libdnf._repo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff31cfb3b90> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31cfb0d40> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/transaction.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc' # extension module 'libdnf._transaction' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so' # extension module 'libdnf._transaction' executed from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so' import 'libdnf._transaction' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff31cfefce0> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31cfb3ef0> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/utils.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc' # extension module 'libdnf._utils' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so' # extension module 'libdnf._utils' executed from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so' import 'libdnf._utils' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff31b5c8fe0> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b5c83e0> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31d40bec0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/comps.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/exceptions.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/i18n.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc' # extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff31b5e4470> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b5cb8c0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/util.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/callback.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc' import 'dnf.yum' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b5e6ae0> # /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/rpmtrans.py # code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc' import 'dnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b5e79e0> # /usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/__init__.py # code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc' # extension module 'rpm._rpm' loaded from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so' # extension module 'rpm._rpm' executed from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so' import 'rpm._rpm' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff31b6082c0> # /usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/transaction.py # code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc' import 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b5e7fb0> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b5e7bf0> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b5e6990> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b5e6330> # /usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/hawkey/__init__.py # code object from '/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc' # extension module 'hawkey._hawkey' loaded from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so' # extension module 'hawkey._hawkey' executed from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so' import 'hawkey._hawkey' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff31b60b3b0> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b5e6f00> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b5e47a0> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b5caed0> # /usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libcomps/__init__.py # code object from '/usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc' # extension module 'libcomps._libpycomps' loaded from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so' # extension module 'libcomps._libpycomps' executed from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so' import 'libcomps._libpycomps' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff31b5cb5f0> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b5cb350> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b5c90d0> # /usr/lib/python3.12/site-packages/dnf/db/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/__init__.cpython-312.pyc' import 'dnf.db' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b648a40> # /usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/history.py # code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/misc.py # code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/crypto.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc' import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b64af60> # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b64b740> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b64a270> # /usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/group.py # code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc' import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b64bf50> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b648a10> # /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/config.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/substitutions.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc' import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b675a00> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b674f80> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b674da0> # /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/read.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repo.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/logging.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/lock.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc' import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b6a0aa0> # /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py # code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py # code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py # code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31af6eb10> # extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' # extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff31af6ee70> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b6a2d80> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b6a0f20> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b677f50> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b6761e0> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b675f10> # /usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/dnssec.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/transaction.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc' import 'dnf.rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31afa8980> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31af6faa0> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b676720> # /usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/drpm.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc' import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31afa8f80> # /usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/goal.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc' import 'dnf.goal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31afa9340> # /usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/history.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc' import 'dnf.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31afa93d0> # /usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc' import 'dnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31afa94c0> # /usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/module_base.py # code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/smartcols.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc' # extension module 'libdnf._smartcols' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so' # extension module 'libdnf._smartcols' executed from '/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so' import 'libdnf._smartcols' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff31afabf80> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31afaa1b0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/selector.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc' import 'dnf.selector' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31afd0170> # /usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/exceptions.py # code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc' import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31afd0260> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31afa9310> # /usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/persistor.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc' import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31afd0350> # /usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/plugin.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py # code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py # code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py # code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' # extension module '_opcode' loaded from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' # extension module '_opcode' executed from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' import '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff31aff3dd0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31aff3230> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31aff1ca0> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31afd1be0> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31afd1040> # /usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/query.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc' import 'dnf.query' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31afd3ef0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repodict.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc' import 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31e31bb30> # /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/connection.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc' import 'dnf.rpm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b0306e0> # /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/miscutils.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc' import 'dnf.rpm.miscutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b030950> # /usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/sack.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/package.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc' import 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b031280> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b030d10> # /usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/subject.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc' import 'dnf.subject' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b032150> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31d3ef2c0> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31d69d970> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/builddep.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnfpluginscore/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc' import 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b032e40> # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/cli.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/output.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/format.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc' import 'dnf.cli.format' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ae078f0> # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/progress.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/term.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc' # /usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/curses/__init__.py # code object from '/usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc' # extension module '_curses' loaded from '/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so' # extension module '_curses' executed from '/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so' import '_curses' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff31ae25940> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ae254f0> # extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' # extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff31ae257c0> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ae243e0> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ae07c20> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ae04950> # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/aliases.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc' import 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ae076e0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/option_parser.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc' import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ae3b050> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ae39bb0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/alias.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc' import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ae60860> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/autoremove.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc' import 'dnf.cli.commands.autoremove' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ae60b60> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/check.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc' import 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ae60dd0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/clean.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc' import 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ae61070> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/deplist.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repoquery.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc' import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ae61790> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ae615e0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/distrosync.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-312.pyc' import 'dnf.cli.commands.distrosync' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ae63080> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/downgrade.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc' import 'dnf.cli.commands.downgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ae631d0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/group.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc' import 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ae633e0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/history.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction_sr.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc' import 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ae7c380> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ae63bc0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/install.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc' import 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ae7cf20> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/makecache.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc' import 'dnf.cli.commands.makecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ae7d370> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/mark.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc' import 'dnf.cli.commands.mark' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ae7d550> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/module.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc' import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ae7d820> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/reinstall.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-312.pyc' import 'dnf.cli.commands.reinstall' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ae7e720> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/remove.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc' import 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ae7e990> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repolist.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc' import 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ae7eba0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/search.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/match_counter.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc' import 'dnf.match_counter' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ae7f7a0> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ae7f2c0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/shell.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py # code object from '/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc' import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31aea4650> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ae7ff50> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/swap.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc' import 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31aea52e0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/updateinfo.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc' import 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31aea55e0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrade.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc' import 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31aea6510> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrademinimal.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc' import 'dnf.cli.commands.upgrademinimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31aea67b0> # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/demand.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc' import 'dnf.cli.demand' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31aea6960> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b033290> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b033020> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b032750> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/changelog.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_version.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc' import 'dateutil._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31aea7350> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31aea7080> # /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/_parser.py # code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc' # /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py # code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31aec97f0> # /usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc matches /usr/lib64/python3.12/decimal.py # code object from '/usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py # code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31aecaf30> # extension module '_decimal' loaded from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so' # extension module '_decimal' executed from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so' import '_decimal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff31aeca120> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31aec9d00> # /usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/relativedelta.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_common.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc' import 'dateutil._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ac1c800> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ac03bf0> # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/tz.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc' import 'six.moves' # # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_common.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc' import 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ac1e330> # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_factories.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc' import 'dateutil.tz._factories' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ac1ff20> # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/win.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc' # destroy dateutil.tz.win import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ac1ce90> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ac1cb60> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31aea7620> # /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/isoparser.py # code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc' import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31aec9340> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31aea7380> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31b033fe0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/config_manager.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc' import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ac46150> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/copr.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc' import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ac46a20> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/debuginfo-install.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc' import 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ac47a10> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/download.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc' import 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ac47fb0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/generate_completion_cache.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc' # /usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/__init__.py # code object from '/usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/dbapi2.py # code object from '/usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc' # extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' # extension module '_sqlite3' executed from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' import '_sqlite3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff31ac71700> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ac71100> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ac70da0> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ac70a70> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/groups_manager.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc' import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31dde1460> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/needs_restarting.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc' import 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ac73290> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc' import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ac73350> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc' # extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' # extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' import '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff31ac73a70> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ac738f0> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc' import 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31aca2000> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc' # /usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/__init__.py # code object from '/usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc' import 'xml' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31aca3230> # /usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/__init__.py # code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc' import 'xml.parsers' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31aca3470> # /usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/expat.py # code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc' # extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' # extension module 'pyexpat' executed from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' import 'pyexpat' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff31aca35f0> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31aca3410> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31aca2cf0> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31aca2180> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31aca1430> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31aca0a10> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31aca0290> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ac72d80> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31ac722a0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repoclosure.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc' import 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31aca2ed0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repodiff.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc' import 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31aca3a70> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repograph.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc' import 'dnf.plugin.dynamic.repograph' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31accc380> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repomanage.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc' import 'dnf.plugin.dynamic.repomanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31accc740> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/reposync.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc' import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31accd070> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/system_upgrade.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc' import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31accdbe0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/product-id.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/product-id.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/product-id.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/__init__.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/__init__.cpython-312.pyc' import 'subscription_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31acf4530> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/productid.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/productid.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/productid.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/__init__.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/__init__.cpython-312.pyc' import 'rhsm' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31acf5be0> # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/certificate.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/certificate.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/certificate.cpython-312.pyc' # extension module 'rhsm._certificate' loaded from '/usr/lib64/python3.12/site-packages/rhsm/_certificate.cpython-312-x86_64-linux-gnu.so' # extension module 'rhsm._certificate' executed from '/usr/lib64/python3.12/site-packages/rhsm/_certificate.cpython-312-x86_64-linux-gnu.so' import 'rhsm._certificate' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff31a961220> import 'rhsm.certificate' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31acf5c10> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/certdirectory.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/certdirectory.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/certdirectory.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/config.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/config.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/config.cpython-312.pyc' # /usr/lib/python3.12/site-packages/iniparse/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/iniparse/__init__.py # code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/iniparse/__pycache__/ini.cpython-312.pyc matches /usr/lib/python3.12/site-packages/iniparse/ini.py # code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/ini.cpython-312.pyc' # /usr/lib/python3.12/site-packages/iniparse/__pycache__/configparser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/iniparse/configparser.py # code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/configparser.cpython-312.pyc' import 'iniparse.configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a98cf80> # /usr/lib/python3.12/site-packages/iniparse/__pycache__/config.cpython-312.pyc matches /usr/lib/python3.12/site-packages/iniparse/config.py # code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/config.cpython-312.pyc' import 'iniparse.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a98d0a0> import 'iniparse.ini' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a963d40> # /usr/lib/python3.12/site-packages/iniparse/__pycache__/compat.cpython-312.pyc matches /usr/lib/python3.12/site-packages/iniparse/compat.py # code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/compat.cpython-312.pyc' import 'iniparse.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a98df70> # /usr/lib/python3.12/site-packages/iniparse/__pycache__/utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/iniparse/utils.py # code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/utils.cpython-312.pyc' import 'iniparse.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a98e930> import 'iniparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a963aa0> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/i18n.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/i18n.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/i18n.cpython-312.pyc' import 'subscription_manager.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a98e9c0> import 'rhsm.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a962f90> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/injection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/injection.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/injection.cpython-312.pyc' import 'subscription_manager.injection' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a98efc0> # /usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/__init__.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/__init__.cpython-312.pyc' import 'rhsmlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a98f3b0> # /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/__init__.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/__init__.cpython-312.pyc' import 'rhsmlib.services' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a98f500> # /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/config.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/config.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/config.cpython-312.pyc' import 'rhsmlib.services.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a98f5c0> # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/certificate2.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/certificate2.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/certificate2.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/connection.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/connection.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/https.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/https.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/https.cpython-312.pyc' import 'rhsm.https' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a9b3ec0> # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/ourjson.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/ourjson.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/ourjson.cpython-312.pyc' import 'rhsm.ourjson' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a9b3fe0> # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/utils.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/utils.cpython-312.pyc' import 'rhsm.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a9d8200> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/version.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/version.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/version.cpython-312.pyc' import 'subscription_manager.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a9d9820> import 'rhsm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a9b1280> # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/pathtree.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/pathtree.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/pathtree.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/bitstream.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/bitstream.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/bitstream.cpython-312.pyc' import 'rhsm.bitstream' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a9ed220> # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/huffman.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/huffman.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/huffman.cpython-312.pyc' import 'rhsm.huffman' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a9ed700> import 'rhsm.pathtree' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a9b1f10> import 'rhsm.certificate2' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a98fda0> import 'subscription_manager.certdirectory' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a961f70> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/utils.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/utils.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc matches /usr/lib64/python3.12/pprint.py # code object from '/usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc matches /usr/lib64/python3.12/dataclasses.py # code object from '/usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc' import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31aa24b90> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a9ef9e0> # /usr/lib64/python3.12/site-packages/subscription_manager/branding/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/branding/__init__.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/branding/__pycache__/__init__.cpython-312.pyc' import 'subscription_manager.branding' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31aa26a20> # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/__init__.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/__init__.cpython-312.pyc' import 'rhsmlib.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31aa26d80> # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/hwprobe.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/hwprobe.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/hwprobe.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cpuinfo.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/cpuinfo.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cpuinfo.cpython-312.pyc' import 'rhsmlib.facts.cpuinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31aa27e90> # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/collector.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/collector.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/collector.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/collection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/collection.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/collection.cpython-312.pyc' import 'rhsmlib.facts.collection' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a8556a0> import 'rhsmlib.facts.collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a855220> import 'rhsmlib.facts.hwprobe' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31aa26e70> import 'subscription_manager.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a9ee900> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/repolib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/repolib.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/repolib.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cache.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cache.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cache.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/profile.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/profile.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/profile.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/cloud_what/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/__init__.py # code object from '/usr/lib64/python3.12/site-packages/cloud_what/__pycache__/__init__.cpython-312.pyc' import 'cloud_what' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a881d60> # /usr/lib64/python3.12/site-packages/cloud_what/__pycache__/provider.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/provider.py # code object from '/usr/lib64/python3.12/site-packages/cloud_what/__pycache__/provider.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/host_collector.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/host_collector.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/host_collector.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cleanup.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/cleanup.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cleanup.cpython-312.pyc' import 'rhsmlib.facts.cleanup' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a882750> # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/virt.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/virt.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/virt.cpython-312.pyc' import 'rhsmlib.facts.virt' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a8829c0> # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/firmware_info.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/firmware_info.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/firmware_info.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/dmiinfo.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/dmiinfo.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/dmiinfo.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/dmidecodeparser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/dmidecodeparser.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/dmidecodeparser.cpython-312.pyc' import 'rhsmlib.facts.dmidecodeparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a883590> import 'rhsmlib.facts.dmiinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a8831d0> import 'rhsmlib.facts.firmware_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a882d50> import 'rhsmlib.facts.host_collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a882420> # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/custom.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/custom.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/custom.cpython-312.pyc' import 'rhsmlib.facts.custom' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a883e90> # /usr/lib64/python3.12/site-packages/cloud_what/__pycache__/_base_provider.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/_base_provider.py # code object from '/usr/lib64/python3.12/site-packages/cloud_what/__pycache__/_base_provider.cpython-312.pyc' # /usr/lib/python3.12/site-packages/requests/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/__init__.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/urllib3/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/__init__.py # code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/urllib3/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/exceptions.py # code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/exceptions.cpython-312.pyc' # /usr/lib/python3.12/site-packages/urllib3/packages/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/packages/__init__.py # code object from '/usr/lib/python3.12/site-packages/urllib3/packages/__pycache__/__init__.cpython-312.pyc' import 'urllib3.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a8b2b40> # /usr/lib/python3.12/site-packages/urllib3/packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/packages/six.py # code object from '/usr/lib/python3.12/site-packages/urllib3/packages/__pycache__/six.cpython-312.pyc' import 'urllib3.packages.six' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a8b2c60> import 'urllib3.packages.six.moves' # import 'urllib3.packages.six.moves.http_client' # import 'urllib3.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a8b1df0> # /usr/lib/python3.12/site-packages/urllib3/__pycache__/_version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/_version.py # code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/_version.cpython-312.pyc' import 'urllib3._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a8b2000> # /usr/lib/python3.12/site-packages/urllib3/__pycache__/connectionpool.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/connectionpool.py # code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/connectionpool.cpython-312.pyc' # /usr/lib/python3.12/site-packages/urllib3/__pycache__/_collections.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/_collections.py # code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/_collections.cpython-312.pyc' import 'urllib3._collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a8db560> # /usr/lib/python3.12/site-packages/urllib3/__pycache__/connection.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/connection.py # code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/connection.cpython-312.pyc' # /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/__init__.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/connection.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/connection.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/connection.cpython-312.pyc' # /usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/contrib/__init__.py # code object from '/usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/__init__.cpython-312.pyc' import 'urllib3.contrib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a905520> # /usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/_appengine_environ.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/contrib/_appengine_environ.py # code object from '/usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/_appengine_environ.cpython-312.pyc' import 'urllib3.contrib._appengine_environ' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a905550> # /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/wait.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/wait.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/wait.cpython-312.pyc' import 'urllib3.util.wait' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a905700> import 'urllib3.util.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a9050a0> # /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/request.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/request.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/request.cpython-312.pyc' import 'urllib3.util.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a905b50> # /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/response.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/response.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/response.cpython-312.pyc' import 'urllib3.util.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a905ca0> # /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/retry.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/retry.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/retry.cpython-312.pyc' import 'urllib3.util.retry' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a905e50> # /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssl_.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/ssl_.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssl_.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/hmac.cpython-312.pyc matches /usr/lib64/python3.12/hmac.py # code object from '/usr/lib64/python3.12/__pycache__/hmac.cpython-312.pyc' import 'hmac' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a907200> # /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/url.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/url.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/url.cpython-312.pyc' import 'urllib3.util.url' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a907950> # /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssltransport.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/ssltransport.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssltransport.cpython-312.pyc' import 'urllib3.util.ssltransport' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a9079b0> import 'urllib3.util.ssl_' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a906b10> # /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/timeout.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/timeout.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/timeout.cpython-312.pyc' import 'urllib3.util.timeout' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a906c90> import 'urllib3.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a904da0> # /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/proxy.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/proxy.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/proxy.cpython-312.pyc' import 'urllib3.util.proxy' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31cfb09e0> # /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssl_match_hostname.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/ssl_match_hostname.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssl_match_hostname.cpython-312.pyc' import 'urllib3.util.ssl_match_hostname' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a928f20> import 'urllib3.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a904350> # /usr/lib/python3.12/site-packages/urllib3/__pycache__/request.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/request.py # code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/request.cpython-312.pyc' # /usr/lib/python3.12/site-packages/urllib3/__pycache__/filepost.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/filepost.py # code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/filepost.cpython-312.pyc' # /usr/lib/python3.12/site-packages/urllib3/__pycache__/fields.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/fields.py # code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/fields.cpython-312.pyc' import 'urllib3.fields' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a9299a0> import 'urllib3.filepost' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a929520> import 'urllib3.packages.six.moves.urllib' # import 'urllib3.packages.six.moves.urllib.parse' # import 'urllib3.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a929280> # /usr/lib/python3.12/site-packages/urllib3/__pycache__/response.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/response.py # code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/response.cpython-312.pyc' import 'urllib3.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a929730> # /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/queue.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/queue.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/queue.cpython-312.pyc' import 'urllib3.util.queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a92b470> import 'urllib3.connectionpool' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a8b2180> # /usr/lib/python3.12/site-packages/urllib3/__pycache__/poolmanager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/poolmanager.py # code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/poolmanager.cpython-312.pyc' import 'urllib3.poolmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a92b4d0> import 'urllib3' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a8b1850> # /usr/lib/python3.12/site-packages/requests/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/exceptions.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/exceptions.cpython-312.pyc' # /usr/lib/python3.12/site-packages/requests/__pycache__/compat.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/compat.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/compat.cpython-312.pyc' # /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/__init__.py # code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/api.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/api.py # code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/api.cpython-312.pyc' # /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/cd.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/cd.py # code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/cd.cpython-312.pyc' # /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/constant.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/constant.py # code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/constant.cpython-312.pyc' import 'charset_normalizer.constant' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a761eb0> # /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/md.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/md.py # code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/md.cpython-312.pyc' # /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/utils.py # code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/utils.cpython-312.pyc' # extension module '_multibytecodec' loaded from '/usr/lib64/python3.12/lib-dynload/_multibytecodec.cpython-312-x86_64-linux-gnu.so' # extension module '_multibytecodec' executed from '/usr/lib64/python3.12/lib-dynload/_multibytecodec.cpython-312-x86_64-linux-gnu.so' import '_multibytecodec' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff31a799610> import 'charset_normalizer.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a7988f0> import 'charset_normalizer.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a787a40> # /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/models.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/models.py # code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/models.cpython-312.pyc' import 'charset_normalizer.models' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a79a0c0> import 'charset_normalizer.cd' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a7614f0> import 'charset_normalizer.api' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a761130> # /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/legacy.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/legacy.py # code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/legacy.cpython-312.pyc' import 'charset_normalizer.legacy' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a79b350> # /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/version.py # code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/version.cpython-312.pyc' import 'charset_normalizer.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a79b4d0> import 'charset_normalizer' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a760e60> # /usr/lib64/python3.12/http/__pycache__/cookies.cpython-312.pyc matches /usr/lib64/python3.12/http/cookies.py # code object from '/usr/lib64/python3.12/http/__pycache__/cookies.cpython-312.pyc' import 'http.cookies' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a79b500> import 'requests.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a760cb0> import 'requests.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a760710> # /usr/lib/python3.12/site-packages/requests/__pycache__/packages.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/packages.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/packages.cpython-312.pyc' # /usr/lib/python3.12/site-packages/idna/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/idna/__init__.py # code object from '/usr/lib/python3.12/site-packages/idna/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/idna/__pycache__/package_data.cpython-312.pyc matches /usr/lib/python3.12/site-packages/idna/package_data.py # code object from '/usr/lib/python3.12/site-packages/idna/__pycache__/package_data.cpython-312.pyc' import 'idna.package_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a7be090> # /usr/lib/python3.12/site-packages/idna/__pycache__/core.cpython-312.pyc matches /usr/lib/python3.12/site-packages/idna/core.py # code object from '/usr/lib/python3.12/site-packages/idna/__pycache__/core.cpython-312.pyc' # /usr/lib/python3.12/site-packages/idna/__pycache__/idnadata.cpython-312.pyc matches /usr/lib/python3.12/site-packages/idna/idnadata.py # code object from '/usr/lib/python3.12/site-packages/idna/__pycache__/idnadata.cpython-312.pyc' import 'idna.idnadata' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a7bee40> # /usr/lib/python3.12/site-packages/idna/__pycache__/intranges.cpython-312.pyc matches /usr/lib/python3.12/site-packages/idna/intranges.py # code object from '/usr/lib/python3.12/site-packages/idna/__pycache__/intranges.cpython-312.pyc' import 'idna.intranges' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a7bef60> import 'idna.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a7be120> import 'idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a760950> import 'requests.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a760830> # /usr/lib/python3.12/site-packages/requests/__pycache__/utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/utils.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/utils.cpython-312.pyc' # /usr/lib/python3.12/site-packages/requests/__pycache__/certs.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/certs.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/certs.cpython-312.pyc' import 'requests.certs' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a7fc770> # /usr/lib/python3.12/site-packages/requests/__pycache__/__version__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/__version__.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/__version__.cpython-312.pyc' import 'requests.__version__' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a7fc800> # /usr/lib/python3.12/site-packages/requests/__pycache__/_internal_utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/_internal_utils.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/_internal_utils.cpython-312.pyc' import 'requests._internal_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a7fc8c0> # /usr/lib/python3.12/site-packages/requests/__pycache__/cookies.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/cookies.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/cookies.cpython-312.pyc' import 'requests.cookies' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a7fc9e0> # /usr/lib/python3.12/site-packages/requests/__pycache__/structures.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/structures.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/structures.cpython-312.pyc' import 'requests.structures' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a7fdee0> import 'requests.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a760980> # /usr/lib/python3.12/site-packages/requests/__pycache__/api.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/api.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/api.cpython-312.pyc' # /usr/lib/python3.12/site-packages/requests/__pycache__/sessions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/sessions.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/sessions.cpython-312.pyc' # /usr/lib/python3.12/site-packages/requests/__pycache__/adapters.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/adapters.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/adapters.cpython-312.pyc' # /usr/lib/python3.12/site-packages/requests/__pycache__/auth.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/auth.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/auth.cpython-312.pyc' import 'requests.auth' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a7ffd70> # /usr/lib/python3.12/site-packages/requests/__pycache__/models.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/models.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/models.cpython-312.pyc' # /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py # code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a825f10> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a825940> # /usr/lib/python3.12/site-packages/requests/__pycache__/hooks.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/hooks.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/hooks.cpython-312.pyc' import 'requests.hooks' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a825eb0> # /usr/lib/python3.12/site-packages/requests/__pycache__/status_codes.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/status_codes.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/status_codes.cpython-312.pyc' import 'requests.status_codes' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a826ba0> import 'requests.models' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a824740> # /usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/socks.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/contrib/socks.py # code object from '/usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/socks.cpython-312.pyc' # destroy urllib3.contrib.socks import 'requests.adapters' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a7ff1a0> import 'requests.sessions' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a7fe660> import 'requests.api' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a7be630> import 'requests' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a8b1460> import 'cloud_what._base_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a8838f0> # /usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/providers/__init__.py # code object from '/usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/__init__.cpython-312.pyc' import 'cloud_what.providers' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a882840> # /usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/aws.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/providers/aws.py # code object from '/usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/aws.cpython-312.pyc' import 'cloud_what.providers.aws' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a8276b0> # /usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/azure.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/providers/azure.py # code object from '/usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/azure.cpython-312.pyc' import 'cloud_what.providers.azure' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a827e00> # /usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/gcp.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/providers/gcp.py # code object from '/usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/gcp.cpython-312.pyc' import 'cloud_what.providers.gcp' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a6602f0> import 'cloud_what.provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a881e20> import 'rhsm.profile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a881340> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/jsonwrapper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/jsonwrapper.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/jsonwrapper.cpython-312.pyc' import 'subscription_manager.jsonwrapper' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a660b00> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/isodate.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/isodate.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/isodate.cpython-312.pyc' import 'subscription_manager.isodate' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a660ef0> # /usr/lib64/python3.12/site-packages/syspurpose/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/syspurpose/__init__.py # code object from '/usr/lib64/python3.12/site-packages/syspurpose/__pycache__/__init__.cpython-312.pyc' import 'syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a661010> # /usr/lib64/python3.12/site-packages/syspurpose/__pycache__/files.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/syspurpose/files.py # code object from '/usr/lib64/python3.12/site-packages/syspurpose/__pycache__/files.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/syspurpose/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/syspurpose/utils.py # code object from '/usr/lib64/python3.12/site-packages/syspurpose/__pycache__/utils.cpython-312.pyc' import 'syspurpose.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a661df0> import 'syspurpose.files' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a6610a0> # /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/syspurpose.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/syspurpose.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/syspurpose.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/syspurposelib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/syspurposelib.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/syspurposelib.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/certlib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/certlib.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/certlib.cpython-312.pyc' import 'subscription_manager.certlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a662f90> import 'subscription_manager.syspurposelib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a662870> # /usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/file_monitor.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/file_monitor.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/file_monitor.cpython-312.pyc' # /usr/lib/python3.12/site-packages/__pycache__/pyinotify.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyinotify.py # code object from '/usr/lib/python3.12/site-packages/__pycache__/pyinotify.cpython-312.pyc' # /usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/util.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a68fdd0> import 'pyinotify' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a663fe0> import 'rhsmlib.file_monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a6635f0> # /usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/dbus/__init__.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/__init__.cpython-312.pyc' import 'rhsmlib.dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a6a8b90> # /usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/server.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/dbus/server.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/server.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/service.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/service.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/service.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/decorators.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/decorators.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/decorators.cpython-312.pyc' import 'dbus.decorators' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a6aa1b0> import 'dbus.service' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a6a9580> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/server.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/server.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/server.cpython-312.pyc' import 'dbus.server' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a6aa3c0> # /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/__init__.py # code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc' import 'dbus.mainloop' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a6aa7e0> # /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/glib.py # code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc' # extension module '_dbus_glib_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so' # extension module '_dbus_glib_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so' import '_dbus_glib_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff31a6aa960> import 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a6aa8d0> # /usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/dbus/constants.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/constants.cpython-312.pyc' import 'rhsmlib.dbus.constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a6aaa50> # /usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/__init__.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc' # possible namespace for /usr/lib/python3.12/site-packages/gi # /usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_error.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc' import 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a6ab470> # extension module 'gi._gi' loaded from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so' # extension module 'gi._gi' executed from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so' import 'gi._gi' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff31a6ab200> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a6aab70> # /usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/repository/__init__.py # code object from '/usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/importer.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/module.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/types.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_constants.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc' import 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a6edee0> # /usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/docstring.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc' import 'gi.docstring' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a6ee270> # /usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_propertyhelper.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc' import 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a6ee6f0> # /usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_signalhelper.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc' import 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a6eef00> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a6ed640> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a6ed190> # /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/__init__.py # code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc' import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a6edca0> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a6ecc80> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a6aaf00> # /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GLib.py # code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_ossighelper.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc' import 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a715a30> # /usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_option.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py # code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc' import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a7167e0> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a715fa0> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a6eff50> import 'gi.repository.GLib' # # /usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/dbus_utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/dbus/dbus_utils.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/dbus_utils.cpython-312.pyc' # /usr/lib64/python3.12/xml/etree/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/etree/__init__.py # code object from '/usr/lib64/python3.12/xml/etree/__pycache__/__init__.cpython-312.pyc' import 'xml.etree' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a493170> # /usr/lib64/python3.12/xml/etree/__pycache__/ElementTree.cpython-312.pyc matches /usr/lib64/python3.12/xml/etree/ElementTree.py # code object from '/usr/lib64/python3.12/xml/etree/__pycache__/ElementTree.cpython-312.pyc' # /usr/lib64/python3.12/xml/etree/__pycache__/ElementPath.cpython-312.pyc matches /usr/lib64/python3.12/xml/etree/ElementPath.py # code object from '/usr/lib64/python3.12/xml/etree/__pycache__/ElementPath.cpython-312.pyc' import 'xml.etree.ElementPath' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a4be180> # extension module '_elementtree' loaded from '/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so' # extension module '_elementtree' executed from '/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so' import '_elementtree' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff31a4bf3e0> import 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a493050> import 'rhsmlib.dbus.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a492960> # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/logutil.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/logutil.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/logutil.cpython-312.pyc' # /usr/lib64/python3.12/logging/__pycache__/config.cpython-312.pyc matches /usr/lib64/python3.12/logging/config.py # code object from '/usr/lib64/python3.12/logging/__pycache__/config.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socketserver.cpython-312.pyc matches /usr/lib64/python3.12/socketserver.py # code object from '/usr/lib64/python3.12/__pycache__/socketserver.cpython-312.pyc' import 'socketserver' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a4e4d40> import 'logging.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a4bfbc0> import 'rhsm.logutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a4bf590> import 'rhsmlib.dbus.server' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a6a8c80> import 'rhsmlib.services.syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a662390> import 'subscription_manager.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a856f90> # /usr/lib64/python3.12/site-packages/subscription_manager/model/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/model/__init__.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/model/__pycache__/__init__.cpython-312.pyc' import 'subscription_manager.model' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a4e67e0> # /usr/lib64/python3.12/site-packages/subscription_manager/model/__pycache__/ent_cert.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/model/ent_cert.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/model/__pycache__/ent_cert.cpython-312.pyc' import 'subscription_manager.model.ent_cert' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a4e6960> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/repofile.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/repofile.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/repofile.cpython-312.pyc' import 'subscription_manager.repofile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a4e6b70> import 'subscription_manager.repolib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a856210> import 'subscription_manager.productid' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31acf4770> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/injectioninit.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/injectioninit.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/injectioninit.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cert_sorter.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cert_sorter.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cert_sorter.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/reasons.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/reasons.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/reasons.cpython-312.pyc' import 'subscription_manager.reasons' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a52d5e0> import 'subscription_manager.cert_sorter' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a52c950> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/facts.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/facts.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/facts.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/all.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/all.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/all.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/insights.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/insights.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/insights.cpython-312.pyc' import 'rhsmlib.facts.insights' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a52e1b0> # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/kpatch.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/kpatch.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/kpatch.cpython-312.pyc' import 'rhsmlib.facts.kpatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a52e420> # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cloud_facts.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/cloud_facts.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cloud_facts.cpython-312.pyc' import 'rhsmlib.facts.cloud_facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a52e600> # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/pkg_arches.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/pkg_arches.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/pkg_arches.cpython-312.pyc' import 'rhsmlib.facts.pkg_arches' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a52e990> # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/network.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/network.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/network.cpython-312.pyc' import 'rhsmlib.facts.network' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a52ec60> import 'rhsmlib.facts.all' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a52ddf0> import 'subscription_manager.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a52db20> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/identity.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/identity.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/identity.cpython-312.pyc' import 'subscription_manager.identity' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a52eed0> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/validity.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/validity.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/validity.cpython-312.pyc' import 'subscription_manager.validity' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a52f8f0> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cp_provider.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cp_provider.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cp_provider.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/client_info.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/client_info.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/client_info.cpython-312.pyc' import 'rhsmlib.client_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a52fec0> import 'subscription_manager.cp_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a52fa40> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/plugins.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/plugins.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/plugins.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/base_plugin.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/base_plugin.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/base_plugin.cpython-312.pyc' import 'subscription_manager.base_plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a54d8e0> import 'subscription_manager.plugins' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a54c440> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/lock.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/lock.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/lock.cpython-312.pyc' import 'subscription_manager.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a54ca70> import 'subscription_manager.injectioninit' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a52c830> # /usr/lib64/python3.12/site-packages/librepo/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/librepo/__init__.py # code object from '/usr/lib64/python3.12/site-packages/librepo/__pycache__/__init__.cpython-312.pyc' # extension module 'librepo._librepo' loaded from '/usr/lib64/python3.12/site-packages/librepo/_librepo.so' # extension module 'librepo._librepo' executed from '/usr/lib64/python3.12/site-packages/librepo/_librepo.so' import 'librepo._librepo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff31a54f380> import 'librepo' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a54ec30> import 'dnf.plugin.dynamic.product-id' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31accfdd0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/subscription-manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/subscription-manager.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/subscription-manager.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/action_client.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/action_client.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/action_client.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/base_action_client.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/base_action_client.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/base_action_client.cpython-312.pyc' import 'subscription_manager.base_action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a384560> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/entcertlib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/entcertlib.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/entcertlib.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/content_action_client.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/content_action_client.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/content_action_client.cpython-312.pyc' import 'subscription_manager.content_action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a385a60> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/rhelentbranding.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/rhelentbranding.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/rhelentbranding.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/entbranding.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/entbranding.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/entbranding.cpython-312.pyc' import 'subscription_manager.entbranding' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a386720> import 'subscription_manager.rhelentbranding' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a3860c0> import 'subscription_manager.entcertlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a384a70> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/identitycertlib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/identitycertlib.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/identitycertlib.cpython-312.pyc' import 'subscription_manager.identitycertlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a3876e0> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/healinglib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/healinglib.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/healinglib.cpython-312.pyc' import 'subscription_manager.healinglib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a3878f0> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/factlib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/factlib.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/factlib.cpython-312.pyc' import 'subscription_manager.factlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a387b60> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/packageprofilelib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/packageprofilelib.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/packageprofilelib.cpython-312.pyc' import 'subscription_manager.packageprofilelib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a387d40> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/installedproductslib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/installedproductslib.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/installedproductslib.cpython-312.pyc' import 'subscription_manager.installedproductslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a387fb0> import 'subscription_manager.action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a54ffb0> import 'dnf.plugin.dynamic.subscription-manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a54fb60> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/upload-profile.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/upload-profile.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/upload-profile.cpython-312.pyc' import 'dnf.plugin.dynamic.upload-profile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff31a3a4260> {"msg": "", "changed": true, "results": ["Installed: container-selinux-3:2.232.1-3.el10.noarch", "Installed: containers-common-5:0.60.2-4.el10.noarch", "Installed: containers-common-extra-5:0.60.2-4.el10.noarch", "Installed: protobuf-c-1.5.0-5.el10.x86_64", "Installed: libnet-1.3-6.el10.x86_64", "Installed: podman-5:5.2.2-3.el10.x86_64", "Installed: passt-0^20240806.gee36266-2.el10.x86_64", "Installed: passt-selinux-0^20240806.gee36266-2.el10.noarch", "Installed: netavark-2:1.12.2-1.el10.x86_64", "Installed: gpgme-1.23.2-5.el10.x86_64", "Installed: criu-3.19-5.el10.x86_64", "Installed: criu-libs-3.19-5.el10.x86_64", "Installed: aardvark-dns-2:1.12.1-1.el10.x86_64", "Installed: crun-1.17-1.el10.x86_64", "Installed: shadow-utils-subid-2:4.15.0-3.el10.x86_64", "Installed: conmon-2:2.1.12-2.el10.x86_64", "Installed: catatonit-5:0.1.7-7.el10.x86_64"], "rc": 0, "invocation": {"module_args": {"name": ["podman"], "state": "present", "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "use_backend": "auto", "best": null, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "nobest": null, "releasever": null}}} # destroy dnf.plugin.dynamic # 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 # 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 # 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 # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing 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 # cleanup[2] removing ipaddress # cleanup[2] removing 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 # 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 # 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 # 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 # 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 # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing 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 # 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 # 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 # cleanup[2] removing email # cleanup[2] removing email.mime # cleanup[2] removing quopri # cleanup[2] removing email.encoders # cleanup[2] removing email.errors # cleanup[2] removing email.quoprimime # cleanup[2] removing email.base64mime # cleanup[2] removing email.charset # cleanup[2] removing email.header # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing email.utils # cleanup[2] removing email._policybase # cleanup[2] removing email._encoded_words # cleanup[2] removing email._header_value_parser # cleanup[2] removing email.headerregistry # cleanup[2] removing email.iterators # cleanup[2] removing email.message # cleanup[2] removing email.contentmanager # cleanup[2] removing email.policy # cleanup[2] removing email.mime.base # cleanup[2] removing email.mime.nonmultipart # cleanup[2] removing email.mime.application # cleanup[2] removing email.mime.multipart # cleanup[2] removing email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing http # cleanup[2] removing _ssl # cleanup[2] removing ssl # cleanup[2] removing http.client # cleanup[2] removing mimetypes # cleanup[2] removing netrc # cleanup[2] removing urllib.response # cleanup[2] removing urllib.error # cleanup[2] removing urllib.request # cleanup[2] removing http.cookiejar # cleanup[2] removing gzip # cleanup[2] removing ansible.module_utils.urls # destroy ansible.module_utils.urls # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.common.respawn # destroy ansible.module_utils.common.respawn # cleanup[2] removing ansible.module_utils.yumdnf # destroy ansible.module_utils.yumdnf # cleanup[2] removing email.mime.text # cleanup[2] removing configparser # cleanup[2] removing _heapq # cleanup[2] removing heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing dnf.pycomp # cleanup[2] removing dnf.const # cleanup[2] removing libdnf._error # cleanup[2] removing libdnf.error # cleanup[2] removing libdnf._common_types # cleanup[2] removing libdnf.common_types # cleanup[2] removing libdnf._conf # cleanup[2] removing libdnf.conf # cleanup[2] removing libdnf._module # cleanup[2] removing libdnf.module # cleanup[2] removing libdnf._repo # cleanup[2] removing libdnf.repo # cleanup[2] removing libdnf._transaction # cleanup[2] removing libdnf.transaction # cleanup[2] removing libdnf._utils # cleanup[2] removing libdnf.utils # cleanup[2] removing libdnf # cleanup[2] removing unicodedata # cleanup[2] removing dnf.i18n # cleanup[2] removing dnf.yum # cleanup[2] removing dnf.transaction # cleanup[2] removing rpm._rpm # cleanup[2] removing rpm.transaction # cleanup[2] removing rpm # cleanup[2] removing dnf.yum.rpmtrans # cleanup[2] removing dnf.callback # cleanup[2] removing hawkey._hawkey # cleanup[2] removing hawkey # cleanup[2] removing dnf.util # cleanup[2] removing dnf.exceptions # cleanup[2] removing libcomps._libpycomps # cleanup[2] removing libcomps # cleanup[2] removing dnf.comps # cleanup[2] removing dnf.db # cleanup[2] removing dnf.crypto # cleanup[2] removing glob # cleanup[2] removing dnf.yum.misc # cleanup[2] removing dnf.db.group # cleanup[2] removing dnf.db.history # cleanup[2] removing dnf.conf.substitutions # cleanup[2] removing dnf.conf.config # cleanup[2] removing dnf.conf # cleanup[2] removing dnf.lock # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing logging.handlers # cleanup[2] removing dnf.logging # cleanup[2] removing dnf.repo # cleanup[2] removing dnf.conf.read # cleanup[2] removing dnf.rpm.transaction # cleanup[2] removing dnf.rpm # cleanup[2] removing dnf.dnssec # cleanup[2] removing dnf.drpm # cleanup[2] removing dnf.goal # cleanup[2] removing dnf.history # cleanup[2] removing dnf.module # cleanup[2] removing libdnf._smartcols # cleanup[2] removing libdnf.smartcols # cleanup[2] removing dnf.selector # cleanup[2] removing dnf.module.exceptions # cleanup[2] removing dnf.module.module_base # cleanup[2] removing dnf.persistor # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing dnf.plugin # cleanup[2] removing dnf.query # cleanup[2] removing dnf.repodict # cleanup[2] removing dnf.rpm.connection # cleanup[2] removing dnf.rpm.miscutils # cleanup[2] removing dnf.package # cleanup[2] removing dnf.sack # cleanup[2] removing dnf.subject # cleanup[2] removing gc # cleanup[2] removing dnf.base # cleanup[2] removing dnf # cleanup[2] removing dnfpluginscore # destroy dnfpluginscore # cleanup[2] removing dnf.cli.format # cleanup[2] removing _curses # cleanup[2] removing curses # cleanup[2] removing termios # cleanup[2] removing dnf.cli.term # cleanup[2] removing dnf.cli.progress # cleanup[2] removing dnf.cli.output # cleanup[2] removing dnf.cli.aliases # cleanup[2] removing dnf.cli.option_parser # cleanup[2] removing dnf.cli.commands # cleanup[2] removing dnf.cli.commands.alias # cleanup[2] removing dnf.cli.commands.autoremove # cleanup[2] removing dnf.cli.commands.check # cleanup[2] removing dnf.cli.commands.clean # cleanup[2] removing dnf.cli.commands.repoquery # cleanup[2] removing dnf.cli.commands.deplist # cleanup[2] removing dnf.cli.commands.distrosync # cleanup[2] removing dnf.cli.commands.downgrade # cleanup[2] removing dnf.cli.commands.group # cleanup[2] removing dnf.transaction_sr # cleanup[2] removing dnf.cli.commands.history # cleanup[2] removing dnf.cli.commands.install # cleanup[2] removing dnf.cli.commands.makecache # cleanup[2] removing dnf.cli.commands.mark # cleanup[2] removing dnf.cli.commands.module # cleanup[2] removing dnf.cli.commands.reinstall # cleanup[2] removing dnf.cli.commands.remove # cleanup[2] removing dnf.cli.commands.repolist # cleanup[2] removing dnf.match_counter # cleanup[2] removing dnf.cli.commands.search # cleanup[2] removing cmd # cleanup[2] removing dnf.cli.commands.shell # cleanup[2] removing dnf.cli.commands.swap # cleanup[2] removing dnf.cli.commands.updateinfo # cleanup[2] removing dnf.cli.commands.upgrade # cleanup[2] removing dnf.cli.commands.upgrademinimal # cleanup[2] removing dnf.cli.demand # cleanup[2] removing dnf.cli.cli # cleanup[2] removing dnf.cli # cleanup[2] removing dnf.plugin.dynamic.builddep # destroy dnf.plugin.dynamic.builddep # cleanup[2] removing dateutil._version # cleanup[2] removing dateutil # cleanup[2] removing six # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing dateutil._common # cleanup[2] removing dateutil.relativedelta # cleanup[2] removing six.moves # cleanup[2] removing dateutil.tz._common # cleanup[2] removing dateutil.tz._factories # cleanup[2] removing dateutil.tz.tz # cleanup[2] removing dateutil.tz # cleanup[2] removing dateutil.parser._parser # cleanup[2] removing dateutil.parser.isoparser # destroy dateutil.parser.isoparser # cleanup[2] removing dateutil.parser # cleanup[2] removing dnf.plugin.dynamic.changelog # destroy dnf.plugin.dynamic.changelog # cleanup[2] removing dnf.plugin.dynamic.config_manager # destroy dnf.plugin.dynamic.config_manager # cleanup[2] removing dnf.plugin.dynamic.copr # destroy dnf.plugin.dynamic.copr # cleanup[2] removing dnf.plugin.dynamic.debuginfo-install # destroy dnf.plugin.dynamic.debuginfo-install # cleanup[2] removing dnf.plugin.dynamic.download # destroy dnf.plugin.dynamic.download # cleanup[2] removing _sqlite3 # cleanup[2] removing sqlite3.dbapi2 # cleanup[2] removing sqlite3 # cleanup[2] removing dnf.plugin.dynamic.generate_completion_cache # destroy dnf.plugin.dynamic.generate_completion_cache # cleanup[2] removing dnf.plugin.dynamic.groups_manager # destroy dnf.plugin.dynamic.groups_manager # cleanup[2] removing dbus._compat # cleanup[2] removing dbus.exceptions # cleanup[2] removing _dbus_bindings # cleanup[2] removing dbus.types # cleanup[2] removing dbus.lowlevel # cleanup[2] removing xml # destroy xml # cleanup[2] removing xml.parsers # destroy xml.parsers # cleanup[2] removing pyexpat.errors # cleanup[2] removing pyexpat.model # cleanup[2] removing pyexpat # cleanup[2] removing xml.parsers.expat.model # cleanup[2] removing xml.parsers.expat.errors # cleanup[2] removing xml.parsers.expat # destroy xml.parsers.expat # cleanup[2] removing dbus._expat_introspect_parser # cleanup[2] removing dbus.proxies # cleanup[2] removing dbus.connection # cleanup[2] removing dbus.bus # cleanup[2] removing dbus._dbus # cleanup[2] removing dbus # cleanup[2] removing dnf.plugin.dynamic.needs_restarting # destroy dnf.plugin.dynamic.needs_restarting # cleanup[2] removing dnf.plugin.dynamic.repoclosure # destroy dnf.plugin.dynamic.repoclosure # cleanup[2] removing dnf.plugin.dynamic.repodiff # destroy dnf.plugin.dynamic.repodiff # cleanup[2] removing dnf.plugin.dynamic.repograph # destroy dnf.plugin.dynamic.repograph # cleanup[2] removing dnf.plugin.dynamic.repomanage # destroy dnf.plugin.dynamic.repomanage # cleanup[2] removing dnf.plugin.dynamic.reposync # destroy dnf.plugin.dynamic.reposync # cleanup[2] removing dnf.plugin.dynamic.system_upgrade # destroy dnf.plugin.dynamic.system_upgrade # cleanup[2] removing subscription_manager # cleanup[2] removing rhsm # cleanup[2] removing rhsm._certificate # cleanup[2] removing rhsm.certificate # cleanup[2] removing iniparse.configparser # cleanup[2] removing iniparse.config # cleanup[2] removing iniparse.ini # cleanup[2] removing iniparse.compat # cleanup[2] removing iniparse.utils # cleanup[2] removing iniparse # destroy iniparse # destroy iniparse.configparser # destroy iniparse.utils # cleanup[2] removing subscription_manager.i18n # cleanup[2] removing rhsm.config # cleanup[2] removing subscription_manager.injection # cleanup[2] removing rhsmlib # destroy rhsmlib # cleanup[2] removing rhsmlib.services # cleanup[2] removing rhsmlib.services.config # cleanup[2] removing rhsm.https # cleanup[2] removing rhsm.ourjson # cleanup[2] removing rhsm.utils # cleanup[2] removing subscription_manager.version # cleanup[2] removing rhsm.connection # cleanup[2] removing rhsm.bitstream # cleanup[2] removing rhsm.huffman # cleanup[2] removing rhsm.pathtree # cleanup[2] removing rhsm.certificate2 # cleanup[2] removing subscription_manager.certdirectory # cleanup[2] removing dataclasses # cleanup[2] removing pprint # cleanup[2] removing subscription_manager.branding # cleanup[2] removing rhsmlib.facts # cleanup[2] removing rhsmlib.facts.cpuinfo # cleanup[2] removing rhsmlib.facts.collection # cleanup[2] removing rhsmlib.facts.collector # cleanup[2] removing rhsmlib.facts.hwprobe # cleanup[2] removing subscription_manager.utils # cleanup[2] removing cloud_what # destroy cloud_what # cleanup[2] removing rhsmlib.facts.cleanup # cleanup[2] removing rhsmlib.facts.virt # cleanup[2] removing rhsmlib.facts.dmidecodeparser # cleanup[2] removing rhsmlib.facts.dmiinfo # cleanup[2] removing rhsmlib.facts.firmware_info # cleanup[2] removing rhsmlib.facts.host_collector # cleanup[2] removing rhsmlib.facts.custom # cleanup[2] removing urllib3.packages # cleanup[2] removing urllib3.packages.six # cleanup[2] removing urllib3.packages.six.moves # cleanup[2] removing urllib3.packages.six.moves.http_client # cleanup[2] removing urllib3.exceptions # cleanup[2] removing urllib3._version # cleanup[2] removing urllib3._collections # cleanup[2] removing urllib3.contrib # cleanup[2] removing urllib3.contrib._appengine_environ # cleanup[2] removing urllib3.util.wait # cleanup[2] removing urllib3.util.connection # cleanup[2] removing urllib3.util.request # cleanup[2] removing urllib3.util.response # cleanup[2] removing urllib3.util.retry # cleanup[2] removing hmac # cleanup[2] removing urllib3.util.url # cleanup[2] removing urllib3.util.ssltransport # cleanup[2] removing urllib3.util.ssl_ # cleanup[2] removing urllib3.util.timeout # cleanup[2] removing urllib3.util # cleanup[2] removing urllib3.util.proxy # cleanup[2] removing urllib3.util.ssl_match_hostname # cleanup[2] removing urllib3.connection # cleanup[2] removing urllib3.fields # cleanup[2] removing urllib3.filepost # cleanup[2] removing urllib3.packages.six.moves.urllib # cleanup[2] removing urllib3.packages.six.moves.urllib.parse # cleanup[2] removing urllib3.request # cleanup[2] removing urllib3.response # cleanup[2] removing urllib3.util.queue # cleanup[2] removing urllib3.connectionpool # cleanup[2] removing urllib3.poolmanager # cleanup[2] removing urllib3 # cleanup[2] removing charset_normalizer.constant # cleanup[2] removing _multibytecodec # cleanup[2] removing charset_normalizer.utils # cleanup[2] removing charset_normalizer.md # cleanup[2] removing charset_normalizer.models # cleanup[2] removing charset_normalizer.cd # cleanup[2] removing charset_normalizer.api # cleanup[2] removing charset_normalizer.legacy # cleanup[2] removing charset_normalizer.version # cleanup[2] removing charset_normalizer # cleanup[2] removing http.cookies # cleanup[2] removing requests.compat # cleanup[2] removing requests.exceptions # cleanup[2] removing requests.packages.urllib3.packages # cleanup[2] removing requests.packages.urllib3.packages.six # cleanup[2] removing requests.packages.urllib3.packages.six.moves # cleanup[2] removing requests.packages.urllib3.packages.six.moves.http_client # cleanup[2] removing requests.packages.urllib3.exceptions # cleanup[2] removing requests.packages.urllib3._version # cleanup[2] removing requests.packages.urllib3._collections # cleanup[2] removing requests.packages.urllib3.contrib # cleanup[2] removing requests.packages.urllib3.contrib._appengine_environ # cleanup[2] removing requests.packages.urllib3.util.wait # cleanup[2] removing requests.packages.urllib3.util.connection # cleanup[2] removing requests.packages.urllib3.util.request # cleanup[2] removing requests.packages.urllib3.util.response # cleanup[2] removing requests.packages.urllib3.util.retry # cleanup[2] removing requests.packages.urllib3.util.url # cleanup[2] removing requests.packages.urllib3.util.ssltransport # cleanup[2] removing requests.packages.urllib3.util.ssl_ # cleanup[2] removing requests.packages.urllib3.util.timeout # cleanup[2] removing requests.packages.urllib3.util # cleanup[2] removing requests.packages.urllib3.util.proxy # cleanup[2] removing requests.packages.urllib3.util.ssl_match_hostname # cleanup[2] removing requests.packages.urllib3.connection # cleanup[2] removing requests.packages.urllib3.fields # cleanup[2] removing requests.packages.urllib3.filepost # cleanup[2] removing requests.packages.urllib3.packages.six.moves.urllib # cleanup[2] removing requests.packages.urllib3.packages.six.moves.urllib.parse # cleanup[2] removing requests.packages.urllib3.request # cleanup[2] removing requests.packages.urllib3.response # cleanup[2] removing requests.packages.urllib3.util.queue # cleanup[2] removing requests.packages.urllib3.connectionpool # cleanup[2] removing requests.packages.urllib3.poolmanager # cleanup[2] removing requests.packages.urllib3 # cleanup[2] removing idna.package_data # cleanup[2] removing idna.idnadata # cleanup[2] removing idna.intranges # cleanup[2] removing idna.core # cleanup[2] removing idna # cleanup[2] removing requests.packages.idna.package_data # cleanup[2] removing requests.packages.idna.idnadata # cleanup[2] removing requests.packages.idna.intranges # cleanup[2] removing requests.packages.idna.core # cleanup[2] removing requests.packages.idna # cleanup[2] removing requests.packages.charset_normalizer.constant # cleanup[2] removing requests.packages.chardet.constant # cleanup[2] removing requests.packages.charset_normalizer.utils # cleanup[2] removing requests.packages.chardet.utils # cleanup[2] removing requests.packages.charset_normalizer.md # cleanup[2] removing requests.packages.chardet.md # cleanup[2] removing requests.packages.charset_normalizer.models # cleanup[2] removing requests.packages.chardet.models # cleanup[2] removing requests.packages.charset_normalizer.cd # cleanup[2] removing requests.packages.chardet.cd # cleanup[2] removing requests.packages.charset_normalizer.api # cleanup[2] removing requests.packages.chardet.api # cleanup[2] removing requests.packages.charset_normalizer.legacy # cleanup[2] removing requests.packages.chardet.legacy # cleanup[2] removing requests.packages.charset_normalizer.version # cleanup[2] removing requests.packages.chardet.version # cleanup[2] removing requests.packages.charset_normalizer # cleanup[2] removing requests.packages.chardet # cleanup[2] removing requests.packages # cleanup[2] removing requests.certs # cleanup[2] removing requests.__version__ # destroy requests.__version__ # cleanup[2] removing requests._internal_utils # cleanup[2] removing requests.cookies # cleanup[2] removing requests.structures # cleanup[2] removing requests.utils # cleanup[2] removing requests.auth # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # cleanup[2] removing requests.hooks # cleanup[2] removing requests.status_codes # cleanup[2] removing requests.models # cleanup[2] removing requests.adapters # cleanup[2] removing requests.sessions # cleanup[2] removing requests.api # cleanup[2] removing requests # cleanup[2] removing cloud_what._base_provider # destroy cloud_what._base_provider # cleanup[2] removing cloud_what.providers # destroy cloud_what.providers # cleanup[2] removing cloud_what.providers.aws # destroy cloud_what.providers.aws # cleanup[2] removing cloud_what.providers.azure # destroy cloud_what.providers.azure # cleanup[2] removing cloud_what.providers.gcp # destroy cloud_what.providers.gcp # cleanup[2] removing cloud_what.provider # cleanup[2] removing rhsm.profile # cleanup[2] removing subscription_manager.jsonwrapper # cleanup[2] removing subscription_manager.isodate # cleanup[2] removing syspurpose # destroy syspurpose # cleanup[2] removing syspurpose.utils # destroy syspurpose.utils # cleanup[2] removing syspurpose.files # destroy syspurpose.files # cleanup[2] removing subscription_manager.certlib # cleanup[2] removing subscription_manager.syspurposelib # cleanup[2] removing ctypes.util # cleanup[2] removing pyinotify # cleanup[2] removing rhsmlib.file_monitor # cleanup[2] removing rhsmlib.dbus # cleanup[2] removing dbus.decorators # cleanup[2] removing dbus.service # cleanup[2] removing dbus.server # cleanup[2] removing dbus.mainloop # cleanup[2] removing _dbus_glib_bindings # cleanup[2] removing dbus.mainloop.glib # cleanup[2] removing rhsmlib.dbus.constants # cleanup[2] removing gi._error # cleanup[2] removing gi._gi # cleanup[2] removing gi._gobject # cleanup[2] removing glib # destroy glib # cleanup[2] removing gobject # destroy gobject # cleanup[2] removing gio # destroy gio # cleanup[2] removing gtk # destroy gtk # cleanup[2] removing gtk.gdk # destroy gtk.gdk # cleanup[2] removing gi # cleanup[2] removing gi._constants # cleanup[2] removing gi.docstring # cleanup[2] removing gi._propertyhelper # cleanup[2] removing gi._signalhelper # cleanup[2] removing gi.types # cleanup[2] removing gi.module # cleanup[2] removing gi.overrides # cleanup[2] removing gi.importer # cleanup[2] removing gi.repository # cleanup[2] removing gi._ossighelper # cleanup[2] removing optparse # cleanup[2] removing gi._option # cleanup[2] removing gi.overrides.GLib # cleanup[2] removing gi.repository.GLib # cleanup[2] removing xml.etree # destroy xml.etree # cleanup[2] removing xml.etree.ElementPath # cleanup[2] removing _elementtree # cleanup[2] removing xml.etree.ElementTree # cleanup[2] removing rhsmlib.dbus.dbus_utils # cleanup[2] removing socketserver # destroy socketserver # cleanup[2] removing logging.config # cleanup[2] removing rhsm.logutil # cleanup[2] removing rhsmlib.dbus.server # cleanup[2] removing rhsmlib.services.syspurpose # cleanup[2] removing subscription_manager.cache # cleanup[2] removing subscription_manager.model # cleanup[2] removing subscription_manager.model.ent_cert # cleanup[2] removing subscription_manager.repofile # cleanup[2] removing subscription_manager.repolib # cleanup[2] removing subscription_manager.productid # cleanup[2] removing subscription_manager.reasons # cleanup[2] removing subscription_manager.cert_sorter # cleanup[2] removing rhsmlib.facts.insights # cleanup[2] removing rhsmlib.facts.kpatch # cleanup[2] removing rhsmlib.facts.cloud_facts # cleanup[2] removing rhsmlib.facts.pkg_arches # cleanup[2] removing rhsmlib.facts.network # cleanup[2] removing rhsmlib.facts.all # cleanup[2] removing subscription_manager.facts # cleanup[2] removing subscription_manager.identity # cleanup[2] removing subscription_manager.validity # cleanup[2] removing rhsmlib.client_info # cleanup[2] removing subscription_manager.cp_provider # cleanup[2] removing subscription_manager.base_plugin # cleanup[2] removing subscription_manager.plugins # cleanup[2] removing subscription_manager.lock # cleanup[2] removing subscription_manager.injectioninit # cleanup[2] removing librepo._librepo # cleanup[2] removing librepo # cleanup[2] removing dnf.plugin.dynamic.product-id # destroy dnf.plugin.dynamic.product-id # cleanup[2] removing subscription_manager.base_action_client # cleanup[2] removing subscription_manager.content_action_client # cleanup[2] removing subscription_manager.entbranding # cleanup[2] removing subscription_manager.rhelentbranding # cleanup[2] removing subscription_manager.entcertlib # cleanup[2] removing subscription_manager.identitycertlib # cleanup[2] removing subscription_manager.healinglib # cleanup[2] removing subscription_manager.factlib # cleanup[2] removing subscription_manager.packageprofilelib # cleanup[2] removing subscription_manager.installedproductslib # cleanup[2] removing subscription_manager.action_client # cleanup[2] removing dnf.plugin.dynamic.subscription-manager # destroy dnf.plugin.dynamic.subscription-manager # cleanup[2] removing dnf.plugin.dynamic.upload-profile # destroy dnf.plugin.dynamic.upload-profile # destroy _sitebuiltins # destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy selinux # destroy distro # destroy distro.distro # destroy netrc # destroy sqlite3 # destroy sqlite3.dbapi2 # destroy _sqlite3 # destroy systemd.journal # destroy iniparse.compat # destroy rhsmlib.services # destroy rhsmlib.facts # destroy rhsmlib.facts.dmidecodeparser # destroy rhsmlib.facts.all # destroy rhsmlib.dbus # destroy rhsmlib.dbus.server # destroy rhsmlib.client_info # destroy librepo # cleanup[3] wiping subscription_manager.action_client # cleanup[3] wiping subscription_manager.installedproductslib # cleanup[3] wiping subscription_manager.packageprofilelib # cleanup[3] wiping subscription_manager.factlib # cleanup[3] wiping subscription_manager.healinglib # cleanup[3] wiping subscription_manager.identitycertlib # cleanup[3] wiping subscription_manager.entcertlib # cleanup[3] wiping subscription_manager.rhelentbranding # cleanup[3] wiping subscription_manager.entbranding # cleanup[3] wiping subscription_manager.content_action_client # cleanup[3] wiping subscription_manager.base_action_client # cleanup[3] wiping librepo._librepo # cleanup[3] wiping subscription_manager.injectioninit # cleanup[3] wiping subscription_manager.lock # cleanup[3] wiping subscription_manager.plugins # cleanup[3] wiping subscription_manager.base_plugin # cleanup[3] wiping subscription_manager.cp_provider # cleanup[3] wiping subscription_manager.validity # cleanup[3] wiping subscription_manager.identity # cleanup[3] wiping subscription_manager.facts # cleanup[3] wiping rhsmlib.facts.network # cleanup[3] wiping rhsmlib.facts.pkg_arches # cleanup[3] wiping rhsmlib.facts.cloud_facts # cleanup[3] wiping rhsmlib.facts.kpatch # cleanup[3] wiping rhsmlib.facts.insights # cleanup[3] wiping subscription_manager.cert_sorter # destroy rhsmlib.file_monitor # cleanup[3] wiping subscription_manager.reasons # cleanup[3] wiping subscription_manager.productid # cleanup[3] wiping subscription_manager.repolib # cleanup[3] wiping subscription_manager.repofile # cleanup[3] wiping subscription_manager.model.ent_cert # cleanup[3] wiping subscription_manager.model # destroy subscription_manager.model.ent_cert # cleanup[3] wiping subscription_manager.cache # destroy rhsmlib.services.syspurpose # cleanup[3] wiping rhsm.logutil # cleanup[3] wiping logging.config # cleanup[3] wiping rhsmlib.dbus.dbus_utils # destroy xml.etree.ElementTree # cleanup[3] wiping _elementtree # cleanup[3] wiping xml.etree.ElementPath # cleanup[3] wiping gi.repository.GLib # cleanup[3] wiping gi.overrides.GLib # cleanup[3] wiping gi._option # destroy optparse # cleanup[3] wiping gi._ossighelper # cleanup[3] wiping gi.repository # cleanup[3] wiping gi.importer # cleanup[3] wiping gi.overrides # destroy gi.overrides.GLib # cleanup[3] wiping gi.module # destroy gi # cleanup[3] wiping gi.types # cleanup[3] wiping gi._signalhelper # cleanup[3] wiping gi._propertyhelper # cleanup[3] wiping gi.docstring # cleanup[3] wiping gi._constants # cleanup[3] wiping gi._gobject # cleanup[3] wiping gi._gi # cleanup[3] wiping gi._error # cleanup[3] wiping rhsmlib.dbus.constants # cleanup[3] wiping dbus.mainloop.glib # cleanup[3] wiping _dbus_glib_bindings # cleanup[3] wiping dbus.mainloop # destroy dbus.mainloop.glib # cleanup[3] wiping dbus.server # cleanup[3] wiping dbus.service # cleanup[3] wiping dbus.decorators # cleanup[3] wiping pyinotify # destroy ctypes # cleanup[3] wiping ctypes.util # cleanup[3] wiping subscription_manager.syspurposelib # cleanup[3] wiping subscription_manager.certlib # cleanup[3] wiping subscription_manager.isodate # cleanup[3] wiping subscription_manager.jsonwrapper # cleanup[3] wiping rhsm.profile # destroy cloud_what.provider # cleanup[3] wiping requests # destroy requests._internal_utils # destroy requests.compat # destroy requests.exceptions # destroy requests.packages # destroy urllib3 # destroy idna # destroy idna.package_data # destroy idna.intranges # destroy idna.core # destroy requests.cookies # destroy requests.structures # destroy requests.utils # destroy requests.auth # destroy requests.hooks # destroy requests.status_codes # destroy requests.models # destroy requests.adapters # destroy requests.api # cleanup[3] wiping requests.sessions # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping requests.certs # cleanup[3] wiping requests.packages.chardet # destroy charset_normalizer.constant # destroy charset_normalizer.utils # destroy charset_normalizer.md # destroy charset_normalizer.models # destroy charset_normalizer.cd # destroy charset_normalizer.api # destroy charset_normalizer.legacy # destroy charset_normalizer.version # cleanup[3] wiping requests.packages.charset_normalizer # cleanup[3] wiping requests.packages.idna.idnadata # cleanup[3] wiping idna.idnadata # cleanup[3] wiping requests.packages.urllib3.poolmanager # cleanup[3] wiping requests.packages.urllib3.connectionpool # cleanup[3] wiping requests.packages.urllib3.util.queue # cleanup[3] wiping requests.packages.urllib3.response # cleanup[3] wiping requests.packages.urllib3.request # cleanup[3] wiping requests.packages.urllib3.packages.six.moves.urllib.parse # cleanup[3] wiping requests.packages.urllib3.packages.six.moves.urllib # cleanup[3] wiping requests.packages.urllib3.filepost # cleanup[3] wiping requests.packages.urllib3.fields # destroy mimetypes # cleanup[3] wiping requests.packages.urllib3.connection # cleanup[3] wiping requests.packages.urllib3.util.ssl_match_hostname # cleanup[3] wiping requests.packages.urllib3.util.proxy # cleanup[3] wiping requests.packages.urllib3.util # destroy urllib3.util.wait # destroy urllib3.util.connection # destroy urllib3.util.request # destroy urllib3.util.response # destroy urllib3.util.retry # destroy urllib3.util.url # destroy urllib3.util.ssltransport # destroy urllib3.util.ssl_ # destroy urllib3.util.timeout # destroy urllib3.util.proxy # destroy urllib3.util.ssl_match_hostname # destroy urllib3.util.queue # cleanup[3] wiping requests.packages.urllib3.contrib._appengine_environ # cleanup[3] wiping requests.packages.urllib3.contrib # cleanup[3] wiping requests.packages.urllib3._collections # cleanup[3] wiping requests.packages.urllib3._version # cleanup[3] wiping requests.packages.urllib3.exceptions # cleanup[3] wiping requests.packages.urllib3.packages.six.moves.http_client # cleanup[3] wiping requests.packages.urllib3.packages.six.moves # cleanup[3] wiping requests.packages.urllib3.packages.six # destroy urllib3.packages.six.moves.urllib # destroy urllib3.packages.six.moves # cleanup[3] wiping requests.packages.urllib3.packages # cleanup[3] wiping http.cookies # cleanup[3] wiping charset_normalizer # cleanup[3] wiping _multibytecodec # cleanup[3] wiping urllib3.poolmanager # cleanup[3] wiping urllib3.connectionpool # cleanup[3] wiping urllib3.response # cleanup[3] wiping urllib3.request # cleanup[3] wiping urllib3.packages.six.moves.urllib.parse # cleanup[3] wiping urllib3.filepost # cleanup[3] wiping urllib3.fields # cleanup[3] wiping urllib3.connection # cleanup[3] wiping urllib3.util # cleanup[3] wiping hmac # cleanup[3] wiping urllib3.contrib._appengine_environ # cleanup[3] wiping urllib3.contrib # cleanup[3] wiping urllib3._collections # cleanup[3] wiping urllib3._version # cleanup[3] wiping urllib3.exceptions # cleanup[3] wiping urllib3.packages.six.moves.http_client # cleanup[3] wiping urllib3.packages.six # cleanup[3] wiping urllib3.packages # cleanup[3] wiping rhsmlib.facts.custom # cleanup[3] wiping rhsmlib.facts.host_collector # destroy rhsmlib.facts.cleanup # destroy rhsmlib.facts.virt # destroy rhsmlib.facts.firmware_info # cleanup[3] wiping rhsmlib.facts.dmiinfo # cleanup[3] wiping subscription_manager.utils # destroy pprint # destroy uuid # cleanup[3] wiping rhsmlib.facts.hwprobe # destroy rhsmlib.facts.cpuinfo # cleanup[3] wiping rhsmlib.facts.collector # destroy rhsmlib.facts.collection # cleanup[3] wiping subscription_manager.branding # cleanup[3] wiping dataclasses # destroy keyword # cleanup[3] wiping subscription_manager.certdirectory # cleanup[3] wiping rhsm.certificate2 # cleanup[3] wiping rhsm.pathtree # cleanup[3] wiping rhsm.huffman # destroy heapq # cleanup[3] wiping rhsm.bitstream # cleanup[3] wiping rhsm.connection # destroy subscription_manager # destroy subscription_manager.i18n # destroy subscription_manager.version # destroy subscription_manager.certdirectory # destroy subscription_manager.branding # destroy subscription_manager.utils # destroy subscription_manager.jsonwrapper # destroy subscription_manager.isodate # destroy subscription_manager.certlib # destroy subscription_manager.syspurposelib # destroy subscription_manager.cache # destroy subscription_manager.model # destroy subscription_manager.repofile # destroy subscription_manager.repolib # destroy subscription_manager.productid # destroy subscription_manager.reasons # destroy subscription_manager.cert_sorter # destroy subscription_manager.facts # destroy subscription_manager.identity # destroy subscription_manager.validity # destroy subscription_manager.cp_provider # destroy subscription_manager.base_plugin # destroy subscription_manager.plugins # destroy subscription_manager.lock # destroy subscription_manager.injectioninit # destroy subscription_manager.base_action_client # destroy subscription_manager.content_action_client # destroy subscription_manager.entbranding # destroy subscription_manager.rhelentbranding # destroy subscription_manager.entcertlib # destroy subscription_manager.identitycertlib # destroy subscription_manager.healinglib # destroy subscription_manager.factlib # destroy subscription_manager.packageprofilelib # destroy subscription_manager.installedproductslib # destroy subscription_manager.action_client # cleanup[3] wiping rhsm.utils # cleanup[3] wiping rhsm.ourjson # cleanup[3] wiping rhsm.https # cleanup[3] wiping rhsmlib.services.config # cleanup[3] wiping subscription_manager.injection # cleanup[3] wiping rhsm.config # cleanup[3] wiping iniparse.ini # destroy iniparse.config # cleanup[3] wiping rhsm.certificate # destroy dateutil # destroy dateutil._version # destroy dateutil._common # destroy dateutil.parser # cleanup[3] wiping rhsm._certificate # cleanup[3] wiping rhsm # destroy rhsm.certificate # destroy rhsm.config # destroy rhsm.https # destroy rhsm.ourjson # destroy rhsm.utils # destroy rhsm.bitstream # destroy rhsm.huffman # destroy rhsm.pathtree # destroy rhsm.certificate2 # destroy rhsm.profile # destroy rhsm.logutil # cleanup[3] wiping dbus # destroy dbus._compat # destroy dbus._expat_introspect_parser # destroy dbus._dbus # destroy dbus.exceptions # destroy dbus.types # destroy dbus.lowlevel # destroy dbus.proxies # destroy dbus.connection # destroy dbus.bus # destroy dbus.decorators # destroy dbus.service # destroy dbus.server # destroy dbus.mainloop # cleanup[3] wiping xml.parsers.expat.errors # cleanup[3] wiping xml.parsers.expat.model # cleanup[3] wiping pyexpat # destroy pyexpat.errors # destroy pyexpat.model # cleanup[3] wiping _dbus_bindings # cleanup[3] wiping dateutil.parser._parser # destroy dateutil.relativedelta # cleanup[3] wiping dateutil.tz # destroy dateutil.tz._common # destroy dateutil.tz._factories # destroy dateutil.tz.tz # cleanup[3] wiping six.moves # cleanup[3] wiping _decimal # cleanup[3] wiping six # destroy six.moves.urllib # destroy six.moves # cleanup[3] wiping dnf.cli # destroy dnf.cli.format # destroy dnf.cli.term # destroy dnf.cli.progress # destroy dnf.cli.aliases # destroy dnf.cli.option_parser # destroy dnf.cli.demand # destroy dnf.cli.cli # cleanup[3] wiping dnf.cli.commands.upgrademinimal # cleanup[3] wiping dnf.cli.commands.upgrade # cleanup[3] wiping dnf.cli.commands.updateinfo # cleanup[3] wiping dnf.cli.commands.swap # cleanup[3] wiping dnf.cli.commands.shell # destroy cmd # cleanup[3] wiping dnf.cli.commands.search # cleanup[3] wiping dnf.match_counter # cleanup[3] wiping dnf.cli.commands.repolist # cleanup[3] wiping dnf.cli.commands.remove # cleanup[3] wiping dnf.cli.commands.reinstall # cleanup[3] wiping dnf.cli.commands.module # cleanup[3] wiping dnf.cli.commands.mark # cleanup[3] wiping dnf.cli.commands.makecache # cleanup[3] wiping dnf.cli.commands.install # cleanup[3] wiping dnf.cli.commands.history # cleanup[3] wiping dnf.transaction_sr # cleanup[3] wiping dnf.cli.commands.group # cleanup[3] wiping dnf.cli.commands.downgrade # cleanup[3] wiping dnf.cli.commands.distrosync # cleanup[3] wiping dnf.cli.commands.deplist # cleanup[3] wiping dnf.cli.commands.repoquery # cleanup[3] wiping dnf.cli.commands.clean # cleanup[3] wiping dnf.cli.commands.check # cleanup[3] wiping dnf.cli.commands.autoremove # cleanup[3] wiping dnf.cli.commands.alias # destroy dnf.cli.commands # cleanup[3] wiping dnf.cli.output # cleanup[3] wiping termios # cleanup[3] wiping curses # cleanup[3] wiping _curses # cleanup[3] wiping dnf # destroy dnf.pycomp # destroy dnf.const # destroy dnf.i18n # destroy dnf.yum # destroy dnf.yum.rpmtrans # destroy dnf.transaction # destroy dnf.callback # destroy dnf.util # destroy dnf.exceptions # destroy dnf.comps # destroy dnf.db # destroy dnf.db.group # destroy dnf.db.history # destroy dnf.crypto # destroy dnf.conf # destroy dnf.conf.substitutions # destroy dnf.conf.config # destroy dnf.conf.read # destroy dnf.lock # destroy dnf.logging # destroy dnf.repo # destroy dnf.rpm # destroy dnf.dnssec # destroy dnf.drpm # destroy dnf.goal # destroy dnf.history # destroy dnf.module # destroy dnf.module.exceptions # destroy dnf.module.module_base # destroy dnf.selector # destroy dnf.persistor # destroy dnf.plugin # destroy dnf.query # destroy dnf.repodict # destroy dnf.package # destroy dnf.sack # destroy dnf.subject # destroy dnf.base # destroy dnf.transaction_sr # destroy dnf.match_counter # destroy dnf.cli # cleanup[3] wiping gc # cleanup[3] wiping dnf.rpm.miscutils # cleanup[3] wiping dnf.rpm.connection # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping libdnf.smartcols # cleanup[3] wiping libdnf._smartcols # cleanup[3] wiping dnf.rpm.transaction # cleanup[3] wiping logging.handlers # destroy pickle # cleanup[3] wiping _pickle # cleanup[3] wiping _compat_pickle # cleanup[3] wiping dnf.yum.misc # cleanup[3] wiping glob # cleanup[3] wiping libcomps # cleanup[3] wiping libcomps._libpycomps # cleanup[3] wiping hawkey # cleanup[3] wiping hawkey._hawkey # cleanup[3] wiping rpm # destroy rpm.transaction # cleanup[3] wiping rpm._rpm # cleanup[3] wiping unicodedata # cleanup[3] wiping libdnf # destroy libdnf.error # destroy libdnf.common_types # destroy libdnf.conf # destroy libdnf.module # destroy libdnf.repo # destroy libdnf.transaction # destroy libdnf.utils # destroy libdnf.smartcols # cleanup[3] wiping libdnf._utils # cleanup[3] wiping libdnf._transaction # cleanup[3] wiping libdnf._repo # cleanup[3] wiping libdnf._module # cleanup[3] wiping libdnf._conf # cleanup[3] wiping libdnf._common_types # cleanup[3] wiping libdnf._error # cleanup[3] wiping queue # cleanup[3] wiping _queue # cleanup[3] wiping _heapq # cleanup[3] wiping configparser # cleanup[3] wiping email.mime.text # cleanup[3] wiping gzip # cleanup[3] wiping http.cookiejar # cleanup[3] wiping urllib.request # destroy http # cleanup[3] wiping urllib.error # cleanup[3] wiping urllib.response # cleanup[3] wiping http.client # cleanup[3] wiping ssl # cleanup[3] wiping _ssl # cleanup[3] wiping email.parser # cleanup[3] wiping email.feedparser # cleanup[3] wiping email.mime.multipart # cleanup[3] wiping email.mime.application # cleanup[3] wiping email.mime.nonmultipart # cleanup[3] wiping email.mime.base # cleanup[3] wiping email.policy # cleanup[3] wiping email.contentmanager # cleanup[3] wiping email.message # destroy quopri # cleanup[3] wiping email.iterators # cleanup[3] wiping email.headerregistry # cleanup[3] wiping email._header_value_parser # cleanup[3] wiping email._encoded_words # cleanup[3] wiping email._policybase # cleanup[3] wiping email.utils # cleanup[3] wiping email._parseaddr # cleanup[3] wiping calendar # cleanup[3] wiping email.header # cleanup[3] wiping email.charset # cleanup[3] wiping email.base64mime # cleanup[3] wiping email.quoprimime # cleanup[3] wiping email.errors # cleanup[3] wiping email.encoders # cleanup[3] wiping email.mime # destroy email.mime.base # destroy email.mime.nonmultipart # destroy email.mime.application # destroy email.mime.multipart # destroy email.mime.text # cleanup[3] wiping email # destroy email._parseaddr # destroy email._policybase # destroy email._encoded_words # destroy email._header_value_parser # destroy email.mime # destroy email.encoders # destroy email.errors # destroy email.quoprimime # destroy email.base64mime # destroy email.charset # destroy email.header # destroy email.utils # destroy email.headerregistry # destroy email.iterators # destroy email.message # destroy email.contentmanager # destroy email.policy # destroy email.feedparser # destroy email.parser # cleanup[3] wiping argparse # cleanup[3] wiping gettext # cleanup[3] wiping selinux._selinux # cleanup[3] wiping copy # 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 array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # destroy logging.handlers # destroy logging.config # cleanup[3] wiping string # cleanup[3] wiping _string # destroy _string # cleanup[3] wiping _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # destroy syslog # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping subprocess # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping typing # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping zipfile # destroy zipfile._path # destroy bz2 # destroy lzma # cleanup[3] wiping zipfile._path.glob # cleanup[3] wiping pathlib # cleanup[3] wiping urllib.parse # destroy ipaddress # cleanup[3] wiping urllib # destroy urllib.response # destroy urllib.error # destroy urllib.request # cleanup[3] wiping ntpath # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping tempfile # cleanup[3] wiping weakref # cleanup[3] wiping random # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # cleanup[3] wiping _lzma # cleanup[3] wiping _bz2 # cleanup[3] wiping _compression # cleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping base64 # cleanup[3] wiping binascii # cleanup[3] wiping struct # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping enum # 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 # cleanup[3] wiping os.path # destroy genericpath # cleanup[3] wiping posixpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # destroy _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping zipimport # destroy _frozen_importlib_external # cleanup[3] wiping time # cleanup[3] wiping posix # cleanup[3] wiping marshal # destroy marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # destroy _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy librepo._librepo # destroy _dbus_glib_bindings # destroy rhsm._certificate # destroy decimal # destroy _curses # destroy libcomps._libpycomps # destroy hawkey._hawkey # destroy rpm._rpm # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy zipimport # destroy platform # destroy _uuid # destroy re._parser # destroy tokenize # destroy _compat_pickle # destroy libdnf._error # destroy ansible.module_utils.six.moves.urllib # destroy array # destroy gi.types # destroy gi._error # destroy gi._gi # destroy gi._gobject # destroy gi._constants # destroy gi.docstring # destroy gi._propertyhelper # destroy gi._signalhelper # destroy gi.module # destroy gi.overrides # destroy gi.importer # destroy gi.repository # destroy gi._ossighelper # destroy gi._option # destroy textwrap # destroy _queue # destroy posix # destroy stat # destroy selectors # destroy _pickle # 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 _typing # destroy _tokenize # destroy ansible.module_utils.six.moves # destroy _operator # destroy gzip # destroy signal # destroy rhsmlib.facts.dmiinfo # destroy requests # destroy iniparse.ini # destroy _blake2 # destroy queue # destroy shlex # destroy pwd # destroy _functools # destroy gettext # destroy libcomps # destroy locale # destroy dnf.rpm.transaction # destroy dnf.rpm.connection # destroy dnf.rpm.miscutils # destroy base64 # destroy inspect # destroy gc # destroy zlib # destroy math # destroy dateutil.parser._parser # destroy http.cookies # destroy _ssl # destroy shutil # destroy _heapq # destroy enum # destroy urllib.parse # destroy _weakref # destroy ntpath # destroy rhsmlib.facts.custom # destroy rhsmlib.facts.host_collector # destroy rhsmlib.facts.hwprobe # destroy rhsmlib.facts.insights # destroy rhsmlib.facts.kpatch # destroy rhsmlib.facts.cloud_facts # destroy rhsmlib.facts.pkg_arches # destroy rhsmlib.facts.network # destroy rhsm # destroy rhsmlib.dbus.dbus_utils # destroy traceback # destroy dnf.yum.misc # destroy glob # destroy functools # destroy curses # destroy fcntl # destroy termios # destroy argparse # destroy dnf.cli.commands.alias # destroy dnf.cli.commands.autoremove # destroy dnf.cli.commands.check # destroy dnf.cli.commands.clean # destroy dnf.cli.commands.repoquery # destroy dnf.cli.commands.deplist # destroy dnf.cli.commands.distrosync # destroy dnf.cli.commands.downgrade # destroy dnf.cli.commands.group # destroy dnf.cli.commands.history # destroy dnf.cli.commands.install # destroy dnf.cli.commands.makecache # destroy dnf.cli.commands.mark # destroy dnf.cli.commands.module # destroy dnf.cli.commands.reinstall # destroy dnf.cli.commands.remove # destroy dnf.cli.commands.repolist # destroy dnf.cli.commands.search # destroy dnf.cli.commands.shell # destroy dnf.cli.commands.swap # destroy dnf.cli.commands.updateinfo # destroy dnf.cli.commands.upgrade # destroy dnf.cli.commands.upgrademinimal # destroy operator # destroy random # destroy rpm # destroy hawkey # destroy dnf.cli.output # destroy dnf # destroy _thread # destroy json.scanner # destroy _json # destroy dataclasses # destroy configparser # destroy fnmatch # destroy pyinotify # destroy requests.sessions # destroy six.moves.urllib_parse # destroy six.moves.urllib.error # destroy six.moves.urllib.request # destroy six.moves.urllib.response # destroy six.moves.urllib.robotparser # destroy _opcode # destroy dateutil.tz # destroy six # destroy urllib3.packages.six.moves.urllib_parse # destroy urllib3.packages.six.moves.urllib.error # destroy urllib3.packages.six.moves.urllib.request # destroy urllib3.packages.six.moves.urllib.response # destroy urllib3.packages.six.moves.urllib.robotparser # destroy urllib3.packages # destroy urllib3.exceptions # destroy urllib3._version # destroy urllib3._collections # destroy urllib3.contrib # destroy urllib3.util # destroy urllib3.connection # destroy urllib3.fields # destroy urllib3.filepost # destroy urllib3.request # destroy urllib3.response # destroy urllib3.connectionpool # destroy urllib3.poolmanager # destroy calendar # destroy copy # destroy codecs # destroy struct # destroy tempfile # destroy requests.certs # destroy hashlib # destroy datetime # destroy encodings # destroy charset_normalizer # destroy http.cookiejar # destroy json # destroy typing # destroy _multibytecodec # destroy _socket # destroy hmac # destroy binascii # destroy _hashlib # destroy dbus # destroy rhsmlib.dbus.constants # destroy rhsm.connection # destroy gi.repository.GLib # destroy rhsmlib.services.config # destroy subscription_manager.injection # destroy http.client # destroy email # destroy _warnings # destroy ssl # destroy string # destroy subprocess # destroy rhsmlib.facts.collector # destroy errno # destroy select # destroy time # destroy socket # destroy urllib3.contrib._appengine_environ # destroy urllib3.packages.six # destroy urllib # destroy importlib # destroy idna.idnadata # destroy bisect # destroy unicodedata # destroy _io # destroy _compression # destroy posixpath # destroy zipfile # destroy itertools # destroy pathlib # destroy zipfile._path.glob # destroy threading # destroy logging # destroy warnings # destroy io # destroy collections # destroy contextlib # destroy _bz2 # destroy _lzma # destroy xml.etree.ElementPath # destroy pyexpat # destroy _elementtree # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy _codecs # destroy re # destroy _random # destroy _sre # 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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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.12.120 closed. [WARNING]: Module invocation had junk after the JSON data: # destroy dnf.plugin.dynamic # 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 # 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 # 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 # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing 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 # cleanup[2] removing ipaddress # cleanup[2] removing 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 # 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 # 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 # 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 # 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 # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing 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 # 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 # 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 # cleanup[2] removing email # cleanup[2] removing email.mime # cleanup[2] removing quopri # cleanup[2] removing email.encoders # cleanup[2] removing email.errors # cleanup[2] removing email.quoprimime # cleanup[2] removing email.base64mime # cleanup[2] removing email.charset # cleanup[2] removing email.header # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing email.utils # cleanup[2] removing email._policybase # cleanup[2] removing email._encoded_words # cleanup[2] removing email._header_value_parser # cleanup[2] removing email.headerregistry # cleanup[2] removing email.iterators # cleanup[2] removing email.message # cleanup[2] removing email.contentmanager # cleanup[2] removing email.policy # cleanup[2] removing email.mime.base # cleanup[2] removing email.mime.nonmultipart # cleanup[2] removing email.mime.application # cleanup[2] removing email.mime.multipart # cleanup[2] removing email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing http # cleanup[2] removing _ssl # cleanup[2] removing ssl # cleanup[2] removing http.client # cleanup[2] removing mimetypes # cleanup[2] removing netrc # cleanup[2] removing urllib.response # cleanup[2] removing urllib.error # cleanup[2] removing urllib.request # cleanup[2] removing http.cookiejar # cleanup[2] removing gzip # cleanup[2] removing ansible.module_utils.urls # destroy ansible.module_utils.urls # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.common.respawn # destroy ansible.module_utils.common.respawn # cleanup[2] removing ansible.module_utils.yumdnf # destroy ansible.module_utils.yumdnf # cleanup[2] removing email.mime.text # cleanup[2] removing configparser # cleanup[2] removing _heapq # cleanup[2] removing heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing dnf.pycomp # cleanup[2] removing dnf.const # cleanup[2] removing libdnf._error # cleanup[2] removing libdnf.error # cleanup[2] removing libdnf._common_types # cleanup[2] removing libdnf.common_types # cleanup[2] removing libdnf._conf # cleanup[2] removing libdnf.conf # cleanup[2] removing libdnf._module # cleanup[2] removing libdnf.module # cleanup[2] removing libdnf._repo # cleanup[2] removing libdnf.repo # cleanup[2] removing libdnf._transaction # cleanup[2] removing libdnf.transaction # cleanup[2] removing libdnf._utils # cleanup[2] removing libdnf.utils # cleanup[2] removing libdnf # cleanup[2] removing unicodedata # cleanup[2] removing dnf.i18n # cleanup[2] removing dnf.yum # cleanup[2] removing dnf.transaction # cleanup[2] removing rpm._rpm # cleanup[2] removing rpm.transaction # cleanup[2] removing rpm # cleanup[2] removing dnf.yum.rpmtrans # cleanup[2] removing dnf.callback # cleanup[2] removing hawkey._hawkey # cleanup[2] removing hawkey # cleanup[2] removing dnf.util # cleanup[2] removing dnf.exceptions # cleanup[2] removing libcomps._libpycomps # cleanup[2] removing libcomps # cleanup[2] removing dnf.comps # cleanup[2] removing dnf.db # cleanup[2] removing dnf.crypto # cleanup[2] removing glob # cleanup[2] removing dnf.yum.misc # cleanup[2] removing dnf.db.group # cleanup[2] removing dnf.db.history # cleanup[2] removing dnf.conf.substitutions # cleanup[2] removing dnf.conf.config # cleanup[2] removing dnf.conf # cleanup[2] removing dnf.lock # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing logging.handlers # cleanup[2] removing dnf.logging # cleanup[2] removing dnf.repo # cleanup[2] removing dnf.conf.read # cleanup[2] removing dnf.rpm.transaction # cleanup[2] removing dnf.rpm # cleanup[2] removing dnf.dnssec # cleanup[2] removing dnf.drpm # cleanup[2] removing dnf.goal # cleanup[2] removing dnf.history # cleanup[2] removing dnf.module # cleanup[2] removing libdnf._smartcols # cleanup[2] removing libdnf.smartcols # cleanup[2] removing dnf.selector # cleanup[2] removing dnf.module.exceptions # cleanup[2] removing dnf.module.module_base # cleanup[2] removing dnf.persistor # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing dnf.plugin # cleanup[2] removing dnf.query # cleanup[2] removing dnf.repodict # cleanup[2] removing dnf.rpm.connection # cleanup[2] removing dnf.rpm.miscutils # cleanup[2] removing dnf.package # cleanup[2] removing dnf.sack # cleanup[2] removing dnf.subject # cleanup[2] removing gc # cleanup[2] removing dnf.base # cleanup[2] removing dnf # cleanup[2] removing dnfpluginscore # destroy dnfpluginscore # cleanup[2] removing dnf.cli.format # cleanup[2] removing _curses # cleanup[2] removing curses # cleanup[2] removing termios # cleanup[2] removing dnf.cli.term # cleanup[2] removing dnf.cli.progress # cleanup[2] removing dnf.cli.output # cleanup[2] removing dnf.cli.aliases # cleanup[2] removing dnf.cli.option_parser # cleanup[2] removing dnf.cli.commands # cleanup[2] removing dnf.cli.commands.alias # cleanup[2] removing dnf.cli.commands.autoremove # cleanup[2] removing dnf.cli.commands.check # cleanup[2] removing dnf.cli.commands.clean # cleanup[2] removing dnf.cli.commands.repoquery # cleanup[2] removing dnf.cli.commands.deplist # cleanup[2] removing dnf.cli.commands.distrosync # cleanup[2] removing dnf.cli.commands.downgrade # cleanup[2] removing dnf.cli.commands.group # cleanup[2] removing dnf.transaction_sr # cleanup[2] removing dnf.cli.commands.history # cleanup[2] removing dnf.cli.commands.install # cleanup[2] removing dnf.cli.commands.makecache # cleanup[2] removing dnf.cli.commands.mark # cleanup[2] removing dnf.cli.commands.module # cleanup[2] removing dnf.cli.commands.reinstall # cleanup[2] removing dnf.cli.commands.remove # cleanup[2] removing dnf.cli.commands.repolist # cleanup[2] removing dnf.match_counter # cleanup[2] removing dnf.cli.commands.search # cleanup[2] removing cmd # cleanup[2] removing dnf.cli.commands.shell # cleanup[2] removing dnf.cli.commands.swap # cleanup[2] removing dnf.cli.commands.updateinfo # cleanup[2] removing dnf.cli.commands.upgrade # cleanup[2] removing dnf.cli.commands.upgrademinimal # cleanup[2] removing dnf.cli.demand # cleanup[2] removing dnf.cli.cli # cleanup[2] removing dnf.cli # cleanup[2] removing dnf.plugin.dynamic.builddep # destroy dnf.plugin.dynamic.builddep # cleanup[2] removing dateutil._version # cleanup[2] removing dateutil # cleanup[2] removing six # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing dateutil._common # cleanup[2] removing dateutil.relativedelta # cleanup[2] removing six.moves # cleanup[2] removing dateutil.tz._common # cleanup[2] removing dateutil.tz._factories # cleanup[2] removing dateutil.tz.tz # cleanup[2] removing dateutil.tz # cleanup[2] removing dateutil.parser._parser # cleanup[2] removing dateutil.parser.isoparser # destroy dateutil.parser.isoparser # cleanup[2] removing dateutil.parser # cleanup[2] removing dnf.plugin.dynamic.changelog # destroy dnf.plugin.dynamic.changelog # cleanup[2] removing dnf.plugin.dynamic.config_manager # destroy dnf.plugin.dynamic.config_manager # cleanup[2] removing dnf.plugin.dynamic.copr # destroy dnf.plugin.dynamic.copr # cleanup[2] removing dnf.plugin.dynamic.debuginfo-install # destroy dnf.plugin.dynamic.debuginfo-install # cleanup[2] removing dnf.plugin.dynamic.download # destroy dnf.plugin.dynamic.download # cleanup[2] removing _sqlite3 # cleanup[2] removing sqlite3.dbapi2 # cleanup[2] removing sqlite3 # cleanup[2] removing dnf.plugin.dynamic.generate_completion_cache # destroy dnf.plugin.dynamic.generate_completion_cache # cleanup[2] removing dnf.plugin.dynamic.groups_manager # destroy dnf.plugin.dynamic.groups_manager # cleanup[2] removing dbus._compat # cleanup[2] removing dbus.exceptions # cleanup[2] removing _dbus_bindings # cleanup[2] removing dbus.types # cleanup[2] removing dbus.lowlevel # cleanup[2] removing xml # destroy xml # cleanup[2] removing xml.parsers # destroy xml.parsers # cleanup[2] removing pyexpat.errors # cleanup[2] removing pyexpat.model # cleanup[2] removing pyexpat # cleanup[2] removing xml.parsers.expat.model # cleanup[2] removing xml.parsers.expat.errors # cleanup[2] removing xml.parsers.expat # destroy xml.parsers.expat # cleanup[2] removing dbus._expat_introspect_parser # cleanup[2] removing dbus.proxies # cleanup[2] removing dbus.connection # cleanup[2] removing dbus.bus # cleanup[2] removing dbus._dbus # cleanup[2] removing dbus # cleanup[2] removing dnf.plugin.dynamic.needs_restarting # destroy dnf.plugin.dynamic.needs_restarting # cleanup[2] removing dnf.plugin.dynamic.repoclosure # destroy dnf.plugin.dynamic.repoclosure # cleanup[2] removing dnf.plugin.dynamic.repodiff # destroy dnf.plugin.dynamic.repodiff # cleanup[2] removing dnf.plugin.dynamic.repograph # destroy dnf.plugin.dynamic.repograph # cleanup[2] removing dnf.plugin.dynamic.repomanage # destroy dnf.plugin.dynamic.repomanage # cleanup[2] removing dnf.plugin.dynamic.reposync # destroy dnf.plugin.dynamic.reposync # cleanup[2] removing dnf.plugin.dynamic.system_upgrade # destroy dnf.plugin.dynamic.system_upgrade # cleanup[2] removing subscription_manager # cleanup[2] removing rhsm # cleanup[2] removing rhsm._certificate # cleanup[2] removing rhsm.certificate # cleanup[2] removing iniparse.configparser # cleanup[2] removing iniparse.config # cleanup[2] removing iniparse.ini # cleanup[2] removing iniparse.compat # cleanup[2] removing iniparse.utils # cleanup[2] removing iniparse # destroy iniparse # destroy iniparse.configparser # destroy iniparse.utils # cleanup[2] removing subscription_manager.i18n # cleanup[2] removing rhsm.config # cleanup[2] removing subscription_manager.injection # cleanup[2] removing rhsmlib # destroy rhsmlib # cleanup[2] removing rhsmlib.services # cleanup[2] removing rhsmlib.services.config # cleanup[2] removing rhsm.https # cleanup[2] removing rhsm.ourjson # cleanup[2] removing rhsm.utils # cleanup[2] removing subscription_manager.version # cleanup[2] removing rhsm.connection # cleanup[2] removing rhsm.bitstream # cleanup[2] removing rhsm.huffman # cleanup[2] removing rhsm.pathtree # cleanup[2] removing rhsm.certificate2 # cleanup[2] removing subscription_manager.certdirectory # cleanup[2] removing dataclasses # cleanup[2] removing pprint # cleanup[2] removing subscription_manager.branding # cleanup[2] removing rhsmlib.facts # cleanup[2] removing rhsmlib.facts.cpuinfo # cleanup[2] removing rhsmlib.facts.collection # cleanup[2] removing rhsmlib.facts.collector # cleanup[2] removing rhsmlib.facts.hwprobe # cleanup[2] removing subscription_manager.utils # cleanup[2] removing cloud_what # destroy cloud_what # cleanup[2] removing rhsmlib.facts.cleanup # cleanup[2] removing rhsmlib.facts.virt # cleanup[2] removing rhsmlib.facts.dmidecodeparser # cleanup[2] removing rhsmlib.facts.dmiinfo # cleanup[2] removing rhsmlib.facts.firmware_info # cleanup[2] removing rhsmlib.facts.host_collector # cleanup[2] removing rhsmlib.facts.custom # cleanup[2] removing urllib3.packages # cleanup[2] removing urllib3.packages.six # cleanup[2] removing urllib3.packages.six.moves # cleanup[2] removing urllib3.packages.six.moves.http_client # cleanup[2] removing urllib3.exceptions # cleanup[2] removing urllib3._version # cleanup[2] removing urllib3._collections # cleanup[2] removing urllib3.contrib # cleanup[2] removing urllib3.contrib._appengine_environ # cleanup[2] removing urllib3.util.wait # cleanup[2] removing urllib3.util.connection # cleanup[2] removing urllib3.util.request # cleanup[2] removing urllib3.util.response # cleanup[2] removing urllib3.util.retry # cleanup[2] removing hmac # cleanup[2] removing urllib3.util.url # cleanup[2] removing urllib3.util.ssltransport # cleanup[2] removing urllib3.util.ssl_ # cleanup[2] removing urllib3.util.timeout # cleanup[2] removing urllib3.util # cleanup[2] removing urllib3.util.proxy # cleanup[2] removing urllib3.util.ssl_match_hostname # cleanup[2] removing urllib3.connection # cleanup[2] removing urllib3.fields # cleanup[2] removing urllib3.filepost # cleanup[2] removing urllib3.packages.six.moves.urllib # cleanup[2] removing urllib3.packages.six.moves.urllib.parse # cleanup[2] removing urllib3.request # cleanup[2] removing urllib3.response # cleanup[2] removing urllib3.util.queue # cleanup[2] removing urllib3.connectionpool # cleanup[2] removing urllib3.poolmanager # cleanup[2] removing urllib3 # cleanup[2] removing charset_normalizer.constant # cleanup[2] removing _multibytecodec # cleanup[2] removing charset_normalizer.utils # cleanup[2] removing charset_normalizer.md # cleanup[2] removing charset_normalizer.models # cleanup[2] removing charset_normalizer.cd # cleanup[2] removing charset_normalizer.api # cleanup[2] removing charset_normalizer.legacy # cleanup[2] removing charset_normalizer.version # cleanup[2] removing charset_normalizer # cleanup[2] removing http.cookies # cleanup[2] removing requests.compat # cleanup[2] removing requests.exceptions # cleanup[2] removing requests.packages.urllib3.packages # cleanup[2] removing requests.packages.urllib3.packages.six # cleanup[2] removing requests.packages.urllib3.packages.six.moves # cleanup[2] removing requests.packages.urllib3.packages.six.moves.http_client # cleanup[2] removing requests.packages.urllib3.exceptions # cleanup[2] removing requests.packages.urllib3._version # cleanup[2] removing requests.packages.urllib3._collections # cleanup[2] removing requests.packages.urllib3.contrib # cleanup[2] removing requests.packages.urllib3.contrib._appengine_environ # cleanup[2] removing requests.packages.urllib3.util.wait # cleanup[2] removing requests.packages.urllib3.util.connection # cleanup[2] removing requests.packages.urllib3.util.request # cleanup[2] removing requests.packages.urllib3.util.response # cleanup[2] removing requests.packages.urllib3.util.retry # cleanup[2] removing requests.packages.urllib3.util.url # cleanup[2] removing requests.packages.urllib3.util.ssltransport # cleanup[2] removing requests.packages.urllib3.util.ssl_ # cleanup[2] removing requests.packages.urllib3.util.timeout # cleanup[2] removing requests.packages.urllib3.util # cleanup[2] removing requests.packages.urllib3.util.proxy # cleanup[2] removing requests.packages.urllib3.util.ssl_match_hostname # cleanup[2] removing requests.packages.urllib3.connection # cleanup[2] removing requests.packages.urllib3.fields # cleanup[2] removing requests.packages.urllib3.filepost # cleanup[2] removing requests.packages.urllib3.packages.six.moves.urllib # cleanup[2] removing requests.packages.urllib3.packages.six.moves.urllib.parse # cleanup[2] removing requests.packages.urllib3.request # cleanup[2] removing requests.packages.urllib3.response # cleanup[2] removing requests.packages.urllib3.util.queue # cleanup[2] removing requests.packages.urllib3.connectionpool # cleanup[2] removing requests.packages.urllib3.poolmanager # cleanup[2] removing requests.packages.urllib3 # cleanup[2] removing idna.package_data # cleanup[2] removing idna.idnadata # cleanup[2] removing idna.intranges # cleanup[2] removing idna.core # cleanup[2] removing idna # cleanup[2] removing requests.packages.idna.package_data # cleanup[2] removing requests.packages.idna.idnadata # cleanup[2] removing requests.packages.idna.intranges # cleanup[2] removing requests.packages.idna.core # cleanup[2] removing requests.packages.idna # cleanup[2] removing requests.packages.charset_normalizer.constant # cleanup[2] removing requests.packages.chardet.constant # cleanup[2] removing requests.packages.charset_normalizer.utils # cleanup[2] removing requests.packages.chardet.utils # cleanup[2] removing requests.packages.charset_normalizer.md # cleanup[2] removing requests.packages.chardet.md # cleanup[2] removing requests.packages.charset_normalizer.models # cleanup[2] removing requests.packages.chardet.models # cleanup[2] removing requests.packages.charset_normalizer.cd # cleanup[2] removing requests.packages.chardet.cd # cleanup[2] removing requests.packages.charset_normalizer.api # cleanup[2] removing requests.packages.chardet.api # cleanup[2] removing requests.packages.charset_normalizer.legacy # cleanup[2] removing requests.packages.chardet.legacy # cleanup[2] removing requests.packages.charset_normalizer.version # cleanup[2] removing requests.packages.chardet.version # cleanup[2] removing requests.packages.charset_normalizer # cleanup[2] removing requests.packages.chardet # cleanup[2] removing requests.packages # cleanup[2] removing requests.certs # cleanup[2] removing requests.__version__ # destroy requests.__version__ # cleanup[2] removing requests._internal_utils # cleanup[2] removing requests.cookies # cleanup[2] removing requests.structures # cleanup[2] removing requests.utils # cleanup[2] removing requests.auth # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # cleanup[2] removing requests.hooks # cleanup[2] removing requests.status_codes # cleanup[2] removing requests.models # cleanup[2] removing requests.adapters # cleanup[2] removing requests.sessions # cleanup[2] removing requests.api # cleanup[2] removing requests # cleanup[2] removing cloud_what._base_provider # destroy cloud_what._base_provider # cleanup[2] removing cloud_what.providers # destroy cloud_what.providers # cleanup[2] removing cloud_what.providers.aws # destroy cloud_what.providers.aws # cleanup[2] removing cloud_what.providers.azure # destroy cloud_what.providers.azure # cleanup[2] removing cloud_what.providers.gcp # destroy cloud_what.providers.gcp # cleanup[2] removing cloud_what.provider # cleanup[2] removing rhsm.profile # cleanup[2] removing subscription_manager.jsonwrapper # cleanup[2] removing subscription_manager.isodate # cleanup[2] removing syspurpose # destroy syspurpose # cleanup[2] removing syspurpose.utils # destroy syspurpose.utils # cleanup[2] removing syspurpose.files # destroy syspurpose.files # cleanup[2] removing subscription_manager.certlib # cleanup[2] removing subscription_manager.syspurposelib # cleanup[2] removing ctypes.util # cleanup[2] removing pyinotify # cleanup[2] removing rhsmlib.file_monitor # cleanup[2] removing rhsmlib.dbus # cleanup[2] removing dbus.decorators # cleanup[2] removing dbus.service # cleanup[2] removing dbus.server # cleanup[2] removing dbus.mainloop # cleanup[2] removing _dbus_glib_bindings # cleanup[2] removing dbus.mainloop.glib # cleanup[2] removing rhsmlib.dbus.constants # cleanup[2] removing gi._error # cleanup[2] removing gi._gi # cleanup[2] removing gi._gobject # cleanup[2] removing glib # destroy glib # cleanup[2] removing gobject # destroy gobject # cleanup[2] removing gio # destroy gio # cleanup[2] removing gtk # destroy gtk # cleanup[2] removing gtk.gdk # destroy gtk.gdk # cleanup[2] removing gi # cleanup[2] removing gi._constants # cleanup[2] removing gi.docstring # cleanup[2] removing gi._propertyhelper # cleanup[2] removing gi._signalhelper # cleanup[2] removing gi.types # cleanup[2] removing gi.module # cleanup[2] removing gi.overrides # cleanup[2] removing gi.importer # cleanup[2] removing gi.repository # cleanup[2] removing gi._ossighelper # cleanup[2] removing optparse # cleanup[2] removing gi._option # cleanup[2] removing gi.overrides.GLib # cleanup[2] removing gi.repository.GLib # cleanup[2] removing xml.etree # destroy xml.etree # cleanup[2] removing xml.etree.ElementPath # cleanup[2] removing _elementtree # cleanup[2] removing xml.etree.ElementTree # cleanup[2] removing rhsmlib.dbus.dbus_utils # cleanup[2] removing socketserver # destroy socketserver # cleanup[2] removing logging.config # cleanup[2] removing rhsm.logutil # cleanup[2] removing rhsmlib.dbus.server # cleanup[2] removing rhsmlib.services.syspurpose # cleanup[2] removing subscription_manager.cache # cleanup[2] removing subscription_manager.model # cleanup[2] removing subscription_manager.model.ent_cert # cleanup[2] removing subscription_manager.repofile # cleanup[2] removing subscription_manager.repolib # cleanup[2] removing subscription_manager.productid # cleanup[2] removing subscription_manager.reasons # cleanup[2] removing subscription_manager.cert_sorter # cleanup[2] removing rhsmlib.facts.insights # cleanup[2] removing rhsmlib.facts.kpatch # cleanup[2] removing rhsmlib.facts.cloud_facts # cleanup[2] removing rhsmlib.facts.pkg_arches # cleanup[2] removing rhsmlib.facts.network # cleanup[2] removing rhsmlib.facts.all # cleanup[2] removing subscription_manager.facts # cleanup[2] removing subscription_manager.identity # cleanup[2] removing subscription_manager.validity # cleanup[2] removing rhsmlib.client_info # cleanup[2] removing subscription_manager.cp_provider # cleanup[2] removing subscription_manager.base_plugin # cleanup[2] removing subscription_manager.plugins # cleanup[2] removing subscription_manager.lock # cleanup[2] removing subscription_manager.injectioninit # cleanup[2] removing librepo._librepo # cleanup[2] removing librepo # cleanup[2] removing dnf.plugin.dynamic.product-id # destroy dnf.plugin.dynamic.product-id # cleanup[2] removing subscription_manager.base_action_client # cleanup[2] removing subscription_manager.content_action_client # cleanup[2] removing subscription_manager.entbranding # cleanup[2] removing subscription_manager.rhelentbranding # cleanup[2] removing subscription_manager.entcertlib # cleanup[2] removing subscription_manager.identitycertlib # cleanup[2] removing subscription_manager.healinglib # cleanup[2] removing subscription_manager.factlib # cleanup[2] removing subscription_manager.packageprofilelib # cleanup[2] removing subscription_manager.installedproductslib # cleanup[2] removing subscription_manager.action_client # cleanup[2] removing dnf.plugin.dynamic.subscription-manager # destroy dnf.plugin.dynamic.subscription-manager # cleanup[2] removing dnf.plugin.dynamic.upload-profile # destroy dnf.plugin.dynamic.upload-profile # destroy _sitebuiltins # destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy selinux # destroy distro # destroy distro.distro # destroy netrc # destroy sqlite3 # destroy sqlite3.dbapi2 # destroy _sqlite3 # destroy systemd.journal # destroy iniparse.compat # destroy rhsmlib.services # destroy rhsmlib.facts # destroy rhsmlib.facts.dmidecodeparser # destroy rhsmlib.facts.all # destroy rhsmlib.dbus # destroy rhsmlib.dbus.server # destroy rhsmlib.client_info # destroy librepo # cleanup[3] wiping subscription_manager.action_client # cleanup[3] wiping subscription_manager.installedproductslib # cleanup[3] wiping subscription_manager.packageprofilelib # cleanup[3] wiping subscription_manager.factlib # cleanup[3] wiping subscription_manager.healinglib # cleanup[3] wiping subscription_manager.identitycertlib # cleanup[3] wiping subscription_manager.entcertlib # cleanup[3] wiping subscription_manager.rhelentbranding # cleanup[3] wiping subscription_manager.entbranding # cleanup[3] wiping subscription_manager.content_action_client # cleanup[3] wiping subscription_manager.base_action_client # cleanup[3] wiping librepo._librepo # cleanup[3] wiping subscription_manager.injectioninit # cleanup[3] wiping subscription_manager.lock # cleanup[3] wiping subscription_manager.plugins # cleanup[3] wiping subscription_manager.base_plugin # cleanup[3] wiping subscription_manager.cp_provider # cleanup[3] wiping subscription_manager.validity # cleanup[3] wiping subscription_manager.identity # cleanup[3] wiping subscription_manager.facts # cleanup[3] wiping rhsmlib.facts.network # cleanup[3] wiping rhsmlib.facts.pkg_arches # cleanup[3] wiping rhsmlib.facts.cloud_facts # cleanup[3] wiping rhsmlib.facts.kpatch # cleanup[3] wiping rhsmlib.facts.insights # cleanup[3] wiping subscription_manager.cert_sorter # destroy rhsmlib.file_monitor # cleanup[3] wiping subscription_manager.reasons # cleanup[3] wiping subscription_manager.productid # cleanup[3] wiping subscription_manager.repolib # cleanup[3] wiping subscription_manager.repofile # cleanup[3] wiping subscription_manager.model.ent_cert # cleanup[3] wiping subscription_manager.model # destroy subscription_manager.model.ent_cert # cleanup[3] wiping subscription_manager.cache # destroy rhsmlib.services.syspurpose # cleanup[3] wiping rhsm.logutil # cleanup[3] wiping logging.config # cleanup[3] wiping rhsmlib.dbus.dbus_utils # destroy xml.etree.ElementTree # cleanup[3] wiping _elementtree # cleanup[3] wiping xml.etree.ElementPath # cleanup[3] wiping gi.repository.GLib # cleanup[3] wiping gi.overrides.GLib # cleanup[3] wiping gi._option # destroy optparse # cleanup[3] wiping gi._ossighelper # cleanup[3] wiping gi.repository # cleanup[3] wiping gi.importer # cleanup[3] wiping gi.overrides # destroy gi.overrides.GLib # cleanup[3] wiping gi.module # destroy gi # cleanup[3] wiping gi.types # cleanup[3] wiping gi._signalhelper # cleanup[3] wiping gi._propertyhelper # cleanup[3] wiping gi.docstring # cleanup[3] wiping gi._constants # cleanup[3] wiping gi._gobject # cleanup[3] wiping gi._gi # cleanup[3] wiping gi._error # cleanup[3] wiping rhsmlib.dbus.constants # cleanup[3] wiping dbus.mainloop.glib # cleanup[3] wiping _dbus_glib_bindings # cleanup[3] wiping dbus.mainloop # destroy dbus.mainloop.glib # cleanup[3] wiping dbus.server # cleanup[3] wiping dbus.service # cleanup[3] wiping dbus.decorators # cleanup[3] wiping pyinotify # destroy ctypes # cleanup[3] wiping ctypes.util # cleanup[3] wiping subscription_manager.syspurposelib # cleanup[3] wiping subscription_manager.certlib # cleanup[3] wiping subscription_manager.isodate # cleanup[3] wiping subscription_manager.jsonwrapper # cleanup[3] wiping rhsm.profile # destroy cloud_what.provider # cleanup[3] wiping requests # destroy requests._internal_utils # destroy requests.compat # destroy requests.exceptions # destroy requests.packages # destroy urllib3 # destroy idna # destroy idna.package_data # destroy idna.intranges # destroy idna.core # destroy requests.cookies # destroy requests.structures # destroy requests.utils # destroy requests.auth # destroy requests.hooks # destroy requests.status_codes # destroy requests.models # destroy requests.adapters # destroy requests.api # cleanup[3] wiping requests.sessions # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping requests.certs # cleanup[3] wiping requests.packages.chardet # destroy charset_normalizer.constant # destroy charset_normalizer.utils # destroy charset_normalizer.md # destroy charset_normalizer.models # destroy charset_normalizer.cd # destroy charset_normalizer.api # destroy charset_normalizer.legacy # destroy charset_normalizer.version # cleanup[3] wiping requests.packages.charset_normalizer # cleanup[3] wiping requests.packages.idna.idnadata # cleanup[3] wiping idna.idnadata # cleanup[3] wiping requests.packages.urllib3.poolmanager # cleanup[3] wiping requests.packages.urllib3.connectionpool # cleanup[3] wiping requests.packages.urllib3.util.queue # cleanup[3] wiping requests.packages.urllib3.response # cleanup[3] wiping requests.packages.urllib3.request # cleanup[3] wiping requests.packages.urllib3.packages.six.moves.urllib.parse # cleanup[3] wiping requests.packages.urllib3.packages.six.moves.urllib # cleanup[3] wiping requests.packages.urllib3.filepost # cleanup[3] wiping requests.packages.urllib3.fields # destroy mimetypes # cleanup[3] wiping requests.packages.urllib3.connection # cleanup[3] wiping requests.packages.urllib3.util.ssl_match_hostname # cleanup[3] wiping requests.packages.urllib3.util.proxy # cleanup[3] wiping requests.packages.urllib3.util # destroy urllib3.util.wait # destroy urllib3.util.connection # destroy urllib3.util.request # destroy urllib3.util.response # destroy urllib3.util.retry # destroy urllib3.util.url # destroy urllib3.util.ssltransport # destroy urllib3.util.ssl_ # destroy urllib3.util.timeout # destroy urllib3.util.proxy # destroy urllib3.util.ssl_match_hostname # destroy urllib3.util.queue # cleanup[3] wiping requests.packages.urllib3.contrib._appengine_environ # cleanup[3] wiping requests.packages.urllib3.contrib # cleanup[3] wiping requests.packages.urllib3._collections # cleanup[3] wiping requests.packages.urllib3._version # cleanup[3] wiping requests.packages.urllib3.exceptions # cleanup[3] wiping requests.packages.urllib3.packages.six.moves.http_client # cleanup[3] wiping requests.packages.urllib3.packages.six.moves # cleanup[3] wiping requests.packages.urllib3.packages.six # destroy urllib3.packages.six.moves.urllib # destroy urllib3.packages.six.moves # cleanup[3] wiping requests.packages.urllib3.packages # cleanup[3] wiping http.cookies # cleanup[3] wiping charset_normalizer # cleanup[3] wiping _multibytecodec # cleanup[3] wiping urllib3.poolmanager # cleanup[3] wiping urllib3.connectionpool # cleanup[3] wiping urllib3.response # cleanup[3] wiping urllib3.request # cleanup[3] wiping urllib3.packages.six.moves.urllib.parse # cleanup[3] wiping urllib3.filepost # cleanup[3] wiping urllib3.fields # cleanup[3] wiping urllib3.connection # cleanup[3] wiping urllib3.util # cleanup[3] wiping hmac # cleanup[3] wiping urllib3.contrib._appengine_environ # cleanup[3] wiping urllib3.contrib # cleanup[3] wiping urllib3._collections # cleanup[3] wiping urllib3._version # cleanup[3] wiping urllib3.exceptions # cleanup[3] wiping urllib3.packages.six.moves.http_client # cleanup[3] wiping urllib3.packages.six # cleanup[3] wiping urllib3.packages # cleanup[3] wiping rhsmlib.facts.custom # cleanup[3] wiping rhsmlib.facts.host_collector # destroy rhsmlib.facts.cleanup # destroy rhsmlib.facts.virt # destroy rhsmlib.facts.firmware_info # cleanup[3] wiping rhsmlib.facts.dmiinfo # cleanup[3] wiping subscription_manager.utils # destroy pprint # destroy uuid # cleanup[3] wiping rhsmlib.facts.hwprobe # destroy rhsmlib.facts.cpuinfo # cleanup[3] wiping rhsmlib.facts.collector # destroy rhsmlib.facts.collection # cleanup[3] wiping subscription_manager.branding # cleanup[3] wiping dataclasses # destroy keyword # cleanup[3] wiping subscription_manager.certdirectory # cleanup[3] wiping rhsm.certificate2 # cleanup[3] wiping rhsm.pathtree # cleanup[3] wiping rhsm.huffman # destroy heapq # cleanup[3] wiping rhsm.bitstream # cleanup[3] wiping rhsm.connection # destroy subscription_manager # destroy subscription_manager.i18n # destroy subscription_manager.version # destroy subscription_manager.certdirectory # destroy subscription_manager.branding # destroy subscription_manager.utils # destroy subscription_manager.jsonwrapper # destroy subscription_manager.isodate # destroy subscription_manager.certlib # destroy subscription_manager.syspurposelib # destroy subscription_manager.cache # destroy subscription_manager.model # destroy subscription_manager.repofile # destroy subscription_manager.repolib # destroy subscription_manager.productid # destroy subscription_manager.reasons # destroy subscription_manager.cert_sorter # destroy subscription_manager.facts # destroy subscription_manager.identity # destroy subscription_manager.validity # destroy subscription_manager.cp_provider # destroy subscription_manager.base_plugin # destroy subscription_manager.plugins # destroy subscription_manager.lock # destroy subscription_manager.injectioninit # destroy subscription_manager.base_action_client # destroy subscription_manager.content_action_client # destroy subscription_manager.entbranding # destroy subscription_manager.rhelentbranding # destroy subscription_manager.entcertlib # destroy subscription_manager.identitycertlib # destroy subscription_manager.healinglib # destroy subscription_manager.factlib # destroy subscription_manager.packageprofilelib # destroy subscription_manager.installedproductslib # destroy subscription_manager.action_client # cleanup[3] wiping rhsm.utils # cleanup[3] wiping rhsm.ourjson # cleanup[3] wiping rhsm.https # cleanup[3] wiping rhsmlib.services.config # cleanup[3] wiping subscription_manager.injection # cleanup[3] wiping rhsm.config # cleanup[3] wiping iniparse.ini # destroy iniparse.config # cleanup[3] wiping rhsm.certificate # destroy dateutil # destroy dateutil._version # destroy dateutil._common # destroy dateutil.parser # cleanup[3] wiping rhsm._certificate # cleanup[3] wiping rhsm # destroy rhsm.certificate # destroy rhsm.config # destroy rhsm.https # destroy rhsm.ourjson # destroy rhsm.utils # destroy rhsm.bitstream # destroy rhsm.huffman # destroy rhsm.pathtree # destroy rhsm.certificate2 # destroy rhsm.profile # destroy rhsm.logutil # cleanup[3] wiping dbus # destroy dbus._compat # destroy dbus._expat_introspect_parser # destroy dbus._dbus # destroy dbus.exceptions # destroy dbus.types # destroy dbus.lowlevel # destroy dbus.proxies # destroy dbus.connection # destroy dbus.bus # destroy dbus.decorators # destroy dbus.service # destroy dbus.server # destroy dbus.mainloop # cleanup[3] wiping xml.parsers.expat.errors # cleanup[3] wiping xml.parsers.expat.model # cleanup[3] wiping pyexpat # destroy pyexpat.errors # destroy pyexpat.model # cleanup[3] wiping _dbus_bindings # cleanup[3] wiping dateutil.parser._parser # destroy dateutil.relativedelta # cleanup[3] wiping dateutil.tz # destroy dateutil.tz._common # destroy dateutil.tz._factories # destroy dateutil.tz.tz # cleanup[3] wiping six.moves # cleanup[3] wiping _decimal # cleanup[3] wiping six # destroy six.moves.urllib # destroy six.moves # cleanup[3] wiping dnf.cli # destroy dnf.cli.format # destroy dnf.cli.term # destroy dnf.cli.progress # destroy dnf.cli.aliases # destroy dnf.cli.option_parser # destroy dnf.cli.demand # destroy dnf.cli.cli # cleanup[3] wiping dnf.cli.commands.upgrademinimal # cleanup[3] wiping dnf.cli.commands.upgrade # cleanup[3] wiping dnf.cli.commands.updateinfo # cleanup[3] wiping dnf.cli.commands.swap # cleanup[3] wiping dnf.cli.commands.shell # destroy cmd # cleanup[3] wiping dnf.cli.commands.search # cleanup[3] wiping dnf.match_counter # cleanup[3] wiping dnf.cli.commands.repolist # cleanup[3] wiping dnf.cli.commands.remove # cleanup[3] wiping dnf.cli.commands.reinstall # cleanup[3] wiping dnf.cli.commands.module # cleanup[3] wiping dnf.cli.commands.mark # cleanup[3] wiping dnf.cli.commands.makecache # cleanup[3] wiping dnf.cli.commands.install # cleanup[3] wiping dnf.cli.commands.history # cleanup[3] wiping dnf.transaction_sr # cleanup[3] wiping dnf.cli.commands.group # cleanup[3] wiping dnf.cli.commands.downgrade # cleanup[3] wiping dnf.cli.commands.distrosync # cleanup[3] wiping dnf.cli.commands.deplist # cleanup[3] wiping dnf.cli.commands.repoquery # cleanup[3] wiping dnf.cli.commands.clean # cleanup[3] wiping dnf.cli.commands.check # cleanup[3] wiping dnf.cli.commands.autoremove # cleanup[3] wiping dnf.cli.commands.alias # destroy dnf.cli.commands # cleanup[3] wiping dnf.cli.output # cleanup[3] wiping termios # cleanup[3] wiping curses # cleanup[3] wiping _curses # cleanup[3] wiping dnf # destroy dnf.pycomp # destroy dnf.const # destroy dnf.i18n # destroy dnf.yum # destroy dnf.yum.rpmtrans # destroy dnf.transaction # destroy dnf.callback # destroy dnf.util # destroy dnf.exceptions # destroy dnf.comps # destroy dnf.db # destroy dnf.db.group # destroy dnf.db.history # destroy dnf.crypto # destroy dnf.conf # destroy dnf.conf.substitutions # destroy dnf.conf.config # destroy dnf.conf.read # destroy dnf.lock # destroy dnf.logging # destroy dnf.repo # destroy dnf.rpm # destroy dnf.dnssec # destroy dnf.drpm # destroy dnf.goal # destroy dnf.history # destroy dnf.module # destroy dnf.module.exceptions # destroy dnf.module.module_base # destroy dnf.selector # destroy dnf.persistor # destroy dnf.plugin # destroy dnf.query # destroy dnf.repodict # destroy dnf.package # destroy dnf.sack # destroy dnf.subject # destroy dnf.base # destroy dnf.transaction_sr # destroy dnf.match_counter # destroy dnf.cli # cleanup[3] wiping gc # cleanup[3] wiping dnf.rpm.miscutils # cleanup[3] wiping dnf.rpm.connection # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping libdnf.smartcols # cleanup[3] wiping libdnf._smartcols # cleanup[3] wiping dnf.rpm.transaction # cleanup[3] wiping logging.handlers # destroy pickle # cleanup[3] wiping _pickle # cleanup[3] wiping _compat_pickle # cleanup[3] wiping dnf.yum.misc # cleanup[3] wiping glob # cleanup[3] wiping libcomps # cleanup[3] wiping libcomps._libpycomps # cleanup[3] wiping hawkey # cleanup[3] wiping hawkey._hawkey # cleanup[3] wiping rpm # destroy rpm.transaction # cleanup[3] wiping rpm._rpm # cleanup[3] wiping unicodedata # cleanup[3] wiping libdnf # destroy libdnf.error # destroy libdnf.common_types # destroy libdnf.conf # destroy libdnf.module # destroy libdnf.repo # destroy libdnf.transaction # destroy libdnf.utils # destroy libdnf.smartcols # cleanup[3] wiping libdnf._utils # cleanup[3] wiping libdnf._transaction # cleanup[3] wiping libdnf._repo # cleanup[3] wiping libdnf._module # cleanup[3] wiping libdnf._conf # cleanup[3] wiping libdnf._common_types # cleanup[3] wiping libdnf._error # cleanup[3] wiping queue # cleanup[3] wiping _queue # cleanup[3] wiping _heapq # cleanup[3] wiping configparser # cleanup[3] wiping email.mime.text # cleanup[3] wiping gzip # cleanup[3] wiping http.cookiejar # cleanup[3] wiping urllib.request # destroy http # cleanup[3] wiping urllib.error # cleanup[3] wiping urllib.response # cleanup[3] wiping http.client # cleanup[3] wiping ssl # cleanup[3] wiping _ssl # cleanup[3] wiping email.parser # cleanup[3] wiping email.feedparser # cleanup[3] wiping email.mime.multipart # cleanup[3] wiping email.mime.application # cleanup[3] wiping email.mime.nonmultipart # cleanup[3] wiping email.mime.base # cleanup[3] wiping email.policy # cleanup[3] wiping email.contentmanager # cleanup[3] wiping email.message # destroy quopri # cleanup[3] wiping email.iterators # cleanup[3] wiping email.headerregistry # cleanup[3] wiping email._header_value_parser # cleanup[3] wiping email._encoded_words # cleanup[3] wiping email._policybase # cleanup[3] wiping email.utils # cleanup[3] wiping email._parseaddr # cleanup[3] wiping calendar # cleanup[3] wiping email.header # cleanup[3] wiping email.charset # cleanup[3] wiping email.base64mime # cleanup[3] wiping email.quoprimime # cleanup[3] wiping email.errors # cleanup[3] wiping email.encoders # cleanup[3] wiping email.mime # destroy email.mime.base # destroy email.mime.nonmultipart # destroy email.mime.application # destroy email.mime.multipart # destroy email.mime.text # cleanup[3] wiping email # destroy email._parseaddr # destroy email._policybase # destroy email._encoded_words # destroy email._header_value_parser # destroy email.mime # destroy email.encoders # destroy email.errors # destroy email.quoprimime # destroy email.base64mime # destroy email.charset # destroy email.header # destroy email.utils # destroy email.headerregistry # destroy email.iterators # destroy email.message # destroy email.contentmanager # destroy email.policy # destroy email.feedparser # destroy email.parser # cleanup[3] wiping argparse # cleanup[3] wiping gettext # cleanup[3] wiping selinux._selinux # cleanup[3] wiping copy # 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 array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # destroy logging.handlers # destroy logging.config # cleanup[3] wiping string # cleanup[3] wiping _string # destroy _string # cleanup[3] wiping _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # destroy syslog # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping subprocess # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping typing # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping zipfile # destroy zipfile._path # destroy bz2 # destroy lzma # cleanup[3] wiping zipfile._path.glob # cleanup[3] wiping pathlib # cleanup[3] wiping urllib.parse # destroy ipaddress # cleanup[3] wiping urllib # destroy urllib.response # destroy urllib.error # destroy urllib.request # cleanup[3] wiping ntpath # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping tempfile # cleanup[3] wiping weakref # cleanup[3] wiping random # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # cleanup[3] wiping _lzma # cleanup[3] wiping _bz2 # cleanup[3] wiping _compression # cleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping base64 # cleanup[3] wiping binascii # cleanup[3] wiping struct # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping enum # 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 # cleanup[3] wiping os.path # destroy genericpath # cleanup[3] wiping posixpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # destroy _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping zipimport # destroy _frozen_importlib_external # cleanup[3] wiping time # cleanup[3] wiping posix # cleanup[3] wiping marshal # destroy marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # destroy _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy librepo._librepo # destroy _dbus_glib_bindings # destroy rhsm._certificate # destroy decimal # destroy _curses # destroy libcomps._libpycomps # destroy hawkey._hawkey # destroy rpm._rpm # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy zipimport # destroy platform # destroy _uuid # destroy re._parser # destroy tokenize # destroy _compat_pickle # destroy libdnf._error # destroy ansible.module_utils.six.moves.urllib # destroy array # destroy gi.types # destroy gi._error # destroy gi._gi # destroy gi._gobject # destroy gi._constants # destroy gi.docstring # destroy gi._propertyhelper # destroy gi._signalhelper # destroy gi.module # destroy gi.overrides # destroy gi.importer # destroy gi.repository # destroy gi._ossighelper # destroy gi._option # destroy textwrap # destroy _queue # destroy posix # destroy stat # destroy selectors # destroy _pickle # 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 _typing # destroy _tokenize # destroy ansible.module_utils.six.moves # destroy _operator # destroy gzip # destroy signal # destroy rhsmlib.facts.dmiinfo # destroy requests # destroy iniparse.ini # destroy _blake2 # destroy queue # destroy shlex # destroy pwd # destroy _functools # destroy gettext # destroy libcomps # destroy locale # destroy dnf.rpm.transaction # destroy dnf.rpm.connection # destroy dnf.rpm.miscutils # destroy base64 # destroy inspect # destroy gc # destroy zlib # destroy math # destroy dateutil.parser._parser # destroy http.cookies # destroy _ssl # destroy shutil # destroy _heapq # destroy enum # destroy urllib.parse # destroy _weakref # destroy ntpath # destroy rhsmlib.facts.custom # destroy rhsmlib.facts.host_collector # destroy rhsmlib.facts.hwprobe # destroy rhsmlib.facts.insights # destroy rhsmlib.facts.kpatch # destroy rhsmlib.facts.cloud_facts # destroy rhsmlib.facts.pkg_arches # destroy rhsmlib.facts.network # destroy rhsm # destroy rhsmlib.dbus.dbus_utils # destroy traceback # destroy dnf.yum.misc # destroy glob # destroy functools # destroy curses # destroy fcntl # destroy termios # destroy argparse # destroy dnf.cli.commands.alias # destroy dnf.cli.commands.autoremove # destroy dnf.cli.commands.check # destroy dnf.cli.commands.clean # destroy dnf.cli.commands.repoquery # destroy dnf.cli.commands.deplist # destroy dnf.cli.commands.distrosync # destroy dnf.cli.commands.downgrade # destroy dnf.cli.commands.group # destroy dnf.cli.commands.history # destroy dnf.cli.commands.install # destroy dnf.cli.commands.makecache # destroy dnf.cli.commands.mark # destroy dnf.cli.commands.module # destroy dnf.cli.commands.reinstall # destroy dnf.cli.commands.remove # destroy dnf.cli.commands.repolist # destroy dnf.cli.commands.search # destroy dnf.cli.commands.shell # destroy dnf.cli.commands.swap # destroy dnf.cli.commands.updateinfo # destroy dnf.cli.commands.upgrade # destroy dnf.cli.commands.upgrademinimal # destroy operator # destroy random # destroy rpm # destroy hawkey # destroy dnf.cli.output # destroy dnf # destroy _thread # destroy json.scanner # destroy _json # destroy dataclasses # destroy configparser # destroy fnmatch # destroy pyinotify # destroy requests.sessions # destroy six.moves.urllib_parse # destroy six.moves.urllib.error # destroy six.moves.urllib.request # destroy six.moves.urllib.response # destroy six.moves.urllib.robotparser # destroy _opcode # destroy dateutil.tz # destroy six # destroy urllib3.packages.six.moves.urllib_parse # destroy urllib3.packages.six.moves.urllib.error # destroy urllib3.packages.six.moves.urllib.request # destroy urllib3.packages.six.moves.urllib.response # destroy urllib3.packages.six.moves.urllib.robotparser # destroy urllib3.packages # destroy urllib3.exceptions # destroy urllib3._version # destroy urllib3._collections # destroy urllib3.contrib # destroy urllib3.util # destroy urllib3.connection # destroy urllib3.fields # destroy urllib3.filepost # destroy urllib3.request # destroy urllib3.response # destroy urllib3.connectionpool # destroy urllib3.poolmanager # destroy calendar # destroy copy # destroy codecs # destroy struct # destroy tempfile # destroy requests.certs # destroy hashlib # destroy datetime # destroy encodings # destroy charset_normalizer # destroy http.cookiejar # destroy json # destroy typing # destroy _multibytecodec # destroy _socket # destroy hmac # destroy binascii # destroy _hashlib # destroy dbus # destroy rhsmlib.dbus.constants # destroy rhsm.connection # destroy gi.repository.GLib # destroy rhsmlib.services.config # destroy subscription_manager.injection # destroy http.client # destroy email # destroy _warnings # destroy ssl # destroy string # destroy subprocess # destroy rhsmlib.facts.collector # destroy errno # destroy select # destroy time # destroy socket # destroy urllib3.contrib._appengine_environ # destroy urllib3.packages.six # destroy urllib # destroy importlib # destroy idna.idnadata # destroy bisect # destroy unicodedata # destroy _io # destroy _compression # destroy posixpath # destroy zipfile # destroy itertools # destroy pathlib # destroy zipfile._path.glob # destroy threading # destroy logging # destroy warnings # destroy io # destroy collections # destroy contextlib # destroy _bz2 # destroy _lzma # destroy xml.etree.ElementPath # destroy pyexpat # destroy _elementtree # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy _codecs # destroy re # destroy _random # destroy _sre # clear sys.audit hooks 7723 1726883142.77797: done with _execute_module (ansible.legacy.dnf, {'name': ['podman'], 'state': 'present', '_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': 'ansible.legacy.dnf', '_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-1726883077.3979104-7775-85774215116770/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7723 1726883142.77800: _low_level_execute_command(): starting 7723 1726883142.77801: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726883077.3979104-7775-85774215116770/ > /dev/null 2>&1 && sleep 0' 7723 1726883142.77803: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7723 1726883142.77804: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883142.77806: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883142.77807: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7723 1726883142.77808: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 <<< 7723 1726883142.77810: stderr chunk (state=3): >>>debug2: match not found <<< 7723 1726883142.77811: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883142.77812: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7723 1726883142.77813: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.12.120 is address <<< 7723 1726883142.77815: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7723 1726883142.77816: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883142.77818: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883142.77819: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7723 1726883142.77820: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 <<< 7723 1726883142.77822: stderr chunk (state=3): >>>debug2: match found <<< 7723 1726883142.77823: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883142.77824: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883142.77825: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883142.77827: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883142.77828: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883142.79165: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883142.79193: stderr chunk (state=3): >>><<< 7723 1726883142.79196: stdout chunk (state=3): >>><<< 7723 1726883142.79212: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883142.79220: handler run complete 7723 1726883142.79251: attempt loop complete, returning result 7723 1726883142.79255: _execute() done 7723 1726883142.79257: dumping result to json 7723 1726883142.79262: done dumping result, returning 7723 1726883142.79271: done running TaskExecutor() for managed_node1/TASK: Install needed packages [0affc0aa-4893-13c9-9f63-00000000001a] 7723 1726883142.79273: sending task result for task 0affc0aa-4893-13c9-9f63-00000000001a 7723 1726883142.79420: done sending task result for task 0affc0aa-4893-13c9-9f63-00000000001a 7723 1726883142.79423: WORKER PROCESS EXITING changed: [managed_node1] => { "changed": true, "rc": 0, "results": [ "Installed: container-selinux-3:2.232.1-3.el10.noarch", "Installed: containers-common-5:0.60.2-4.el10.noarch", "Installed: containers-common-extra-5:0.60.2-4.el10.noarch", "Installed: protobuf-c-1.5.0-5.el10.x86_64", "Installed: libnet-1.3-6.el10.x86_64", "Installed: podman-5:5.2.2-3.el10.x86_64", "Installed: passt-0^20240806.gee36266-2.el10.x86_64", "Installed: passt-selinux-0^20240806.gee36266-2.el10.noarch", "Installed: netavark-2:1.12.2-1.el10.x86_64", "Installed: gpgme-1.23.2-5.el10.x86_64", "Installed: criu-3.19-5.el10.x86_64", "Installed: criu-libs-3.19-5.el10.x86_64", "Installed: aardvark-dns-2:1.12.1-1.el10.x86_64", "Installed: crun-1.17-1.el10.x86_64", "Installed: shadow-utils-subid-2:4.15.0-3.el10.x86_64", "Installed: conmon-2:2.1.12-2.el10.x86_64", "Installed: catatonit-5:0.1.7-7.el10.x86_64" ] } 7723 1726883142.79497: no more pending results, returning what we have 7723 1726883142.79500: results queue empty 7723 1726883142.79501: checking for any_errors_fatal 7723 1726883142.79505: done checking for any_errors_fatal 7723 1726883142.79506: checking for max_fail_percentage 7723 1726883142.79508: done checking for max_fail_percentage 7723 1726883142.79508: checking to see if all hosts have failed and the running result is not ok 7723 1726883142.79509: done checking to see if all hosts have failed 7723 1726883142.79509: getting the remaining hosts for this loop 7723 1726883142.79511: done getting the remaining hosts for this loop 7723 1726883142.79515: getting the next task for host managed_node1 7723 1726883142.79522: done getting next task for host managed_node1 7723 1726883142.79524: ^ task is: TASK: Stop and remove Candlepin container 7723 1726883142.79526: ^ state is: HOST STATE: block=2, task=2, 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=6, 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 7723 1726883142.79529: getting variables 7723 1726883142.79531: in VariableManager get_vars() 7723 1726883142.79563: Calling all_inventory to load vars for managed_node1 7723 1726883142.79565: Calling groups_inventory to load vars for managed_node1 7723 1726883142.79573: Calling all_plugins_inventory to load vars for managed_node1 7723 1726883142.79582: Calling all_plugins_play to load vars for managed_node1 7723 1726883142.79584: Calling groups_plugins_inventory to load vars for managed_node1 7723 1726883142.79587: Calling groups_plugins_play to load vars for managed_node1 7723 1726883142.79633: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7723 1726883142.79670: done with get_vars() 7723 1726883142.79677: done getting variables 7723 1726883142.79759: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [Stop and remove Candlepin container] ************************************* task path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:38 Friday 20 September 2024 21:45:42 -0400 (0:01:05.459) 0:01:07.484 ****** 7723 1726883142.79780: entering _queue_task() for managed_node1/command 7723 1726883142.79781: Creating lock for command 7723 1726883142.80000: worker is 1 (out of 1 available) 7723 1726883142.80014: exiting _queue_task() for managed_node1/command 7723 1726883142.80029: done queuing things up, now waiting for results queue to drain 7723 1726883142.80030: waiting for pending results... 7723 1726883142.80178: running TaskExecutor() for managed_node1/TASK: Stop and remove Candlepin container 7723 1726883142.80247: in run() - task 0affc0aa-4893-13c9-9f63-00000000001b 7723 1726883142.80260: variable 'ansible_search_path' from source: unknown 7723 1726883142.80263: variable 'ansible_search_path' from source: unknown 7723 1726883142.80290: calling self._execute() 7723 1726883142.80344: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883142.80348: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883142.80359: variable 'omit' from source: magic vars 7723 1726883142.80703: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7723 1726883142.82349: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7723 1726883142.82407: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7723 1726883142.82435: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7723 1726883142.82464: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7723 1726883142.82485: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7723 1726883142.82545: 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) 7723 1726883142.82566: 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) 7723 1726883142.82585: 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) 7723 1726883142.82611: 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) 7723 1726883142.82623: 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) 7723 1726883142.82713: variable 'lsr_rhc_test_data_file' from source: set_fact 7723 1726883142.82734: Evaluated conditional (lsr_rhc_test_data_file | length == 0): True 7723 1726883142.82743: variable 'omit' from source: magic vars 7723 1726883142.82776: variable 'omit' from source: magic vars 7723 1726883142.82805: variable 'omit' from source: magic vars 7723 1726883142.82826: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7723 1726883142.82848: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7723 1726883142.82863: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7723 1726883142.82875: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7723 1726883142.82883: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7723 1726883142.82897: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 7723 1726883142.82911: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 7723 1726883142.82933: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7723 1726883142.82936: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883142.82939: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883142.83021: Set connection var ansible_shell_type to sh 7723 1726883142.83025: Set connection var ansible_shell_executable to /bin/sh 7723 1726883142.83028: Set connection var ansible_module_compression to ZIP_DEFLATED 7723 1726883142.83030: Set connection var ansible_connection to ssh 7723 1726883142.83032: Set connection var ansible_pipelining to False 7723 1726883142.83037: Set connection var ansible_timeout to 10 7723 1726883142.83059: variable 'ansible_shell_executable' from source: unknown 7723 1726883142.83062: variable 'ansible_connection' from source: unknown 7723 1726883142.83064: variable 'ansible_module_compression' from source: unknown 7723 1726883142.83067: variable 'ansible_shell_type' from source: unknown 7723 1726883142.83069: variable 'ansible_shell_executable' from source: unknown 7723 1726883142.83072: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883142.83075: variable 'ansible_pipelining' from source: unknown 7723 1726883142.83077: variable 'ansible_timeout' from source: unknown 7723 1726883142.83082: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883142.83157: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7723 1726883142.83169: variable 'omit' from source: magic vars 7723 1726883142.83175: starting attempt loop 7723 1726883142.83178: running the handler 7723 1726883142.83190: _low_level_execute_command(): starting 7723 1726883142.83194: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7723 1726883142.83705: 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 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7723 1726883142.83709: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 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.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883142.83712: 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883142.83763: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883142.83767: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883142.83784: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883142.83822: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883142.85368: stdout chunk (state=3): >>>/root <<< 7723 1726883142.85463: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883142.85493: stderr chunk (state=3): >>><<< 7723 1726883142.85497: stdout chunk (state=3): >>><<< 7723 1726883142.85522: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883142.85536: _low_level_execute_command(): starting 7723 1726883142.85543: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726883142.855221-8244-90260438976932 `" && echo ansible-tmp-1726883142.855221-8244-90260438976932="` echo /root/.ansible/tmp/ansible-tmp-1726883142.855221-8244-90260438976932 `" ) && sleep 0' 7723 1726883142.86000: 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 <<< 7723 1726883142.86004: 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.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883142.86035: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883142.86038: 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883142.86095: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883142.86098: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883142.86100: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883142.86151: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883142.87983: stdout chunk (state=3): >>>ansible-tmp-1726883142.855221-8244-90260438976932=/root/.ansible/tmp/ansible-tmp-1726883142.855221-8244-90260438976932 <<< 7723 1726883142.88081: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883142.88115: stderr chunk (state=3): >>><<< 7723 1726883142.88121: stdout chunk (state=3): >>><<< 7723 1726883142.88134: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726883142.855221-8244-90260438976932=/root/.ansible/tmp/ansible-tmp-1726883142.855221-8244-90260438976932 , 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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883142.88169: variable 'ansible_module_compression' from source: unknown 7723 1726883142.88210: ANSIBALLZ: Using generic lock for ansible.legacy.command 7723 1726883142.88213: ANSIBALLZ: Acquiring lock 7723 1726883142.88219: ANSIBALLZ: Lock acquired: 140047144782208 7723 1726883142.88221: ANSIBALLZ: Creating module 7723 1726883142.96522: ANSIBALLZ: Writing module into payload 7723 1726883142.96590: ANSIBALLZ: Writing module 7723 1726883142.96614: ANSIBALLZ: Renaming module 7723 1726883142.96623: ANSIBALLZ: Done creating module 7723 1726883142.96638: variable 'ansible_facts' from source: unknown 7723 1726883142.96686: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726883142.855221-8244-90260438976932/AnsiballZ_command.py 7723 1726883142.96801: Sending initial data 7723 1726883142.96805: Sent initial data (152 bytes) 7723 1726883142.97277: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7723 1726883142.97281: 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 debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 <<< 7723 1726883142.97283: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883142.97286: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883142.97288: 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.12.120 originally 10.31.12.120 debug2: match found <<< 7723 1726883142.97290: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883142.97331: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883142.97346: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883142.97405: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883142.98962: 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 <<< 7723 1726883142.99001: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 7723 1726883142.99046: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7723b_d05x07/tmpw8zi78ze /root/.ansible/tmp/ansible-tmp-1726883142.855221-8244-90260438976932/AnsiballZ_command.py <<< 7723 1726883142.99050: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726883142.855221-8244-90260438976932/AnsiballZ_command.py" <<< 7723 1726883142.99087: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-7723b_d05x07/tmpw8zi78ze" to remote "/root/.ansible/tmp/ansible-tmp-1726883142.855221-8244-90260438976932/AnsiballZ_command.py" <<< 7723 1726883142.99093: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726883142.855221-8244-90260438976932/AnsiballZ_command.py" <<< 7723 1726883142.99618: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883142.99666: stderr chunk (state=3): >>><<< 7723 1726883142.99669: stdout chunk (state=3): >>><<< 7723 1726883142.99694: done transferring module to remote 7723 1726883142.99707: _low_level_execute_command(): starting 7723 1726883142.99710: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726883142.855221-8244-90260438976932/ /root/.ansible/tmp/ansible-tmp-1726883142.855221-8244-90260438976932/AnsiballZ_command.py && sleep 0' 7723 1726883143.00185: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883143.00189: 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.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883143.00191: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration <<< 7723 1726883143.00196: 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 debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883143.00249: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883143.00252: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883143.00254: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883143.00303: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883143.02036: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883143.02043: stderr chunk (state=3): >>><<< 7723 1726883143.02046: stdout chunk (state=3): >>><<< 7723 1726883143.02057: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883143.02060: _low_level_execute_command(): starting 7723 1726883143.02066: _low_level_execute_command(): using become for this command 7723 1726883143.02076: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-alkqbqlnxujxrnzudywpwroacvhtxydo ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726883142.855221-8244-90260438976932/AnsiballZ_command.py'"'"' && sleep 0' 7723 1726883143.02170: Initial state: awaiting_escalation: BECOME-SUCCESS-alkqbqlnxujxrnzudywpwroacvhtxydo 7723 1726883143.02549: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883143.02565: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883143.02628: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883143.02635: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883143.02637: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883143.02683: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883143.05838: stdout chunk (state=1): >>>BECOME-SUCCESS-alkqbqlnxujxrnzudywpwroacvhtxydo <<< 7723 1726883143.05844: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-alkqbqlnxujxrnzudywpwroacvhtxydo' 7723 1726883143.06154: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 7723 1726883143.06185: stdout chunk (state=3): >>>import _imp # builtin <<< 7723 1726883143.06218: stdout chunk (state=3): >>>import '_thread' # <<< 7723 1726883143.06224: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 7723 1726883143.06285: stdout chunk (state=3): >>>import '_io' # <<< 7723 1726883143.06288: stdout chunk (state=3): >>>import 'marshal' # <<< 7723 1726883143.06322: stdout chunk (state=3): >>>import 'posix' # <<< 7723 1726883143.06356: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 7723 1726883143.06372: stdout chunk (state=3): >>>import 'time' # <<< 7723 1726883143.06387: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 7723 1726883143.06446: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 7723 1726883143.06455: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883143.06461: stdout chunk (state=3): >>>import '_codecs' # <<< 7723 1726883143.06482: stdout chunk (state=3): >>>import 'codecs' # <<< 7723 1726883143.06521: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 7723 1726883143.06556: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb91bc3e0> <<< 7723 1726883143.06561: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb918ba10> <<< 7723 1726883143.06582: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 7723 1726883143.06600: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb91be930> <<< 7723 1726883143.06616: stdout chunk (state=3): >>>import '_signal' # <<< 7723 1726883143.06645: stdout chunk (state=3): >>>import '_abc' # <<< 7723 1726883143.06658: stdout chunk (state=3): >>>import 'abc' # <<< 7723 1726883143.06671: stdout chunk (state=3): >>>import 'io' # <<< 7723 1726883143.06705: stdout chunk (state=3): >>>import '_stat' # <<< 7723 1726883143.06709: stdout chunk (state=3): >>>import 'stat' # <<< 7723 1726883143.06786: stdout chunk (state=3): >>>import '_collections_abc' # <<< 7723 1726883143.06816: stdout chunk (state=3): >>>import 'genericpath' # <<< 7723 1726883143.06822: stdout chunk (state=3): >>>import 'posixpath' # <<< 7723 1726883143.06850: stdout chunk (state=3): >>>import 'os' # <<< 7723 1726883143.06872: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 7723 1726883143.06884: stdout chunk (state=3): >>>Processing user site-packages <<< 7723 1726883143.06888: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 7723 1726883143.06905: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 7723 1726883143.06908: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 7723 1726883143.06937: 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 <<< 7723 1726883143.06942: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 7723 1726883143.06963: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb91ccfe0> <<< 7723 1726883143.07026: 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 <<< 7723 1726883143.07033: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883143.07038: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb91cdf10> <<< 7723 1726883143.07066: stdout chunk (state=3): >>>import 'site' # <<< 7723 1726883143.07094: 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. <<< 7723 1726883143.07324: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 7723 1726883143.07327: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 7723 1726883143.07356: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 7723 1726883143.07359: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883143.07386: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 7723 1726883143.07424: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 7723 1726883143.07446: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 7723 1726883143.07466: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 7723 1726883143.07482: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb8fabd10> <<< 7723 1726883143.07501: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 7723 1726883143.07522: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 7723 1726883143.07550: stdout chunk (state=3): >>>import '_operator' # <<< 7723 1726883143.07560: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb8fabf20> <<< 7723 1726883143.07564: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 7723 1726883143.07598: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 7723 1726883143.07623: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 7723 1726883143.07669: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883143.07687: stdout chunk (state=3): >>>import 'itertools' # <<< 7723 1726883143.07724: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' <<< 7723 1726883143.07727: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb8fe3710> <<< 7723 1726883143.07746: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 7723 1726883143.07765: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb8fe3da0> <<< 7723 1726883143.07770: stdout chunk (state=3): >>>import '_collections' # <<< 7723 1726883143.07825: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb8fc39b0> <<< 7723 1726883143.07828: stdout chunk (state=3): >>>import '_functools' # <<< 7723 1726883143.07861: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb8fc10d0> <<< 7723 1726883143.07950: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb8fa8ec0> <<< 7723 1726883143.07976: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 7723 1726883143.07992: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 7723 1726883143.08011: stdout chunk (state=3): >>>import '_sre' # <<< 7723 1726883143.08033: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 7723 1726883143.08058: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 7723 1726883143.08085: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 7723 1726883143.08092: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 7723 1726883143.08118: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb9003620> <<< 7723 1726883143.08134: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb9002240> <<< 7723 1726883143.08168: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 7723 1726883143.08176: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb8fc1fa0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb8faa780> <<< 7723 1726883143.08227: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 7723 1726883143.08230: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb9038650> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb8fa8140> <<< 7723 1726883143.08252: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 7723 1726883143.08290: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883143.08294: 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 0x7f7eb9038b00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb90389b0> <<< 7723 1726883143.08327: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883143.08330: stdout chunk (state=3): >>># 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 0x7f7eb9038da0> <<< 7723 1726883143.08343: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb8fa6c60> <<< 7723 1726883143.08372: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 7723 1726883143.08378: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883143.08393: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 7723 1726883143.08425: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 7723 1726883143.08434: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb9039460> <<< 7723 1726883143.08451: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb9039160> import 'importlib.machinery' # <<< 7723 1726883143.08481: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 7723 1726883143.08490: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 7723 1726883143.08495: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb903a360> <<< 7723 1726883143.08519: stdout chunk (state=3): >>>import 'importlib.util' # <<< 7723 1726883143.08522: stdout chunk (state=3): >>>import 'runpy' # <<< 7723 1726883143.08549: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 7723 1726883143.08578: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 7723 1726883143.08602: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 7723 1726883143.08619: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb9050590> <<< 7723 1726883143.08627: stdout chunk (state=3): >>>import 'errno' # <<< 7723 1726883143.08658: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883143.08664: 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 0x7f7eb9051c70> <<< 7723 1726883143.08682: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 7723 1726883143.08697: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 7723 1726883143.08729: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 7723 1726883143.08733: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb9052b10> <<< 7723 1726883143.08777: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883143.08780: stdout chunk (state=3): >>># 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 0x7f7eb9053170> <<< 7723 1726883143.08796: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb9052060> <<< 7723 1726883143.08808: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 7723 1726883143.08821: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 7723 1726883143.08865: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883143.08868: 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 0x7f7eb9053bf0> <<< 7723 1726883143.08870: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb9053320> <<< 7723 1726883143.08922: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb903a3c0> <<< 7723 1726883143.08934: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 7723 1726883143.08963: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 7723 1726883143.08981: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 7723 1726883143.09003: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 7723 1726883143.09033: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7eb8de7aa0> <<< 7723 1726883143.09058: stdout chunk (state=3): >>># /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' <<< 7723 1726883143.09089: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7eb8e10590> <<< 7723 1726883143.09095: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb8e102f0> <<< 7723 1726883143.09122: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883143.09125: stdout chunk (state=3): >>># extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7eb8e105c0> <<< 7723 1726883143.09153: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 7723 1726883143.09156: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 7723 1726883143.09226: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883143.09359: 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 0x7f7eb8e10ef0> <<< 7723 1726883143.09465: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7eb8e118b0> <<< 7723 1726883143.09477: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb8e107a0> <<< 7723 1726883143.09489: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb8de5c40> <<< 7723 1726883143.09517: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 7723 1726883143.09530: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 7723 1726883143.09559: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 7723 1726883143.09572: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 7723 1726883143.09577: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb8e12c30> <<< 7723 1726883143.09602: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb8e10d70> <<< 7723 1726883143.09622: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb903aab0> <<< 7723 1726883143.09648: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 7723 1726883143.09707: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883143.09725: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 7723 1726883143.09759: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 7723 1726883143.09786: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb8e3ef60> <<< 7723 1726883143.09846: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 7723 1726883143.09853: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883143.09874: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 7723 1726883143.09895: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 7723 1726883143.09934: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb8e632f0> <<< 7723 1726883143.09957: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 7723 1726883143.10002: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 7723 1726883143.10054: stdout chunk (state=3): >>>import 'ntpath' # <<< 7723 1726883143.10079: 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 0x7f7eb8e8ffb0> <<< 7723 1726883143.10099: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 7723 1726883143.10130: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 7723 1726883143.10156: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 7723 1726883143.10193: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 7723 1726883143.10275: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb8ec2810> <<< 7723 1726883143.10353: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb8ec01d0> <<< 7723 1726883143.10387: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb8e639b0> <<< 7723 1726883143.10414: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' <<< 7723 1726883143.10428: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb8729190> <<< 7723 1726883143.10443: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb8e62120> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb8e13b60> <<< 7723 1726883143.10552: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 7723 1726883143.10573: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f7eb8729430> <<< 7723 1726883143.10752: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_gx27xnda/ansible_ansible.legacy.command_payload.zip' <<< 7723 1726883143.10755: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.10876: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.10909: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 7723 1726883143.10912: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 7723 1726883143.10962: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 7723 1726883143.11033: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 7723 1726883143.11063: 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' <<< 7723 1726883143.11069: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb877ae10> import '_typing' # <<< 7723 1726883143.11255: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb875dd00> <<< 7723 1726883143.11260: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb875cec0> # zipimport: zlib available <<< 7723 1726883143.11293: stdout chunk (state=3): >>>import 'ansible' # <<< 7723 1726883143.11298: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.11324: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.11334: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.11353: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 7723 1726883143.11356: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.12775: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.13890: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' <<< 7723 1726883143.13898: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb8779490> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 7723 1726883143.13915: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883143.13930: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 7723 1726883143.13933: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 7723 1726883143.13964: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 7723 1726883143.13967: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 7723 1726883143.13992: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7eb87aa6f0> <<< 7723 1726883143.14028: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb87aa480> <<< 7723 1726883143.14055: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb87a9d90> <<< 7723 1726883143.14081: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 7723 1726883143.14086: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 7723 1726883143.14129: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb87aa240> <<< 7723 1726883143.14134: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb8e10440> import 'atexit' # <<< 7723 1726883143.14165: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883143.14170: stdout chunk (state=3): >>># extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7eb87ab350> <<< 7723 1726883143.14197: 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 0x7f7eb87ab590> <<< 7723 1726883143.14221: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 7723 1726883143.14257: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 7723 1726883143.14274: stdout chunk (state=3): >>>import '_locale' # <<< 7723 1726883143.14317: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb87abaa0> <<< 7723 1726883143.14339: stdout chunk (state=3): >>>import 'pwd' # <<< 7723 1726883143.14349: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 7723 1726883143.14375: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 7723 1726883143.14408: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb860d7f0> <<< 7723 1726883143.14441: stdout chunk (state=3): >>># 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 0x7f7eb860f410> <<< 7723 1726883143.14468: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 7723 1726883143.14476: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 7723 1726883143.14517: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb860fdd0> <<< 7723 1726883143.14536: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 7723 1726883143.14563: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 7723 1726883143.14577: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb8610f80> <<< 7723 1726883143.14608: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 7723 1726883143.14636: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 7723 1726883143.14659: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 7723 1726883143.14665: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 7723 1726883143.14718: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb8613a70> <<< 7723 1726883143.14751: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7eb87ab950> <<< 7723 1726883143.14774: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb8611d30> <<< 7723 1726883143.14791: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 7723 1726883143.14818: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 7723 1726883143.14841: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 7723 1726883143.14851: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 7723 1726883143.14865: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 7723 1726883143.14893: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 7723 1726883143.14918: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 7723 1726883143.14932: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb861fa10> <<< 7723 1726883143.14942: stdout chunk (state=3): >>>import '_tokenize' # <<< 7723 1726883143.15005: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb861e4e0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb861e240> <<< 7723 1726883143.15028: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 7723 1726883143.15034: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 7723 1726883143.15107: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb861e7b0> <<< 7723 1726883143.15136: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb8612240> <<< 7723 1726883143.15168: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883143.15171: stdout chunk (state=3): >>># extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7eb8663d10> <<< 7723 1726883143.15192: 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 0x7f7eb8663d70> <<< 7723 1726883143.15218: 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 <<< 7723 1726883143.15230: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 7723 1726883143.15255: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 7723 1726883143.15294: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7eb8665850> <<< 7723 1726883143.15305: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb8665640> <<< 7723 1726883143.15310: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 7723 1726883143.15412: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 7723 1726883143.15462: 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 0x7f7eb8667dd0> <<< 7723 1726883143.15468: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb8665f40> <<< 7723 1726883143.15487: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 7723 1726883143.15524: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883143.15550: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 7723 1726883143.15561: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 7723 1726883143.15610: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb866b5f0> <<< 7723 1726883143.15729: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb8667f80> <<< 7723 1726883143.15790: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7eb866c380> <<< 7723 1726883143.15818: 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 0x7f7eb866c5f0> <<< 7723 1726883143.15858: 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 0x7f7eb866c980> <<< 7723 1726883143.15869: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb86636e0> <<< 7723 1726883143.15894: 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 <<< 7723 1726883143.15903: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 7723 1726883143.15919: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 7723 1726883143.15938: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 7723 1726883143.15966: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883143.15988: 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 0x7f7eb86f8110> <<< 7723 1726883143.16144: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883143.16151: 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 0x7f7eb86f9700> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb866e870> <<< 7723 1726883143.16184: 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' <<< 7723 1726883143.16194: stdout chunk (state=3): >>>import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7eb866fbf0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb866e480> <<< 7723 1726883143.16209: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.16217: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.16224: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 7723 1726883143.16244: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.16323: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.16412: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.16421: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.16435: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 7723 1726883143.16445: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.16467: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.16470: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 7723 1726883143.16483: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.16599: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.16717: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.17247: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.17777: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 7723 1726883143.17793: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 7723 1726883143.17804: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 7723 1726883143.17810: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 7723 1726883143.17827: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883143.17874: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7eb86fd940> <<< 7723 1726883143.17955: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 7723 1726883143.17978: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb86fe5a0> <<< 7723 1726883143.17982: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb86f98b0> <<< 7723 1726883143.18033: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 7723 1726883143.18038: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.18068: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.18071: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 7723 1726883143.18091: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.18230: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.18384: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 7723 1726883143.18388: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb86fe6f0> <<< 7723 1726883143.18409: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.18854: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.19293: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.19360: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.19435: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 7723 1726883143.19442: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.19483: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.19522: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 7723 1726883143.19532: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.19597: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.19676: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 7723 1726883143.19688: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.19709: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.19726: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 7723 1726883143.19732: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.19766: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.19809: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 7723 1726883143.19812: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.20042: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.20280: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 7723 1726883143.20342: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 7723 1726883143.20345: stdout chunk (state=3): >>>import '_ast' # <<< 7723 1726883143.20413: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb86ff920> <<< 7723 1726883143.20417: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.20497: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.20570: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 7723 1726883143.20579: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 7723 1726883143.20599: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.20642: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.20680: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 7723 1726883143.20694: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.20732: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.20778: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.20833: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.20903: 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 <<< 7723 1726883143.20937: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883143.21019: 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 0x7f7eb850a0f0> <<< 7723 1726883143.21050: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb8505220> <<< 7723 1726883143.21078: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 7723 1726883143.21089: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.21155: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.21218: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.21245: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.21285: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883143.21308: 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 <<< 7723 1726883143.21331: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 7723 1726883143.21351: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 7723 1726883143.21404: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 7723 1726883143.21427: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 7723 1726883143.21442: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 7723 1726883143.21495: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb87faba0> <<< 7723 1726883143.21533: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb87de870> <<< 7723 1726883143.21610: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb850a2d0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb86ff140> <<< 7723 1726883143.21621: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 7723 1726883143.21637: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.21656: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.21685: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 7723 1726883143.21736: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 7723 1726883143.21756: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.21773: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.21780: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 7723 1726883143.21786: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.21891: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.22008: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 7723 1726883143.22016: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 7723 1726883143.22031: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb87de3f0> <<< 7723 1726883143.22108: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.31632: stdout chunk (state=3): >>> {"changed": true, "stdout": "", "stderr": "Error: no container with name or ID \"candlepin\" found: no such container", "rc": 125, "cmd": ["podman", "stop", "candlepin"], "start": "2024-09-20 21:45:43.222818", "end": "2024-09-20 21:45:43.316329", "delta": "0:00:00.093511", "failed": true, "msg": "non-zero return code", "invocation": {"module_args": {"argv": ["podman", "stop", "candlepin"], "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "_raw_params": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} <<< 7723 1726883143.31657: stdout chunk (state=3): >>># destroy __main__ <<< 7723 1726883143.32120: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 7723 1726883143.32163: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins <<< 7723 1726883143.32203: stdout chunk (state=3): >>># 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 <<< 7723 1726883143.32212: stdout chunk (state=3): >>># 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 <<< 7723 1726883143.32310: stdout chunk (state=3): >>># 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 <<< 7723 1726883143.32323: stdout chunk (state=3): >>># 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 # cleanup[2] removing glob # destroy glob <<< 7723 1726883143.32549: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 7723 1726883143.32556: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 7723 1726883143.32580: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 7723 1726883143.32600: stdout chunk (state=3): >>># destroy _blake2 <<< 7723 1726883143.32606: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 7723 1726883143.32630: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 7723 1726883143.32663: stdout chunk (state=3): >>># destroy ntpath <<< 7723 1726883143.32666: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 7723 1726883143.32704: stdout chunk (state=3): >>># destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json <<< 7723 1726883143.32714: stdout chunk (state=3): >>># destroy grp # destroy encodings # destroy _locale # destroy pwd <<< 7723 1726883143.32732: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select <<< 7723 1726883143.32760: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 7723 1726883143.32773: stdout chunk (state=3): >>># destroy fnmatch <<< 7723 1726883143.32781: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 7723 1726883143.32794: stdout chunk (state=3): >>># destroy array <<< 7723 1726883143.32804: stdout chunk (state=3): >>># destroy datetime <<< 7723 1726883143.32814: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 7723 1726883143.32834: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 7723 1726883143.32878: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 7723 1726883143.32917: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize <<< 7723 1726883143.32924: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 7723 1726883143.32939: stdout chunk (state=3): >>># 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 <<< 7723 1726883143.32950: stdout chunk (state=3): >>># 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 <<< 7723 1726883143.32966: stdout chunk (state=3): >>># 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 <<< 7723 1726883143.33007: stdout chunk (state=3): >>># 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 <<< 7723 1726883143.33015: stdout chunk (state=3): >>># cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys <<< 7723 1726883143.33032: stdout chunk (state=3): >>># cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 7723 1726883143.33160: stdout chunk (state=3): >>># destroy sys.monitoring <<< 7723 1726883143.33174: stdout chunk (state=3): >>># destroy _socket <<< 7723 1726883143.33181: stdout chunk (state=3): >>># destroy _collections <<< 7723 1726883143.33208: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 7723 1726883143.33216: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 7723 1726883143.33242: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 7723 1726883143.33268: stdout chunk (state=3): >>># destroy _typing <<< 7723 1726883143.33288: stdout chunk (state=3): >>># destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 7723 1726883143.33303: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 7723 1726883143.33385: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 7723 1726883143.33393: stdout chunk (state=3): >>># destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 7723 1726883143.33409: stdout chunk (state=3): >>># destroy time <<< 7723 1726883143.33425: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 7723 1726883143.33449: stdout chunk (state=3): >>># destroy _hashlib <<< 7723 1726883143.33453: stdout chunk (state=3): >>># destroy _operator <<< 7723 1726883143.33472: stdout chunk (state=3): >>># destroy _string # destroy re # destroy itertools <<< 7723 1726883143.33491: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins <<< 7723 1726883143.33508: stdout chunk (state=3): >>># destroy _thread <<< 7723 1726883143.33513: stdout chunk (state=3): >>># clear sys.audit hooks <<< 7723 1726883143.33924: stderr chunk (state=3): >>>debug2: Received exit status from master 1 Shared connection to 10.31.12.120 closed. <<< 7723 1726883143.33958: stderr chunk (state=3): >>><<< 7723 1726883143.33961: stdout chunk (state=3): >>><<< 7723 1726883143.34026: _low_level_execute_command() done: rc=1, 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 0x7f7eb91bc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb918ba10> # /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 0x7f7eb91be930> 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 0x7f7eb91ccfe0> # /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 0x7f7eb91cdf10> 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 0x7f7eb8fabd10> # /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 0x7f7eb8fabf20> # /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 0x7f7eb8fe3710> # /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 0x7f7eb8fe3da0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb8fc39b0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb8fc10d0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb8fa8ec0> # /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 0x7f7eb9003620> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb9002240> # /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 0x7f7eb8fc1fa0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb8faa780> # /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 0x7f7eb9038650> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb8fa8140> # /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 0x7f7eb9038b00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb90389b0> # 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 0x7f7eb9038da0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb8fa6c60> # /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 0x7f7eb9039460> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb9039160> 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 0x7f7eb903a360> 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 0x7f7eb9050590> 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 0x7f7eb9051c70> # /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 0x7f7eb9052b10> # 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 0x7f7eb9053170> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb9052060> # /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 0x7f7eb9053bf0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb9053320> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb903a3c0> # /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 0x7f7eb8de7aa0> # /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 0x7f7eb8e10590> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb8e102f0> # 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 0x7f7eb8e105c0> # /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 0x7f7eb8e10ef0> # 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 0x7f7eb8e118b0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb8e107a0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb8de5c40> # /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 0x7f7eb8e12c30> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb8e10d70> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb903aab0> # /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 0x7f7eb8e3ef60> # /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 0x7f7eb8e632f0> # /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 0x7f7eb8e8ffb0> # /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 0x7f7eb8ec2810> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb8ec01d0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb8e639b0> # /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 0x7f7eb8729190> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb8e62120> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb8e13b60> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f7eb8729430> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_gx27xnda/ansible_ansible.legacy.command_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 0x7f7eb877ae10> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb875dd00> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb875cec0> # 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 0x7f7eb8779490> # /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 0x7f7eb87aa6f0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb87aa480> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb87a9d90> # /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 0x7f7eb87aa240> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb8e10440> 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 0x7f7eb87ab350> # 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 0x7f7eb87ab590> # /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 0x7f7eb87abaa0> 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 0x7f7eb860d7f0> # 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 0x7f7eb860f410> # /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 0x7f7eb860fdd0> # /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 0x7f7eb8610f80> # /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 0x7f7eb8613a70> # 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 0x7f7eb87ab950> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb8611d30> # /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 0x7f7eb861fa10> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb861e4e0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb861e240> # /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 0x7f7eb861e7b0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb8612240> # 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 0x7f7eb8663d10> # /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 0x7f7eb8663d70> # /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 0x7f7eb8665850> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb8665640> # /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 0x7f7eb8667dd0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb8665f40> # /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 0x7f7eb866b5f0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb8667f80> # 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 0x7f7eb866c380> # 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 0x7f7eb866c5f0> # 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 0x7f7eb866c980> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb86636e0> # /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 0x7f7eb86f8110> # 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 0x7f7eb86f9700> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb866e870> # 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 0x7f7eb866fbf0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb866e480> # 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 0x7f7eb86fd940> # /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 0x7f7eb86fe5a0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb86f98b0> 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 0x7f7eb86fe6f0> # 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 0x7f7eb86ff920> # 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 0x7f7eb850a0f0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb8505220> 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 0x7f7eb87faba0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb87de870> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb850a2d0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb86ff140> # 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 # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7eb87de3f0> # zipimport: zlib available {"changed": true, "stdout": "", "stderr": "Error: no container with name or ID \"candlepin\" found: no such container", "rc": 125, "cmd": ["podman", "stop", "candlepin"], "start": "2024-09-20 21:45:43.222818", "end": "2024-09-20 21:45:43.316329", "delta": "0:00:00.093511", "failed": true, "msg": "non-zero return code", "invocation": {"module_args": {"argv": ["podman", "stop", "candlepin"], "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "_raw_params": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} # 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 # cleanup[2] removing glob # destroy glob # 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 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 fnmatch # 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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 1 Shared connection to 10.31.12.120 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 # cleanup[2] removing glob # destroy glob # 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 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 fnmatch # 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 7723 1726883143.34546: done with _execute_module (ansible.legacy.command, {'argv': ['podman', 'stop', 'candlepin'], '_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': 'ansible.legacy.command', '_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-1726883142.855221-8244-90260438976932/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7723 1726883143.34550: _low_level_execute_command(): starting 7723 1726883143.34552: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726883142.855221-8244-90260438976932/ > /dev/null 2>&1 && sleep 0' 7723 1726883143.34709: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883143.34712: 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.12.120 originally 10.31.12.120 debug2: match not found <<< 7723 1726883143.34715: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883143.34720: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883143.34722: 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883143.34777: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883143.34784: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883143.34786: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883143.34825: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883143.36663: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883143.36691: stderr chunk (state=3): >>><<< 7723 1726883143.36696: stdout chunk (state=3): >>><<< 7723 1726883143.36712: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883143.36720: handler run complete 7723 1726883143.36737: Evaluated conditional (False): False 7723 1726883143.36849: variable 'podman_stop_status' from source: unknown 7723 1726883143.36865: Evaluated conditional (podman_stop_status.rc != 0): True 7723 1726883143.36954: variable 'podman_stop_status' from source: unknown 7723 1726883143.36965: Evaluated conditional ("no such container" not in podman_stop_status.stderr): False 7723 1726883143.36974: attempt loop complete, returning result 7723 1726883143.36977: _execute() done 7723 1726883143.36980: dumping result to json 7723 1726883143.36985: done dumping result, returning 7723 1726883143.36993: done running TaskExecutor() for managed_node1/TASK: Stop and remove Candlepin container [0affc0aa-4893-13c9-9f63-00000000001b] 7723 1726883143.36995: sending task result for task 0affc0aa-4893-13c9-9f63-00000000001b 7723 1726883143.37100: done sending task result for task 0affc0aa-4893-13c9-9f63-00000000001b 7723 1726883143.37103: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "cmd": [ "podman", "stop", "candlepin" ], "delta": "0:00:00.093511", "end": "2024-09-20 21:45:43.316329", "failed_when_result": false, "rc": 125, "start": "2024-09-20 21:45:43.222818" } STDERR: Error: no container with name or ID "candlepin" found: no such container MSG: non-zero return code 7723 1726883143.37201: no more pending results, returning what we have 7723 1726883143.37204: results queue empty 7723 1726883143.37205: checking for any_errors_fatal 7723 1726883143.37214: done checking for any_errors_fatal 7723 1726883143.37215: checking for max_fail_percentage 7723 1726883143.37217: done checking for max_fail_percentage 7723 1726883143.37217: checking to see if all hosts have failed and the running result is not ok 7723 1726883143.37218: done checking to see if all hosts have failed 7723 1726883143.37219: getting the remaining hosts for this loop 7723 1726883143.37220: done getting the remaining hosts for this loop 7723 1726883143.37223: getting the next task for host managed_node1 7723 1726883143.37229: done getting next task for host managed_node1 7723 1726883143.37231: ^ task is: TASK: Start Candlepin container 7723 1726883143.37233: ^ state is: HOST STATE: block=2, task=2, 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=7, 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 7723 1726883143.37237: getting variables 7723 1726883143.37238: in VariableManager get_vars() 7723 1726883143.37268: Calling all_inventory to load vars for managed_node1 7723 1726883143.37270: Calling groups_inventory to load vars for managed_node1 7723 1726883143.37273: Calling all_plugins_inventory to load vars for managed_node1 7723 1726883143.37284: Calling all_plugins_play to load vars for managed_node1 7723 1726883143.37286: Calling groups_plugins_inventory to load vars for managed_node1 7723 1726883143.37289: Calling groups_plugins_play to load vars for managed_node1 7723 1726883143.37332: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7723 1726883143.37371: done with get_vars() 7723 1726883143.37379: done getting variables 7723 1726883143.37426: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Start Candlepin container] *********************************************** task path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:50 Friday 20 September 2024 21:45:43 -0400 (0:00:00.576) 0:01:08.060 ****** 7723 1726883143.37459: entering _queue_task() for managed_node1/command 7723 1726883143.37667: worker is 1 (out of 1 available) 7723 1726883143.37678: exiting _queue_task() for managed_node1/command 7723 1726883143.37691: done queuing things up, now waiting for results queue to drain 7723 1726883143.37692: waiting for pending results... 7723 1726883143.37846: running TaskExecutor() for managed_node1/TASK: Start Candlepin container 7723 1726883143.37917: in run() - task 0affc0aa-4893-13c9-9f63-00000000001c 7723 1726883143.37932: variable 'ansible_search_path' from source: unknown 7723 1726883143.37935: variable 'ansible_search_path' from source: unknown 7723 1726883143.37964: calling self._execute() 7723 1726883143.38014: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883143.38024: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883143.38031: variable 'omit' from source: magic vars 7723 1726883143.38379: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7723 1726883143.40020: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7723 1726883143.40079: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7723 1726883143.40106: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7723 1726883143.40134: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7723 1726883143.40156: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7723 1726883143.40216: 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) 7723 1726883143.40238: 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) 7723 1726883143.40258: 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) 7723 1726883143.40289: 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) 7723 1726883143.40297: 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) 7723 1726883143.40387: variable 'lsr_rhc_test_data_file' from source: set_fact 7723 1726883143.40410: Evaluated conditional (lsr_rhc_test_data_file | length == 0): True 7723 1726883143.40416: variable 'omit' from source: magic vars 7723 1726883143.40451: variable 'omit' from source: magic vars 7723 1726883143.40543: 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) 7723 1726883143.40560: 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) 7723 1726883143.40576: 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) 7723 1726883143.40602: 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) 7723 1726883143.40616: 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) 7723 1726883143.40648: 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) 7723 1726883143.40664: 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) 7723 1726883143.40688: 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) 7723 1726883143.40712: 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) 7723 1726883143.40728: 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) 7723 1726883143.40794: variable 'podman_run_cli' from source: task vars 7723 1726883143.40857: variable 'lsr_rhc_test_data' from source: include_vars 7723 1726883143.40969: 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) 7723 1726883143.40986: 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) 7723 1726883143.41003: 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) 7723 1726883143.41030: 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) 7723 1726883143.41043: 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) 7723 1726883143.41115: variable 'ansible_distribution' from source: facts 7723 1726883143.41118: variable 'ansible_distribution_major_version' from source: facts 7723 1726883143.41175: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7723 1726883143.41305: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7723 1726883143.41334: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7723 1726883143.41358: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7723 1726883143.41382: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7723 1726883143.41443: variable 'omit' from source: magic vars 7723 1726883143.41462: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7723 1726883143.41488: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7723 1726883143.41498: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7723 1726883143.41511: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7723 1726883143.41521: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7723 1726883143.41537: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 7723 1726883143.41552: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 7723 1726883143.41573: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7723 1726883143.41576: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883143.41579: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883143.41662: Set connection var ansible_shell_type to sh 7723 1726883143.41665: Set connection var ansible_shell_executable to /bin/sh 7723 1726883143.41671: Set connection var ansible_module_compression to ZIP_DEFLATED 7723 1726883143.41674: Set connection var ansible_connection to ssh 7723 1726883143.41678: Set connection var ansible_pipelining to False 7723 1726883143.41683: Set connection var ansible_timeout to 10 7723 1726883143.41706: variable 'ansible_shell_executable' from source: unknown 7723 1726883143.41709: variable 'ansible_connection' from source: unknown 7723 1726883143.41712: variable 'ansible_module_compression' from source: unknown 7723 1726883143.41714: variable 'ansible_shell_type' from source: unknown 7723 1726883143.41717: variable 'ansible_shell_executable' from source: unknown 7723 1726883143.41719: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883143.41723: variable 'ansible_pipelining' from source: unknown 7723 1726883143.41725: variable 'ansible_timeout' from source: unknown 7723 1726883143.41730: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883143.41800: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7723 1726883143.41811: variable 'omit' from source: magic vars 7723 1726883143.41814: starting attempt loop 7723 1726883143.41816: running the handler 7723 1726883143.41832: _low_level_execute_command(): starting 7723 1726883143.41835: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7723 1726883143.42327: 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 <<< 7723 1726883143.42361: 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.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883143.42366: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration <<< 7723 1726883143.42368: 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 <<< 7723 1726883143.42371: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883143.42421: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883143.42425: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883143.42430: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883143.42475: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883143.44055: stdout chunk (state=3): >>>/root <<< 7723 1726883143.44149: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883143.44183: stderr chunk (state=3): >>><<< 7723 1726883143.44187: stdout chunk (state=3): >>><<< 7723 1726883143.44210: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883143.44224: _low_level_execute_command(): starting 7723 1726883143.44229: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726883143.442121-8252-271928440755387 `" && echo ansible-tmp-1726883143.442121-8252-271928440755387="` echo /root/.ansible/tmp/ansible-tmp-1726883143.442121-8252-271928440755387 `" ) && sleep 0' 7723 1726883143.44699: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883143.44703: 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.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883143.44705: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration <<< 7723 1726883143.44707: 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 <<< 7723 1726883143.44709: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883143.44761: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883143.44765: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883143.44774: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883143.44824: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883143.46684: stdout chunk (state=3): >>>ansible-tmp-1726883143.442121-8252-271928440755387=/root/.ansible/tmp/ansible-tmp-1726883143.442121-8252-271928440755387 <<< 7723 1726883143.46858: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883143.46862: stdout chunk (state=3): >>><<< 7723 1726883143.46865: stderr chunk (state=3): >>><<< 7723 1726883143.46886: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726883143.442121-8252-271928440755387=/root/.ansible/tmp/ansible-tmp-1726883143.442121-8252-271928440755387 , 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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883143.47034: variable 'ansible_module_compression' from source: unknown 7723 1726883143.47038: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7723b_d05x07/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 7723 1726883143.47067: variable 'ansible_facts' from source: unknown 7723 1726883143.47178: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726883143.442121-8252-271928440755387/AnsiballZ_command.py 7723 1726883143.47438: Sending initial data 7723 1726883143.47457: Sent initial data (153 bytes) 7723 1726883143.48049: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7723 1726883143.48158: 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 debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883143.48227: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883143.48271: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883143.49773: 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 <<< 7723 1726883143.49808: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 7723 1726883143.49849: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7723b_d05x07/tmp346nihcd /root/.ansible/tmp/ansible-tmp-1726883143.442121-8252-271928440755387/AnsiballZ_command.py <<< 7723 1726883143.49855: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726883143.442121-8252-271928440755387/AnsiballZ_command.py" <<< 7723 1726883143.49888: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-7723b_d05x07/tmp346nihcd" to remote "/root/.ansible/tmp/ansible-tmp-1726883143.442121-8252-271928440755387/AnsiballZ_command.py" <<< 7723 1726883143.49892: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726883143.442121-8252-271928440755387/AnsiballZ_command.py" <<< 7723 1726883143.50419: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883143.50471: stderr chunk (state=3): >>><<< 7723 1726883143.50474: stdout chunk (state=3): >>><<< 7723 1726883143.50520: done transferring module to remote 7723 1726883143.50534: _low_level_execute_command(): starting 7723 1726883143.50537: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726883143.442121-8252-271928440755387/ /root/.ansible/tmp/ansible-tmp-1726883143.442121-8252-271928440755387/AnsiballZ_command.py && sleep 0' 7723 1726883143.51007: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883143.51010: 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.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883143.51013: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883143.51018: 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.12.120 originally 10.31.12.120 debug2: match found <<< 7723 1726883143.51021: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883143.51066: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883143.51070: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883143.51072: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883143.51118: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883143.52815: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883143.52847: stderr chunk (state=3): >>><<< 7723 1726883143.52851: stdout chunk (state=3): >>><<< 7723 1726883143.52869: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883143.52872: _low_level_execute_command(): starting 7723 1726883143.52875: _low_level_execute_command(): using become for this command 7723 1726883143.52886: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-jowoalklrrnwzfsrlnphgyxvqgdqiwii ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726883143.442121-8252-271928440755387/AnsiballZ_command.py'"'"' && sleep 0' 7723 1726883143.52976: Initial state: awaiting_escalation: BECOME-SUCCESS-jowoalklrrnwzfsrlnphgyxvqgdqiwii 7723 1726883143.53382: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883143.53390: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883143.53410: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883143.53424: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883143.53486: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883143.56372: stdout chunk (state=1): >>>BECOME-SUCCESS-jowoalklrrnwzfsrlnphgyxvqgdqiwii <<< 7723 1726883143.56376: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-jowoalklrrnwzfsrlnphgyxvqgdqiwii' 7723 1726883143.56698: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 7723 1726883143.56736: stdout chunk (state=3): >>>import _imp # builtin <<< 7723 1726883143.56760: stdout chunk (state=3): >>>import '_thread' # <<< 7723 1726883143.56768: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 7723 1726883143.56836: stdout chunk (state=3): >>>import '_io' # <<< 7723 1726883143.56841: stdout chunk (state=3): >>>import 'marshal' # <<< 7723 1726883143.56872: stdout chunk (state=3): >>>import 'posix' # <<< 7723 1726883143.56903: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 7723 1726883143.56925: stdout chunk (state=3): >>>import 'time' # <<< 7723 1726883143.56937: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 7723 1726883143.56988: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 7723 1726883143.56992: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883143.57007: stdout chunk (state=3): >>>import '_codecs' # <<< 7723 1726883143.57034: stdout chunk (state=3): >>>import 'codecs' # <<< 7723 1726883143.57073: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 7723 1726883143.57100: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 7723 1726883143.57110: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91b4183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91b3e7a10><<< 7723 1726883143.57116: stdout chunk (state=3): >>> <<< 7723 1726883143.57144: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 7723 1726883143.57158: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 7723 1726883143.57162: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91b41a960> <<< 7723 1726883143.57184: stdout chunk (state=3): >>>import '_signal' # <<< 7723 1726883143.57205: stdout chunk (state=3): >>>import '_abc' # <<< 7723 1726883143.57210: stdout chunk (state=3): >>>import 'abc' # <<< 7723 1726883143.57234: stdout chunk (state=3): >>>import 'io' # <<< 7723 1726883143.57267: stdout chunk (state=3): >>>import '_stat' # <<< 7723 1726883143.57273: stdout chunk (state=3): >>>import 'stat' # <<< 7723 1726883143.57354: stdout chunk (state=3): >>>import '_collections_abc' # <<< 7723 1726883143.57381: stdout chunk (state=3): >>>import 'genericpath' # <<< 7723 1726883143.57390: stdout chunk (state=3): >>>import 'posixpath' # <<< 7723 1726883143.57419: stdout chunk (state=3): >>>import 'os' # <<< 7723 1726883143.57428: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 7723 1726883143.57450: stdout chunk (state=3): >>>Processing user site-packages <<< 7723 1726883143.57458: stdout chunk (state=3): >>>Processing global site-packages <<< 7723 1726883143.57472: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 7723 1726883143.57486: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 7723 1726883143.57521: 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 <<< 7723 1726883143.57527: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 7723 1726883143.57542: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91b22cfe0> <<< 7723 1726883143.57594: 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 <<< 7723 1726883143.57597: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883143.57621: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91b22df10> <<< 7723 1726883143.57643: stdout chunk (state=3): >>>import 'site' # <<< 7723 1726883143.57672: 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. <<< 7723 1726883143.57896: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 7723 1726883143.57914: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 7723 1726883143.57943: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 7723 1726883143.57949: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883143.57965: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 7723 1726883143.58006: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 7723 1726883143.58024: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 7723 1726883143.58056: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 7723 1726883143.58061: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91b26bd40> <<< 7723 1726883143.58086: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 7723 1726883143.58102: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 7723 1726883143.58130: stdout chunk (state=3): >>>import '_operator' # <<< 7723 1726883143.58135: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91b26bf80> <<< 7723 1726883143.58155: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 7723 1726883143.58176: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 7723 1726883143.58205: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 7723 1726883143.58250: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883143.58272: stdout chunk (state=3): >>>import 'itertools' # <<< 7723 1726883143.58297: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 7723 1726883143.58303: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91b2a3770> <<< 7723 1726883143.58332: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 7723 1726883143.58338: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91b2a3e00> <<< 7723 1726883143.58359: stdout chunk (state=3): >>>import '_collections' # <<< 7723 1726883143.58403: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91b283a10> <<< 7723 1726883143.58418: stdout chunk (state=3): >>>import '_functools' # <<< 7723 1726883143.58447: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91b281130> <<< 7723 1726883143.58536: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91b268ef0> <<< 7723 1726883143.58559: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 7723 1726883143.58581: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 7723 1726883143.58598: stdout chunk (state=3): >>>import '_sre' # <<< 7723 1726883143.58621: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 7723 1726883143.58643: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 7723 1726883143.58667: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 7723 1726883143.58671: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 7723 1726883143.58711: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91b2c3770> <<< 7723 1726883143.58722: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91b2c2390> <<< 7723 1726883143.58755: 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 0x7fc91b282120> <<< 7723 1726883143.58760: stdout chunk (state=3): >>>import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91b2c0b60> <<< 7723 1726883143.58807: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 7723 1726883143.58827: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91b2f8740> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91b268170> <<< 7723 1726883143.58847: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 7723 1726883143.58885: stdout chunk (state=3): >>># 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 0x7fc91b2f8bf0> <<< 7723 1726883143.58890: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91b2f8aa0> <<< 7723 1726883143.58938: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883143.58943: stdout chunk (state=3): >>># 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 0x7fc91b2f8e90> <<< 7723 1726883143.58945: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91b266c90> <<< 7723 1726883143.58974: 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' <<< 7723 1726883143.59000: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 7723 1726883143.59032: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 7723 1726883143.59050: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91b2f9580> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91b2f9250> <<< 7723 1726883143.59054: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 7723 1726883143.59082: 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' <<< 7723 1726883143.59104: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91b2fa450> <<< 7723 1726883143.59120: stdout chunk (state=3): >>>import 'importlib.util' # <<< 7723 1726883143.59125: stdout chunk (state=3): >>>import 'runpy' # <<< 7723 1726883143.59157: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 7723 1726883143.59184: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 7723 1726883143.59207: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 7723 1726883143.59213: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91b314650> <<< 7723 1726883143.59232: stdout chunk (state=3): >>>import 'errno' # <<< 7723 1726883143.59268: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883143.59271: 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 0x7fc91b315d90> <<< 7723 1726883143.59296: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 7723 1726883143.59302: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 7723 1726883143.59331: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 7723 1726883143.59334: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 7723 1726883143.59348: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91b316c30> <<< 7723 1726883143.59388: 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 0x7fc91b317290> <<< 7723 1726883143.59391: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91b316180> <<< 7723 1726883143.59420: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 7723 1726883143.59423: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 7723 1726883143.59464: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc91b317d10> <<< 7723 1726883143.59487: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91b317440> <<< 7723 1726883143.59524: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91b2fa480> <<< 7723 1726883143.59549: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 7723 1726883143.59570: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 7723 1726883143.59595: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 7723 1726883143.59614: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 7723 1726883143.59648: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883143.59653: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc91b09fc50> <<< 7723 1726883143.59676: stdout chunk (state=3): >>># /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' <<< 7723 1726883143.59710: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc91b0c8740> <<< 7723 1726883143.59718: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91b0c84a0> <<< 7723 1726883143.59743: 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 0x7fc91b0c8770> <<< 7723 1726883143.59772: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 7723 1726883143.59779: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 7723 1726883143.59851: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883143.59968: 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 0x7fc91b0c90a0> <<< 7723 1726883143.60077: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc91b0c9a90> <<< 7723 1726883143.60081: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91b0c8950> <<< 7723 1726883143.60106: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91b09ddf0> <<< 7723 1726883143.60127: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 7723 1726883143.60151: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 7723 1726883143.60175: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 7723 1726883143.60184: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 7723 1726883143.60189: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91b0cae40> <<< 7723 1726883143.60223: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91b0c9910> <<< 7723 1726883143.60236: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91b2fab70> <<< 7723 1726883143.60265: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 7723 1726883143.60323: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883143.60347: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 7723 1726883143.60377: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 7723 1726883143.60407: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91b0f3170> <<< 7723 1726883143.60461: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 7723 1726883143.60476: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883143.60498: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 7723 1726883143.60521: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 7723 1726883143.60559: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91b11b560> <<< 7723 1726883143.60584: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 7723 1726883143.60627: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 7723 1726883143.60683: stdout chunk (state=3): >>>import 'ntpath' # <<< 7723 1726883143.60705: 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 0x7fc91b1782f0> <<< 7723 1726883143.60726: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 7723 1726883143.60754: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 7723 1726883143.60782: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 7723 1726883143.60818: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 7723 1726883143.60906: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91b17aa20> <<< 7723 1726883143.60978: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91b1783e0> <<< 7723 1726883143.61020: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91b145310> <<< 7723 1726883143.61051: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' <<< 7723 1726883143.61056: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91af81430> <<< 7723 1726883143.61067: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91b11a360> <<< 7723 1726883143.61078: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91b0cbd40> <<< 7723 1726883143.61172: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 7723 1726883143.61195: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fc91b11a6c0> <<< 7723 1726883143.61369: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_za9v_pp7/ansible_ansible.legacy.command_payload.zip' <<< 7723 1726883143.61375: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.61497: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.61530: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 7723 1726883143.61536: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 7723 1726883143.61579: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 7723 1726883143.61653: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 7723 1726883143.61689: 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 0x7fc91afd7200> <<< 7723 1726883143.61693: stdout chunk (state=3): >>>import '_typing' # <<< 7723 1726883143.61875: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91afba0f0> <<< 7723 1726883143.61888: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91afb9250> <<< 7723 1726883143.61893: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.61924: stdout chunk (state=3): >>>import 'ansible' # <<< 7723 1726883143.61928: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.61959: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.61962: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.61976: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 7723 1726883143.61996: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.63374: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.64480: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91afd54f0> <<< 7723 1726883143.64499: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 7723 1726883143.64506: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883143.64534: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 7723 1726883143.64546: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 7723 1726883143.64561: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 7723 1726883143.64569: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 7723 1726883143.64592: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc91affeba0> <<< 7723 1726883143.64627: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91affe930> <<< 7723 1726883143.64656: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91affe240> <<< 7723 1726883143.64678: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 7723 1726883143.64683: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 7723 1726883143.64730: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91affecf0> <<< 7723 1726883143.64733: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91afd7e90> <<< 7723 1726883143.64747: stdout chunk (state=3): >>>import 'atexit' # <<< 7723 1726883143.64768: 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 0x7fc91afff8f0> <<< 7723 1726883143.64795: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883143.64800: stdout chunk (state=3): >>># extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc91afffb30> <<< 7723 1726883143.64820: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 7723 1726883143.64861: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 7723 1726883143.64876: stdout chunk (state=3): >>>import '_locale' # <<< 7723 1726883143.64927: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91affffb0> <<< 7723 1726883143.64932: stdout chunk (state=3): >>>import 'pwd' # <<< 7723 1726883143.64952: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 7723 1726883143.64975: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 7723 1726883143.65013: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91a911d00> <<< 7723 1726883143.65042: stdout chunk (state=3): >>># 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 0x7fc91a9139b0> <<< 7723 1726883143.65066: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 7723 1726883143.65078: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 7723 1726883143.65122: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91a9143b0> <<< 7723 1726883143.65134: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 7723 1726883143.65166: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 7723 1726883143.65179: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91a915550> <<< 7723 1726883143.65205: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 7723 1726883143.65234: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 7723 1726883143.65260: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 7723 1726883143.65265: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 7723 1726883143.65321: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91a917fb0> <<< 7723 1726883143.65350: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc91a9202f0> <<< 7723 1726883143.65371: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91a916270> <<< 7723 1726883143.65394: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 7723 1726883143.65425: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 7723 1726883143.65449: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 7723 1726883143.65456: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 7723 1726883143.65468: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 7723 1726883143.65499: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 7723 1726883143.65526: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 7723 1726883143.65543: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91a923e30> <<< 7723 1726883143.65549: stdout chunk (state=3): >>>import '_tokenize' # <<< 7723 1726883143.65613: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91a922900> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91a922660> <<< 7723 1726883143.65636: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 7723 1726883143.65645: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 7723 1726883143.65718: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91a922bd0> <<< 7723 1726883143.65744: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91a916780> <<< 7723 1726883143.65769: 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 0x7fc91a967a70> <<< 7723 1726883143.65797: 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 0x7fc91a968170> <<< 7723 1726883143.65823: 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 <<< 7723 1726883143.65836: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 7723 1726883143.65859: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 7723 1726883143.65896: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc91a969c40> <<< 7723 1726883143.65901: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91a969a00> <<< 7723 1726883143.65922: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 7723 1726883143.66017: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 7723 1726883143.66063: 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 0x7fc91a96c1a0> <<< 7723 1726883143.66067: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91a96a330> <<< 7723 1726883143.66094: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 7723 1726883143.66127: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883143.66153: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 7723 1726883143.66157: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 7723 1726883143.66175: stdout chunk (state=3): >>>import '_string' # <<< 7723 1726883143.66217: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91a96f950> <<< 7723 1726883143.66335: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91a96c350> <<< 7723 1726883143.66393: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc91a970770> <<< 7723 1726883143.66426: 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 0x7fc91a9707a0> <<< 7723 1726883143.66464: 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 0x7fc91a970cb0> <<< 7723 1726883143.66480: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91a968320> <<< 7723 1726883143.66508: 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 <<< 7723 1726883143.66519: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 7723 1726883143.66526: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 7723 1726883143.66550: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 7723 1726883143.66576: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883143.66598: 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 0x7fc91a9fc3b0> <<< 7723 1726883143.66750: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883143.66754: 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 0x7fc91a9fd640> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91a972b40> <<< 7723 1726883143.66792: 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 0x7fc91a973ef0> <<< 7723 1726883143.66807: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91a972780> <<< 7723 1726883143.66816: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.66830: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.66846: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 7723 1726883143.66853: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.66935: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.67030: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.67034: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.67043: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 7723 1726883143.67067: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.67079: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.67089: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 7723 1726883143.67209: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.67328: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.67849: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.68371: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 7723 1726883143.68387: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 7723 1726883143.68409: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 7723 1726883143.68426: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883143.68474: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc91a8017c0> <<< 7723 1726883143.68557: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 7723 1726883143.68568: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 7723 1726883143.68578: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91a802510> <<< 7723 1726883143.68592: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91a9fd490> <<< 7723 1726883143.68637: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 7723 1726883143.68647: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.68666: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.68689: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 7723 1726883143.68692: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.68841: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.69002: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 7723 1726883143.69006: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91a802210> <<< 7723 1726883143.69026: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.69476: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.69917: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.69987: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.70064: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 7723 1726883143.70071: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.70115: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.70154: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 7723 1726883143.70158: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.70231: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.70312: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 7723 1726883143.70321: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.70346: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 7723 1726883143.70363: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.70402: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.70449: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 7723 1726883143.70451: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.70678: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.70908: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 7723 1726883143.70967: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 7723 1726883143.70971: stdout chunk (state=3): >>>import '_ast' # <<< 7723 1726883143.71046: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91a803650> <<< 7723 1726883143.71053: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.71128: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.71209: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 7723 1726883143.71212: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 7723 1726883143.71238: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.71280: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.71322: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 7723 1726883143.71331: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.71380: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.71424: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.71480: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.71551: 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 <<< 7723 1726883143.71587: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883143.71663: 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 0x7fc91a80e090> <<< 7723 1726883143.71705: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91a80b320> <<< 7723 1726883143.71732: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 7723 1726883143.71746: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 7723 1726883143.71814: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.71870: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.71903: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.71942: 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 <<< 7723 1726883143.71958: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883143.71965: 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 <<< 7723 1726883143.71991: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 7723 1726883143.72009: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 7723 1726883143.72064: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 7723 1726883143.72082: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 7723 1726883143.72102: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 7723 1726883143.72154: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91a902840> <<< 7723 1726883143.72198: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91b03a540> <<< 7723 1726883143.72267: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91a80de50> <<< 7723 1726883143.72290: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91b22d4f0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 7723 1726883143.72321: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.72347: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 7723 1726883143.72403: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 7723 1726883143.72408: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.72431: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.72446: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 7723 1726883143.72451: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.72550: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883143.72664: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 7723 1726883143.72670: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 7723 1726883143.72693: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91a971040> <<< 7723 1726883143.72764: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883168.65439: stdout chunk (state=3): >>> {"changed": true, "stdout": "2c04e7020a10b157d00f161621ee563558b37b3662135a1434ed13f4ece1a2ef", "stderr": "Trying to pull ghcr.io/ptoscano/candlepin-unofficial:latest...\nGetting image source signatures\nCopying blob sha256:4f24879e081058fa078a3298e6f8962e9622aed42ae6f190ccd25c55b28236ff\nCopying config sha256:0a34e02e8d0f61e34a6e765f99c754f7aa90a1db2804c5f6762a627c3fc322ee\nWriting manifest to image destination", "rc": 0, "cmd": ["podman", "run", "--rm", "--detach", "--hostname", "candlepin.local", "--name", "candlepin", "--publish", "8443:8443", "--publish", "8080:8080", "ghcr.io/ptoscano/candlepin-unofficial"], "start": "2024-09-20 21:45:43.729367", "end": "2024-09-20 21:46:08.653592", "delta": "0:00:24.924225", "msg": "", "invocation": {"module_args": {"argv": ["podman", "run", "--rm", "--detach", "--hostname", "candlepin.local", "--name", "candlepin", "--publish", "8443:8443", "--publish", "8080:8080", "ghcr.io/ptoscano/candlepin-unofficial"], "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "_raw_params": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} <<< 7723 1726883168.65459: stdout chunk (state=3): >>># destroy __main__ <<< 7723 1726883168.66371: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator <<< 7723 1726883168.66441: stdout chunk (state=3): >>># 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 <<< 7723 1726883168.66506: stdout chunk (state=3): >>># 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 <<< 7723 1726883168.66543: stdout chunk (state=3): >>># cleanup[2] removing tokenize # cleanup[2] removing linecache <<< 7723 1726883168.66601: stdout chunk (state=3): >>># 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 <<< 7723 1726883168.66656: stdout chunk (state=3): >>># 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 <<< 7723 1726883168.66662: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob <<< 7723 1726883168.67258: stdout chunk (state=3): >>># destroy _sitebuiltins<<< 7723 1726883168.67297: stdout chunk (state=3): >>> # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 7723 1726883168.67409: stdout chunk (state=3): >>># destroy _bz2<<< 7723 1726883168.67487: stdout chunk (state=3): >>> # 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 ipaddress<<< 7723 1726883168.67510: stdout chunk (state=3): >>> <<< 7723 1726883168.67528: stdout chunk (state=3): >>># destroy ntpath <<< 7723 1726883168.67581: stdout chunk (state=3): >>># destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib <<< 7723 1726883168.67590: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner<<< 7723 1726883168.67641: stdout chunk (state=3): >>> # destroy _json<<< 7723 1726883168.67724: stdout chunk (state=3): >>> # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 7723 1726883168.67733: stdout chunk (state=3): >>># destroy fnmatch # destroy selectors # destroy errno # destroy array <<< 7723 1726883168.67805: stdout chunk (state=3): >>># destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 7723 1726883168.67846: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux<<< 7723 1726883168.67987: stdout chunk (state=3): >>> # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # 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 <<< 7723 1726883168.68318: stdout chunk (state=3): >>># 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 <<< 7723 1726883168.68344: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 7723 1726883168.68388: 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 # destroy functools # destroy operator # destroy ansible.module_utils.six.moves <<< 7723 1726883168.68392: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io <<< 7723 1726883168.68395: stdout chunk (state=3): >>># destroy marshal <<< 7723 1726883168.68570: stdout chunk (state=3): >>># 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 <<< 7723 1726883168.68578: stdout chunk (state=3): >>># destroy _hashlib <<< 7723 1726883168.68595: stdout chunk (state=3): >>># destroy _operator <<< 7723 1726883168.68604: stdout chunk (state=3): >>># destroy _string # destroy re <<< 7723 1726883168.68627: stdout chunk (state=3): >>># destroy itertools <<< 7723 1726883168.68632: stdout chunk (state=3): >>># destroy _abc <<< 7723 1726883168.68650: stdout chunk (state=3): >>># destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 7723 1726883168.68669: stdout chunk (state=3): >>># clear sys.audit hooks <<< 7723 1726883168.69669: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.120 closed. <<< 7723 1726883168.69735: stderr chunk (state=3): >>><<< 7723 1726883168.69742: stdout chunk (state=3): >>><<< 7723 1726883168.69863: _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 0x7fc91b4183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91b3e7a10> # /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 0x7fc91b41a960> 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 0x7fc91b22cfe0> # /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 0x7fc91b22df10> 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 0x7fc91b26bd40> # /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 0x7fc91b26bf80> # /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 0x7fc91b2a3770> # /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 0x7fc91b2a3e00> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91b283a10> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91b281130> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91b268ef0> # /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 0x7fc91b2c3770> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91b2c2390> # /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 0x7fc91b282120> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91b2c0b60> # /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 0x7fc91b2f8740> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91b268170> # /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 0x7fc91b2f8bf0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91b2f8aa0> # 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 0x7fc91b2f8e90> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91b266c90> # /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 0x7fc91b2f9580> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91b2f9250> 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 0x7fc91b2fa450> 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 0x7fc91b314650> 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 0x7fc91b315d90> # /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 0x7fc91b316c30> # 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 0x7fc91b317290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91b316180> # /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 0x7fc91b317d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91b317440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91b2fa480> # /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 0x7fc91b09fc50> # /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 0x7fc91b0c8740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91b0c84a0> # 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 0x7fc91b0c8770> # /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 0x7fc91b0c90a0> # 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 0x7fc91b0c9a90> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91b0c8950> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91b09ddf0> # /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 0x7fc91b0cae40> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91b0c9910> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91b2fab70> # /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 0x7fc91b0f3170> # /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 0x7fc91b11b560> # /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 0x7fc91b1782f0> # /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 0x7fc91b17aa20> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91b1783e0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91b145310> # /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 0x7fc91af81430> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91b11a360> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91b0cbd40> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fc91b11a6c0> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_za9v_pp7/ansible_ansible.legacy.command_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 0x7fc91afd7200> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91afba0f0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91afb9250> # 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 0x7fc91afd54f0> # /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 0x7fc91affeba0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91affe930> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91affe240> # /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 0x7fc91affecf0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91afd7e90> 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 0x7fc91afff8f0> # 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 0x7fc91afffb30> # /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 0x7fc91affffb0> 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 0x7fc91a911d00> # 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 0x7fc91a9139b0> # /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 0x7fc91a9143b0> # /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 0x7fc91a915550> # /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 0x7fc91a917fb0> # 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 0x7fc91a9202f0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91a916270> # /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 0x7fc91a923e30> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91a922900> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91a922660> # /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 0x7fc91a922bd0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91a916780> # 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 0x7fc91a967a70> # /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 0x7fc91a968170> # /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 0x7fc91a969c40> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91a969a00> # /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 0x7fc91a96c1a0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91a96a330> # /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 0x7fc91a96f950> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91a96c350> # 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 0x7fc91a970770> # 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 0x7fc91a9707a0> # 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 0x7fc91a970cb0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91a968320> # /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 0x7fc91a9fc3b0> # 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 0x7fc91a9fd640> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91a972b40> # 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 0x7fc91a973ef0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91a972780> # 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 0x7fc91a8017c0> # /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 0x7fc91a802510> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91a9fd490> 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 0x7fc91a802210> # 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 0x7fc91a803650> # 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 0x7fc91a80e090> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91a80b320> 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 0x7fc91a902840> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91b03a540> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91a80de50> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91b22d4f0> # 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 # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc91a971040> # zipimport: zlib available {"changed": true, "stdout": "2c04e7020a10b157d00f161621ee563558b37b3662135a1434ed13f4ece1a2ef", "stderr": "Trying to pull ghcr.io/ptoscano/candlepin-unofficial:latest...\nGetting image source signatures\nCopying blob sha256:4f24879e081058fa078a3298e6f8962e9622aed42ae6f190ccd25c55b28236ff\nCopying config sha256:0a34e02e8d0f61e34a6e765f99c754f7aa90a1db2804c5f6762a627c3fc322ee\nWriting manifest to image destination", "rc": 0, "cmd": ["podman", "run", "--rm", "--detach", "--hostname", "candlepin.local", "--name", "candlepin", "--publish", "8443:8443", "--publish", "8080:8080", "ghcr.io/ptoscano/candlepin-unofficial"], "start": "2024-09-20 21:45:43.729367", "end": "2024-09-20 21:46:08.653592", "delta": "0:00:24.924225", "msg": "", "invocation": {"module_args": {"argv": ["podman", "run", "--rm", "--detach", "--hostname", "candlepin.local", "--name", "candlepin", "--publish", "8443:8443", "--publish", "8080:8080", "ghcr.io/ptoscano/candlepin-unofficial"], "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "_raw_params": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} # 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 # cleanup[2] removing glob # destroy glob # 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 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 fnmatch # 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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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.12.120 closed. 7723 1726883168.70724: done with _execute_module (ansible.legacy.command, {'argv': ['podman', 'run', '--rm', '--detach', '--hostname', 'candlepin.local', '--name', 'candlepin', '--publish', '8443:8443', '--publish', '8080:8080', 'ghcr.io/ptoscano/candlepin-unofficial'], '_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': 'ansible.legacy.command', '_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-1726883143.442121-8252-271928440755387/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7723 1726883168.70732: _low_level_execute_command(): starting 7723 1726883168.70735: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726883143.442121-8252-271928440755387/ > /dev/null 2>&1 && sleep 0' 7723 1726883168.70938: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7723 1726883168.70979: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883168.70983: 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.12.120 originally 10.31.12.120 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.12.120 is address debug1: re-parsing configuration <<< 7723 1726883168.70985: 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 debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 debug2: match found <<< 7723 1726883168.70988: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883168.71080: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883168.71181: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883168.73907: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883168.73930: stderr chunk (state=3): >>><<< 7723 1726883168.73957: stdout chunk (state=3): >>><<< 7723 1726883168.73978: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883168.73988: handler run complete 7723 1726883168.74007: Evaluated conditional (False): False 7723 1726883168.74018: attempt loop complete, returning result 7723 1726883168.74021: _execute() done 7723 1726883168.74026: dumping result to json 7723 1726883168.74032: done dumping result, returning 7723 1726883168.74041: done running TaskExecutor() for managed_node1/TASK: Start Candlepin container [0affc0aa-4893-13c9-9f63-00000000001c] 7723 1726883168.74046: sending task result for task 0affc0aa-4893-13c9-9f63-00000000001c 7723 1726883168.74159: done sending task result for task 0affc0aa-4893-13c9-9f63-00000000001c 7723 1726883168.74163: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "cmd": [ "podman", "run", "--rm", "--detach", "--hostname", "candlepin.local", "--name", "candlepin", "--publish", "8443:8443", "--publish", "8080:8080", "ghcr.io/ptoscano/candlepin-unofficial" ], "delta": "0:00:24.924225", "end": "2024-09-20 21:46:08.653592", "rc": 0, "start": "2024-09-20 21:45:43.729367" } STDOUT: 2c04e7020a10b157d00f161621ee563558b37b3662135a1434ed13f4ece1a2ef STDERR: Trying to pull ghcr.io/ptoscano/candlepin-unofficial:latest... Getting image source signatures Copying blob sha256:4f24879e081058fa078a3298e6f8962e9622aed42ae6f190ccd25c55b28236ff Copying config sha256:0a34e02e8d0f61e34a6e765f99c754f7aa90a1db2804c5f6762a627c3fc322ee Writing manifest to image destination 7723 1726883168.74238: no more pending results, returning what we have 7723 1726883168.74243: results queue empty 7723 1726883168.74244: checking for any_errors_fatal 7723 1726883168.74248: done checking for any_errors_fatal 7723 1726883168.74249: checking for max_fail_percentage 7723 1726883168.74251: done checking for max_fail_percentage 7723 1726883168.74251: checking to see if all hosts have failed and the running result is not ok 7723 1726883168.74252: done checking to see if all hosts have failed 7723 1726883168.74252: getting the remaining hosts for this loop 7723 1726883168.74254: done getting the remaining hosts for this loop 7723 1726883168.74257: getting the next task for host managed_node1 7723 1726883168.74263: done getting next task for host managed_node1 7723 1726883168.74265: ^ task is: TASK: Ensure directories exist 7723 1726883168.74267: ^ state is: HOST STATE: block=2, task=2, 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=8, 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 7723 1726883168.74270: getting variables 7723 1726883168.74278: in VariableManager get_vars() 7723 1726883168.74307: Calling all_inventory to load vars for managed_node1 7723 1726883168.74309: Calling groups_inventory to load vars for managed_node1 7723 1726883168.74312: Calling all_plugins_inventory to load vars for managed_node1 7723 1726883168.74322: Calling all_plugins_play to load vars for managed_node1 7723 1726883168.74325: Calling groups_plugins_inventory to load vars for managed_node1 7723 1726883168.74328: Calling groups_plugins_play to load vars for managed_node1 7723 1726883168.74388: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7723 1726883168.74418: done with get_vars() 7723 1726883168.74426: done getting variables TASK [Ensure directories exist] ************************************************ task path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:71 Friday 20 September 2024 21:46:08 -0400 (0:00:25.370) 0:01:33.431 ****** 7723 1726883168.74515: entering _queue_task() for managed_node1/file 7723 1726883168.74744: worker is 1 (out of 1 available) 7723 1726883168.74756: exiting _queue_task() for managed_node1/file 7723 1726883168.74768: done queuing things up, now waiting for results queue to drain 7723 1726883168.74769: waiting for pending results... 7723 1726883168.74983: running TaskExecutor() for managed_node1/TASK: Ensure directories exist 7723 1726883168.75092: in run() - task 0affc0aa-4893-13c9-9f63-00000000001d 7723 1726883168.75096: variable 'ansible_search_path' from source: unknown 7723 1726883168.75102: variable 'ansible_search_path' from source: unknown 7723 1726883168.75144: variable 'omit' from source: magic vars 7723 1726883168.75227: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883168.75234: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883168.75245: variable 'omit' from source: magic vars 7723 1726883168.75864: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7723 1726883168.77383: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7723 1726883168.77433: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7723 1726883168.77465: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7723 1726883168.77488: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7723 1726883168.77508: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7723 1726883168.77574: 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) 7723 1726883168.77594: 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) 7723 1726883168.77611: 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) 7723 1726883168.77645: 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) 7723 1726883168.77656: 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) 7723 1726883168.77746: variable 'lsr_rhc_test_data_file' from source: set_fact 7723 1726883168.77767: Evaluated conditional (lsr_rhc_test_data_file | length == 0): True 7723 1726883168.77772: variable 'omit' from source: magic vars 7723 1726883168.77807: variable 'omit' from source: magic vars 7723 1726883168.77849: variable 'item' from source: unknown 7723 1726883168.77912: variable 'item' from source: unknown 7723 1726883168.77934: variable 'omit' from source: magic vars 7723 1726883168.77976: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7723 1726883168.77996: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7723 1726883168.78011: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7723 1726883168.78027: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7723 1726883168.78035: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7723 1726883168.78050: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 7723 1726883168.78065: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 7723 1726883168.78085: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7723 1726883168.78088: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883168.78091: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883168.78172: Set connection var ansible_shell_type to sh 7723 1726883168.78176: Set connection var ansible_shell_executable to /bin/sh 7723 1726883168.78178: Set connection var ansible_module_compression to ZIP_DEFLATED 7723 1726883168.78181: Set connection var ansible_connection to ssh 7723 1726883168.78186: Set connection var ansible_pipelining to False 7723 1726883168.78191: Set connection var ansible_timeout to 10 7723 1726883168.78209: variable 'ansible_shell_executable' from source: unknown 7723 1726883168.78212: variable 'ansible_connection' from source: unknown 7723 1726883168.78214: variable 'ansible_module_compression' from source: unknown 7723 1726883168.78217: variable 'ansible_shell_type' from source: unknown 7723 1726883168.78220: variable 'ansible_shell_executable' from source: unknown 7723 1726883168.78226: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883168.78228: variable 'ansible_pipelining' from source: unknown 7723 1726883168.78231: variable 'ansible_timeout' from source: unknown 7723 1726883168.78235: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883168.78338: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 7723 1726883168.78347: variable 'omit' from source: magic vars 7723 1726883168.78352: starting attempt loop 7723 1726883168.78355: running the handler 7723 1726883168.78366: _low_level_execute_command(): starting 7723 1726883168.78371: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7723 1726883168.78918: 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 <<< 7723 1726883168.78926: 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.12.120 originally 10.31.12.120 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.12.120 is address <<< 7723 1726883168.78929: stderr chunk (state=3): >>>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.12.120 originally 10.31.12.120 debug2: match found <<< 7723 1726883168.78931: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883168.78975: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883168.78979: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883168.78985: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883168.79034: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883168.80696: stdout chunk (state=3): >>>/root <<< 7723 1726883168.80812: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883168.80846: stderr chunk (state=3): >>><<< 7723 1726883168.80860: stdout chunk (state=3): >>><<< 7723 1726883168.80906: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883168.80912: _low_level_execute_command(): starting 7723 1726883168.80915: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726883168.8088803-8473-144374048268295 `" && echo ansible-tmp-1726883168.8088803-8473-144374048268295="` echo /root/.ansible/tmp/ansible-tmp-1726883168.8088803-8473-144374048268295 `" ) && sleep 0' 7723 1726883168.81625: 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 <<< 7723 1726883168.81630: 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.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883168.81635: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883168.81638: 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883168.81712: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883168.81752: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883168.83710: stdout chunk (state=3): >>>ansible-tmp-1726883168.8088803-8473-144374048268295=/root/.ansible/tmp/ansible-tmp-1726883168.8088803-8473-144374048268295 <<< 7723 1726883168.83852: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883168.83896: stderr chunk (state=3): >>><<< 7723 1726883168.83900: stdout chunk (state=3): >>><<< 7723 1726883168.83915: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726883168.8088803-8473-144374048268295=/root/.ansible/tmp/ansible-tmp-1726883168.8088803-8473-144374048268295 , 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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883168.83990: variable 'ansible_module_compression' from source: unknown 7723 1726883168.84023: ANSIBALLZ: Using lock for file 7723 1726883168.84026: ANSIBALLZ: Acquiring lock 7723 1726883168.84029: ANSIBALLZ: Lock acquired: 140047144783024 7723 1726883168.84031: ANSIBALLZ: Creating module 7723 1726883168.95124: ANSIBALLZ: Writing module into payload 7723 1726883168.95235: ANSIBALLZ: Writing module 7723 1726883168.95258: ANSIBALLZ: Renaming module 7723 1726883168.95263: ANSIBALLZ: Done creating module 7723 1726883168.95279: variable 'ansible_facts' from source: unknown 7723 1726883168.95487: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726883168.8088803-8473-144374048268295/AnsiballZ_file.py 7723 1726883168.95523: Sending initial data 7723 1726883168.95527: Sent initial data (151 bytes) 7723 1726883168.95997: 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 <<< 7723 1726883168.96000: 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.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883168.96003: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration <<< 7723 1726883168.96005: 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 <<< 7723 1726883168.96007: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883168.96051: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883168.96066: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883168.96199: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883168.99690: 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 <<< 7723 1726883168.99724: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 7723 1726883168.99771: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7723b_d05x07/tmpgqsawq58 /root/.ansible/tmp/ansible-tmp-1726883168.8088803-8473-144374048268295/AnsiballZ_file.py <<< 7723 1726883168.99777: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726883168.8088803-8473-144374048268295/AnsiballZ_file.py" <<< 7723 1726883168.99826: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-7723b_d05x07/tmpgqsawq58" to remote "/root/.ansible/tmp/ansible-tmp-1726883168.8088803-8473-144374048268295/AnsiballZ_file.py" <<< 7723 1726883168.99829: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726883168.8088803-8473-144374048268295/AnsiballZ_file.py" <<< 7723 1726883169.00573: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883169.00846: stderr chunk (state=3): >>><<< 7723 1726883169.00850: stdout chunk (state=3): >>><<< 7723 1726883169.00857: done transferring module to remote 7723 1726883169.00859: _low_level_execute_command(): starting 7723 1726883169.00866: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726883168.8088803-8473-144374048268295/ /root/.ansible/tmp/ansible-tmp-1726883168.8088803-8473-144374048268295/AnsiballZ_file.py && sleep 0' 7723 1726883169.01636: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7723 1726883169.01655: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883169.01667: 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.12.120 originally 10.31.12.120 debug2: match not found <<< 7723 1726883169.01685: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883169.01755: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883169.01760: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883169.01808: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883169.05248: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883169.05273: stderr chunk (state=3): >>><<< 7723 1726883169.05276: stdout chunk (state=3): >>><<< 7723 1726883169.05291: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883169.05294: _low_level_execute_command(): starting 7723 1726883169.05299: _low_level_execute_command(): using become for this command 7723 1726883169.05311: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-fxacqemeatbxfodyozmcotuxuwlynajj ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726883168.8088803-8473-144374048268295/AnsiballZ_file.py'"'"' && sleep 0' 7723 1726883169.05397: Initial state: awaiting_escalation: BECOME-SUCCESS-fxacqemeatbxfodyozmcotuxuwlynajj 7723 1726883169.05803: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883169.05807: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883169.05847: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883169.05850: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883169.05853: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883169.05911: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883169.13916: stdout chunk (state=1): >>>BECOME-SUCCESS-fxacqemeatbxfodyozmcotuxuwlynajj <<< 7723 1726883169.13924: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-fxacqemeatbxfodyozmcotuxuwlynajj' 7723 1726883169.14616: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 7723 1726883169.14621: stdout chunk (state=3): >>>import _imp # builtin<<< 7723 1726883169.14701: stdout chunk (state=3): >>> <<< 7723 1726883169.14754: stdout chunk (state=3): >>>import '_thread' # <<< 7723 1726883169.14760: stdout chunk (state=3): >>> <<< 7723 1726883169.14775: stdout chunk (state=3): >>>import '_warnings' # <<< 7723 1726883169.14801: stdout chunk (state=3): >>>import '_weakref' # <<< 7723 1726883169.15010: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 7723 1726883169.15072: stdout chunk (state=3): >>> <<< 7723 1726883169.15085: stdout chunk (state=3): >>>import 'posix' # <<< 7723 1726883169.15091: stdout chunk (state=3): >>> <<< 7723 1726883169.15145: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 7723 1726883169.15155: stdout chunk (state=3): >>> <<< 7723 1726883169.15167: stdout chunk (state=3): >>># installing zipimport hook<<< 7723 1726883169.15201: stdout chunk (state=3): >>> <<< 7723 1726883169.15298: stdout chunk (state=3): >>>import 'time' # <<< 7723 1726883169.15331: stdout chunk (state=3): >>> import 'zipimport' # <<< 7723 1726883169.15335: stdout chunk (state=3): >>> <<< 7723 1726883169.15350: stdout chunk (state=3): >>># installed zipimport hook<<< 7723 1726883169.15391: stdout chunk (state=3): >>> <<< 7723 1726883169.15434: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py<<< 7723 1726883169.15445: stdout chunk (state=3): >>> <<< 7723 1726883169.15460: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc'<<< 7723 1726883169.15554: stdout chunk (state=3): >>> import '_codecs' # <<< 7723 1726883169.15559: stdout chunk (state=3): >>> <<< 7723 1726883169.15601: stdout chunk (state=3): >>>import 'codecs' # <<< 7723 1726883169.15606: stdout chunk (state=3): >>> <<< 7723 1726883169.15695: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py<<< 7723 1726883169.15741: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc'<<< 7723 1726883169.15751: stdout chunk (state=3): >>> <<< 7723 1726883169.15810: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74fd103e0><<< 7723 1726883169.15812: stdout chunk (state=3): >>> <<< 7723 1726883169.15834: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74fcdfa10><<< 7723 1726883169.15873: stdout chunk (state=3): >>> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py<<< 7723 1726883169.15878: stdout chunk (state=3): >>> <<< 7723 1726883169.15902: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc'<<< 7723 1726883169.15998: stdout chunk (state=3): >>> import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74fd12960><<< 7723 1726883169.16007: stdout chunk (state=3): >>> <<< 7723 1726883169.16068: stdout chunk (state=3): >>>import '_signal' # <<< 7723 1726883169.16113: stdout chunk (state=3): >>>import '_abc' # <<< 7723 1726883169.16126: stdout chunk (state=3): >>> <<< 7723 1726883169.16146: stdout chunk (state=3): >>>import 'abc' # <<< 7723 1726883169.16408: stdout chunk (state=3): >>> <<< 7723 1726883169.16411: stdout chunk (state=3): >>>import 'io' # <<< 7723 1726883169.16426: stdout chunk (state=3): >>> <<< 7723 1726883169.16477: stdout chunk (state=3): >>>import '_stat' # <<< 7723 1726883169.16496: stdout chunk (state=3): >>> import 'stat' # <<< 7723 1726883169.16598: stdout chunk (state=3): >>> <<< 7723 1726883169.16702: stdout chunk (state=3): >>>import '_collections_abc' # <<< 7723 1726883169.16737: stdout chunk (state=3): >>>import 'genericpath' # <<< 7723 1726883169.16797: stdout chunk (state=3): >>>import 'posixpath' # <<< 7723 1726883169.16839: stdout chunk (state=3): >>>import 'os' # <<< 7723 1726883169.16942: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 7723 1726883169.16957: stdout chunk (state=3): >>>Processing user site-packages <<< 7723 1726883169.16968: stdout chunk (state=3): >>>Processing global site-packages <<< 7723 1726883169.17014: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 7723 1726883169.17029: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 7723 1726883169.17074: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 7723 1726883169.17155: 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 <<< 7723 1726883169.17170: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'<<< 7723 1726883169.17196: stdout chunk (state=3): >>> <<< 7723 1726883169.17239: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74fb04fe0><<< 7723 1726883169.17247: stdout chunk (state=3): >>> <<< 7723 1726883169.17326: 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<<< 7723 1726883169.17332: stdout chunk (state=3): >>> <<< 7723 1726883169.17369: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc'<<< 7723 1726883169.17373: stdout chunk (state=3): >>> <<< 7723 1726883169.17444: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74fb05f10> import 'site' # <<< 7723 1726883169.17447: stdout chunk (state=3): >>> <<< 7723 1726883169.17515: 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<<< 7723 1726883169.17531: stdout chunk (state=3): >>> <<< 7723 1726883169.17535: stdout chunk (state=3): >>>Type "help", "copyright", "credits" or "license" for more information.<<< 7723 1726883169.17694: stdout chunk (state=3): >>> <<< 7723 1726883169.17938: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 7723 1726883169.17967: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 7723 1726883169.18006: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 7723 1726883169.18027: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883169.18061: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 7723 1726883169.18125: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 7723 1726883169.18168: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 7723 1726883169.18209: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 7723 1726883169.18241: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74fb43dd0> <<< 7723 1726883169.18276: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 7723 1726883169.18399: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 7723 1726883169.18403: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74fb43fe0> # /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' <<< 7723 1726883169.18453: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py<<< 7723 1726883169.18459: stdout chunk (state=3): >>> <<< 7723 1726883169.18538: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883169.18666: stdout chunk (state=3): >>>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 0x7ff74fb7b7d0> # /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 0x7ff74fb7be60> import '_collections' # <<< 7723 1726883169.18714: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74fb5ba70> <<< 7723 1726883169.18742: stdout chunk (state=3): >>>import '_functools' # <<< 7723 1726883169.18794: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74fb591c0> <<< 7723 1726883169.18972: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74fb40f80> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 7723 1726883169.19001: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 7723 1726883169.19045: stdout chunk (state=3): >>>import '_sre' # <<< 7723 1726883169.19109: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 7723 1726883169.19150: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc'<<< 7723 1726883169.19188: stdout chunk (state=3): >>> # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py<<< 7723 1726883169.19549: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74fb9b800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74fb9a420> # /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 0x7ff74fb5a1b0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74fb98bc0> # /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 0x7ff74fbd0800> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74fb40200> # /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py <<< 7723 1726883169.19612: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 7723 1726883169.19708: stdout chunk (state=3): >>># 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 0x7ff74fbd0cb0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74fbd0b60> # 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 0x7ff74fbd0ef0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74fb3ed20> # /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 <<< 7723 1726883169.19740: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 7723 1726883169.19763: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74fbd1580> <<< 7723 1726883169.19776: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74fbd1250> <<< 7723 1726883169.20066: stdout chunk (state=3): >>>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 0x7ff74fbd2480> 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 0x7ff74fbe86b0> 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 0x7ff74fbe9d90> <<< 7723 1726883169.20251: stdout chunk (state=3): >>># /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 0x7ff74fbeac30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883169.20257: stdout chunk (state=3): >>># 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 0x7ff74fbeb290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74fbea180> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 7723 1726883169.20280: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 7723 1726883169.20365: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff74fbebd10> <<< 7723 1726883169.20373: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74fbeb440> <<< 7723 1726883169.20542: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74fbd24e0> # /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' <<< 7723 1726883169.20584: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'<<< 7723 1726883169.20587: 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 0x7ff74f973bf0><<< 7723 1726883169.20678: stdout chunk (state=3): >>> # /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'<<< 7723 1726883169.20682: 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 0x7ff74f99c650> <<< 7723 1726883169.20818: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74f99c3b0> # 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 0x7ff74f99c680> # /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' <<< 7723 1726883169.20896: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'<<< 7723 1726883169.20901: stdout chunk (state=3): >>> <<< 7723 1726883169.21121: 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 0x7ff74f99cfb0> <<< 7723 1726883169.21266: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883169.21284: 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 0x7ff74f99d9a0> <<< 7723 1726883169.21289: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74f99c860> <<< 7723 1726883169.21371: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74f971d90> <<< 7723 1726883169.21401: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 7723 1726883169.21431: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74f99ed80> <<< 7723 1726883169.21736: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74f99dac0> <<< 7723 1726883169.21743: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74fbd2bd0> # /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 0x7ff74f9cb110> <<< 7723 1726883169.21769: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py<<< 7723 1726883169.21778: stdout chunk (state=3): >>> <<< 7723 1726883169.21795: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc'<<< 7723 1726883169.21800: stdout chunk (state=3): >>> <<< 7723 1726883169.21834: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py<<< 7723 1726883169.21839: stdout chunk (state=3): >>> <<< 7723 1726883169.21952: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74f9eb500> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 7723 1726883169.22013: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 7723 1726883169.22136: stdout chunk (state=3): >>>import 'ntpath' # <<< 7723 1726883169.22139: 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 0x7ff74fa4c2c0> <<< 7723 1726883169.22304: stdout chunk (state=3): >>># /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 <<< 7723 1726883169.22400: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 7723 1726883169.22497: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74fa4ea20> <<< 7723 1726883169.22804: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74fa4c3e0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74fa112b0> # /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 0x7ff74f3293d0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74f9ea300> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74f99fce0> <<< 7723 1726883169.22977: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc'<<< 7723 1726883169.22982: stdout chunk (state=3): >>> <<< 7723 1726883169.23103: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7ff74f9ea900> <<< 7723 1726883169.26858: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_file_payload_137ds8o4/ansible_file_payload.zip' # zipimport: zlib available <<< 7723 1726883169.27044: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883169.27088: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py<<< 7723 1726883169.27094: stdout chunk (state=3): >>> <<< 7723 1726883169.27178: stdout chunk (state=3): >>># 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<<< 7723 1726883169.27188: stdout chunk (state=3): >>> <<< 7723 1726883169.27310: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc'<<< 7723 1726883169.27315: stdout chunk (state=3): >>> <<< 7723 1726883169.27381: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py<<< 7723 1726883169.27399: stdout chunk (state=3): >>> <<< 7723 1726883169.27413: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc'<<< 7723 1726883169.27435: stdout chunk (state=3): >>> import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74f37f110><<< 7723 1726883169.27473: stdout chunk (state=3): >>> <<< 7723 1726883169.27476: stdout chunk (state=3): >>>import '_typing' # <<< 7723 1726883169.27489: stdout chunk (state=3): >>> <<< 7723 1726883169.27804: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74f35e000> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74f35d160><<< 7723 1726883169.27839: stdout chunk (state=3): >>> <<< 7723 1726883169.27843: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883169.27887: stdout chunk (state=3): >>>import 'ansible' # <<< 7723 1726883169.27923: stdout chunk (state=3): >>> # zipimport: zlib available<<< 7723 1726883169.27926: stdout chunk (state=3): >>> <<< 7723 1726883169.27960: stdout chunk (state=3): >>># zipimport: zlib available<<< 7723 1726883169.28000: stdout chunk (state=3): >>> <<< 7723 1726883169.28003: stdout chunk (state=3): >>># zipimport: zlib available<<< 7723 1726883169.28004: stdout chunk (state=3): >>> <<< 7723 1726883169.28075: stdout chunk (state=3): >>>import 'ansible.module_utils' # # zipimport: zlib available<<< 7723 1726883169.28082: stdout chunk (state=3): >>> <<< 7723 1726883169.30398: stdout chunk (state=3): >>># zipimport: zlib available<<< 7723 1726883169.30513: stdout chunk (state=3): >>> <<< 7723 1726883169.32181: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 7723 1726883169.32186: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' <<< 7723 1726883169.32201: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74f37cfb0> <<< 7723 1726883169.32247: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 7723 1726883169.32265: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883169.32304: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 7723 1726883169.32338: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 7723 1726883169.32371: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 7723 1726883169.32388: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 7723 1726883169.32603: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff74f3a6a50> <<< 7723 1726883169.32606: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74f3a67e0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74f3a60f0> # /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' <<< 7723 1726883169.32631: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74f3a6ae0> <<< 7723 1726883169.32650: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74fb5a9c0><<< 7723 1726883169.32659: stdout chunk (state=3): >>> <<< 7723 1726883169.32685: stdout chunk (state=3): >>>import 'atexit' # <<< 7723 1726883169.32688: stdout chunk (state=3): >>> <<< 7723 1726883169.32744: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'<<< 7723 1726883169.32755: stdout chunk (state=3): >>> <<< 7723 1726883169.32766: stdout chunk (state=3): >>># extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'<<< 7723 1726883169.32788: stdout chunk (state=3): >>> <<< 7723 1726883169.32791: stdout chunk (state=3): >>>import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff74f3a7770><<< 7723 1726883169.32793: stdout chunk (state=3): >>> <<< 7723 1726883169.32842: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'<<< 7723 1726883169.32851: stdout chunk (state=3): >>> <<< 7723 1726883169.32867: stdout chunk (state=3): >>># extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'<<< 7723 1726883169.32887: stdout chunk (state=3): >>> <<< 7723 1726883169.32898: stdout chunk (state=3): >>>import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff74f3a79b0><<< 7723 1726883169.32905: stdout chunk (state=3): >>> <<< 7723 1726883169.32948: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py<<< 7723 1726883169.32951: stdout chunk (state=3): >>> <<< 7723 1726883169.33035: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'<<< 7723 1726883169.33039: stdout chunk (state=3): >>> <<< 7723 1726883169.33095: stdout chunk (state=3): >>>import '_locale' # <<< 7723 1726883169.33147: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74f3a7ef0><<< 7723 1726883169.33182: stdout chunk (state=3): >>> import 'pwd' # <<< 7723 1726883169.33188: stdout chunk (state=3): >>> <<< 7723 1726883169.33232: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py<<< 7723 1726883169.33280: stdout chunk (state=3): >>> <<< 7723 1726883169.33295: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc'<<< 7723 1726883169.33304: stdout chunk (state=3): >>> <<< 7723 1726883169.33358: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74f211ca0><<< 7723 1726883169.33397: stdout chunk (state=3): >>> <<< 7723 1726883169.33413: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'<<< 7723 1726883169.33433: stdout chunk (state=3): >>> <<< 7723 1726883169.33436: stdout chunk (state=3): >>># extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'<<< 7723 1726883169.33489: stdout chunk (state=3): >>> import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff74f2138c0> <<< 7723 1726883169.33492: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 7723 1726883169.33578: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74f2142c0><<< 7723 1726883169.33583: stdout chunk (state=3): >>> <<< 7723 1726883169.33623: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py<<< 7723 1726883169.33629: stdout chunk (state=3): >>> <<< 7723 1726883169.33679: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc'<<< 7723 1726883169.33684: stdout chunk (state=3): >>> <<< 7723 1726883169.33727: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74f215430><<< 7723 1726883169.33732: stdout chunk (state=3): >>> <<< 7723 1726883169.33823: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 7723 1726883169.33835: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc'<<< 7723 1726883169.33845: stdout chunk (state=3): >>> <<< 7723 1726883169.33879: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py<<< 7723 1726883169.33884: stdout chunk (state=3): >>> <<< 7723 1726883169.33909: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc'<<< 7723 1726883169.33998: stdout chunk (state=3): >>> <<< 7723 1726883169.34007: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74f217e90><<< 7723 1726883169.34024: stdout chunk (state=3): >>> <<< 7723 1726883169.34082: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'<<< 7723 1726883169.34091: stdout chunk (state=3): >>> <<< 7723 1726883169.34110: stdout chunk (state=3): >>># extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'<<< 7723 1726883169.34124: stdout chunk (state=3): >>> <<< 7723 1726883169.34137: stdout chunk (state=3): >>>import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff74f9cb080><<< 7723 1726883169.34143: stdout chunk (state=3): >>> <<< 7723 1726883169.34181: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74f216150><<< 7723 1726883169.34186: stdout chunk (state=3): >>> <<< 7723 1726883169.34218: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py<<< 7723 1726883169.34269: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc'<<< 7723 1726883169.34275: stdout chunk (state=3): >>> <<< 7723 1726883169.34315: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py<<< 7723 1726883169.34320: stdout chunk (state=3): >>> <<< 7723 1726883169.34346: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc'<<< 7723 1726883169.34351: stdout chunk (state=3): >>> <<< 7723 1726883169.34417: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 7723 1726883169.34439: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc'<<< 7723 1726883169.34447: stdout chunk (state=3): >>> <<< 7723 1726883169.34481: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py<<< 7723 1726883169.34486: stdout chunk (state=3): >>> <<< 7723 1726883169.34528: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74f21fdd0><<< 7723 1726883169.34533: stdout chunk (state=3): >>> <<< 7723 1726883169.34660: stdout chunk (state=3): >>>import '_tokenize' # <<< 7723 1726883169.34663: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74f21e8a0><<< 7723 1726883169.34677: stdout chunk (state=3): >>> <<< 7723 1726883169.34694: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74f21e600><<< 7723 1726883169.34704: stdout chunk (state=3): >>> <<< 7723 1726883169.34745: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py<<< 7723 1726883169.34752: stdout chunk (state=3): >>> <<< 7723 1726883169.34787: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc'<<< 7723 1726883169.34792: stdout chunk (state=3): >>> <<< 7723 1726883169.34931: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74f21eb70><<< 7723 1726883169.34934: stdout chunk (state=3): >>> <<< 7723 1726883169.35014: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74f216660> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'<<< 7723 1726883169.35031: stdout chunk (state=3): >>> <<< 7723 1726883169.35036: stdout chunk (state=3): >>># extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'<<< 7723 1726883169.35058: stdout chunk (state=3): >>> <<< 7723 1726883169.35063: stdout chunk (state=3): >>>import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff74f267a40><<< 7723 1726883169.35096: stdout chunk (state=3): >>> <<< 7723 1726883169.35117: 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<<< 7723 1726883169.35128: stdout chunk (state=3): >>> <<< 7723 1726883169.35137: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc'<<< 7723 1726883169.35153: stdout chunk (state=3): >>> import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74f2680e0><<< 7723 1726883169.35198: 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<<< 7723 1726883169.35204: stdout chunk (state=3): >>> <<< 7723 1726883169.35243: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc'<<< 7723 1726883169.35251: stdout chunk (state=3): >>> <<< 7723 1726883169.35278: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py<<< 7723 1726883169.35299: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc'<<< 7723 1726883169.35358: stdout chunk (state=3): >>> # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'<<< 7723 1726883169.35368: stdout chunk (state=3): >>> <<< 7723 1726883169.35391: stdout chunk (state=3): >>># extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'<<< 7723 1726883169.35397: stdout chunk (state=3): >>> <<< 7723 1726883169.35420: stdout chunk (state=3): >>>import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff74f269ca0><<< 7723 1726883169.35426: stdout chunk (state=3): >>> <<< 7723 1726883169.35449: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74f269a60><<< 7723 1726883169.35454: stdout chunk (state=3): >>> <<< 7723 1726883169.35492: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py<<< 7723 1726883169.35667: stdout chunk (state=3): >>> <<< 7723 1726883169.35762: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc'<<< 7723 1726883169.35765: stdout chunk (state=3): >>> <<< 7723 1726883169.35930: 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 0x7ff74f26c230> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74f26a390> # /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' <<< 7723 1726883169.35952: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 7723 1726883169.35982: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 7723 1726883169.36008: stdout chunk (state=3): >>>import '_string' # <<< 7723 1726883169.36084: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74f26fa10><<< 7723 1726883169.36096: stdout chunk (state=3): >>> <<< 7723 1726883169.36294: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74f26c3e0><<< 7723 1726883169.36306: stdout chunk (state=3): >>> <<< 7723 1726883169.36383: 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'<<< 7723 1726883169.36408: 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 0x7ff74f270890><<< 7723 1726883169.36531: 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 0x7ff74f270aa0> <<< 7723 1726883169.36596: 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' <<< 7723 1726883169.36615: stdout chunk (state=3): >>># 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 0x7ff74f2703e0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74f2683e0> <<< 7723 1726883169.36649: 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<<< 7723 1726883169.36679: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc'<<< 7723 1726883169.36698: stdout chunk (state=3): >>> <<< 7723 1726883169.36709: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 7723 1726883169.36788: stdout chunk (state=3): >>># 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'<<< 7723 1726883169.36790: stdout chunk (state=3): >>> <<< 7723 1726883169.36836: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'<<< 7723 1726883169.36839: stdout chunk (state=3): >>> <<< 7723 1726883169.36859: stdout chunk (state=3): >>>import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff74f2fc440><<< 7723 1726883169.36993: stdout chunk (state=3): >>> <<< 7723 1726883169.37111: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883169.37123: 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 0x7ff74f2fd220> <<< 7723 1726883169.37136: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74f272bd0> <<< 7723 1726883169.37192: 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 0x7ff74f273f50> <<< 7723 1726883169.37196: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74f2727e0> <<< 7723 1726883169.37201: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883169.37236: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 7723 1726883169.37265: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883169.37403: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883169.37544: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883169.37568: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 7723 1726883169.37582: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883169.37607: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 7723 1726883169.37696: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883169.37811: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883169.38130: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883169.39213: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883169.39882: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 7723 1726883169.39886: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 7723 1726883169.40007: stdout chunk (state=3): >>># /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 0x7ff74f101460> <<< 7723 1726883169.40117: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 7723 1726883169.40124: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 7723 1726883169.40305: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74f102210> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74f2fd070> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 7723 1726883169.40508: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883169.40737: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 7723 1726883169.40742: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 7723 1726883169.40763: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74f1029c0> <<< 7723 1726883169.40769: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883169.41793: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883169.42861: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.collections' # <<< 7723 1726883169.42882: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883169.42943: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883169.43004: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 7723 1726883169.43034: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883169.43152: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883169.43396: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available <<< 7723 1726883169.43436: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 7723 1726883169.43659: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7723 1726883169.43713: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 7723 1726883169.43743: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883169.44149: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883169.44537: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 7723 1726883169.44731: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 7723 1726883169.44772: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74f1035c0> <<< 7723 1726883169.44807: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883169.44913: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883169.45029: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 7723 1726883169.45049: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # <<< 7723 1726883169.45064: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # <<< 7723 1726883169.45098: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 7723 1726883169.45125: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883169.45191: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883169.45252: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 7723 1726883169.45276: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883169.45359: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883169.45603: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883169.45608: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883169.45643: 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 <<< 7723 1726883169.45717: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883169.45859: 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' <<< 7723 1726883169.45865: stdout chunk (state=3): >>># extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883169.45884: stdout chunk (state=3): >>>import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff74f10e150> <<< 7723 1726883169.45957: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74f109820> <<< 7723 1726883169.45993: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 7723 1726883169.46064: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 7723 1726883169.46128: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883169.46230: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883169.46305: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883169.46370: 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 <<< 7723 1726883169.46397: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883169.46437: 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 <<< 7723 1726883169.46478: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 7723 1726883169.46512: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 7723 1726883169.46607: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 7723 1726883169.46644: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 7723 1726883169.46671: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 7723 1726883169.46797: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74f3faae0> <<< 7723 1726883169.46856: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74f3ee7b0> <<< 7723 1726883169.46955: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74f10e2d0> <<< 7723 1726883169.46980: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74f1031a0> # destroy ansible.module_utils.distro <<< 7723 1726883169.47009: stdout chunk (state=3): >>>import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 7723 1726883169.47060: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883169.47211: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # <<< 7723 1726883169.47228: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883169.47239: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883169.47253: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 7723 1726883169.47259: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883169.48139: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883169.49089: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883169.50348: stdout chunk (state=3): >>> {"path": "/etc/pki/product", "changed": false, "diff": {"before": {"path": "/etc/pki/product"}, "after": {"path": "/etc/pki/product"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0755", "state": "directory", "secontext": "unconfined_u:object_r:cert_t:s0", "size": 6, "invocation": {"module_args": {"path": "/etc/pki/product", "state": "directory", "mode": "0755", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} # destroy __main__ <<< 7723 1726883169.50918: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno <<< 7723 1726883169.51025: stdout chunk (state=3): >>># 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 <<< 7723 1726883169.51336: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 7723 1726883169.51352: stdout chunk (state=3): >>># destroy ipaddress <<< 7723 1726883169.51433: stdout chunk (state=3): >>># destroy ntpath # destroy importlib # destroy zipimport # destroy array <<< 7723 1726883169.51561: stdout chunk (state=3): >>># cleanup[3] wiping ansible.module_utils.distro # destroy distro.distro # cleanup[3] wiping distro # cleanup[3] wiping argparse # cleanup[3] wiping selinux # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ansible.module_utils.compat.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 systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.journal # destroy uuid # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # cleanup[3] wiping traceback <<< 7723 1726883169.51627: stdout chunk (state=3): >>># destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping subprocess # destroy signal # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping grp # cleanup[3] wiping atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping tempfile # destroy io # destroy weakref # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping errno # 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 # 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 abc # cleanup[3] wiping os.path # destroy genericpath # cleanup[3] wiping posixpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping __main__ # cleanup[3] wiping _abc # cleanup[3] wiping _signal # 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 systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 7723 1726883169.51977: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket # destroy _collections_abc # destroy _weakref # destroy _uuid <<< 7723 1726883169.52080: stdout chunk (state=3): >>># destroy posixpath # destroy __main__ # destroy atexit # destroy errno # destroy grp # destroy fcntl # destroy locale # destroy pwd # destroy selectors # destroy shutil # destroy tempfile # destroy traceback # destroy syslog # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy selinux # destroy ansible.module_utils.six.moves.urllib # destroy ansible.module_utils.six.moves # destroy datetime # destroy re._parser # destroy tokenize # destroy _string # destroy _frozen_importlib_external # destroy _imp # destroy marshal # 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 stat # destroy _blake2 # destroy platform # destroy distro # destroy json.scanner # destroy _json # destroy select # destroy selinux._selinux # destroy collections # destroy copyreg # destroy contextlib # destroy _signal # destroy _typing # destroy _tokenize <<< 7723 1726883169.52149: stdout chunk (state=3): >>># destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # destroy warnings # destroy operator # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 7723 1726883169.52234: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy functools # destroy time <<< 7723 1726883169.52300: stdout chunk (state=3): >>># destroy _warnings # destroy math # destroy _bisect <<< 7723 1726883169.52303: stdout chunk (state=3): >>># destroy re # destroy _random # destroy _hashlib # destroy itertools # destroy _collections # destroy _operator # destroy builtins # destroy _thread # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy _io # clear sys.audit hooks <<< 7723 1726883169.53590: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.120 closed. <<< 7723 1726883169.53595: stdout chunk (state=3): >>><<< 7723 1726883169.53597: stderr chunk (state=3): >>><<< 7723 1726883169.53773: _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 0x7ff74fd103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74fcdfa10> # /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 0x7ff74fd12960> 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 0x7ff74fb04fe0> # /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 0x7ff74fb05f10> 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 0x7ff74fb43dd0> # /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 0x7ff74fb43fe0> # /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 0x7ff74fb7b7d0> # /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 0x7ff74fb7be60> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74fb5ba70> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74fb591c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74fb40f80> # /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 0x7ff74fb9b800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74fb9a420> # /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 0x7ff74fb5a1b0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74fb98bc0> # /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 0x7ff74fbd0800> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74fb40200> # /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 0x7ff74fbd0cb0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74fbd0b60> # 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 0x7ff74fbd0ef0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74fb3ed20> # /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 0x7ff74fbd1580> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74fbd1250> 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 0x7ff74fbd2480> 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 0x7ff74fbe86b0> 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 0x7ff74fbe9d90> # /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 0x7ff74fbeac30> # 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 0x7ff74fbeb290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74fbea180> # /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 0x7ff74fbebd10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74fbeb440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74fbd24e0> # /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 0x7ff74f973bf0> # /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 0x7ff74f99c650> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74f99c3b0> # 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 0x7ff74f99c680> # /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 0x7ff74f99cfb0> # 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 0x7ff74f99d9a0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74f99c860> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74f971d90> # /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 0x7ff74f99ed80> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74f99dac0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74fbd2bd0> # /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 0x7ff74f9cb110> # /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 0x7ff74f9eb500> # /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 0x7ff74fa4c2c0> # /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 0x7ff74fa4ea20> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74fa4c3e0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74fa112b0> # /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 0x7ff74f3293d0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74f9ea300> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74f99fce0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7ff74f9ea900> # zipimport: found 30 names in '/tmp/ansible_file_payload_137ds8o4/ansible_file_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 0x7ff74f37f110> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74f35e000> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74f35d160> # 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 0x7ff74f37cfb0> # /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 0x7ff74f3a6a50> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74f3a67e0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74f3a60f0> # /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 0x7ff74f3a6ae0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74fb5a9c0> 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 0x7ff74f3a7770> # 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 0x7ff74f3a79b0> # /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 0x7ff74f3a7ef0> 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 0x7ff74f211ca0> # 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 0x7ff74f2138c0> # /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 0x7ff74f2142c0> # /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 0x7ff74f215430> # /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 0x7ff74f217e90> # 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 0x7ff74f9cb080> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74f216150> # /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 0x7ff74f21fdd0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74f21e8a0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74f21e600> # /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 0x7ff74f21eb70> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74f216660> # 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 0x7ff74f267a40> # /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 0x7ff74f2680e0> # /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 0x7ff74f269ca0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74f269a60> # /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 0x7ff74f26c230> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74f26a390> # /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 0x7ff74f26fa10> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74f26c3e0> # 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 0x7ff74f270890> # 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 0x7ff74f270aa0> # 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 0x7ff74f2703e0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74f2683e0> # /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 0x7ff74f2fc440> # 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 0x7ff74f2fd220> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74f272bd0> # 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 0x7ff74f273f50> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74f2727e0> # 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 0x7ff74f101460> # /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 0x7ff74f102210> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74f2fd070> 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 0x7ff74f1029c0> # 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 0x7ff74f1035c0> # 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 0x7ff74f10e150> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74f109820> 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 0x7ff74f3faae0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74f3ee7b0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74f10e2d0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff74f1031a0> # 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 {"path": "/etc/pki/product", "changed": false, "diff": {"before": {"path": "/etc/pki/product"}, "after": {"path": "/etc/pki/product"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0755", "state": "directory", "secontext": "unconfined_u:object_r:cert_t:s0", "size": 6, "invocation": {"module_args": {"path": "/etc/pki/product", "state": "directory", "mode": "0755", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} # 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 binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy array # cleanup[3] wiping ansible.module_utils.distro # destroy distro.distro # cleanup[3] wiping distro # cleanup[3] wiping argparse # cleanup[3] wiping selinux # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ansible.module_utils.compat.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 systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.journal # destroy uuid # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping subprocess # destroy signal # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping grp # cleanup[3] wiping atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping tempfile # destroy io # destroy weakref # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping errno # 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 # 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 abc # cleanup[3] wiping os.path # destroy genericpath # cleanup[3] wiping posixpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping __main__ # cleanup[3] wiping _abc # cleanup[3] wiping _signal # 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 systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections_abc # destroy _weakref # destroy _uuid # destroy posixpath # destroy __main__ # destroy atexit # destroy errno # destroy grp # destroy fcntl # destroy locale # destroy pwd # destroy selectors # destroy shutil # destroy tempfile # destroy traceback # destroy syslog # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy selinux # destroy ansible.module_utils.six.moves.urllib # destroy ansible.module_utils.six.moves # destroy datetime # destroy re._parser # destroy tokenize # destroy _string # destroy _frozen_importlib_external # destroy _imp # destroy marshal # 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 stat # destroy _blake2 # destroy platform # destroy distro # destroy json.scanner # destroy _json # destroy select # destroy selinux._selinux # destroy collections # destroy copyreg # destroy contextlib # destroy _signal # destroy _typing # destroy _tokenize # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # destroy warnings # destroy operator # 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 functools # destroy time # destroy _warnings # destroy math # destroy _bisect # destroy re # destroy _random # destroy _hashlib # destroy itertools # destroy _collections # destroy _operator # destroy builtins # destroy _thread # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy _io # 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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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.12.120 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 binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy array # cleanup[3] wiping ansible.module_utils.distro # destroy distro.distro # cleanup[3] wiping distro # cleanup[3] wiping argparse # cleanup[3] wiping selinux # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ansible.module_utils.compat.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 systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.journal # destroy uuid # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping subprocess # destroy signal # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping grp # cleanup[3] wiping atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping tempfile # destroy io # destroy weakref # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping errno # 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 # 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 abc # cleanup[3] wiping os.path # destroy genericpath # cleanup[3] wiping posixpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping __main__ # cleanup[3] wiping _abc # cleanup[3] wiping _signal # 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 systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections_abc # destroy _weakref # destroy _uuid # destroy posixpath # destroy __main__ # destroy atexit # destroy errno # destroy grp # destroy fcntl # destroy locale # destroy pwd # destroy selectors # destroy shutil # destroy tempfile # destroy traceback # destroy syslog # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy selinux # destroy ansible.module_utils.six.moves.urllib # destroy ansible.module_utils.six.moves # destroy datetime # destroy re._parser # destroy tokenize # destroy _string # destroy _frozen_importlib_external # destroy _imp # destroy marshal # 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 stat # destroy _blake2 # destroy platform # destroy distro # destroy json.scanner # destroy _json # destroy select # destroy selinux._selinux # destroy collections # destroy copyreg # destroy contextlib # destroy _signal # destroy _typing # destroy _tokenize # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # destroy warnings # destroy operator # 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 functools # destroy time # destroy _warnings # destroy math # destroy _bisect # destroy re # destroy _random # destroy _hashlib # destroy itertools # destroy _collections # destroy _operator # destroy builtins # destroy _thread # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy _io # clear sys.audit hooks 7723 1726883169.54951: done with _execute_module (file, {'path': '/etc/pki/product', 'state': 'directory', 'mode': '0755', '_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': 'file', '_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-1726883168.8088803-8473-144374048268295/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7723 1726883169.54957: _low_level_execute_command(): starting 7723 1726883169.54961: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726883168.8088803-8473-144374048268295/ > /dev/null 2>&1 && sleep 0' 7723 1726883169.55000: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7723 1726883169.55018: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883169.55135: 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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883169.55164: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883169.55249: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883169.58952: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883169.58984: stderr chunk (state=3): >>><<< 7723 1726883169.58988: stdout chunk (state=3): >>><<< 7723 1726883169.59003: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883169.59010: handler run complete 7723 1726883169.59031: attempt loop complete, returning result 7723 1726883169.59048: variable 'item' from source: unknown 7723 1726883169.59137: variable 'item' from source: unknown ok: [managed_node1] => (item=/etc/pki/product) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/etc/pki/product", "mode": "0755", "owner": "root", "path": "/etc/pki/product", "secontext": "unconfined_u:object_r:cert_t:s0", "size": 6, "state": "directory", "uid": 0 } 7723 1726883169.59315: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883169.59318: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883169.59320: variable 'omit' from source: magic vars 7723 1726883169.59417: 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) 7723 1726883169.59444: 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) 7723 1726883169.59463: 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) 7723 1726883169.59489: 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) 7723 1726883169.59500: 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) 7723 1726883169.59624: variable 'lsr_rhc_test_data_file' from source: set_fact 7723 1726883169.59627: Evaluated conditional (lsr_rhc_test_data_file | length == 0): True 7723 1726883169.59629: variable 'omit' from source: magic vars 7723 1726883169.59631: variable 'omit' from source: magic vars 7723 1726883169.59677: variable 'item' from source: unknown 7723 1726883169.59727: variable 'item' from source: unknown 7723 1726883169.59739: variable 'omit' from source: magic vars 7723 1726883169.59758: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7723 1726883169.59765: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7723 1726883169.59778: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7723 1726883169.59780: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 7723 1726883169.59791: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7723 1726883169.59794: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883169.59796: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883169.59873: Set connection var ansible_shell_type to sh 7723 1726883169.59878: Set connection var ansible_shell_executable to /bin/sh 7723 1726883169.59881: Set connection var ansible_module_compression to ZIP_DEFLATED 7723 1726883169.59883: Set connection var ansible_connection to ssh 7723 1726883169.59893: Set connection var ansible_pipelining to False 7723 1726883169.59896: Set connection var ansible_timeout to 10 7723 1726883169.59915: variable 'ansible_shell_executable' from source: unknown 7723 1726883169.59935: variable 'ansible_connection' from source: unknown 7723 1726883169.59938: variable 'ansible_module_compression' from source: unknown 7723 1726883169.59946: variable 'ansible_shell_type' from source: unknown 7723 1726883169.59948: variable 'ansible_shell_executable' from source: unknown 7723 1726883169.59956: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883169.59959: variable 'ansible_pipelining' from source: unknown 7723 1726883169.59961: variable 'ansible_timeout' from source: unknown 7723 1726883169.59963: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883169.60069: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7723 1726883169.60078: variable 'omit' from source: magic vars 7723 1726883169.60082: starting attempt loop 7723 1726883169.60084: running the handler 7723 1726883169.60095: _low_level_execute_command(): starting 7723 1726883169.60126: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7723 1726883169.60647: 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 <<< 7723 1726883169.60651: 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.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883169.60654: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 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.12.120 originally 10.31.12.120 debug2: match found <<< 7723 1726883169.60688: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883169.60730: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883169.60784: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883169.64675: stdout chunk (state=3): >>>/root <<< 7723 1726883169.65035: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883169.65064: stderr chunk (state=3): >>><<< 7723 1726883169.65068: stdout chunk (state=3): >>><<< 7723 1726883169.65103: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883169.65106: _low_level_execute_command(): starting 7723 1726883169.65114: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726883169.6509535-8473-101870430282904 `" && echo ansible-tmp-1726883169.6509535-8473-101870430282904="` echo /root/.ansible/tmp/ansible-tmp-1726883169.6509535-8473-101870430282904 `" ) && sleep 0' 7723 1726883169.65600: 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 <<< 7723 1726883169.65604: 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.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883169.65606: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address <<< 7723 1726883169.65608: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883169.65610: 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883169.65665: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883169.65669: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883169.65723: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883169.69862: stdout chunk (state=3): >>>ansible-tmp-1726883169.6509535-8473-101870430282904=/root/.ansible/tmp/ansible-tmp-1726883169.6509535-8473-101870430282904 <<< 7723 1726883169.70091: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883169.70117: stderr chunk (state=3): >>><<< 7723 1726883169.70121: stdout chunk (state=3): >>><<< 7723 1726883169.70133: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726883169.6509535-8473-101870430282904=/root/.ansible/tmp/ansible-tmp-1726883169.6509535-8473-101870430282904 , 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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883169.70207: variable 'ansible_module_compression' from source: unknown 7723 1726883169.70236: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7723b_d05x07/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 7723 1726883169.70255: variable 'ansible_facts' from source: unknown 7723 1726883169.70307: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726883169.6509535-8473-101870430282904/AnsiballZ_file.py 7723 1726883169.70416: Sending initial data 7723 1726883169.70422: Sent initial data (151 bytes) 7723 1726883169.70946: 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 <<< 7723 1726883169.70950: 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.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883169.70952: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 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 <<< 7723 1726883169.70954: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883169.71008: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883169.71011: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883169.71017: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883169.71063: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883169.74326: 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 <<< 7723 1726883169.74418: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 7723 1726883169.74472: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7723b_d05x07/tmpv8vwbftt /root/.ansible/tmp/ansible-tmp-1726883169.6509535-8473-101870430282904/AnsiballZ_file.py <<< 7723 1726883169.74476: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726883169.6509535-8473-101870430282904/AnsiballZ_file.py" <<< 7723 1726883169.74522: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-7723b_d05x07/tmpv8vwbftt" to remote "/root/.ansible/tmp/ansible-tmp-1726883169.6509535-8473-101870430282904/AnsiballZ_file.py" <<< 7723 1726883169.74525: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726883169.6509535-8473-101870430282904/AnsiballZ_file.py" <<< 7723 1726883169.75158: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883169.75205: stderr chunk (state=3): >>><<< 7723 1726883169.75208: stdout chunk (state=3): >>><<< 7723 1726883169.75235: done transferring module to remote 7723 1726883169.75248: _low_level_execute_command(): starting 7723 1726883169.75252: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726883169.6509535-8473-101870430282904/ /root/.ansible/tmp/ansible-tmp-1726883169.6509535-8473-101870430282904/AnsiballZ_file.py && sleep 0' 7723 1726883169.75708: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883169.75712: 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.12.120 originally 10.31.12.120 debug2: match not found <<< 7723 1726883169.75714: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 7723 1726883169.75718: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883169.75723: 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883169.75774: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883169.75778: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883169.75783: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883169.75829: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883169.80739: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883169.80772: stderr chunk (state=3): >>><<< 7723 1726883169.80775: stdout chunk (state=3): >>><<< 7723 1726883169.80794: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883169.80798: _low_level_execute_command(): starting 7723 1726883169.80800: _low_level_execute_command(): using become for this command 7723 1726883169.80811: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-whojwwxwquovfjtjhnfnnaicoeqwzmvl ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726883169.6509535-8473-101870430282904/AnsiballZ_file.py'"'"' && sleep 0' 7723 1726883169.80907: Initial state: awaiting_escalation: BECOME-SUCCESS-whojwwxwquovfjtjhnfnnaicoeqwzmvl 7723 1726883169.81290: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883169.81294: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883169.81346: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883169.81354: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883169.81407: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883169.87729: stdout chunk (state=1): >>>BECOME-SUCCESS-whojwwxwquovfjtjhnfnnaicoeqwzmvl<<< 7723 1726883169.87734: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-whojwwxwquovfjtjhnfnnaicoeqwzmvl' 7723 1726883169.87809: stdout chunk (state=3): >>> <<< 7723 1726883169.88610: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 7723 1726883169.88672: stdout chunk (state=3): >>>import _imp # builtin <<< 7723 1726883169.88717: stdout chunk (state=3): >>>import '_thread' # <<< 7723 1726883169.88726: stdout chunk (state=3): >>> <<< 7723 1726883169.88745: stdout chunk (state=3): >>>import '_warnings' # <<< 7723 1726883169.88757: stdout chunk (state=3): >>> <<< 7723 1726883169.88779: stdout chunk (state=3): >>>import '_weakref' # <<< 7723 1726883169.88785: stdout chunk (state=3): >>> <<< 7723 1726883169.88889: stdout chunk (state=3): >>>import '_io' # <<< 7723 1726883169.89308: stdout chunk (state=3): >>>import 'marshal' # <<< 7723 1726883169.89314: stdout chunk (state=3): >>>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' # <<< 7723 1726883169.89344: stdout chunk (state=3): >>>import 'codecs' # <<< 7723 1726883169.89348: stdout chunk (state=3): >>> <<< 7723 1726883169.89410: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py<<< 7723 1726883169.89414: stdout chunk (state=3): >>> <<< 7723 1726883169.89454: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc'<<< 7723 1726883169.89459: stdout chunk (state=3): >>> <<< 7723 1726883169.89484: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1fc183e0><<< 7723 1726883169.89489: stdout chunk (state=3): >>> <<< 7723 1726883169.89513: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1fbe7a10><<< 7723 1726883169.89683: stdout chunk (state=3): >>> <<< 7723 1726883169.89725: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py<<< 7723 1726883169.89733: stdout chunk (state=3): >>> <<< 7723 1726883169.89758: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc'<<< 7723 1726883169.89763: stdout chunk (state=3): >>> <<< 7723 1726883169.89787: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1fc1a960><<< 7723 1726883169.89792: stdout chunk (state=3): >>> <<< 7723 1726883169.89831: stdout chunk (state=3): >>>import '_signal' # <<< 7723 1726883169.89837: stdout chunk (state=3): >>> <<< 7723 1726883169.89882: stdout chunk (state=3): >>>import '_abc' # <<< 7723 1726883169.89887: stdout chunk (state=3): >>> <<< 7723 1726883169.89914: stdout chunk (state=3): >>>import 'abc' # <<< 7723 1726883169.89919: stdout chunk (state=3): >>> <<< 7723 1726883169.89956: stdout chunk (state=3): >>>import 'io' # <<< 7723 1726883169.89961: stdout chunk (state=3): >>> <<< 7723 1726883169.90019: stdout chunk (state=3): >>>import '_stat' # <<< 7723 1726883169.90030: stdout chunk (state=3): >>>import 'stat' # <<< 7723 1726883169.90437: stdout chunk (state=3): >>>import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # <<< 7723 1726883169.90451: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 7723 1726883169.90470: stdout chunk (state=3): >>>Processing user site-packages <<< 7723 1726883169.90477: stdout chunk (state=3): >>>Processing global site-packages <<< 7723 1726883169.90494: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 7723 1726883169.90667: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 7723 1726883169.90673: stdout chunk (state=3): >>>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 0x7f6e1f9e8fe0> # /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 0x7f6e1f9e9f10> <<< 7723 1726883169.90734: stdout chunk (state=3): >>>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. <<< 7723 1726883169.91500: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 7723 1726883169.91549: stdout chunk (state=3): >>># 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 <<< 7723 1726883169.91555: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883169.91583: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 7723 1726883169.91722: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 7723 1726883169.91746: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 7723 1726883169.91776: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 7723 1726883169.91799: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1fa27dd0> <<< 7723 1726883169.91824: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 7723 1726883169.91849: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 7723 1726883169.91884: stdout chunk (state=3): >>>import '_operator' # <<< 7723 1726883169.91890: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1fa27fe0> <<< 7723 1726883169.91919: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 7723 1726883169.92109: stdout chunk (state=3): >>># 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 0x7f6e1fa5f7a0> <<< 7723 1726883169.92128: stdout chunk (state=3): >>># /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' <<< 7723 1726883169.92144: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1fa5fe30> <<< 7723 1726883169.92148: stdout chunk (state=3): >>>import '_collections' # <<< 7723 1726883169.92205: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1fa3faa0> <<< 7723 1726883169.92237: stdout chunk (state=3): >>>import '_functools' # <<< 7723 1726883169.92270: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1fa3d1c0> <<< 7723 1726883169.92418: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1fa24f80> <<< 7723 1726883169.92450: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 7723 1726883169.92475: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 7723 1726883169.92494: stdout chunk (state=3): >>>import '_sre' # <<< 7723 1726883169.92525: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 7723 1726883169.92556: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 7723 1726883169.92584: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 7723 1726883169.92590: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 7723 1726883169.92635: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1fa7f770> <<< 7723 1726883169.92650: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1fa7e390> <<< 7723 1726883169.92832: 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 0x7f6e1fa3e090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1fa7cb60> # /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 0x7f6e1fab47d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1fa24200> # /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' <<< 7723 1726883169.92876: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883169.92893: 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 0x7f6e1fab4c80> <<< 7723 1726883169.92897: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1fab4b30> <<< 7723 1726883169.92935: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883169.92939: stdout chunk (state=3): >>># 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 0x7f6e1fab4f20> <<< 7723 1726883169.92998: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1fa22d20> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 7723 1726883169.93001: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883169.93052: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 7723 1726883169.93081: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1fab5610> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1fab52e0> <<< 7723 1726883169.93127: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 7723 1726883169.93194: 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' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1fab6510> import 'importlib.util' # <<< 7723 1726883169.93269: stdout chunk (state=3): >>>import 'runpy' # <<< 7723 1726883169.93281: stdout chunk (state=3): >>># /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' <<< 7723 1726883169.93503: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1facc740> 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 0x7f6e1facde80> # /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 0x7f6e1facecc0> # 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 0x7f6e1facf2f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1face210> <<< 7723 1726883169.93536: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py<<< 7723 1726883169.93546: stdout chunk (state=3): >>> <<< 7723 1726883169.93562: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 7723 1726883169.93617: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883169.93624: 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 0x7f6e1facfd70> <<< 7723 1726883169.93647: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1facf4a0> <<< 7723 1726883169.93704: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1fab6570> <<< 7723 1726883169.93733: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 7723 1726883169.93802: stdout chunk (state=3): >>># 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 <<< 7723 1726883169.93836: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 7723 1726883169.93942: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6e1f85fc20> # /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 0x7f6e1f8886b0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f888410> # 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 0x7f6e1f8886e0> <<< 7723 1726883169.93976: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 7723 1726883169.93985: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 7723 1726883169.94098: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883169.94305: 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 0x7f6e1f889010> <<< 7723 1726883169.94495: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6e1f8899a0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f8888c0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f85ddc0> <<< 7723 1726883169.94627: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f88ad50> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f889850> <<< 7723 1726883169.94632: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1fab66f0> <<< 7723 1726883169.94682: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 7723 1726883169.94760: stdout chunk (state=3): >>># 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 <<< 7723 1726883169.94902: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f8b3080> <<< 7723 1726883169.94917: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 7723 1726883169.94938: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883169.95029: stdout chunk (state=3): >>># /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' <<< 7723 1726883169.95068: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f8d7380> <<< 7723 1726883169.95204: stdout chunk (state=3): >>># /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' <<< 7723 1726883169.95272: stdout chunk (state=3): >>>import 'ntpath' # <<< 7723 1726883169.95303: 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 0x7f6e1f9381a0> <<< 7723 1726883169.95444: stdout chunk (state=3): >>># /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' <<< 7723 1726883169.95571: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f93a900> <<< 7723 1726883169.95711: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f9382c0> <<< 7723 1726883169.95755: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f905190> <<< 7723 1726883169.95800: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' <<< 7723 1726883169.95807: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f741220> <<< 7723 1726883169.95829: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f8d6180> <<< 7723 1726883169.95850: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f88bc50> <<< 7723 1726883169.96024: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 7723 1726883169.96054: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f6e1f8d64e0> <<< 7723 1726883169.98187: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_file_payload_m5sar1fp/ansible_file_payload.zip' # zipimport: zlib available # zipimport: zlib available <<< 7723 1726883169.98221: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 7723 1726883169.98230: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 7723 1726883169.98285: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py<<< 7723 1726883169.98300: stdout chunk (state=3): >>> <<< 7723 1726883169.98518: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 7723 1726883169.98558: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py <<< 7723 1726883169.98566: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f792e70> <<< 7723 1726883169.98580: stdout chunk (state=3): >>>import '_typing' # <<< 7723 1726883169.99124: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f771e20> <<< 7723 1726883169.99277: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f770f80> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 7723 1726883170.02742: stdout chunk (state=3): >>># zipimport: zlib available<<< 7723 1726883170.03121: stdout chunk (state=3): >>> <<< 7723 1726883170.04802: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f790da0> <<< 7723 1726883170.04830: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 7723 1726883170.04862: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883170.05002: stdout chunk (state=3): >>># /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 0x7f6e1f7c28a0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f7c2630> <<< 7723 1726883170.05031: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f7c1f40><<< 7723 1726883170.05037: stdout chunk (state=3): >>> <<< 7723 1726883170.05055: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 7723 1726883170.05215: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f7c2990> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f793920> 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 0x7f6e1f7c3650> <<< 7723 1726883170.05221: 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 0x7f6e1f7c3860> <<< 7723 1726883170.05247: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 7723 1726883170.05405: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f7c3da0> import 'pwd' # <<< 7723 1726883170.05411: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 7723 1726883170.05449: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 7723 1726883170.05599: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f111ac0> # 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 0x7f6e1f1136b0> # /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' <<< 7723 1726883170.05637: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f113fb0> <<< 7723 1726883170.05660: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 7723 1726883170.05926: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f115250> # /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 0x7f6e1f117d10> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883170.05937: 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 0x7f6e1f88acc0> <<< 7723 1726883170.05952: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f115fd0> <<< 7723 1726883170.06019: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 7723 1726883170.06024: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 7723 1726883170.06057: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 7723 1726883170.06304: stdout chunk (state=3): >>># 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 0x7f6e1f11fad0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f11e5a0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f11e300> # /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' <<< 7723 1726883170.06709: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f11e870> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f1164e0> # 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 0x7f6e1f167d40> # /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 0x7f6e1f167f80> # /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 0x7f6e1f1698e0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f1696a0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 7723 1726883170.06796: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 7723 1726883170.06858: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883170.07017: stdout chunk (state=3): >>># 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 0x7f6e1f16be60> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f169fd0> # /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' # <<< 7723 1726883170.07052: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f16f5f0> <<< 7723 1726883170.07259: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f16bf80> <<< 7723 1726883170.07423: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6e1f1706b0> # 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 0x7f6e1f170650> <<< 7723 1726883170.07445: 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' <<< 7723 1726883170.07462: stdout chunk (state=3): >>># 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 0x7f6e1f1707d0> <<< 7723 1726883170.07469: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f167f20> <<< 7723 1726883170.07602: 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 <<< 7723 1726883170.07608: stdout chunk (state=3): >>># 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 0x7f6e1f173e90> <<< 7723 1726883170.07924: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6e1f1fd280> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f172630> # 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 0x7f6e1f1739b0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f172240> <<< 7723 1726883170.07932: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883170.07957: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 7723 1726883170.07970: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883170.08197: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883170.08259: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883170.08397: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 7723 1726883170.08403: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 7723 1726883170.08553: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883170.08793: stdout chunk (state=3): >>># zipimport: zlib available<<< 7723 1726883170.08873: stdout chunk (state=3): >>> <<< 7723 1726883170.09875: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883170.10883: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 7723 1726883170.10898: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 7723 1726883170.10905: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 7723 1726883170.11019: stdout chunk (state=3): >>># /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 0x7f6e1f001550> <<< 7723 1726883170.11115: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 7723 1726883170.11124: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 7723 1726883170.11157: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f002330> <<< 7723 1726883170.11328: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f1fd5b0> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 7723 1726883170.11685: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883170.12125: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f002060> # zipimport: zlib available <<< 7723 1726883170.13458: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883170.14630: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883170.14804: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883170.15304: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 7723 1726883170.15362: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883170.15501: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 7723 1726883170.15718: stdout chunk (state=3): >>># 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 <<< 7723 1726883170.16101: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883170.16514: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 7723 1726883170.16574: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 7723 1726883170.16610: stdout chunk (state=3): >>>import '_ast' # <<< 7723 1726883170.16808: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f003350> # zipimport: zlib available <<< 7723 1726883170.16825: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883170.16951: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 7723 1726883170.16964: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 7723 1726883170.16989: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 7723 1726883170.17103: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # <<< 7723 1726883170.17110: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883170.17172: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883170.17300: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883170.17499: stdout chunk (state=3): >>># 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' <<< 7723 1726883170.17604: 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' <<< 7723 1726883170.17617: stdout chunk (state=3): >>># 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 0x7f6e1f00dd00> <<< 7723 1726883170.17660: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f00be00> <<< 7723 1726883170.17826: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available <<< 7723 1726883170.17915: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883170.18010: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883170.18013: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883170.18297: 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 # 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 <<< 7723 1726883170.18402: stdout chunk (state=3): >>># 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 0x7f6e1f80e630> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f802300> <<< 7723 1726883170.18628: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f00dac0><<< 7723 1726883170.18637: stdout chunk (state=3): >>> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f1fd4f0> # 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 <<< 7723 1726883170.18661: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 7723 1726883170.18680: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883170.19968: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883170.21087: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883170.22599: stdout chunk (state=3): >>> {"path": "/etc/pki/product-default", "changed": false, "diff": {"before": {"path": "/etc/pki/product-default"}, "after": {"path": "/etc/pki/product-default"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0755", "state": "directory", "secontext": "unconfined_u:object_r:cert_t:s0", "size": 6, "invocation": {"module_args": {"path": "/etc/pki/product-default", "state": "directory", "mode": "0755", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 7723 1726883170.22727: stdout chunk (state=3): >>># destroy __main__ <<< 7723 1726883170.23503: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 7723 1726883170.23622: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # 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<<< 7723 1726883170.23811: stdout chunk (state=3): >>> # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib<<< 7723 1726883170.23842: stdout chunk (state=3): >>> # 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] remov<<< 7723 1726883170.23851: stdout chunk (state=3): >>>ing 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 <<< 7723 1726883170.24302: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 7723 1726883170.24404: stdout chunk (state=3): >>># destroy ntpath # destroy importlib # destroy zipimport # destroy array # cleanup[3] wiping ansible.module_utils.distro # destroy distro.distro # cleanup[3] wiping distro # cleanup[3] wiping argparse # cleanup[3] wiping selinux <<< 7723 1726883170.24407: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ansible.module_utils.compat.selinux <<< 7723 1726883170.24501: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd.daemon # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.journal<<< 7723 1726883170.24507: stdout chunk (state=3): >>> # destroy uuid # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging <<< 7723 1726883170.24905: stdout chunk (state=3): >>># cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping subprocess # destroy signal # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping grp # cleanup[3] wiping atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping tempfile # destroy io # destroy weakref # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping errno # 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 # 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 abc # cleanup[3] wiping os.path # destroy genericpath # cleanup[3] wiping posixpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping __main__ # cleanup[3] wiping _abc # cleanup[3] wiping _signal # 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 systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 7723 1726883170.25060: stdout chunk (state=3): >>># destroy sys.monitoring <<< 7723 1726883170.25068: stdout chunk (state=3): >>># destroy _socket <<< 7723 1726883170.25099: stdout chunk (state=3): >>># destroy _collections_abc <<< 7723 1726883170.25103: stdout chunk (state=3): >>># destroy _weakref <<< 7723 1726883170.25138: stdout chunk (state=3): >>># destroy _uuid <<< 7723 1726883170.25175: stdout chunk (state=3): >>># destroy posixpath # destroy __main__ # destroy atexit # destroy errno # destroy grp # destroy fcntl # destroy locale # destroy pwd # destroy selectors # destroy shutil # destroy tempfile <<< 7723 1726883170.25180: stdout chunk (state=3): >>># destroy traceback # destroy syslog # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy selinux<<< 7723 1726883170.25190: stdout chunk (state=3): >>> # destroy ansible.module_utils.six.moves.urllib # destroy ansible.module_utils.six.moves <<< 7723 1726883170.25398: stdout chunk (state=3): >>># destroy datetime # destroy re._parser<<< 7723 1726883170.25417: stdout chunk (state=3): >>> # destroy tokenize # destroy _string # destroy _frozen_importlib_external # destroy _imp # destroy marshal # 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 stat # destroy _blake2 # destroy platform # destroy distro # destroy json.scanner # destroy _json # destroy select # destroy selinux._selinux # destroy collections # destroy copyreg # destroy contextlib # destroy _signal # destroy _typing # destroy _tokenize <<< 7723 1726883170.25427: stdout chunk (state=3): >>># destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # destroy warnings <<< 7723 1726883170.25439: stdout chunk (state=3): >>># destroy operator <<< 7723 1726883170.25477: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 7723 1726883170.25581: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases <<< 7723 1726883170.25698: stdout chunk (state=3): >>># destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy functools # destroy time <<< 7723 1726883170.25711: stdout chunk (state=3): >>># destroy _warnings # destroy math # destroy _bisect # destroy re # destroy _random # destroy _hashlib # destroy itertools # destroy _collections # destroy _operator # destroy builtins # destroy _thread <<< 7723 1726883170.25737: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools <<< 7723 1726883170.25752: stdout chunk (state=3): >>># destroy _io # clear sys.audit hooks <<< 7723 1726883170.26647: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.120 closed. <<< 7723 1726883170.26650: stdout chunk (state=3): >>><<< 7723 1726883170.26652: stderr chunk (state=3): >>><<< 7723 1726883170.26688: _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 0x7f6e1fc183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1fbe7a10> # /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 0x7f6e1fc1a960> 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 0x7f6e1f9e8fe0> # /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 0x7f6e1f9e9f10> 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 0x7f6e1fa27dd0> # /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 0x7f6e1fa27fe0> # /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 0x7f6e1fa5f7a0> # /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 0x7f6e1fa5fe30> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1fa3faa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1fa3d1c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1fa24f80> # /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 0x7f6e1fa7f770> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1fa7e390> # /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 0x7f6e1fa3e090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1fa7cb60> # /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 0x7f6e1fab47d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1fa24200> # /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 0x7f6e1fab4c80> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1fab4b30> # 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 0x7f6e1fab4f20> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1fa22d20> # /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 0x7f6e1fab5610> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1fab52e0> 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 0x7f6e1fab6510> 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 0x7f6e1facc740> 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 0x7f6e1facde80> # /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 0x7f6e1facecc0> # 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 0x7f6e1facf2f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1face210> # /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 0x7f6e1facfd70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1facf4a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1fab6570> # /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 0x7f6e1f85fc20> # /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 0x7f6e1f8886b0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f888410> # 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 0x7f6e1f8886e0> # /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 0x7f6e1f889010> # 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 0x7f6e1f8899a0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f8888c0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f85ddc0> # /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 0x7f6e1f88ad50> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f889850> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1fab66f0> # /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 0x7f6e1f8b3080> # /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 0x7f6e1f8d7380> # /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 0x7f6e1f9381a0> # /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 0x7f6e1f93a900> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f9382c0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f905190> # /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 0x7f6e1f741220> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f8d6180> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f88bc50> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f6e1f8d64e0> # zipimport: found 30 names in '/tmp/ansible_file_payload_m5sar1fp/ansible_file_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 0x7f6e1f792e70> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f771e20> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f770f80> # 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 0x7f6e1f790da0> # /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 0x7f6e1f7c28a0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f7c2630> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f7c1f40> # /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 0x7f6e1f7c2990> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f793920> 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 0x7f6e1f7c3650> # 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 0x7f6e1f7c3860> # /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 0x7f6e1f7c3da0> 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 0x7f6e1f111ac0> # 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 0x7f6e1f1136b0> # /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 0x7f6e1f113fb0> # /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 0x7f6e1f115250> # /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 0x7f6e1f117d10> # 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 0x7f6e1f88acc0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f115fd0> # /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 0x7f6e1f11fad0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f11e5a0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f11e300> # /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 0x7f6e1f11e870> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f1164e0> # 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 0x7f6e1f167d40> # /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 0x7f6e1f167f80> # /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 0x7f6e1f1698e0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f1696a0> # /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 0x7f6e1f16be60> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f169fd0> # /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 0x7f6e1f16f5f0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f16bf80> # 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 0x7f6e1f1706b0> # 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 0x7f6e1f170650> # 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 0x7f6e1f1707d0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f167f20> # /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 0x7f6e1f173e90> # 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 0x7f6e1f1fd280> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f172630> # 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 0x7f6e1f1739b0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f172240> # 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 0x7f6e1f001550> # /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 0x7f6e1f002330> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f1fd5b0> 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 0x7f6e1f002060> # 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 0x7f6e1f003350> # 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 0x7f6e1f00dd00> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f00be00> 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 0x7f6e1f80e630> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f802300> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f00dac0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e1f1fd4f0> # 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 {"path": "/etc/pki/product-default", "changed": false, "diff": {"before": {"path": "/etc/pki/product-default"}, "after": {"path": "/etc/pki/product-default"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0755", "state": "directory", "secontext": "unconfined_u:object_r:cert_t:s0", "size": 6, "invocation": {"module_args": {"path": "/etc/pki/product-default", "state": "directory", "mode": "0755", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} # 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 binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy array # cleanup[3] wiping ansible.module_utils.distro # destroy distro.distro # cleanup[3] wiping distro # cleanup[3] wiping argparse # cleanup[3] wiping selinux # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ansible.module_utils.compat.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 systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.journal # destroy uuid # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping subprocess # destroy signal # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping grp # cleanup[3] wiping atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping tempfile # destroy io # destroy weakref # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping errno # 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 # 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 abc # cleanup[3] wiping os.path # destroy genericpath # cleanup[3] wiping posixpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping __main__ # cleanup[3] wiping _abc # cleanup[3] wiping _signal # 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 systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections_abc # destroy _weakref # destroy _uuid # destroy posixpath # destroy __main__ # destroy atexit # destroy errno # destroy grp # destroy fcntl # destroy locale # destroy pwd # destroy selectors # destroy shutil # destroy tempfile # destroy traceback # destroy syslog # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy selinux # destroy ansible.module_utils.six.moves.urllib # destroy ansible.module_utils.six.moves # destroy datetime # destroy re._parser # destroy tokenize # destroy _string # destroy _frozen_importlib_external # destroy _imp # destroy marshal # 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 stat # destroy _blake2 # destroy platform # destroy distro # destroy json.scanner # destroy _json # destroy select # destroy selinux._selinux # destroy collections # destroy copyreg # destroy contextlib # destroy _signal # destroy _typing # destroy _tokenize # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # destroy warnings # destroy operator # 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 functools # destroy time # destroy _warnings # destroy math # destroy _bisect # destroy re # destroy _random # destroy _hashlib # destroy itertools # destroy _collections # destroy _operator # destroy builtins # destroy _thread # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy _io # 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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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.12.120 closed. 7723 1726883170.27756: done with _execute_module (file, {'path': '/etc/pki/product-default', 'state': 'directory', 'mode': '0755', '_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': 'file', '_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-1726883169.6509535-8473-101870430282904/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7723 1726883170.27760: _low_level_execute_command(): starting 7723 1726883170.27763: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726883169.6509535-8473-101870430282904/ > /dev/null 2>&1 && sleep 0' 7723 1726883170.27767: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7723 1726883170.27770: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883170.27773: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883170.27784: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7723 1726883170.27787: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883170.27789: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883170.27792: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883170.27794: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883170.27796: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883170.32964: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883170.32989: stderr chunk (state=3): >>><<< 7723 1726883170.32994: stdout chunk (state=3): >>><<< 7723 1726883170.33013: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883170.33016: handler run complete 7723 1726883170.33034: attempt loop complete, returning result 7723 1726883170.33051: variable 'item' from source: unknown 7723 1726883170.33111: variable 'item' from source: unknown ok: [managed_node1] => (item=/etc/pki/product-default) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/etc/pki/product-default", "mode": "0755", "owner": "root", "path": "/etc/pki/product-default", "secontext": "unconfined_u:object_r:cert_t:s0", "size": 6, "state": "directory", "uid": 0 } 7723 1726883170.33237: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883170.33242: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883170.33245: variable 'omit' from source: magic vars 7723 1726883170.33336: 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) 7723 1726883170.33362: 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) 7723 1726883170.33378: 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) 7723 1726883170.33404: 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) 7723 1726883170.33415: 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) 7723 1726883170.33479: variable 'lsr_rhc_test_data_file' from source: set_fact 7723 1726883170.33486: Evaluated conditional (lsr_rhc_test_data_file | length == 0): True 7723 1726883170.33489: variable 'omit' from source: magic vars 7723 1726883170.33501: variable 'omit' from source: magic vars 7723 1726883170.33533: variable 'item' from source: unknown 7723 1726883170.33585: variable 'item' from source: unknown 7723 1726883170.33595: variable 'omit' from source: magic vars 7723 1726883170.33610: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7723 1726883170.33617: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7723 1726883170.33624: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7723 1726883170.33631: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 7723 1726883170.33642: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7723 1726883170.33645: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883170.33648: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883170.33706: Set connection var ansible_shell_type to sh 7723 1726883170.33710: Set connection var ansible_shell_executable to /bin/sh 7723 1726883170.33715: Set connection var ansible_module_compression to ZIP_DEFLATED 7723 1726883170.33718: Set connection var ansible_connection to ssh 7723 1726883170.33724: Set connection var ansible_pipelining to False 7723 1726883170.33727: Set connection var ansible_timeout to 10 7723 1726883170.33746: variable 'ansible_shell_executable' from source: unknown 7723 1726883170.33749: variable 'ansible_connection' from source: unknown 7723 1726883170.33756: variable 'ansible_module_compression' from source: unknown 7723 1726883170.33759: variable 'ansible_shell_type' from source: unknown 7723 1726883170.33761: variable 'ansible_shell_executable' from source: unknown 7723 1726883170.33763: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883170.33765: variable 'ansible_pipelining' from source: unknown 7723 1726883170.33767: variable 'ansible_timeout' from source: unknown 7723 1726883170.33769: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883170.33845: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7723 1726883170.33852: variable 'omit' from source: magic vars 7723 1726883170.33855: starting attempt loop 7723 1726883170.33858: running the handler 7723 1726883170.33864: _low_level_execute_command(): starting 7723 1726883170.33867: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7723 1726883170.34309: 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 <<< 7723 1726883170.34329: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7723 1726883170.34332: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 debug2: match not found <<< 7723 1726883170.34337: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883170.34358: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883170.34408: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883170.34411: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883170.34413: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883170.34470: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883170.39794: stdout chunk (state=3): >>>/root <<< 7723 1726883170.39943: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883170.39973: stderr chunk (state=3): >>><<< 7723 1726883170.39978: stdout chunk (state=3): >>><<< 7723 1726883170.39995: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883170.40004: _low_level_execute_command(): starting 7723 1726883170.40009: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726883170.3999586-8473-97696131404109 `" && echo ansible-tmp-1726883170.3999586-8473-97696131404109="` echo /root/.ansible/tmp/ansible-tmp-1726883170.3999586-8473-97696131404109 `" ) && sleep 0' 7723 1726883170.40471: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883170.40475: 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.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883170.40477: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7723 1726883170.40480: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883170.40482: 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883170.40535: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883170.40538: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883170.40549: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883170.40593: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883170.45615: stdout chunk (state=3): >>>ansible-tmp-1726883170.3999586-8473-97696131404109=/root/.ansible/tmp/ansible-tmp-1726883170.3999586-8473-97696131404109 <<< 7723 1726883170.46224: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883170.46253: stderr chunk (state=3): >>><<< 7723 1726883170.46256: stdout chunk (state=3): >>><<< 7723 1726883170.46278: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726883170.3999586-8473-97696131404109=/root/.ansible/tmp/ansible-tmp-1726883170.3999586-8473-97696131404109 , 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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883170.46315: variable 'ansible_module_compression' from source: unknown 7723 1726883170.46349: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7723b_d05x07/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 7723 1726883170.46366: variable 'ansible_facts' from source: unknown 7723 1726883170.46412: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726883170.3999586-8473-97696131404109/AnsiballZ_file.py 7723 1726883170.46505: Sending initial data 7723 1726883170.46508: Sent initial data (150 bytes) 7723 1726883170.46981: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883170.46984: 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.12.120 originally 10.31.12.120 debug2: match not found <<< 7723 1726883170.46986: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883170.46988: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883170.46991: 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883170.47045: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883170.47048: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883170.47051: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883170.47103: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883170.51826: 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 <<< 7723 1726883170.51911: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 7723 1726883170.52113: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7723b_d05x07/tmp4si_p3kv /root/.ansible/tmp/ansible-tmp-1726883170.3999586-8473-97696131404109/AnsiballZ_file.py <<< 7723 1726883170.52119: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726883170.3999586-8473-97696131404109/AnsiballZ_file.py" <<< 7723 1726883170.52161: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-7723b_d05x07/tmp4si_p3kv" to remote "/root/.ansible/tmp/ansible-tmp-1726883170.3999586-8473-97696131404109/AnsiballZ_file.py" <<< 7723 1726883170.52163: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726883170.3999586-8473-97696131404109/AnsiballZ_file.py" <<< 7723 1726883170.53178: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883170.53224: stderr chunk (state=3): >>><<< 7723 1726883170.53229: stdout chunk (state=3): >>><<< 7723 1726883170.53297: done transferring module to remote 7723 1726883170.53307: _low_level_execute_command(): starting 7723 1726883170.53311: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726883170.3999586-8473-97696131404109/ /root/.ansible/tmp/ansible-tmp-1726883170.3999586-8473-97696131404109/AnsiballZ_file.py && sleep 0' 7723 1726883170.53778: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883170.53782: 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.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883170.53784: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883170.53786: 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883170.53839: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883170.53845: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883170.53903: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883170.58747: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883170.58753: stderr chunk (state=3): >>><<< 7723 1726883170.58755: stdout chunk (state=3): >>><<< 7723 1726883170.58853: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883170.58857: _low_level_execute_command(): starting 7723 1726883170.58860: _low_level_execute_command(): using become for this command 7723 1726883170.58862: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-zsprmpsobtxfufgeyqicljluuynqfqme ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726883170.3999586-8473-97696131404109/AnsiballZ_file.py'"'"' && sleep 0' 7723 1726883170.59075: Initial state: awaiting_escalation: BECOME-SUCCESS-zsprmpsobtxfufgeyqicljluuynqfqme 7723 1726883170.59442: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7723 1726883170.59494: stderr chunk (state=1): >>>debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883170.59520: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883170.59636: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883170.59655: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883170.59683: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883170.59779: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883170.67618: stdout chunk (state=1): >>>BECOME-SUCCESS-zsprmpsobtxfufgeyqicljluuynqfqme <<< 7723 1726883170.67622: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-zsprmpsobtxfufgeyqicljluuynqfqme' 7723 1726883170.68063: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 7723 1726883170.68097: stdout chunk (state=3): >>>import _imp # builtin <<< 7723 1726883170.68133: stdout chunk (state=3): >>>import '_thread' # <<< 7723 1726883170.68136: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 7723 1726883170.68244: stdout chunk (state=3): >>>import '_io' # <<< 7723 1726883170.68250: stdout chunk (state=3): >>>import 'marshal' # <<< 7723 1726883170.68293: stdout chunk (state=3): >>>import 'posix' # <<< 7723 1726883170.68346: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 7723 1726883170.68373: stdout chunk (state=3): >>>import 'time' # <<< 7723 1726883170.68379: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 7723 1726883170.68455: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 7723 1726883170.68479: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883170.68489: stdout chunk (state=3): >>>import '_codecs' # <<< 7723 1726883170.68513: stdout chunk (state=3): >>>import 'codecs' # <<< 7723 1726883170.68588: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 7723 1726883170.68621: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 7723 1726883170.68629: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6cae83e0> <<< 7723 1726883170.68659: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6cab7a10> <<< 7723 1726883170.68688: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 7723 1726883170.68702: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6caea960> <<< 7723 1726883170.68758: stdout chunk (state=3): >>>import '_signal' # import '_abc' # <<< 7723 1726883170.68763: stdout chunk (state=3): >>>import 'abc' # <<< 7723 1726883170.68785: stdout chunk (state=3): >>>import 'io' # <<< 7723 1726883170.68839: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 7723 1726883170.68978: stdout chunk (state=3): >>>import '_collections_abc' # <<< 7723 1726883170.69102: stdout chunk (state=3): >>>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' <<< 7723 1726883170.69161: 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 # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 7723 1726883170.69183: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c898fe0> <<< 7723 1726883170.69259: 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 <<< 7723 1726883170.69264: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883170.69290: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c899f10> <<< 7723 1726883170.69448: stdout chunk (state=3): >>>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 <<< 7723 1726883170.69463: stdout chunk (state=3): >>>Type "help", "copyright", "credits" or "license" for more information.<<< 7723 1726883170.69533: stdout chunk (state=3): >>> <<< 7723 1726883170.70206: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py<<< 7723 1726883170.70253: stdout chunk (state=3): >>> <<< 7723 1726883170.70256: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 7723 1726883170.70295: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py<<< 7723 1726883170.70325: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc'<<< 7723 1726883170.70337: stdout chunk (state=3): >>> <<< 7723 1726883170.70424: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py<<< 7723 1726883170.70628: stdout chunk (state=3): >>> <<< 7723 1726883170.70651: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 7723 1726883170.70671: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 7723 1726883170.70705: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'<<< 7723 1726883170.70712: stdout chunk (state=3): >>> <<< 7723 1726883170.70752: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c8d7e00><<< 7723 1726883170.71002: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py<<< 7723 1726883170.71024: stdout chunk (state=3): >>> <<< 7723 1726883170.71054: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc'<<< 7723 1726883170.71204: stdout chunk (state=3): >>> <<< 7723 1726883170.71215: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c8d7ec0> # /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 <<< 7723 1726883170.71252: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc'<<< 7723 1726883170.71263: stdout chunk (state=3): >>> <<< 7723 1726883170.71405: stdout chunk (state=3): >>>import 'itertools' # <<< 7723 1726883170.71408: stdout chunk (state=3): >>> <<< 7723 1726883170.71465: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 7723 1726883170.71482: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc'<<< 7723 1726883170.71486: stdout chunk (state=3): >>> <<< 7723 1726883170.71510: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c90f800><<< 7723 1726883170.71524: stdout chunk (state=3): >>> <<< 7723 1726883170.71561: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py<<< 7723 1726883170.71698: stdout chunk (state=3): >>> <<< 7723 1726883170.71733: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 7723 1726883170.71764: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c90fe90> <<< 7723 1726883170.71791: stdout chunk (state=3): >>>import '_collections' # <<< 7723 1726883170.71864: stdout chunk (state=3): >>> import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c8efad0> <<< 7723 1726883170.72101: stdout chunk (state=3): >>>import '_functools' # <<< 7723 1726883170.72108: stdout chunk (state=3): >>> <<< 7723 1726883170.72179: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c8ed1f0><<< 7723 1726883170.72191: stdout chunk (state=3): >>> <<< 7723 1726883170.72386: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c8d4fb0><<< 7723 1726883170.72403: stdout chunk (state=3): >>> <<< 7723 1726883170.72514: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py<<< 7723 1726883170.72519: stdout chunk (state=3): >>> <<< 7723 1726883170.72544: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc'<<< 7723 1726883170.72570: stdout chunk (state=3): >>> <<< 7723 1726883170.72575: stdout chunk (state=3): >>>import '_sre' # <<< 7723 1726883170.72719: stdout chunk (state=3): >>> <<< 7723 1726883170.72722: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py<<< 7723 1726883170.72725: stdout chunk (state=3): >>> <<< 7723 1726883170.72774: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc'<<< 7723 1726883170.72791: stdout chunk (state=3): >>> <<< 7723 1726883170.72915: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py<<< 7723 1726883170.72929: stdout chunk (state=3): >>> <<< 7723 1726883170.72991: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c92f7d0> <<< 7723 1726883170.73031: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c92e3f0><<< 7723 1726883170.73035: stdout chunk (state=3): >>> <<< 7723 1726883170.73089: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py<<< 7723 1726883170.73103: stdout chunk (state=3): >>> <<< 7723 1726883170.73107: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc'<<< 7723 1726883170.73129: stdout chunk (state=3): >>> import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c8ee0c0><<< 7723 1726883170.73215: stdout chunk (state=3): >>> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c92cbc0><<< 7723 1726883170.73292: stdout chunk (state=3): >>> <<< 7723 1726883170.73296: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py<<< 7723 1726883170.73326: stdout chunk (state=3): >>> <<< 7723 1726883170.73333: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc'<<< 7723 1726883170.73353: stdout chunk (state=3): >>> <<< 7723 1726883170.73380: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c964800> <<< 7723 1726883170.73535: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c8d4230> <<< 7723 1726883170.73578: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc'<<< 7723 1726883170.73628: stdout chunk (state=3): >>> # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883170.73661: stdout chunk (state=3): >>># extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'<<< 7723 1726883170.73671: stdout chunk (state=3): >>> <<< 7723 1726883170.73689: stdout chunk (state=3): >>>import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf6c964cb0><<< 7723 1726883170.73693: stdout chunk (state=3): >>> <<< 7723 1726883170.73756: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c964b60> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'<<< 7723 1726883170.73762: stdout chunk (state=3): >>> <<< 7723 1726883170.73792: stdout chunk (state=3): >>># extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'<<< 7723 1726883170.73796: stdout chunk (state=3): >>> <<< 7723 1726883170.73818: stdout chunk (state=3): >>>import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf6c964f50><<< 7723 1726883170.73842: stdout chunk (state=3): >>> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c8d2d50><<< 7723 1726883170.73902: stdout chunk (state=3): >>> <<< 7723 1726883170.73916: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py<<< 7723 1726883170.73921: stdout chunk (state=3): >>> <<< 7723 1726883170.74006: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883170.74085: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 7723 1726883170.74102: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc'<<< 7723 1726883170.74107: stdout chunk (state=3): >>> <<< 7723 1726883170.74141: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c965640><<< 7723 1726883170.74150: stdout chunk (state=3): >>> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c965310><<< 7723 1726883170.74198: stdout chunk (state=3): >>> import 'importlib.machinery' # <<< 7723 1726883170.74239: stdout chunk (state=3): >>> <<< 7723 1726883170.74287: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py<<< 7723 1726883170.74295: stdout chunk (state=3): >>> <<< 7723 1726883170.74307: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc'<<< 7723 1726883170.74351: stdout chunk (state=3): >>> import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c966510><<< 7723 1726883170.74359: stdout chunk (state=3): >>> <<< 7723 1726883170.74386: stdout chunk (state=3): >>>import 'importlib.util' # <<< 7723 1726883170.74415: stdout chunk (state=3): >>> <<< 7723 1726883170.74418: stdout chunk (state=3): >>>import 'runpy' # <<< 7723 1726883170.74431: stdout chunk (state=3): >>> <<< 7723 1726883170.74546: stdout chunk (state=3): >>># /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' <<< 7723 1726883170.74560: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py<<< 7723 1726883170.74564: stdout chunk (state=3): >>> <<< 7723 1726883170.74603: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc'<<< 7723 1726883170.74623: stdout chunk (state=3): >>> <<< 7723 1726883170.74661: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c97c740> <<< 7723 1726883170.74671: stdout chunk (state=3): >>>import 'errno' # <<< 7723 1726883170.74724: stdout chunk (state=3): >>> # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'<<< 7723 1726883170.74734: stdout chunk (state=3): >>> <<< 7723 1726883170.74766: stdout chunk (state=3): >>># extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'<<< 7723 1726883170.74770: stdout chunk (state=3): >>> <<< 7723 1726883170.74784: stdout chunk (state=3): >>>import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf6c97de20><<< 7723 1726883170.74787: stdout chunk (state=3): >>> <<< 7723 1726883170.74847: stdout chunk (state=3): >>># /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'<<< 7723 1726883170.74862: stdout chunk (state=3): >>> <<< 7723 1726883170.74897: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py<<< 7723 1726883170.74918: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 7723 1726883170.74947: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c97ecc0><<< 7723 1726883170.74997: stdout chunk (state=3): >>> <<< 7723 1726883170.75014: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'<<< 7723 1726883170.75026: stdout chunk (state=3): >>> <<< 7723 1726883170.75051: stdout chunk (state=3): >>># 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 0x7fbf6c97f2f0><<< 7723 1726883170.75074: stdout chunk (state=3): >>> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c97e210><<< 7723 1726883170.75113: stdout chunk (state=3): >>> <<< 7723 1726883170.75125: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 7723 1726883170.75153: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc'<<< 7723 1726883170.75194: stdout chunk (state=3): >>> <<< 7723 1726883170.75230: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883170.75249: stdout chunk (state=3): >>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'<<< 7723 1726883170.75280: stdout chunk (state=3): >>> import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf6c97fd70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c97f4a0><<< 7723 1726883170.75284: stdout chunk (state=3): >>> <<< 7723 1726883170.75356: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c966570> <<< 7723 1726883170.75435: stdout chunk (state=3): >>># /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'<<< 7723 1726883170.75447: stdout chunk (state=3): >>> <<< 7723 1726883170.75497: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py<<< 7723 1726883170.75500: stdout chunk (state=3): >>> <<< 7723 1726883170.75537: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc'<<< 7723 1726883170.75570: stdout chunk (state=3): >>> <<< 7723 1726883170.75813: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'<<< 7723 1726883170.75823: stdout chunk (state=3): >>> <<< 7723 1726883170.75874: 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 0x7fbf6c6fbc80> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py<<< 7723 1726883170.75877: stdout chunk (state=3): >>> <<< 7723 1726883170.75898: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc'<<< 7723 1726883170.75903: stdout chunk (state=3): >>> <<< 7723 1726883170.75944: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'<<< 7723 1726883170.75989: stdout chunk (state=3): >>> import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf6c7247d0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c724530> <<< 7723 1726883170.75992: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'<<< 7723 1726883170.76012: stdout chunk (state=3): >>> <<< 7723 1726883170.76019: stdout chunk (state=3): >>># extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'<<< 7723 1726883170.76083: stdout chunk (state=3): >>> import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf6c7246e0> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py<<< 7723 1726883170.76090: stdout chunk (state=3): >>> <<< 7723 1726883170.76123: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc'<<< 7723 1726883170.76126: stdout chunk (state=3): >>> <<< 7723 1726883170.76431: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'<<< 7723 1726883170.76596: stdout chunk (state=3): >>> <<< 7723 1726883170.76649: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'<<< 7723 1726883170.76653: stdout chunk (state=3): >>> <<< 7723 1726883170.76671: stdout chunk (state=3): >>>import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf6c725070><<< 7723 1726883170.76679: stdout chunk (state=3): >>> <<< 7723 1726883170.77205: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf6c725a00> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c724920> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c6f9e20> # /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 0x7fbf6c726db0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c725af0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c966c60> <<< 7723 1726883170.77251: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py<<< 7723 1726883170.77256: stdout chunk (state=3): >>> <<< 7723 1726883170.77351: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc'<<< 7723 1726883170.77357: stdout chunk (state=3): >>> <<< 7723 1726883170.77576: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py<<< 7723 1726883170.77581: stdout chunk (state=3): >>> <<< 7723 1726883170.77638: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc'<<< 7723 1726883170.77644: stdout chunk (state=3): >>> <<< 7723 1726883170.77696: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c74b110><<< 7723 1726883170.77700: stdout chunk (state=3): >>> <<< 7723 1726883170.77790: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py<<< 7723 1726883170.77793: stdout chunk (state=3): >>> <<< 7723 1726883170.77835: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc'<<< 7723 1726883170.77842: stdout chunk (state=3): >>> <<< 7723 1726883170.77881: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py<<< 7723 1726883170.77979: stdout chunk (state=3): >>> <<< 7723 1726883170.78022: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc'<<< 7723 1726883170.78093: stdout chunk (state=3): >>> import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c7734d0><<< 7723 1726883170.78100: stdout chunk (state=3): >>> <<< 7723 1726883170.78143: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py<<< 7723 1726883170.78149: stdout chunk (state=3): >>> <<< 7723 1726883170.78224: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc'<<< 7723 1726883170.78227: stdout chunk (state=3): >>> <<< 7723 1726883170.78325: stdout chunk (state=3): >>>import 'ntpath' # <<< 7723 1726883170.78330: stdout chunk (state=3): >>> <<< 7723 1726883170.78376: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py<<< 7723 1726883170.78381: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc'<<< 7723 1726883170.78425: stdout chunk (state=3): >>> import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c7d42f0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py<<< 7723 1726883170.78430: stdout chunk (state=3): >>> <<< 7723 1726883170.78476: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc'<<< 7723 1726883170.78528: stdout chunk (state=3): >>> <<< 7723 1726883170.78545: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py<<< 7723 1726883170.78555: stdout chunk (state=3): >>> <<< 7723 1726883170.78616: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc'<<< 7723 1726883170.78795: stdout chunk (state=3): >>> <<< 7723 1726883170.78876: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c7d6a50> <<< 7723 1726883170.78984: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c7d4410> <<< 7723 1726883170.79175: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c7952e0> <<< 7723 1726883170.79211: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' <<< 7723 1726883170.79217: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c115400> <<< 7723 1726883170.79238: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c7722d0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c727ce0> <<< 7723 1726883170.79592: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 7723 1726883170.79616: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fbf6c7723f0> <<< 7723 1726883170.80968: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_file_payload_x9byj5ug/ansible_file_payload.zip' # zipimport: zlib available <<< 7723 1726883170.81160: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883170.81196: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 7723 1726883170.81203: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 7723 1726883170.81299: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 7723 1726883170.81558: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 7723 1726883170.81601: 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' <<< 7723 1726883170.81616: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c16b080> <<< 7723 1726883170.81619: stdout chunk (state=3): >>>import '_typing' # <<< 7723 1726883170.81997: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c149f70> <<< 7723 1726883170.82119: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c1490d0> <<< 7723 1726883170.82124: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883170.82152: stdout chunk (state=3): >>>import 'ansible' # <<< 7723 1726883170.82158: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883170.82183: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883170.82204: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883170.82237: stdout chunk (state=3): >>>import 'ansible.module_utils' # # zipimport: zlib available <<< 7723 1726883170.84679: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883170.86608: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c168f20> # /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' <<< 7723 1726883170.86613: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 7723 1726883170.87011: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf6c192b40> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c1928d0> <<< 7723 1726883170.87024: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c1921e0> # /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 0x7fbf6c192930> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c16baa0> 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 0x7fbf6c193890> # 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 0x7fbf6c193ad0> # /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 0x7fbf6c193fe0> import 'pwd' # <<< 7723 1726883170.87046: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 7723 1726883170.87076: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 7723 1726883170.87128: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c001d30> <<< 7723 1726883170.87279: stdout chunk (state=3): >>># 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 0x7fbf6c003950> # /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 0x7fbf6c004290> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 7723 1726883170.87313: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 7723 1726883170.87352: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c005400> <<< 7723 1726883170.87501: stdout chunk (state=3): >>># /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' <<< 7723 1726883170.87532: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c007ef0> <<< 7723 1726883170.87566: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883170.87704: 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 0x7fbf6c8d2e40> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c0061b0> # /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 <<< 7723 1726883170.87734: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 7723 1726883170.87761: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 7723 1726883170.88002: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c00fd70> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c00e840> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c00e5a0> # /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' <<< 7723 1726883170.88032: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c00eb10> <<< 7723 1726883170.88070: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c0066c0> <<< 7723 1726883170.88107: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883170.88119: stdout chunk (state=3): >>># extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf6c057fe0> <<< 7723 1726883170.88309: 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 0x7fbf6c058050> # /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 0x7fbf6c059c70> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c059a30> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 7723 1726883170.88420: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 7723 1726883170.88477: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883170.88481: stdout chunk (state=3): >>># 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 0x7fbf6c05c230> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c05a360> <<< 7723 1726883170.88803: stdout chunk (state=3): >>># /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' <<< 7723 1726883170.88809: stdout chunk (state=3): >>>import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c05f9e0> <<< 7723 1726883170.88864: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c05c3b0> <<< 7723 1726883170.88956: 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' <<< 7723 1726883170.88963: 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 0x7fbf6c060590> <<< 7723 1726883170.88996: 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' <<< 7723 1726883170.89002: stdout chunk (state=3): >>># 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 0x7fbf6c060bf0> <<< 7723 1726883170.89058: 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 0x7fbf6c060cb0> <<< 7723 1726883170.89093: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c058380> <<< 7723 1726883170.89206: 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' # /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 0x7fbf6beec380> <<< 7723 1726883170.89717: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf6beed4c0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c062b10> # 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 0x7fbf6c063ec0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c062720> # zipimport: zlib available <<< 7723 1726883170.89728: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883170.89748: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 7723 1726883170.89900: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883170.89992: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883170.90201: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 7723 1726883170.90231: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883170.90611: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883170.91713: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883170.92722: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 7723 1726883170.92745: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883170.92814: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbf6bef5790> <<< 7723 1726883170.92914: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 7723 1726883170.92942: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6bef6540> <<< 7723 1726883170.93008: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6beed700> <<< 7723 1726883170.93017: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 7723 1726883170.93210: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 7723 1726883170.93355: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883170.93609: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py<<< 7723 1726883170.93806: stdout chunk (state=3): >>> <<< 7723 1726883170.93824: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 7723 1726883170.93832: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6bef6510> <<< 7723 1726883170.93932: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883170.94909: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883170.95911: stdout chunk (state=3): >>># zipimport: zlib available<<< 7723 1726883170.95917: stdout chunk (state=3): >>> <<< 7723 1726883170.96103: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883170.96257: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 7723 1726883170.96261: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883170.96321: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883170.96368: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 7723 1726883170.96384: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883170.96567: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883170.96685: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 7723 1726883170.96765: stdout chunk (state=3): >>> <<< 7723 1726883170.96790: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883170.96797: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883170.96817: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 7723 1726883170.96823: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883170.97011: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # <<< 7723 1726883170.97015: stdout chunk (state=3): >>> <<< 7723 1726883170.97027: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883170.97507: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883170.97778: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 7723 1726883170.97866: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 7723 1726883170.97887: stdout chunk (state=3): >>>import '_ast' # <<< 7723 1726883170.97979: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6bef7800> <<< 7723 1726883170.97997: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883170.98117: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883170.98212: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 7723 1726883170.98218: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # <<< 7723 1726883170.98315: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available <<< 7723 1726883170.98319: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883170.98500: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 7723 1726883170.98504: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 7723 1726883170.98838: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883170.98942: 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 <<< 7723 1726883170.99099: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883170.99116: 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' <<< 7723 1726883170.99131: stdout chunk (state=3): >>># 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 0x7fbf6bf02450> <<< 7723 1726883170.99200: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6befcfb0> <<< 7723 1726883170.99399: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 7723 1726883170.99419: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883170.99522: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883170.99560: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883170.99728: 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 <<< 7723 1726883170.99731: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883170.99759: 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 <<< 7723 1726883170.99904: stdout chunk (state=3): >>># 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' <<< 7723 1726883170.99935: stdout chunk (state=3): >>># /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' <<< 7723 1726883171.00223: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6bfeec30> <<< 7723 1726883171.00497: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c1ce900> <<< 7723 1726883171.00510: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6bf02420> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6bef8650> # 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' # <<< 7723 1726883171.00550: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 7723 1726883171.00574: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883171.00583: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883171.00596: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 7723 1726883171.00691: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883171.01612: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883171.02210: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883171.02917: stdout chunk (state=3): >>> {"path": "/etc/rhsm/ca", "changed": false, "diff": {"before": {"path": "/etc/rhsm/ca"}, "after": {"path": "/etc/rhsm/ca"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0755", "state": "directory", "secontext": "system_u:object_r:rhsmcertd_config_t:s0", "size": 68, "invocation": {"module_args": {"path": "/etc/rhsm/ca", "state": "directory", "mode": "0755", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} # destroy __main__ <<< 7723 1726883171.03291: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 7723 1726883171.03311: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport <<< 7723 1726883171.03363: stdout chunk (state=3): >>># 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 <<< 7723 1726883171.03418: stdout chunk (state=3): >>># 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 <<< 7723 1726883171.03450: stdout chunk (state=3): >>># 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<<< 7723 1726883171.03462: stdout chunk (state=3): >>> # 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 <<< 7723 1726883171.03496: stdout chunk (state=3): >>># 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 <<< 7723 1726883171.03757: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 7723 1726883171.03772: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 7723 1726883171.03778: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 7723 1726883171.03794: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 7723 1726883171.03820: stdout chunk (state=3): >>># destroy ntpath <<< 7723 1726883171.03852: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 7723 1726883171.03869: stdout chunk (state=3): >>># destroy array # cleanup[3] wiping ansible.module_utils.distro <<< 7723 1726883171.03880: stdout chunk (state=3): >>># destroy distro.distro # cleanup[3] wiping distro # cleanup[3] wiping argparse # cleanup[3] wiping selinux # cleanup[3] wiping selinux._selinux <<< 7723 1726883171.03890: stdout chunk (state=3): >>># cleanup[3] wiping ansible.module_utils.compat.selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes <<< 7723 1726883171.03902: stdout chunk (state=3): >>># 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 systemd._daemon # cleanup[3] wiping _socket <<< 7723 1726883171.03922: stdout chunk (state=3): >>># cleanup[3] wiping systemd.journal # destroy uuid # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime <<< 7723 1726883171.03930: stdout chunk (state=3): >>># cleanup[3] wiping syslog # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize <<< 7723 1726883171.03949: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping subprocess # destroy signal # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform <<< 7723 1726883171.03964: stdout chunk (state=3): >>># cleanup[3] wiping pwd # cleanup[3] wiping locale # destroy encodings <<< 7723 1726883171.03986: stdout chunk (state=3): >>># cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping grp # cleanup[3] wiping atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 <<< 7723 1726883171.03997: stdout chunk (state=3): >>># cleanup[3] wiping contextlib # cleanup[3] wiping tempfile # destroy io # destroy weakref # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil <<< 7723 1726883171.04053: stdout chunk (state=3): >>># destroy fnmatch # cleanup[3] wiping errno # 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 # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types <<< 7723 1726883171.04132: stdout chunk (state=3): >>># cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy abc # cleanup[3] wiping os.path # destroy genericpath # cleanup[3] wiping posixpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping __main__ # cleanup[3] wiping _abc # cleanup[3] wiping _signal # 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 systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 7723 1726883171.04568: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket # destroy _collections_abc # destroy _weakref # destroy _uuid # destroy posixpath # destroy __main__ # destroy atexit # destroy errno # destroy grp # destroy fcntl # destroy locale # destroy pwd # destroy selectors # destroy shutil # destroy tempfile # destroy traceback # destroy syslog # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy selinux # destroy ansible.module_utils.six.moves.urllib # destroy ansible.module_utils.six.moves # destroy datetime # destroy re._parser # destroy tokenize # destroy _string # destroy _frozen_importlib_external # destroy _imp # destroy marshal # 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 stat # destroy _blake2 # destroy platform # destroy distro # destroy json.scanner # destroy _json # destroy select # destroy selinux._selinux # destroy collections # destroy copyreg # destroy contextlib # destroy _signal # destroy _typing # destroy _tokenize # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # destroy warnings # destroy operator # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 7723 1726883171.04726: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 <<< 7723 1726883171.04754: stdout chunk (state=3): >>># destroy _codecs # destroy functools # destroy time # destroy _warnings<<< 7723 1726883171.04762: stdout chunk (state=3): >>> # destroy math # destroy _bisect <<< 7723 1726883171.04778: stdout chunk (state=3): >>># destroy re<<< 7723 1726883171.04799: stdout chunk (state=3): >>> <<< 7723 1726883171.04812: stdout chunk (state=3): >>># destroy _random <<< 7723 1726883171.04959: stdout chunk (state=3): >>># destroy _hashlib # destroy itertools # destroy _collections # destroy _operator # destroy builtins # destroy _thread # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy _io # clear sys.audit hooks <<< 7723 1726883171.05814: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.120 closed. <<< 7723 1726883171.05845: stderr chunk (state=3): >>><<< 7723 1726883171.05848: stdout chunk (state=3): >>><<< 7723 1726883171.05906: _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 0x7fbf6cae83e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6cab7a10> # /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 0x7fbf6caea960> 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 0x7fbf6c898fe0> # /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 0x7fbf6c899f10> 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 0x7fbf6c8d7e00> # /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 0x7fbf6c8d7ec0> # /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 0x7fbf6c90f800> # /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 0x7fbf6c90fe90> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c8efad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c8ed1f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c8d4fb0> # /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 0x7fbf6c92f7d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c92e3f0> # /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 0x7fbf6c8ee0c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c92cbc0> # /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 0x7fbf6c964800> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c8d4230> # /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 0x7fbf6c964cb0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c964b60> # 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 0x7fbf6c964f50> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c8d2d50> # /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 0x7fbf6c965640> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c965310> 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 0x7fbf6c966510> 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 0x7fbf6c97c740> 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 0x7fbf6c97de20> # /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 0x7fbf6c97ecc0> # 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 0x7fbf6c97f2f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c97e210> # /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 0x7fbf6c97fd70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c97f4a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c966570> # /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 0x7fbf6c6fbc80> # /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 0x7fbf6c7247d0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c724530> # 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 0x7fbf6c7246e0> # /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 0x7fbf6c725070> # 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 0x7fbf6c725a00> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c724920> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c6f9e20> # /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 0x7fbf6c726db0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c725af0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c966c60> # /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 0x7fbf6c74b110> # /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 0x7fbf6c7734d0> # /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 0x7fbf6c7d42f0> # /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 0x7fbf6c7d6a50> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c7d4410> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c7952e0> # /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 0x7fbf6c115400> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c7722d0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c727ce0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fbf6c7723f0> # zipimport: found 30 names in '/tmp/ansible_file_payload_x9byj5ug/ansible_file_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 0x7fbf6c16b080> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c149f70> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c1490d0> # 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 0x7fbf6c168f20> # /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 0x7fbf6c192b40> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c1928d0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c1921e0> # /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 0x7fbf6c192930> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c16baa0> 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 0x7fbf6c193890> # 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 0x7fbf6c193ad0> # /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 0x7fbf6c193fe0> 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 0x7fbf6c001d30> # 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 0x7fbf6c003950> # /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 0x7fbf6c004290> # /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 0x7fbf6c005400> # /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 0x7fbf6c007ef0> # 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 0x7fbf6c8d2e40> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c0061b0> # /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 0x7fbf6c00fd70> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c00e840> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c00e5a0> # /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 0x7fbf6c00eb10> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c0066c0> # 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 0x7fbf6c057fe0> # /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 0x7fbf6c058050> # /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 0x7fbf6c059c70> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c059a30> # /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 0x7fbf6c05c230> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c05a360> # /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 0x7fbf6c05f9e0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c05c3b0> # 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 0x7fbf6c060590> # 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 0x7fbf6c060bf0> # 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 0x7fbf6c060cb0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c058380> # /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 0x7fbf6beec380> # 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 0x7fbf6beed4c0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c062b10> # 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 0x7fbf6c063ec0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c062720> # 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 0x7fbf6bef5790> # /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 0x7fbf6bef6540> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6beed700> 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 0x7fbf6bef6510> # 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 0x7fbf6bef7800> # 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 0x7fbf6bf02450> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6befcfb0> 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 0x7fbf6bfeec30> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6c1ce900> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6bf02420> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbf6bef8650> # 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 {"path": "/etc/rhsm/ca", "changed": false, "diff": {"before": {"path": "/etc/rhsm/ca"}, "after": {"path": "/etc/rhsm/ca"}}, "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0755", "state": "directory", "secontext": "system_u:object_r:rhsmcertd_config_t:s0", "size": 68, "invocation": {"module_args": {"path": "/etc/rhsm/ca", "state": "directory", "mode": "0755", "recurse": false, "force": false, "follow": true, "modification_time_format": "%Y%m%d%H%M.%S", "access_time_format": "%Y%m%d%H%M.%S", "unsafe_writes": false, "_original_basename": null, "_diff_peek": null, "src": null, "modification_time": null, "access_time": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} # 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 binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy array # cleanup[3] wiping ansible.module_utils.distro # destroy distro.distro # cleanup[3] wiping distro # cleanup[3] wiping argparse # cleanup[3] wiping selinux # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ansible.module_utils.compat.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 systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.journal # destroy uuid # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping subprocess # destroy signal # destroy threading # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping grp # cleanup[3] wiping atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping tempfile # destroy io # destroy weakref # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping errno # 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 # 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 abc # cleanup[3] wiping os.path # destroy genericpath # cleanup[3] wiping posixpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping __main__ # cleanup[3] wiping _abc # cleanup[3] wiping _signal # 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 systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections_abc # destroy _weakref # destroy _uuid # destroy posixpath # destroy __main__ # destroy atexit # destroy errno # destroy grp # destroy fcntl # destroy locale # destroy pwd # destroy selectors # destroy shutil # destroy tempfile # destroy traceback # destroy syslog # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy selinux # destroy ansible.module_utils.six.moves.urllib # destroy ansible.module_utils.six.moves # destroy datetime # destroy re._parser # destroy tokenize # destroy _string # destroy _frozen_importlib_external # destroy _imp # destroy marshal # 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 stat # destroy _blake2 # destroy platform # destroy distro # destroy json.scanner # destroy _json # destroy select # destroy selinux._selinux # destroy collections # destroy copyreg # destroy contextlib # destroy _signal # destroy _typing # destroy _tokenize # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # destroy warnings # destroy operator # 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 functools # destroy time # destroy _warnings # destroy math # destroy _bisect # destroy re # destroy _random # destroy _hashlib # destroy itertools # destroy _collections # destroy _operator # destroy builtins # destroy _thread # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy _io # 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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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.12.120 closed. 7723 1726883171.06419: done with _execute_module (file, {'path': '/etc/rhsm/ca', 'state': 'directory', 'mode': '0755', '_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': 'file', '_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-1726883170.3999586-8473-97696131404109/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7723 1726883171.06422: _low_level_execute_command(): starting 7723 1726883171.06425: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726883170.3999586-8473-97696131404109/ > /dev/null 2>&1 && sleep 0' 7723 1726883171.06568: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7723 1726883171.06572: 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 <<< 7723 1726883171.06575: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883171.06591: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883171.06649: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883171.06652: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883171.06663: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883171.06713: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883171.10642: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883171.10670: stderr chunk (state=3): >>><<< 7723 1726883171.10674: stdout chunk (state=3): >>><<< 7723 1726883171.10688: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883171.10692: handler run complete 7723 1726883171.10711: attempt loop complete, returning result 7723 1726883171.10728: variable 'item' from source: unknown 7723 1726883171.10794: variable 'item' from source: unknown ok: [managed_node1] => (item=/etc/rhsm/ca) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/etc/rhsm/ca", "mode": "0755", "owner": "root", "path": "/etc/rhsm/ca", "secontext": "system_u:object_r:rhsmcertd_config_t:s0", "size": 68, "state": "directory", "uid": 0 } 7723 1726883171.11094: dumping result to json 7723 1726883171.11097: done dumping result, returning 7723 1726883171.11099: done running TaskExecutor() for managed_node1/TASK: Ensure directories exist [0affc0aa-4893-13c9-9f63-00000000001d] 7723 1726883171.11101: sending task result for task 0affc0aa-4893-13c9-9f63-00000000001d 7723 1726883171.11157: done sending task result for task 0affc0aa-4893-13c9-9f63-00000000001d 7723 1726883171.11160: WORKER PROCESS EXITING 7723 1726883171.11264: no more pending results, returning what we have 7723 1726883171.11267: results queue empty 7723 1726883171.11267: checking for any_errors_fatal 7723 1726883171.11272: done checking for any_errors_fatal 7723 1726883171.11272: checking for max_fail_percentage 7723 1726883171.11273: done checking for max_fail_percentage 7723 1726883171.11274: checking to see if all hosts have failed and the running result is not ok 7723 1726883171.11275: done checking to see if all hosts have failed 7723 1726883171.11275: getting the remaining hosts for this loop 7723 1726883171.11276: done getting the remaining hosts for this loop 7723 1726883171.11279: getting the next task for host managed_node1 7723 1726883171.11283: done getting next task for host managed_node1 7723 1726883171.11285: ^ task is: TASK: Copy product certificates 7723 1726883171.11287: ^ state is: HOST STATE: block=2, task=2, 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=9, 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 7723 1726883171.11290: getting variables 7723 1726883171.11291: in VariableManager get_vars() 7723 1726883171.11308: Calling all_inventory to load vars for managed_node1 7723 1726883171.11310: Calling groups_inventory to load vars for managed_node1 7723 1726883171.11312: Calling all_plugins_inventory to load vars for managed_node1 7723 1726883171.11319: Calling all_plugins_play to load vars for managed_node1 7723 1726883171.11321: Calling groups_plugins_inventory to load vars for managed_node1 7723 1726883171.11323: Calling groups_plugins_play to load vars for managed_node1 7723 1726883171.11358: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7723 1726883171.11383: done with get_vars() 7723 1726883171.11389: done getting variables 7723 1726883171.11430: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Copy product certificates] *********************************************** task path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:81 Friday 20 September 2024 21:46:11 -0400 (0:00:02.369) 0:01:35.800 ****** 7723 1726883171.11450: entering _queue_task() for managed_node1/command 7723 1726883171.11667: worker is 1 (out of 1 available) 7723 1726883171.11679: exiting _queue_task() for managed_node1/command 7723 1726883171.11690: done queuing things up, now waiting for results queue to drain 7723 1726883171.11692: waiting for pending results... 7723 1726883171.11843: running TaskExecutor() for managed_node1/TASK: Copy product certificates 7723 1726883171.11910: in run() - task 0affc0aa-4893-13c9-9f63-00000000001e 7723 1726883171.11926: variable 'ansible_search_path' from source: unknown 7723 1726883171.11930: variable 'ansible_search_path' from source: unknown 7723 1726883171.11969: variable 'omit' from source: magic vars 7723 1726883171.12059: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883171.12066: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883171.12076: variable 'omit' from source: magic vars 7723 1726883171.12404: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7723 1726883171.13883: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7723 1726883171.13939: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7723 1726883171.13970: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7723 1726883171.14001: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7723 1726883171.14018: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7723 1726883171.14080: 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) 7723 1726883171.14100: 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) 7723 1726883171.14121: 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) 7723 1726883171.14152: 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) 7723 1726883171.14162: 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) 7723 1726883171.14253: variable 'lsr_rhc_test_data_file' from source: set_fact 7723 1726883171.14273: Evaluated conditional (lsr_rhc_test_data_file | length == 0): True 7723 1726883171.14279: variable 'omit' from source: magic vars 7723 1726883171.14311: variable 'omit' from source: magic vars 7723 1726883171.14406: variable 'item' from source: unknown 7723 1726883171.14429: variable 'omit' from source: magic vars 7723 1726883171.14460: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7723 1726883171.14480: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7723 1726883171.14494: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7723 1726883171.14507: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7723 1726883171.14515: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7723 1726883171.14531: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 7723 1726883171.14544: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 7723 1726883171.14568: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7723 1726883171.14571: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883171.14574: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883171.14649: Set connection var ansible_shell_type to sh 7723 1726883171.14656: Set connection var ansible_shell_executable to /bin/sh 7723 1726883171.14659: Set connection var ansible_module_compression to ZIP_DEFLATED 7723 1726883171.14662: Set connection var ansible_connection to ssh 7723 1726883171.14671: Set connection var ansible_pipelining to False 7723 1726883171.14673: Set connection var ansible_timeout to 10 7723 1726883171.14700: variable 'ansible_shell_executable' from source: unknown 7723 1726883171.14703: variable 'ansible_connection' from source: unknown 7723 1726883171.14706: variable 'ansible_module_compression' from source: unknown 7723 1726883171.14708: variable 'ansible_shell_type' from source: unknown 7723 1726883171.14711: variable 'ansible_shell_executable' from source: unknown 7723 1726883171.14713: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883171.14715: variable 'ansible_pipelining' from source: unknown 7723 1726883171.14717: variable 'ansible_timeout' from source: unknown 7723 1726883171.14724: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883171.14798: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7723 1726883171.14806: variable 'omit' from source: magic vars 7723 1726883171.14811: starting attempt loop 7723 1726883171.14814: running the handler 7723 1726883171.14828: _low_level_execute_command(): starting 7723 1726883171.14833: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7723 1726883171.15316: 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 <<< 7723 1726883171.15358: 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.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883171.15361: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883171.15364: 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.12.120 originally 10.31.12.120 debug2: match found <<< 7723 1726883171.15366: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883171.15404: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883171.15408: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883171.15418: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883171.15476: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883171.20631: stdout chunk (state=3): >>>/root <<< 7723 1726883171.20754: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883171.20786: stderr chunk (state=3): >>><<< 7723 1726883171.20799: stdout chunk (state=3): >>><<< 7723 1726883171.20812: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883171.20828: _low_level_execute_command(): starting 7723 1726883171.20831: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726883171.2081504-8525-71786804467959 `" && echo ansible-tmp-1726883171.2081504-8525-71786804467959="` echo /root/.ansible/tmp/ansible-tmp-1726883171.2081504-8525-71786804467959 `" ) && sleep 0' 7723 1726883171.21306: 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 <<< 7723 1726883171.21309: 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.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883171.21312: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883171.21314: 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.12.120 originally 10.31.12.120 debug2: match found <<< 7723 1726883171.21316: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883171.21366: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883171.21370: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883171.21372: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883171.21425: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883171.26942: stdout chunk (state=3): >>>ansible-tmp-1726883171.2081504-8525-71786804467959=/root/.ansible/tmp/ansible-tmp-1726883171.2081504-8525-71786804467959 <<< 7723 1726883171.27187: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883171.27220: stderr chunk (state=3): >>><<< 7723 1726883171.27223: stdout chunk (state=3): >>><<< 7723 1726883171.27243: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726883171.2081504-8525-71786804467959=/root/.ansible/tmp/ansible-tmp-1726883171.2081504-8525-71786804467959 , 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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883171.27274: variable 'ansible_module_compression' from source: unknown 7723 1726883171.27312: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7723b_d05x07/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 7723 1726883171.27344: variable 'ansible_facts' from source: unknown 7723 1726883171.27398: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726883171.2081504-8525-71786804467959/AnsiballZ_command.py 7723 1726883171.27506: Sending initial data 7723 1726883171.27510: Sent initial data (153 bytes) 7723 1726883171.27985: 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 <<< 7723 1726883171.27989: 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.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883171.27991: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883171.27993: 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.12.120 originally 10.31.12.120 debug2: match found <<< 7723 1726883171.27996: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883171.28043: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883171.28046: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883171.28052: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883171.28101: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883171.32158: 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 <<< 7723 1726883171.32203: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 7723 1726883171.32249: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7723b_d05x07/tmp21viofo0 /root/.ansible/tmp/ansible-tmp-1726883171.2081504-8525-71786804467959/AnsiballZ_command.py <<< 7723 1726883171.32254: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726883171.2081504-8525-71786804467959/AnsiballZ_command.py" <<< 7723 1726883171.32297: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-7723b_d05x07/tmp21viofo0" to remote "/root/.ansible/tmp/ansible-tmp-1726883171.2081504-8525-71786804467959/AnsiballZ_command.py" <<< 7723 1726883171.32300: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726883171.2081504-8525-71786804467959/AnsiballZ_command.py" <<< 7723 1726883171.33036: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883171.33083: stderr chunk (state=3): >>><<< 7723 1726883171.33087: stdout chunk (state=3): >>><<< 7723 1726883171.33130: done transferring module to remote 7723 1726883171.33145: _low_level_execute_command(): starting 7723 1726883171.33150: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726883171.2081504-8525-71786804467959/ /root/.ansible/tmp/ansible-tmp-1726883171.2081504-8525-71786804467959/AnsiballZ_command.py && sleep 0' 7723 1726883171.33618: 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 <<< 7723 1726883171.33622: 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.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883171.33624: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883171.33626: 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883171.33680: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883171.33683: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883171.33702: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883171.33764: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883171.37778: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883171.37807: stderr chunk (state=3): >>><<< 7723 1726883171.37810: stdout chunk (state=3): >>><<< 7723 1726883171.37826: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883171.37829: _low_level_execute_command(): starting 7723 1726883171.37835: _low_level_execute_command(): using become for this command 7723 1726883171.37850: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-ctlpgjgadvuxuswpgdzwgloqzilfxfxn ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726883171.2081504-8525-71786804467959/AnsiballZ_command.py'"'"' && sleep 0' 7723 1726883171.37933: Initial state: awaiting_escalation: BECOME-SUCCESS-ctlpgjgadvuxuswpgdzwgloqzilfxfxn 7723 1726883171.38358: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883171.38412: stderr chunk (state=1): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883171.38474: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883171.38537: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883171.47859: stdout chunk (state=1): >>>BECOME-SUCCESS-ctlpgjgadvuxuswpgdzwgloqzilfxfxn <<< 7723 1726883171.47863: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-ctlpgjgadvuxuswpgdzwgloqzilfxfxn' 7723 1726883171.48820: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin <<< 7723 1726883171.48874: stdout chunk (state=3): >>>import '_thread' # <<< 7723 1726883171.48877: stdout chunk (state=3): >>>import '_warnings' # <<< 7723 1726883171.48909: stdout chunk (state=3): >>>import '_weakref' # <<< 7723 1726883171.49406: stdout chunk (state=3): >>>import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook <<< 7723 1726883171.49539: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 7723 1726883171.49547: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883171.49573: stdout chunk (state=3): >>>import '_codecs' # <<< 7723 1726883171.49695: stdout chunk (state=3): >>>import 'codecs' # <<< 7723 1726883171.49724: stdout chunk (state=3): >>># /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' <<< 7723 1726883171.49754: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f51447103e0> <<< 7723 1726883171.49897: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f51446dfa10> <<< 7723 1726883171.49934: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 7723 1726883171.49944: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 7723 1726883171.49960: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5144712960><<< 7723 1726883171.49964: stdout chunk (state=3): >>> <<< 7723 1726883171.50302: stdout chunk (state=3): >>>import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # <<< 7723 1726883171.50381: stdout chunk (state=3): >>>import '_collections_abc' # <<< 7723 1726883171.50457: stdout chunk (state=3): >>>import 'genericpath' # <<< 7723 1726883171.50466: stdout chunk (state=3): >>>import 'posixpath' # <<< 7723 1726883171.50736: stdout chunk (state=3): >>>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' <<< 7723 1726883171.50759: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f51444c0fe0> <<< 7723 1726883171.51051: 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 <<< 7723 1726883171.51069: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883171.51081: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f51444c1f10> <<< 7723 1726883171.51251: stdout chunk (state=3): >>>import 'site' # <<< 7723 1726883171.51293: 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. <<< 7723 1726883171.52108: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 7723 1726883171.52180: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 7723 1726883171.52184: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 7723 1726883171.52225: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883171.52252: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 7723 1726883171.52401: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 7723 1726883171.52457: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 7723 1726883171.52531: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 7723 1726883171.52554: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f51444ffd40> <<< 7723 1726883171.52648: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 7723 1726883171.52801: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f51444fff80> <<< 7723 1726883171.52810: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 7723 1726883171.52850: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 7723 1726883171.52970: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 7723 1726883171.53404: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883171.53416: stdout chunk (state=3): >>>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 0x7f5144537740> # /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 0x7f5144537dd0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5144517a10> <<< 7723 1726883171.53421: stdout chunk (state=3): >>>import '_functools' # <<< 7723 1726883171.53620: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5144515130> <<< 7723 1726883171.53774: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f51444fcef0> <<< 7723 1726883171.53811: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 7723 1726883171.53860: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 7723 1726883171.53891: stdout chunk (state=3): >>>import '_sre' # <<< 7723 1726883171.53899: stdout chunk (state=3): >>> <<< 7723 1726883171.53923: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 7723 1726883171.53953: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 7723 1726883171.54099: stdout chunk (state=3): >>># /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 0x7f5144557680> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f51445562a0> # /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 0x7f5144516000> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5144554b30> <<< 7723 1726883171.54144: 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' <<< 7723 1726883171.54156: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f514458c680> <<< 7723 1726883171.54169: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f51444fc170> <<< 7723 1726883171.54198: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py <<< 7723 1726883171.54201: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 7723 1726883171.54303: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883171.54318: stdout chunk (state=3): >>># extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883171.54368: stdout chunk (state=3): >>>import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f514458cb30> <<< 7723 1726883171.54372: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f514458c9e0> <<< 7723 1726883171.54402: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883171.54407: stdout chunk (state=3): >>># 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 0x7f514458cdd0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f51444fac90> <<< 7723 1726883171.54495: 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' <<< 7723 1726883171.54559: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 7723 1726883171.54565: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 7723 1726883171.54646: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f514458d4c0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f514458d190> 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' <<< 7723 1726883171.54739: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f514458e3c0> import 'importlib.util' # <<< 7723 1726883171.54799: stdout chunk (state=3): >>>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' <<< 7723 1726883171.54880: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' <<< 7723 1726883171.54914: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f51445a45f0> 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 0x7f51445a5d30> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 7723 1726883171.54974: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 7723 1726883171.55053: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f51445a6bd0> <<< 7723 1726883171.55064: 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 0x7f51445a7230> <<< 7723 1726883171.55191: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f51445a6120> # /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' <<< 7723 1726883171.55455: 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 0x7f51445a7cb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f51445a73e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f514458e420> # /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' <<< 7723 1726883171.55488: 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 0x7f514433bb90> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 7723 1726883171.55495: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 7723 1726883171.55529: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883171.55551: 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 0x7f5144364620> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5144364380> <<< 7723 1726883171.55562: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883171.55568: stdout chunk (state=3): >>># extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5144364560> <<< 7723 1726883171.55608: 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'<<< 7723 1726883171.55616: stdout chunk (state=3): >>> <<< 7723 1726883171.56000: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883171.56005: 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 0x7f5144364ef0> <<< 7723 1726883171.56057: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883171.56068: 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 0x7f51443658b0> <<< 7723 1726883171.56074: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f51443647a0> <<< 7723 1726883171.56092: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5144339d30> <<< 7723 1726883171.56302: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 7723 1726883171.56308: stdout chunk (state=3): >>># 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 0x7f5144366cc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5144365a00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f514458eb10> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 7723 1726883171.56341: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883171.56368: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 7723 1726883171.56422: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 7723 1726883171.56498: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f514438f050> <<< 7723 1726883171.56662: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 7723 1726883171.56710: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f51443b33b0> <<< 7723 1726883171.56743: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 7723 1726883171.56804: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 7723 1726883171.56890: stdout chunk (state=3): >>>import 'ntpath' # <<< 7723 1726883171.56921: 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 0x7f51444141d0> <<< 7723 1726883171.57205: stdout chunk (state=3): >>># /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' <<< 7723 1726883171.57213: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5144416930> <<< 7723 1726883171.57289: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f51444142f0><<< 7723 1726883171.57295: stdout chunk (state=3): >>> <<< 7723 1726883171.57348: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f51443e11c0> <<< 7723 1726883171.57397: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py<<< 7723 1726883171.57405: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' <<< 7723 1726883171.57425: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5143d29280> <<< 7723 1726883171.57595: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f51443b21e0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5144367c20> <<< 7723 1726883171.57637: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc'<<< 7723 1726883171.57645: stdout chunk (state=3): >>> <<< 7723 1726883171.57673: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f51443b2540> <<< 7723 1726883171.60070: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_yzt8euzd/ansible_ansible.legacy.command_payload.zip' <<< 7723 1726883171.60097: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883171.60430: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883171.60599: stdout chunk (state=3): >>># /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 <<< 7723 1726883171.61061: stdout chunk (state=3): >>># 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 0x7f5143d7af30> import '_typing' # <<< 7723 1726883171.61498: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5143d5de20> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5143d5d010> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available <<< 7723 1726883171.61502: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883171.61568: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 7723 1726883171.61594: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883171.65412: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883171.67454: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 7723 1726883171.67511: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc'<<< 7723 1726883171.67515: stdout chunk (state=3): >>> import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5143d78e00> # /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' <<< 7723 1726883171.67557: stdout chunk (state=3): >>># /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' <<< 7723 1726883171.67591: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 7723 1726883171.67597: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 7723 1726883171.67734: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5143da69f0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5143da6780> <<< 7723 1726883171.67762: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5143da6090> <<< 7723 1726883171.67788: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 7723 1726883171.67912: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5143da6ae0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5143d7bbc0> 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' <<< 7723 1726883171.67982: stdout chunk (state=3): >>>import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5143da7770> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883171.67985: stdout chunk (state=3): >>># extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5143da79b0> <<< 7723 1726883171.68177: stdout chunk (state=3): >>># /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 0x7f5143da7e90> import 'pwd' # <<< 7723 1726883171.68188: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 7723 1726883171.68319: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5143c0dbe0> # 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 0x7f5143c0f7d0> # /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' <<< 7723 1726883171.68375: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5143c101d0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 7723 1726883171.68447: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5143c11370> <<< 7723 1726883171.68567: stdout chunk (state=3): >>># /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' <<< 7723 1726883171.68752: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5143c13e60> # 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 0x7f5143c13f50> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5143c12120> <<< 7723 1726883171.68775: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 7723 1726883171.69006: stdout chunk (state=3): >>># 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'<<< 7723 1726883171.69049: stdout chunk (state=3): >>> <<< 7723 1726883171.69071: 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' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5143c1fe30> <<< 7723 1726883171.69246: stdout chunk (state=3): >>>import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5143c1e930> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5143c1e690> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 7723 1726883171.69262: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 7723 1726883171.69351: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5143c1ebd0><<< 7723 1726883171.69356: stdout chunk (state=3): >>> <<< 7723 1726883171.69504: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5143c12630> # 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 0x7f5143c63e90> # /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 0x7f5143c64200> <<< 7723 1726883171.69535: 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<<< 7723 1726883171.69538: stdout chunk (state=3): >>> <<< 7723 1726883171.69559: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 7723 1726883171.69595: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 7723 1726883171.69796: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5143c65c70> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5143c65a30> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 7723 1726883171.69870: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc'<<< 7723 1726883171.69876: stdout chunk (state=3): >>> <<< 7723 1726883171.70000: 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 0x7f5143c68200> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5143c66300> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 7723 1726883171.70047: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883171.70081: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py<<< 7723 1726883171.70093: stdout chunk (state=3): >>> <<< 7723 1726883171.70108: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 7723 1726883171.70252: stdout chunk (state=3): >>>import '_string' # <<< 7723 1726883171.70296: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5143c6b9b0> <<< 7723 1726883171.70475: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5143c68380> <<< 7723 1726883171.70602: 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'<<< 7723 1726883171.70612: stdout chunk (state=3): >>> <<< 7723 1726883171.70627: 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'<<< 7723 1726883171.70699: stdout chunk (state=3): >>> <<< 7723 1726883171.70706: stdout chunk (state=3): >>>import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5143c6caa0><<< 7723 1726883171.70724: stdout chunk (state=3): >>> <<< 7723 1726883171.70781: 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 0x7f5143c6ca40> <<< 7723 1726883171.71172: 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 0x7f5143c6cb30> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5143c643e0> # /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' <<< 7723 1726883171.71176: stdout chunk (state=3): >>>import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5143cf43e0><<< 7723 1726883171.71178: stdout chunk (state=3): >>> <<< 7723 1726883171.71516: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'<<< 7723 1726883171.71523: stdout chunk (state=3): >>> <<< 7723 1726883171.71552: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'<<< 7723 1726883171.71584: stdout chunk (state=3): >>> import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5143cf53d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5143c6eb70><<< 7723 1726883171.71596: stdout chunk (state=3): >>> <<< 7723 1726883171.71724: 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' <<< 7723 1726883171.71771: stdout chunk (state=3): >>># 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 0x7f5143c6fef0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5143c6e780> # zipimport: zlib available<<< 7723 1726883171.71779: stdout chunk (state=3): >>> <<< 7723 1726883171.71805: stdout chunk (state=3): >>># zipimport: zlib available<<< 7723 1726883171.71818: stdout chunk (state=3): >>> import 'ansible.module_utils.compat' # <<< 7723 1726883171.71854: stdout chunk (state=3): >>> # zipimport: zlib available<<< 7723 1726883171.71859: stdout chunk (state=3): >>> <<< 7723 1726883171.72103: stdout chunk (state=3): >>># zipimport: zlib available<<< 7723 1726883171.72108: stdout chunk (state=3): >>> <<< 7723 1726883171.72681: stdout chunk (state=3): >>># 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 <<< 7723 1726883171.72744: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883171.73052: stdout chunk (state=3): >>># zipimport: zlib available<<< 7723 1726883171.73055: stdout chunk (state=3): >>> <<< 7723 1726883171.74465: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883171.75953: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 7723 1726883171.75959: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 7723 1726883171.75978: stdout chunk (state=3): >>> <<< 7723 1726883171.75981: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # <<< 7723 1726883171.76007: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 7723 1726883171.76014: stdout chunk (state=3): >>> <<< 7723 1726883171.76050: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py<<< 7723 1726883171.76055: stdout chunk (state=3): >>> <<< 7723 1726883171.76111: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc'<<< 7723 1726883171.76315: stdout chunk (state=3): >>> # extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'<<< 7723 1726883171.76342: stdout chunk (state=3): >>> <<< 7723 1726883171.76351: stdout chunk (state=3): >>># extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'<<< 7723 1726883171.76354: stdout chunk (state=3): >>> <<< 7723 1726883171.76375: stdout chunk (state=3): >>>import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5143cfd6d0> <<< 7723 1726883171.76536: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py<<< 7723 1726883171.76550: stdout chunk (state=3): >>> <<< 7723 1726883171.76559: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc'<<< 7723 1726883171.76670: stdout chunk (state=3): >>> import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5143cfe3f0><<< 7723 1726883171.76674: stdout chunk (state=3): >>> <<< 7723 1726883171.76701: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5143cf55e0><<< 7723 1726883171.76810: stdout chunk (state=3): >>> <<< 7723 1726883171.76813: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 7723 1726883171.76829: stdout chunk (state=3): >>> <<< 7723 1726883171.77201: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 7723 1726883171.77597: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883171.77745: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py<<< 7723 1726883171.77759: stdout chunk (state=3): >>> <<< 7723 1726883171.77767: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc'<<< 7723 1726883171.77794: stdout chunk (state=3): >>> import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5143cfe480><<< 7723 1726883171.77918: stdout chunk (state=3): >>> # zipimport: zlib available<<< 7723 1726883171.77924: stdout chunk (state=3): >>> <<< 7723 1726883171.79080: stdout chunk (state=3): >>># zipimport: zlib available<<< 7723 1726883171.79407: stdout chunk (state=3): >>> <<< 7723 1726883171.80303: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7723 1726883171.80408: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 7723 1726883171.80434: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883171.80495: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883171.80546: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 7723 1726883171.80568: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883171.80671: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883171.80795: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 7723 1726883171.80819: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883171.80843: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883171.80857: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 7723 1726883171.80885: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883171.80949: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883171.81195: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 7723 1726883171.81389: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883171.81742: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 7723 1726883171.81834: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 7723 1726883171.81861: stdout chunk (state=3): >>>import '_ast' # <<< 7723 1726883171.81964: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5143cff5f0> <<< 7723 1726883171.81989: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883171.82102: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883171.82229: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 7723 1726883171.82255: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883171.82316: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883171.82373: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 7723 1726883171.82399: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883171.82463: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883171.82536: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883171.82625: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883171.82732: 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 <<< 7723 1726883171.82798: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883171.82924: 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' <<< 7723 1726883171.82931: stdout chunk (state=3): >>>import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5143b0a120> <<< 7723 1726883171.83097: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5143b04fe0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 7723 1726883171.83132: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883171.83226: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883171.83272: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883171.83341: 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 <<< 7723 1726883171.83347: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883171.83382: 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 <<< 7723 1726883171.83424: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 7723 1726883171.83458: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 7723 1726883171.83551: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 7723 1726883171.83583: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 7723 1726883171.83619: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 7723 1726883171.83795: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5143dfaa80> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5143dee750> <<< 7723 1726883171.83883: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5143b0a1e0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f51444c14f0> <<< 7723 1726883171.83899: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 7723 1726883171.83925: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883171.83979: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883171.84011: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 7723 1726883171.84014: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 7723 1726883171.84100: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 7723 1726883171.84126: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883171.84154: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883171.84293: stdout chunk (state=3): >>>import 'ansible.modules' # # zipimport: zlib available <<< 7723 1726883171.84368: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883171.84542: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 7723 1726883171.84558: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 7723 1726883171.84594: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5143d5ef00> <<< 7723 1726883171.84710: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883172.18176: stdout chunk (state=3): >>> {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["podman", "cp", "candlepin:/home/candlepin/devel/candlepin/generated_certs/7050.pem", "/etc/pki/product-default/"], "start": "2024-09-20 21:46:11.849525", "end": "2024-09-20 21:46:12.179495", "delta": "0:00:00.329970", "msg": "", "invocation": {"module_args": {"argv": ["podman", "cp", "candlepin:/home/candlepin/devel/candlepin/generated_certs/7050.pem", "/etc/pki/product-default/"], "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "_raw_params": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} <<< 7723 1726883172.18245: stdout chunk (state=3): >>># destroy __main__ <<< 7723 1726883172.19444: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy<<< 7723 1726883172.19458: stdout chunk (state=3): >>> # destroy runpy <<< 7723 1726883172.19462: stdout chunk (state=3): >>># cleanup[2] removing fnmatch # cleanup[2] removing errno<<< 7723 1726883172.19700: stdout chunk (state=3): >>> # 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 <<< 7723 1726883172.20024: stdout chunk (state=3): >>># 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.paramet<<< 7723 1726883172.20028: stdout chunk (state=3): >>>ers # 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 # cleanup[2] removing glob # destroy glob <<< 7723 1726883172.20362: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 7723 1726883172.20392: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util<<< 7723 1726883172.20399: stdout chunk (state=3): >>> <<< 7723 1726883172.20444: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 <<< 7723 1726883172.20463: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma <<< 7723 1726883172.20545: stdout chunk (state=3): >>># destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport <<< 7723 1726883172.20574: stdout chunk (state=3): >>># destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux <<< 7723 1726883172.20601: stdout chunk (state=3): >>># destroy hashlib<<< 7723 1726883172.20603: stdout chunk (state=3): >>> <<< 7723 1726883172.20607: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder <<< 7723 1726883172.20922: stdout chunk (state=3): >>># 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 fnmatch # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil <<< 7723 1726883172.20937: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json <<< 7723 1726883172.20995: stdout chunk (state=3): >>># destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux <<< 7723 1726883172.21028: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves<<< 7723 1726883172.21036: stdout chunk (state=3): >>> # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket <<< 7723 1726883172.21069: stdout chunk (state=3): >>># 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 <<< 7723 1726883172.21077: stdout chunk (state=3): >>># destroy linecache # destroy textwrap <<< 7723 1726883172.21093: stdout chunk (state=3): >>># cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 7723 1726883172.21199: stdout chunk (state=3): >>># 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<<< 7723 1726883172.21231: stdout chunk (state=3): >>> # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings <<< 7723 1726883172.21239: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap_external<<< 7723 1726883172.21270: stdout chunk (state=3): >>> # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler <<< 7723 1726883172.21276: stdout chunk (state=3): >>># destroy enum # cleanup[3] wiping copyreg <<< 7723 1726883172.21312: stdout chunk (state=3): >>># cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 7723 1726883172.21332: stdout chunk (state=3): >>># cleanup[3] wiping _functools<<< 7723 1726883172.21399: stdout chunk (state=3): >>> # 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 <<< 7723 1726883172.21402: stdout chunk (state=3): >>># cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os <<< 7723 1726883172.21436: 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 # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs <<< 7723 1726883172.21501: stdout chunk (state=3): >>># 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 <<< 7723 1726883172.21506: stdout chunk (state=3): >>># cleanup[3] wiping _weakref<<< 7723 1726883172.21527: stdout chunk (state=3): >>> # 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 <<< 7723 1726883172.21894: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 7723 1726883172.21997: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 7723 1726883172.22026: stdout chunk (state=3): >>># destroy _collections <<< 7723 1726883172.22056: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 7723 1726883172.22081: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser <<< 7723 1726883172.22088: stdout chunk (state=3): >>># destroy tokenize <<< 7723 1726883172.22129: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 7723 1726883172.22162: stdout chunk (state=3): >>># destroy _typing <<< 7723 1726883172.22180: stdout chunk (state=3): >>># destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error <<< 7723 1726883172.22283: stdout chunk (state=3): >>># 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<<< 7723 1726883172.22322: stdout chunk (state=3): >>> # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path<<< 7723 1726883172.22330: stdout chunk (state=3): >>> # clear sys.modules # destroy _frozen_importlib <<< 7723 1726883172.22526: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases <<< 7723 1726883172.22529: stdout chunk (state=3): >>># destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 <<< 7723 1726883172.22532: stdout chunk (state=3): >>># destroy _codecs <<< 7723 1726883172.22727: stdout chunk (state=3): >>># destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re <<< 7723 1726883172.22738: stdout chunk (state=3): >>># destroy itertools<<< 7723 1726883172.22754: stdout chunk (state=3): >>> # destroy _abc <<< 7723 1726883172.22790: stdout chunk (state=3): >>># destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 7723 1726883172.22795: stdout chunk (state=3): >>># clear sys.audit hooks<<< 7723 1726883172.23096: stdout chunk (state=3): >>> <<< 7723 1726883172.23938: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.120 closed. <<< 7723 1726883172.23973: stderr chunk (state=3): >>><<< 7723 1726883172.23976: stdout chunk (state=3): >>><<< 7723 1726883172.24053: _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 0x7f51447103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f51446dfa10> # /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 0x7f5144712960> 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 0x7f51444c0fe0> # /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 0x7f51444c1f10> 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 0x7f51444ffd40> # /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 0x7f51444fff80> # /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 0x7f5144537740> # /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 0x7f5144537dd0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5144517a10> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5144515130> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f51444fcef0> # /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 0x7f5144557680> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f51445562a0> # /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 0x7f5144516000> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5144554b30> # /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 0x7f514458c680> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f51444fc170> # /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 0x7f514458cb30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f514458c9e0> # 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 0x7f514458cdd0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f51444fac90> # /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 0x7f514458d4c0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f514458d190> 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 0x7f514458e3c0> 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 0x7f51445a45f0> 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 0x7f51445a5d30> # /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 0x7f51445a6bd0> # 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 0x7f51445a7230> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f51445a6120> # /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 0x7f51445a7cb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f51445a73e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f514458e420> # /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 0x7f514433bb90> # /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 0x7f5144364620> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5144364380> # 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 0x7f5144364560> # /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 0x7f5144364ef0> # 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 0x7f51443658b0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f51443647a0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5144339d30> # /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 0x7f5144366cc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5144365a00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f514458eb10> # /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 0x7f514438f050> # /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 0x7f51443b33b0> # /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 0x7f51444141d0> # /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 0x7f5144416930> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f51444142f0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f51443e11c0> # /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 0x7f5143d29280> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f51443b21e0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5144367c20> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f51443b2540> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_yzt8euzd/ansible_ansible.legacy.command_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 0x7f5143d7af30> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5143d5de20> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5143d5d010> # 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 0x7f5143d78e00> # /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 0x7f5143da69f0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5143da6780> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5143da6090> # /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 0x7f5143da6ae0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5143d7bbc0> 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 0x7f5143da7770> # 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 0x7f5143da79b0> # /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 0x7f5143da7e90> 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 0x7f5143c0dbe0> # 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 0x7f5143c0f7d0> # /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 0x7f5143c101d0> # /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 0x7f5143c11370> # /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 0x7f5143c13e60> # 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 0x7f5143c13f50> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5143c12120> # /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 0x7f5143c1fe30> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5143c1e930> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5143c1e690> # /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 0x7f5143c1ebd0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5143c12630> # 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 0x7f5143c63e90> # /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 0x7f5143c64200> # /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 0x7f5143c65c70> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5143c65a30> # /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 0x7f5143c68200> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5143c66300> # /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 0x7f5143c6b9b0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5143c68380> # 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 0x7f5143c6caa0> # 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 0x7f5143c6ca40> # 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 0x7f5143c6cb30> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5143c643e0> # /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 0x7f5143cf43e0> # 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 0x7f5143cf53d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5143c6eb70> # 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 0x7f5143c6fef0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5143c6e780> # 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 0x7f5143cfd6d0> # /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 0x7f5143cfe3f0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5143cf55e0> 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 0x7f5143cfe480> # 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 0x7f5143cff5f0> # 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 0x7f5143b0a120> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5143b04fe0> 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 0x7f5143dfaa80> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5143dee750> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5143b0a1e0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f51444c14f0> # 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 # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5143d5ef00> # zipimport: zlib available {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["podman", "cp", "candlepin:/home/candlepin/devel/candlepin/generated_certs/7050.pem", "/etc/pki/product-default/"], "start": "2024-09-20 21:46:11.849525", "end": "2024-09-20 21:46:12.179495", "delta": "0:00:00.329970", "msg": "", "invocation": {"module_args": {"argv": ["podman", "cp", "candlepin:/home/candlepin/devel/candlepin/generated_certs/7050.pem", "/etc/pki/product-default/"], "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "_raw_params": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} # 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 # cleanup[2] removing glob # destroy glob # 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 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 fnmatch # 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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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.12.120 closed. 7723 1726883172.24560: done with _execute_module (ansible.legacy.command, {'argv': ['podman', 'cp', 'candlepin:/home/candlepin/devel/candlepin/generated_certs/7050.pem', '/etc/pki/product-default/'], '_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': 'ansible.legacy.command', '_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-1726883171.2081504-8525-71786804467959/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7723 1726883172.24564: _low_level_execute_command(): starting 7723 1726883172.24567: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726883171.2081504-8525-71786804467959/ > /dev/null 2>&1 && sleep 0' 7723 1726883172.24734: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883172.24737: 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.12.120 originally 10.31.12.120 debug2: match not found <<< 7723 1726883172.24742: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883172.24745: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883172.24748: 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883172.24800: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883172.24803: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883172.24806: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883172.24903: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883172.29756: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883172.29789: stderr chunk (state=3): >>><<< 7723 1726883172.29792: stdout chunk (state=3): >>><<< 7723 1726883172.29805: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883172.29811: handler run complete 7723 1726883172.29831: Evaluated conditional (False): False 7723 1726883172.29838: attempt loop complete, returning result 7723 1726883172.29857: variable 'item' from source: unknown 7723 1726883172.29946: variable 'item' from source: unknown ok: [managed_node1] => (item=7050) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "podman", "cp", "candlepin:/home/candlepin/devel/candlepin/generated_certs/7050.pem", "/etc/pki/product-default/" ], "delta": "0:00:00.329970", "end": "2024-09-20 21:46:12.179495", "item": "7050", "rc": 0, "start": "2024-09-20 21:46:11.849525" } 7723 1726883172.30102: dumping result to json 7723 1726883172.30104: done dumping result, returning 7723 1726883172.30106: done running TaskExecutor() for managed_node1/TASK: Copy product certificates [0affc0aa-4893-13c9-9f63-00000000001e] 7723 1726883172.30108: sending task result for task 0affc0aa-4893-13c9-9f63-00000000001e 7723 1726883172.30149: done sending task result for task 0affc0aa-4893-13c9-9f63-00000000001e 7723 1726883172.30153: WORKER PROCESS EXITING 7723 1726883172.30184: no more pending results, returning what we have 7723 1726883172.30187: results queue empty 7723 1726883172.30188: checking for any_errors_fatal 7723 1726883172.30196: done checking for any_errors_fatal 7723 1726883172.30197: checking for max_fail_percentage 7723 1726883172.30198: done checking for max_fail_percentage 7723 1726883172.30199: checking to see if all hosts have failed and the running result is not ok 7723 1726883172.30200: done checking to see if all hosts have failed 7723 1726883172.30200: getting the remaining hosts for this loop 7723 1726883172.30202: done getting the remaining hosts for this loop 7723 1726883172.30205: getting the next task for host managed_node1 7723 1726883172.30211: done getting next task for host managed_node1 7723 1726883172.30214: ^ task is: TASK: Copy Candlepin CA certificate for subscription-manager 7723 1726883172.30216: ^ state is: HOST STATE: block=2, task=2, 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=10, 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 7723 1726883172.30219: getting variables 7723 1726883172.30223: in VariableManager get_vars() 7723 1726883172.30259: Calling all_inventory to load vars for managed_node1 7723 1726883172.30262: Calling groups_inventory to load vars for managed_node1 7723 1726883172.30266: Calling all_plugins_inventory to load vars for managed_node1 7723 1726883172.30277: Calling all_plugins_play to load vars for managed_node1 7723 1726883172.30279: Calling groups_plugins_inventory to load vars for managed_node1 7723 1726883172.30281: Calling groups_plugins_play to load vars for managed_node1 7723 1726883172.30328: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7723 1726883172.30367: done with get_vars() 7723 1726883172.30376: done getting variables 7723 1726883172.30424: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Copy Candlepin CA certificate for subscription-manager] ****************** task path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:92 Friday 20 September 2024 21:46:12 -0400 (0:00:01.189) 0:01:36.990 ****** 7723 1726883172.30451: entering _queue_task() for managed_node1/command 7723 1726883172.30671: worker is 1 (out of 1 available) 7723 1726883172.30684: exiting _queue_task() for managed_node1/command 7723 1726883172.30695: done queuing things up, now waiting for results queue to drain 7723 1726883172.30696: waiting for pending results... 7723 1726883172.30851: running TaskExecutor() for managed_node1/TASK: Copy Candlepin CA certificate for subscription-manager 7723 1726883172.30922: in run() - task 0affc0aa-4893-13c9-9f63-00000000001f 7723 1726883172.30932: variable 'ansible_search_path' from source: unknown 7723 1726883172.30935: variable 'ansible_search_path' from source: unknown 7723 1726883172.30966: calling self._execute() 7723 1726883172.31024: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883172.31028: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883172.31030: variable 'omit' from source: magic vars 7723 1726883172.31368: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7723 1726883172.32863: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7723 1726883172.32919: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7723 1726883172.32949: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7723 1726883172.32975: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7723 1726883172.32997: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7723 1726883172.33057: 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) 7723 1726883172.33077: 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) 7723 1726883172.33098: 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) 7723 1726883172.33126: 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) 7723 1726883172.33135: 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) 7723 1726883172.33226: variable 'lsr_rhc_test_data_file' from source: set_fact 7723 1726883172.33248: Evaluated conditional (lsr_rhc_test_data_file | length == 0): True 7723 1726883172.33254: variable 'omit' from source: magic vars 7723 1726883172.33286: variable 'omit' from source: magic vars 7723 1726883172.33317: variable 'omit' from source: magic vars 7723 1726883172.33338: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7723 1726883172.33360: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7723 1726883172.33374: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7723 1726883172.33387: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7723 1726883172.33394: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7723 1726883172.33408: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 7723 1726883172.33425: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 7723 1726883172.33445: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7723 1726883172.33448: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883172.33451: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883172.33530: Set connection var ansible_shell_type to sh 7723 1726883172.33533: Set connection var ansible_shell_executable to /bin/sh 7723 1726883172.33535: Set connection var ansible_module_compression to ZIP_DEFLATED 7723 1726883172.33538: Set connection var ansible_connection to ssh 7723 1726883172.33547: Set connection var ansible_pipelining to False 7723 1726883172.33549: Set connection var ansible_timeout to 10 7723 1726883172.33570: variable 'ansible_shell_executable' from source: unknown 7723 1726883172.33573: variable 'ansible_connection' from source: unknown 7723 1726883172.33575: variable 'ansible_module_compression' from source: unknown 7723 1726883172.33578: variable 'ansible_shell_type' from source: unknown 7723 1726883172.33580: variable 'ansible_shell_executable' from source: unknown 7723 1726883172.33582: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883172.33586: variable 'ansible_pipelining' from source: unknown 7723 1726883172.33589: variable 'ansible_timeout' from source: unknown 7723 1726883172.33593: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883172.33669: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7723 1726883172.33678: variable 'omit' from source: magic vars 7723 1726883172.33683: starting attempt loop 7723 1726883172.33685: running the handler 7723 1726883172.33697: _low_level_execute_command(): starting 7723 1726883172.33703: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7723 1726883172.34201: 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 <<< 7723 1726883172.34229: 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.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883172.34232: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883172.34235: 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883172.34293: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883172.34296: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883172.34299: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883172.34362: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883172.38203: stdout chunk (state=3): >>>/root <<< 7723 1726883172.38339: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883172.38374: stderr chunk (state=3): >>><<< 7723 1726883172.38377: stdout chunk (state=3): >>><<< 7723 1726883172.38405: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883172.38418: _low_level_execute_command(): starting 7723 1726883172.38426: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726883172.3840747-8548-23797256482331 `" && echo ansible-tmp-1726883172.3840747-8548-23797256482331="` echo /root/.ansible/tmp/ansible-tmp-1726883172.3840747-8548-23797256482331 `" ) && sleep 0' 7723 1726883172.38885: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883172.38889: 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.12.120 originally 10.31.12.120 debug2: match not found <<< 7723 1726883172.38892: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 7723 1726883172.38894: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883172.38896: 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883172.38946: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883172.38949: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883172.38965: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883172.39006: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883172.44522: stdout chunk (state=3): >>>ansible-tmp-1726883172.3840747-8548-23797256482331=/root/.ansible/tmp/ansible-tmp-1726883172.3840747-8548-23797256482331 <<< 7723 1726883172.44887: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883172.44922: stderr chunk (state=3): >>><<< 7723 1726883172.44926: stdout chunk (state=3): >>><<< 7723 1726883172.44942: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726883172.3840747-8548-23797256482331=/root/.ansible/tmp/ansible-tmp-1726883172.3840747-8548-23797256482331 , 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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883172.44973: variable 'ansible_module_compression' from source: unknown 7723 1726883172.45015: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7723b_d05x07/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 7723 1726883172.45045: variable 'ansible_facts' from source: unknown 7723 1726883172.45098: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726883172.3840747-8548-23797256482331/AnsiballZ_command.py 7723 1726883172.45203: Sending initial data 7723 1726883172.45207: Sent initial data (153 bytes) 7723 1726883172.45645: 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 <<< 7723 1726883172.45684: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7723 1726883172.45687: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883172.45689: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883172.45691: 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.12.120 originally 10.31.12.120 debug2: match found <<< 7723 1726883172.45693: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883172.45737: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883172.45744: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883172.45911: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883172.50233: 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 <<< 7723 1726883172.50275: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 7723 1726883172.50325: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7723b_d05x07/tmp4rjo9k8u /root/.ansible/tmp/ansible-tmp-1726883172.3840747-8548-23797256482331/AnsiballZ_command.py <<< 7723 1726883172.50328: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726883172.3840747-8548-23797256482331/AnsiballZ_command.py" <<< 7723 1726883172.50371: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-7723b_d05x07/tmp4rjo9k8u" to remote "/root/.ansible/tmp/ansible-tmp-1726883172.3840747-8548-23797256482331/AnsiballZ_command.py" <<< 7723 1726883172.50375: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726883172.3840747-8548-23797256482331/AnsiballZ_command.py" <<< 7723 1726883172.51029: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883172.51078: stderr chunk (state=3): >>><<< 7723 1726883172.51081: stdout chunk (state=3): >>><<< 7723 1726883172.51107: done transferring module to remote 7723 1726883172.51120: _low_level_execute_command(): starting 7723 1726883172.51127: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726883172.3840747-8548-23797256482331/ /root/.ansible/tmp/ansible-tmp-1726883172.3840747-8548-23797256482331/AnsiballZ_command.py && sleep 0' 7723 1726883172.51582: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883172.51585: 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.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883172.51591: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration <<< 7723 1726883172.51593: 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 <<< 7723 1726883172.51595: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883172.51644: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883172.51648: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883172.51713: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883172.56056: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883172.56080: stderr chunk (state=3): >>><<< 7723 1726883172.56083: stdout chunk (state=3): >>><<< 7723 1726883172.56099: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883172.56103: _low_level_execute_command(): starting 7723 1726883172.56107: _low_level_execute_command(): using become for this command 7723 1726883172.56119: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-nlqqnnopvdbcnxykmctocenqrqmmzonj ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726883172.3840747-8548-23797256482331/AnsiballZ_command.py'"'"' && sleep 0' 7723 1726883172.56207: Initial state: awaiting_escalation: BECOME-SUCCESS-nlqqnnopvdbcnxykmctocenqrqmmzonj 7723 1726883172.56617: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883172.56622: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883172.56663: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883172.56666: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883172.56669: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883172.56730: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883172.63965: stdout chunk (state=1): >>>BECOME-SUCCESS-nlqqnnopvdbcnxykmctocenqrqmmzonj<<< 7723 1726883172.63974: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-nlqqnnopvdbcnxykmctocenqrqmmzonj' 7723 1726883172.63984: stdout chunk (state=3): >>> <<< 7723 1726883172.65020: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # <<< 7723 1726883172.65210: stdout chunk (state=3): >>> # installing zipimport hook <<< 7723 1726883172.65242: stdout chunk (state=3): >>>import 'time' # <<< 7723 1726883172.65249: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 7723 1726883172.65318: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 7723 1726883172.65324: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883172.65356: stdout chunk (state=3): >>>import '_codecs' # <<< 7723 1726883172.65388: stdout chunk (state=3): >>>import 'codecs' # <<< 7723 1726883172.65396: stdout chunk (state=3): >>> <<< 7723 1726883172.65445: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 7723 1726883172.65485: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 7723 1726883172.65488: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ed8183e0> <<< 7723 1726883172.65524: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ed7e7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 7723 1726883172.65768: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ed81a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # <<< 7723 1726883172.65802: stdout chunk (state=3): >>>import 'stat' # <<< 7723 1726883172.65987: stdout chunk (state=3): >>>import '_collections_abc' # <<< 7723 1726883172.66016: stdout chunk (state=3): >>>import 'genericpath' # <<< 7723 1726883172.66053: stdout chunk (state=3): >>>import 'posixpath' # <<< 7723 1726883172.66072: stdout chunk (state=3): >>>import 'os' # <<< 7723 1726883172.66104: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages <<< 7723 1726883172.66129: stdout chunk (state=3): >>>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' <<< 7723 1726883172.66314: 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 # 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 0x7f69ed5c8fe0> # /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 0x7f69ed5c9f10> import 'site' # <<< 7723 1726883172.66526: 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. <<< 7723 1726883172.66897: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 7723 1726883172.67267: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 7723 1726883172.67319: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /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 0x7f69ed607d40> # /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' <<< 7723 1726883172.67341: stdout chunk (state=3): >>>import '_operator' # <<< 7723 1726883172.67368: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ed607f80> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 7723 1726883172.67396: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 7723 1726883172.67429: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 7723 1726883172.67498: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883172.67743: stdout chunk (state=3): >>>import 'itertools' # <<< 7723 1726883172.67746: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 7723 1726883172.67797: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ed63f740> # /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' <<< 7723 1726883172.67800: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ed63fdd0> <<< 7723 1726883172.67887: stdout chunk (state=3): >>>import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ed61fa10> <<< 7723 1726883172.67890: stdout chunk (state=3): >>>import '_functools' # <<< 7723 1726883172.67937: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ed61d130> <<< 7723 1726883172.68084: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ed604ef0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 7723 1726883172.68326: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 7723 1726883172.68382: stdout chunk (state=3): >>># /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' <<< 7723 1726883172.68403: stdout chunk (state=3): >>># /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' <<< 7723 1726883172.68447: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ed65f680> <<< 7723 1726883172.68472: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ed65e2a0> <<< 7723 1726883172.68576: 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 0x7f69ed61e000> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ed65cb30> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 7723 1726883172.68579: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ed694680> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ed604170> <<< 7723 1726883172.68634: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883172.68677: 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 0x7f69ed694b30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ed6949e0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883172.68885: stdout chunk (state=3): >>># 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 0x7f69ed694dd0> <<< 7723 1726883172.68889: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ed602c90> # /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 0x7f69ed6954c0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ed695190> 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 0x7f69ed6963c0> import 'importlib.util' # import 'runpy' # <<< 7723 1726883172.68908: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 7723 1726883172.69143: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 7723 1726883172.69171: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ed6ac5f0> <<< 7723 1726883172.69203: stdout chunk (state=3): >>>import 'errno' # <<< 7723 1726883172.69233: stdout chunk (state=3): >>># 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 0x7f69ed6add30> <<< 7723 1726883172.69272: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 7723 1726883172.69284: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 7723 1726883172.69410: stdout chunk (state=3): >>># /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 0x7f69ed6aebd0> # 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 0x7f69ed6af230> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ed6ae120> # /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' <<< 7723 1726883172.69584: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69ed6afcb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ed6af3e0> <<< 7723 1726883172.69725: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ed696420> <<< 7723 1726883172.69770: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 7723 1726883172.69785: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 7723 1726883172.69810: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 7723 1726883172.69838: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 7723 1726883172.69884: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69ed43fb90> <<< 7723 1726883172.69912: stdout chunk (state=3): >>># /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' <<< 7723 1726883172.69969: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69ed468620> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ed468380> <<< 7723 1726883172.70052: 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 0x7f69ed468650> # /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' <<< 7723 1726883172.70342: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883172.70546: 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 0x7f69ed468f80> <<< 7723 1726883172.70907: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69ed469910> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ed468830> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ed43dd30> <<< 7723 1726883172.70917: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 7723 1726883172.70956: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 7723 1726883172.70985: stdout chunk (state=3): >>># /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' <<< 7723 1726883172.70998: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ed46ac60> <<< 7723 1726883172.71025: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ed4697f0> <<< 7723 1726883172.71054: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ed696b10> <<< 7723 1726883172.71079: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 7723 1726883172.71164: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883172.71189: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 7723 1726883172.71235: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 7723 1726883172.71800: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ed496ff0> <<< 7723 1726883172.71809: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ed4bb350> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 7723 1726883172.71854: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 7723 1726883172.72137: stdout chunk (state=3): >>>import 'ntpath' # <<< 7723 1726883172.72158: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py <<< 7723 1726883172.72217: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883172.72221: stdout chunk (state=3): >>>import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ed518140><<< 7723 1726883172.72308: stdout chunk (state=3): >>> <<< 7723 1726883172.72352: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py<<< 7723 1726883172.72357: stdout chunk (state=3): >>> <<< 7723 1726883172.72517: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc'<<< 7723 1726883172.72523: stdout chunk (state=3): >>> <<< 7723 1726883172.72572: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py<<< 7723 1726883172.72597: stdout chunk (state=3): >>> <<< 7723 1726883172.72802: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc'<<< 7723 1726883172.72807: stdout chunk (state=3): >>> <<< 7723 1726883172.73300: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ed51a8a0> <<< 7723 1726883172.73453: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ed518260> <<< 7723 1726883172.73976: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ed4e5130> # /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 0x7f69ed31d280> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ed4ba180> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ed46bbc0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f69ed4ba4e0> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_4nlfloar/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available <<< 7723 1726883172.74311: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883172.74346: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 7723 1726883172.74369: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 7723 1726883172.74416: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 7723 1726883172.74519: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 7723 1726883172.74564: 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 0x7f69ed36ef60> import '_typing' # <<< 7723 1726883172.75046: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ed351e50> <<< 7723 1726883172.75056: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ed350fe0> # zipimport: zlib available <<< 7723 1726883172.75087: stdout chunk (state=3): >>>import 'ansible' # <<< 7723 1726883172.75091: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883172.75122: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883172.75135: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883172.75231: stdout chunk (state=3): >>>import 'ansible.module_utils' # # zipimport: zlib available <<< 7723 1726883172.78108: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883172.79866: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ed36ce00> <<< 7723 1726883172.79895: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 7723 1726883172.80004: stdout chunk (state=3): >>># 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 0x7f69ed39a960> <<< 7723 1726883172.80045: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ed39a6f0> <<< 7723 1726883172.80239: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ed39a000> # /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 0x7f69ed39a450> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ed36f980> 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 0x7f69ed39b6e0> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883172.80261: stdout chunk (state=3): >>># extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69ed39b8c0> <<< 7723 1726883172.80679: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 7723 1726883172.80682: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ed39be00> 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 0x7f69ecd0dbb0> # 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 0x7f69ecd0f7d0> <<< 7723 1726883172.80714: stdout chunk (state=3): >>># /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 0x7f69ecd101a0> # /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 0x7f69ecd11340> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 7723 1726883172.80745: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 7723 1726883172.80767: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 7723 1726883172.80843: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 7723 1726883172.80866: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ecd13dd0> <<< 7723 1726883172.81067: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883172.81093: 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 0x7f69ed352ff0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ecd120c0> # /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 <<< 7723 1726883172.81219: stdout chunk (state=3): >>># 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 0x7f69ecd1fbf0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ecd1e6c0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ecd1e450> # /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' <<< 7723 1726883172.81356: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ecd1e990> <<< 7723 1726883172.81371: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ecd125a0> <<< 7723 1726883172.81474: 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 0x7f69ecd63e90> # /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 0x7f69ecd63ef0> # /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' <<< 7723 1726883172.81504: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py <<< 7723 1726883172.81707: stdout chunk (state=3): >>># 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 0x7f69ecd65af0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ecd658b0> # /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' <<< 7723 1726883172.81773: 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 0x7f69ecd67fe0> <<< 7723 1726883172.81792: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ecd661b0> <<< 7723 1726883172.81814: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 7723 1726883172.81878: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883172.82011: stdout chunk (state=3): >>># /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 0x7f69ecd6b860> <<< 7723 1726883172.82151: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ecd68230> <<< 7723 1726883172.82236: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883172.82320: stdout chunk (state=3): >>>import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69ecd6c950> # 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 0x7f69ecd6c740> <<< 7723 1726883172.82333: 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' <<< 7723 1726883172.82504: stdout chunk (state=3): >>># 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 0x7f69ecd6ca70> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ecd64200> # /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 <<< 7723 1726883172.82606: stdout chunk (state=3): >>># 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 0x7f69ecdf4290> <<< 7723 1726883172.82704: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883172.82712: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883172.82809: stdout chunk (state=3): >>>import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69ecdf54f0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ecd6ea20> # 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 0x7f69ecd6fdd0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ecd6e630> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 7723 1726883172.82931: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883172.83121: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 7723 1726883172.83124: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883172.83405: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883172.83494: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883172.84537: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883172.85286: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 7723 1726883172.85406: stdout chunk (state=3): >>># /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 0x7f69ecdfd670> <<< 7723 1726883172.85483: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 7723 1726883172.85511: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 7723 1726883172.85600: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ecdfe510> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ecdf58b0> import 'ansible.module_utils.compat.selinux' # <<< 7723 1726883172.85655: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available<<< 7723 1726883172.85662: stdout chunk (state=3): >>> <<< 7723 1726883172.85709: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available<<< 7723 1726883172.85795: stdout chunk (state=3): >>> <<< 7723 1726883172.85958: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883172.86199: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 7723 1726883172.86227: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ecdfe210> <<< 7723 1726883172.86399: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883172.86979: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883172.87692: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883172.87807: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883172.87937: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 7723 1726883172.87943: stdout chunk (state=3): >>># zipimport: zlib available<<< 7723 1726883172.88015: stdout chunk (state=3): >>> <<< 7723 1726883172.88019: stdout chunk (state=3): >>># zipimport: zlib available<<< 7723 1726883172.88022: stdout chunk (state=3): >>> <<< 7723 1726883172.88071: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 7723 1726883172.88099: stdout chunk (state=3): >>># zipimport: zlib available<<< 7723 1726883172.88193: stdout chunk (state=3): >>> <<< 7723 1726883172.88219: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883172.88398: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 7723 1726883172.88459: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883172.88514: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 7723 1726883172.88697: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883172.88907: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883172.89281: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 7723 1726883172.89371: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 7723 1726883172.89402: stdout chunk (state=3): >>>import '_ast' # <<< 7723 1726883172.89523: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ecdff680> <<< 7723 1726883172.89527: stdout chunk (state=3): >>># zipimport: zlib available<<< 7723 1726883172.89594: stdout chunk (state=3): >>> <<< 7723 1726883172.89655: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883172.89762: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 7723 1726883172.89774: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # <<< 7723 1726883172.89998: stdout chunk (state=3): >>>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 <<< 7723 1726883172.90069: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883172.90193: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883172.90264: 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 <<< 7723 1726883172.90331: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883172.90461: 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'<<< 7723 1726883172.90530: stdout chunk (state=3): >>> import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f69ecc0a030> <<< 7723 1726883172.90539: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ecc04fe0><<< 7723 1726883172.90549: stdout chunk (state=3): >>> <<< 7723 1726883172.90596: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 7723 1726883172.90606: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # <<< 7723 1726883172.90637: stdout chunk (state=3): >>># zipimport: zlib available<<< 7723 1726883172.90642: stdout chunk (state=3): >>> <<< 7723 1726883172.90842: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883172.90901: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7723 1726883172.90957: 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 <<< 7723 1726883172.90977: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883172.90996: 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 <<< 7723 1726883172.91106: stdout chunk (state=3): >>># 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 <<< 7723 1726883172.91156: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 7723 1726883172.91179: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 7723 1726883172.91214: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 7723 1726883172.91309: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ed3ee9c0> <<< 7723 1726883172.91495: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ed3e2690> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ecc0a0f0><<< 7723 1726883172.91704: stdout chunk (state=3): >>> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ecdfefc0> # 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 <<< 7723 1726883172.91863: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883172.92038: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 7723 1726883172.92059: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 7723 1726883172.92098: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ecc008c0> <<< 7723 1726883172.92294: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883173.25753: stdout chunk (state=3): >>> {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["podman", "cp", "candlepin:/etc/candlepin/certs/candlepin-ca.crt", "/etc/rhsm/ca/candlepin-ca.pem"], "start": "2024-09-20 21:46:12.925041", "end": "2024-09-20 21:46:13.257030", "delta": "0:00:00.331989", "msg": "", "invocation": {"module_args": {"argv": ["podman", "cp", "candlepin:/etc/candlepin/certs/candlepin-ca.crt", "/etc/rhsm/ca/candlepin-ca.pem"], "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "_raw_params": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} <<< 7723 1726883173.25790: stdout chunk (state=3): >>># destroy __main__ <<< 7723 1726883173.26864: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 7723 1726883173.26875: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv <<< 7723 1726883173.26913: stdout chunk (state=3): >>># 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 <<< 7723 1726883173.27016: stdout chunk (state=3): >>># 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 <<< 7723 1726883173.27080: stdout chunk (state=3): >>># 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 <<< 7723 1726883173.27088: stdout chunk (state=3): >>># 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 <<< 7723 1726883173.27408: stdout chunk (state=3): >>># 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 # cleanup[2] removing glob # destroy glob <<< 7723 1726883173.27655: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 7723 1726883173.27684: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 7723 1726883173.27727: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression <<< 7723 1726883173.27731: stdout chunk (state=3): >>># destroy _lzma <<< 7723 1726883173.27753: stdout chunk (state=3): >>># destroy _blake2 <<< 7723 1726883173.27762: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma <<< 7723 1726883173.27768: stdout chunk (state=3): >>># destroy zipfile._path <<< 7723 1726883173.27802: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 7723 1726883173.27815: stdout chunk (state=3): >>># destroy ipaddress <<< 7723 1726883173.28101: stdout chunk (state=3): >>># 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 <<< 7723 1726883173.28124: stdout chunk (state=3): >>># destroy _locale # destroy pwd <<< 7723 1726883173.28150: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal <<< 7723 1726883173.28309: stdout chunk (state=3): >>># destroy _posixsubprocess # destroy syslog # destroy uuid # destroy fnmatch # 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<<< 7723 1726883173.28317: stdout chunk (state=3): >>> # cleanup[3] wiping ansible.module_utils.six.moves <<< 7723 1726883173.28324: stdout chunk (state=3): >>># cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket <<< 7723 1726883173.28357: stdout chunk (state=3): >>># cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string <<< 7723 1726883173.28362: stdout chunk (state=3): >>># cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback <<< 7723 1726883173.28507: stdout chunk (state=3): >>># 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 <<< 7723 1726883173.28842: stdout chunk (state=3): >>># destroy sys.monitoring <<< 7723 1726883173.28856: stdout chunk (state=3): >>># destroy _socket <<< 7723 1726883173.28875: stdout chunk (state=3): >>># destroy _collections <<< 7723 1726883173.28913: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat <<< 7723 1726883173.28931: stdout chunk (state=3): >>># destroy genericpath # destroy re._parser <<< 7723 1726883173.28934: stdout chunk (state=3): >>># destroy tokenize <<< 7723 1726883173.28976: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 7723 1726883173.29018: stdout chunk (state=3): >>># destroy _typing <<< 7723 1726883173.29035: stdout chunk (state=3): >>># destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse <<< 7723 1726883173.29056: stdout chunk (state=3): >>># 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 <<< 7723 1726883173.29062: stdout chunk (state=3): >>># destroy functools # destroy operator # destroy ansible.module_utils.six.moves <<< 7723 1726883173.29082: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 7723 1726883173.29302: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 7723 1726883173.29407: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 7723 1726883173.29435: stdout chunk (state=3): >>># destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading <<< 7723 1726883173.29444: stdout chunk (state=3): >>># destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 7723 1726883173.29609: stdout chunk (state=3): >>># 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 <<< 7723 1726883173.30469: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.120 closed. <<< 7723 1726883173.30494: stderr chunk (state=3): >>><<< 7723 1726883173.30498: stdout chunk (state=3): >>><<< 7723 1726883173.30577: _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 0x7f69ed8183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ed7e7a10> # /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 0x7f69ed81a960> 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 0x7f69ed5c8fe0> # /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 0x7f69ed5c9f10> 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 0x7f69ed607d40> # /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 0x7f69ed607f80> # /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 0x7f69ed63f740> # /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 0x7f69ed63fdd0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ed61fa10> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ed61d130> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ed604ef0> # /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 0x7f69ed65f680> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ed65e2a0> # /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 0x7f69ed61e000> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ed65cb30> # /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 0x7f69ed694680> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ed604170> # /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 0x7f69ed694b30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ed6949e0> # 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 0x7f69ed694dd0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ed602c90> # /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 0x7f69ed6954c0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ed695190> 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 0x7f69ed6963c0> 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 0x7f69ed6ac5f0> 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 0x7f69ed6add30> # /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 0x7f69ed6aebd0> # 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 0x7f69ed6af230> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ed6ae120> # /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 0x7f69ed6afcb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ed6af3e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ed696420> # /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 0x7f69ed43fb90> # /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 0x7f69ed468620> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ed468380> # 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 0x7f69ed468650> # /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 0x7f69ed468f80> # 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 0x7f69ed469910> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ed468830> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ed43dd30> # /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 0x7f69ed46ac60> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ed4697f0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ed696b10> # /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 0x7f69ed496ff0> # /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 0x7f69ed4bb350> # /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 0x7f69ed518140> # /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 0x7f69ed51a8a0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ed518260> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ed4e5130> # /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 0x7f69ed31d280> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ed4ba180> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ed46bbc0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f69ed4ba4e0> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_4nlfloar/ansible_ansible.legacy.command_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 0x7f69ed36ef60> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ed351e50> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ed350fe0> # 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 0x7f69ed36ce00> # /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 0x7f69ed39a960> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ed39a6f0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ed39a000> # /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 0x7f69ed39a450> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ed36f980> 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 0x7f69ed39b6e0> # 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 0x7f69ed39b8c0> # /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 0x7f69ed39be00> 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 0x7f69ecd0dbb0> # 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 0x7f69ecd0f7d0> # /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 0x7f69ecd101a0> # /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 0x7f69ecd11340> # /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 0x7f69ecd13dd0> # 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 0x7f69ed352ff0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ecd120c0> # /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 0x7f69ecd1fbf0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ecd1e6c0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ecd1e450> # /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 0x7f69ecd1e990> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ecd125a0> # 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 0x7f69ecd63e90> # /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 0x7f69ecd63ef0> # /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 0x7f69ecd65af0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ecd658b0> # /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 0x7f69ecd67fe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ecd661b0> # /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 0x7f69ecd6b860> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ecd68230> # 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 0x7f69ecd6c950> # 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 0x7f69ecd6c740> # 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 0x7f69ecd6ca70> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ecd64200> # /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 0x7f69ecdf4290> # 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 0x7f69ecdf54f0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ecd6ea20> # 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 0x7f69ecd6fdd0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ecd6e630> # 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 0x7f69ecdfd670> # /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 0x7f69ecdfe510> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ecdf58b0> 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 0x7f69ecdfe210> # 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 0x7f69ecdff680> # 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 0x7f69ecc0a030> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ecc04fe0> 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 0x7f69ed3ee9c0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ed3e2690> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ecc0a0f0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ecdfefc0> # 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 # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f69ecc008c0> # zipimport: zlib available {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["podman", "cp", "candlepin:/etc/candlepin/certs/candlepin-ca.crt", "/etc/rhsm/ca/candlepin-ca.pem"], "start": "2024-09-20 21:46:12.925041", "end": "2024-09-20 21:46:13.257030", "delta": "0:00:00.331989", "msg": "", "invocation": {"module_args": {"argv": ["podman", "cp", "candlepin:/etc/candlepin/certs/candlepin-ca.crt", "/etc/rhsm/ca/candlepin-ca.pem"], "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "_raw_params": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} # 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 # cleanup[2] removing glob # destroy glob # 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 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 fnmatch # 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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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.12.120 closed. 7723 1726883173.31100: done with _execute_module (ansible.legacy.command, {'argv': ['podman', 'cp', 'candlepin:/etc/candlepin/certs/candlepin-ca.crt', '/etc/rhsm/ca/candlepin-ca.pem'], '_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': 'ansible.legacy.command', '_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-1726883172.3840747-8548-23797256482331/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7723 1726883173.31103: _low_level_execute_command(): starting 7723 1726883173.31109: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726883172.3840747-8548-23797256482331/ > /dev/null 2>&1 && sleep 0' 7723 1726883173.31367: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7723 1726883173.31370: 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 <<< 7723 1726883173.31373: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883173.31375: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883173.31377: 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.12.120 originally 10.31.12.120 debug2: match found <<< 7723 1726883173.31379: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883173.31433: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883173.31442: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883173.31445: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883173.31485: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883173.35665: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883173.35694: stderr chunk (state=3): >>><<< 7723 1726883173.35697: stdout chunk (state=3): >>><<< 7723 1726883173.35711: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883173.35724: handler run complete 7723 1726883173.35743: Evaluated conditional (False): False 7723 1726883173.35749: attempt loop complete, returning result 7723 1726883173.35752: _execute() done 7723 1726883173.35754: dumping result to json 7723 1726883173.35760: done dumping result, returning 7723 1726883173.35768: done running TaskExecutor() for managed_node1/TASK: Copy Candlepin CA certificate for subscription-manager [0affc0aa-4893-13c9-9f63-00000000001f] 7723 1726883173.35771: sending task result for task 0affc0aa-4893-13c9-9f63-00000000001f 7723 1726883173.35868: done sending task result for task 0affc0aa-4893-13c9-9f63-00000000001f 7723 1726883173.35871: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "cmd": [ "podman", "cp", "candlepin:/etc/candlepin/certs/candlepin-ca.crt", "/etc/rhsm/ca/candlepin-ca.pem" ], "delta": "0:00:00.331989", "end": "2024-09-20 21:46:13.257030", "rc": 0, "start": "2024-09-20 21:46:12.925041" } 7723 1726883173.35933: no more pending results, returning what we have 7723 1726883173.35936: results queue empty 7723 1726883173.35937: checking for any_errors_fatal 7723 1726883173.35946: done checking for any_errors_fatal 7723 1726883173.35947: checking for max_fail_percentage 7723 1726883173.35948: done checking for max_fail_percentage 7723 1726883173.35949: checking to see if all hosts have failed and the running result is not ok 7723 1726883173.35950: done checking to see if all hosts have failed 7723 1726883173.35951: getting the remaining hosts for this loop 7723 1726883173.35953: done getting the remaining hosts for this loop 7723 1726883173.35956: getting the next task for host managed_node1 7723 1726883173.35962: done getting next task for host managed_node1 7723 1726883173.35964: ^ task is: TASK: Copy Candlepin CA certificate for system 7723 1726883173.35967: ^ state is: HOST STATE: block=2, task=2, 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=11, 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 7723 1726883173.35970: getting variables 7723 1726883173.35971: in VariableManager get_vars() 7723 1726883173.36001: Calling all_inventory to load vars for managed_node1 7723 1726883173.36003: Calling groups_inventory to load vars for managed_node1 7723 1726883173.36006: Calling all_plugins_inventory to load vars for managed_node1 7723 1726883173.36017: Calling all_plugins_play to load vars for managed_node1 7723 1726883173.36019: Calling groups_plugins_inventory to load vars for managed_node1 7723 1726883173.36024: Calling groups_plugins_play to load vars for managed_node1 7723 1726883173.36077: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7723 1726883173.36108: done with get_vars() 7723 1726883173.36116: done getting variables 7723 1726883173.36171: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Copy Candlepin CA certificate for system] ******************************** task path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:101 Friday 20 September 2024 21:46:13 -0400 (0:00:01.057) 0:01:38.048 ****** 7723 1726883173.36196: entering _queue_task() for managed_node1/command 7723 1726883173.36406: worker is 1 (out of 1 available) 7723 1726883173.36419: exiting _queue_task() for managed_node1/command 7723 1726883173.36434: done queuing things up, now waiting for results queue to drain 7723 1726883173.36436: waiting for pending results... 7723 1726883173.36587: running TaskExecutor() for managed_node1/TASK: Copy Candlepin CA certificate for system 7723 1726883173.36663: in run() - task 0affc0aa-4893-13c9-9f63-000000000020 7723 1726883173.36676: variable 'ansible_search_path' from source: unknown 7723 1726883173.36679: variable 'ansible_search_path' from source: unknown 7723 1726883173.36710: calling self._execute() 7723 1726883173.36759: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883173.36767: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883173.36775: variable 'omit' from source: magic vars 7723 1726883173.37119: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7723 1726883173.38634: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7723 1726883173.38691: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7723 1726883173.38719: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7723 1726883173.38749: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7723 1726883173.38775: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7723 1726883173.38829: 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) 7723 1726883173.38853: 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) 7723 1726883173.38871: 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) 7723 1726883173.38900: 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) 7723 1726883173.38910: 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) 7723 1726883173.39000: variable 'lsr_rhc_test_data_file' from source: set_fact 7723 1726883173.39023: Evaluated conditional (lsr_rhc_test_data_file | length == 0): True 7723 1726883173.39027: variable 'omit' from source: magic vars 7723 1726883173.39061: variable 'omit' from source: magic vars 7723 1726883173.39089: variable 'omit' from source: magic vars 7723 1726883173.39111: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7723 1726883173.39132: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7723 1726883173.39148: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7723 1726883173.39162: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7723 1726883173.39170: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7723 1726883173.39184: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 7723 1726883173.39196: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 7723 1726883173.39219: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7723 1726883173.39225: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883173.39228: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883173.39302: Set connection var ansible_shell_type to sh 7723 1726883173.39305: Set connection var ansible_shell_executable to /bin/sh 7723 1726883173.39313: Set connection var ansible_module_compression to ZIP_DEFLATED 7723 1726883173.39315: Set connection var ansible_connection to ssh 7723 1726883173.39318: Set connection var ansible_pipelining to False 7723 1726883173.39329: Set connection var ansible_timeout to 10 7723 1726883173.39348: variable 'ansible_shell_executable' from source: unknown 7723 1726883173.39351: variable 'ansible_connection' from source: unknown 7723 1726883173.39353: variable 'ansible_module_compression' from source: unknown 7723 1726883173.39356: variable 'ansible_shell_type' from source: unknown 7723 1726883173.39358: variable 'ansible_shell_executable' from source: unknown 7723 1726883173.39360: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883173.39365: variable 'ansible_pipelining' from source: unknown 7723 1726883173.39367: variable 'ansible_timeout' from source: unknown 7723 1726883173.39371: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883173.39445: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7723 1726883173.39454: variable 'omit' from source: magic vars 7723 1726883173.39460: starting attempt loop 7723 1726883173.39462: running the handler 7723 1726883173.39473: _low_level_execute_command(): starting 7723 1726883173.39479: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7723 1726883173.40013: 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 <<< 7723 1726883173.40017: 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.12.120 originally 10.31.12.120 debug2: match not found <<< 7723 1726883173.40020: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration <<< 7723 1726883173.40022: 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 debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 debug2: match found <<< 7723 1726883173.40025: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883173.40074: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883173.40078: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883173.40080: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883173.40132: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883173.44328: stdout chunk (state=3): >>>/root <<< 7723 1726883173.44412: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883173.44477: stderr chunk (state=3): >>><<< 7723 1726883173.44484: stdout chunk (state=3): >>><<< 7723 1726883173.44517: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883173.44527: _low_level_execute_command(): starting 7723 1726883173.44544: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726883173.4451377-8571-9426652999375 `" && echo ansible-tmp-1726883173.4451377-8571-9426652999375="` echo /root/.ansible/tmp/ansible-tmp-1726883173.4451377-8571-9426652999375 `" ) && sleep 0' 7723 1726883173.45128: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883173.45164: 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.12.120 originally 10.31.12.120 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.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883173.45167: 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883173.45226: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883173.45229: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883173.45286: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883173.45326: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883173.50046: stdout chunk (state=3): >>>ansible-tmp-1726883173.4451377-8571-9426652999375=/root/.ansible/tmp/ansible-tmp-1726883173.4451377-8571-9426652999375 <<< 7723 1726883173.50461: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883173.50486: stderr chunk (state=3): >>><<< 7723 1726883173.50512: stdout chunk (state=3): >>><<< 7723 1726883173.50538: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726883173.4451377-8571-9426652999375=/root/.ansible/tmp/ansible-tmp-1726883173.4451377-8571-9426652999375 , 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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883173.50624: variable 'ansible_module_compression' from source: unknown 7723 1726883173.50663: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7723b_d05x07/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 7723 1726883173.50716: variable 'ansible_facts' from source: unknown 7723 1726883173.50779: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726883173.4451377-8571-9426652999375/AnsiballZ_command.py 7723 1726883173.50885: Sending initial data 7723 1726883173.50888: Sent initial data (152 bytes) 7723 1726883173.51446: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883173.51449: 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.12.120 originally 10.31.12.120 debug2: match not found <<< 7723 1726883173.51451: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883173.51454: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration <<< 7723 1726883173.51456: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883173.51459: 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883173.51509: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883173.51512: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883173.51575: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883173.54631: 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 <<< 7723 1726883173.54726: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 7723 1726883173.54783: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7723b_d05x07/tmp_gh51h11 /root/.ansible/tmp/ansible-tmp-1726883173.4451377-8571-9426652999375/AnsiballZ_command.py <<< 7723 1726883173.54790: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726883173.4451377-8571-9426652999375/AnsiballZ_command.py" <<< 7723 1726883173.54853: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-7723b_d05x07/tmp_gh51h11" to remote "/root/.ansible/tmp/ansible-tmp-1726883173.4451377-8571-9426652999375/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726883173.4451377-8571-9426652999375/AnsiballZ_command.py" <<< 7723 1726883173.55632: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883173.55712: stderr chunk (state=3): >>><<< 7723 1726883173.55716: stdout chunk (state=3): >>><<< 7723 1726883173.55737: done transferring module to remote 7723 1726883173.55752: _low_level_execute_command(): starting 7723 1726883173.55755: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726883173.4451377-8571-9426652999375/ /root/.ansible/tmp/ansible-tmp-1726883173.4451377-8571-9426652999375/AnsiballZ_command.py && sleep 0' 7723 1726883173.56312: 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 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883173.56316: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883173.56318: 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883173.56404: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883173.56479: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883173.60761: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883173.60790: stderr chunk (state=3): >>><<< 7723 1726883173.60795: stdout chunk (state=3): >>><<< 7723 1726883173.60810: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883173.60813: _low_level_execute_command(): starting 7723 1726883173.60818: _low_level_execute_command(): using become for this command 7723 1726883173.60830: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-hxsibofqpumninmabyumvnjleravowuv ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726883173.4451377-8571-9426652999375/AnsiballZ_command.py'"'"' && sleep 0' 7723 1726883173.60917: Initial state: awaiting_escalation: BECOME-SUCCESS-hxsibofqpumninmabyumvnjleravowuv 7723 1726883173.61329: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883173.61334: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883173.61380: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883173.61386: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883173.61387: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883173.61436: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883173.68526: stdout chunk (state=1): >>>BECOME-SUCCESS-hxsibofqpumninmabyumvnjleravowuv <<< 7723 1726883173.68537: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-hxsibofqpumninmabyumvnjleravowuv' 7723 1726883173.68993: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 7723 1726883173.69057: stdout chunk (state=3): >>>import _imp # builtin<<< 7723 1726883173.69061: stdout chunk (state=3): >>> <<< 7723 1726883173.69101: stdout chunk (state=3): >>>import '_thread' # <<< 7723 1726883173.69111: stdout chunk (state=3): >>> <<< 7723 1726883173.69134: stdout chunk (state=3): >>>import '_warnings' # <<< 7723 1726883173.69145: stdout chunk (state=3): >>> <<< 7723 1726883173.69154: stdout chunk (state=3): >>>import '_weakref' # <<< 7723 1726883173.69162: stdout chunk (state=3): >>> <<< 7723 1726883173.69258: stdout chunk (state=3): >>>import '_io' # <<< 7723 1726883173.69263: stdout chunk (state=3): >>> <<< 7723 1726883173.69290: stdout chunk (state=3): >>>import 'marshal' # <<< 7723 1726883173.69299: stdout chunk (state=3): >>> <<< 7723 1726883173.69358: stdout chunk (state=3): >>>import 'posix' # <<< 7723 1726883173.69362: stdout chunk (state=3): >>> <<< 7723 1726883173.69418: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 7723 1726883173.69429: stdout chunk (state=3): >>> <<< 7723 1726883173.69442: stdout chunk (state=3): >>># installing zipimport hook<<< 7723 1726883173.69447: stdout chunk (state=3): >>> <<< 7723 1726883173.69480: stdout chunk (state=3): >>>import 'time' # <<< 7723 1726883173.69485: stdout chunk (state=3): >>> <<< 7723 1726883173.69514: stdout chunk (state=3): >>>import 'zipimport' # <<< 7723 1726883173.69521: stdout chunk (state=3): >>> # installed zipimport hook<<< 7723 1726883173.69593: stdout chunk (state=3): >>> <<< 7723 1726883173.69596: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py<<< 7723 1726883173.69615: stdout chunk (state=3): >>> <<< 7723 1726883173.69632: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc'<<< 7723 1726883173.69639: stdout chunk (state=3): >>> <<< 7723 1726883173.69684: stdout chunk (state=3): >>>import '_codecs' # <<< 7723 1726883173.69730: stdout chunk (state=3): >>>import 'codecs' # <<< 7723 1726883173.69792: stdout chunk (state=3): >>> <<< 7723 1726883173.69803: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py<<< 7723 1726883173.69806: stdout chunk (state=3): >>> <<< 7723 1726883173.69846: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc'<<< 7723 1726883173.69852: stdout chunk (state=3): >>> <<< 7723 1726883173.69875: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f19bc3e0><<< 7723 1726883173.69880: stdout chunk (state=3): >>> <<< 7723 1726883173.69900: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f198ba10><<< 7723 1726883173.69945: stdout chunk (state=3): >>> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py<<< 7723 1726883173.69951: stdout chunk (state=3): >>> <<< 7723 1726883173.69964: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc'<<< 7723 1726883173.69974: stdout chunk (state=3): >>> <<< 7723 1726883173.69993: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f19be930><<< 7723 1726883173.70000: stdout chunk (state=3): >>> <<< 7723 1726883173.70033: stdout chunk (state=3): >>>import '_signal' # <<< 7723 1726883173.70081: stdout chunk (state=3): >>> <<< 7723 1726883173.70086: stdout chunk (state=3): >>>import '_abc' # <<< 7723 1726883173.70095: stdout chunk (state=3): >>> <<< 7723 1726883173.70118: stdout chunk (state=3): >>>import 'abc' # <<< 7723 1726883173.70160: stdout chunk (state=3): >>> <<< 7723 1726883173.70163: stdout chunk (state=3): >>>import 'io' # <<< 7723 1726883173.70174: stdout chunk (state=3): >>> <<< 7723 1726883173.70223: stdout chunk (state=3): >>>import '_stat' # <<< 7723 1726883173.70236: stdout chunk (state=3): >>> import 'stat' # <<< 7723 1726883173.70294: stdout chunk (state=3): >>> <<< 7723 1726883173.70382: stdout chunk (state=3): >>>import '_collections_abc' # <<< 7723 1726883173.70387: stdout chunk (state=3): >>> <<< 7723 1726883173.70434: stdout chunk (state=3): >>>import 'genericpath' # <<< 7723 1726883173.70454: stdout chunk (state=3): >>> import 'posixpath' # <<< 7723 1726883173.70459: stdout chunk (state=3): >>> <<< 7723 1726883173.70546: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # Processing user site-packages<<< 7723 1726883173.70549: stdout chunk (state=3): >>> <<< 7723 1726883173.70579: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages'<<< 7723 1726883173.70613: stdout chunk (state=3): >>> Adding directory: '/usr/lib/python3.12/site-packages'<<< 7723 1726883173.70617: stdout chunk (state=3): >>> <<< 7723 1726883173.70643: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'<<< 7723 1726883173.70649: stdout chunk (state=3): >>> <<< 7723 1726883173.70684: 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<<< 7723 1726883173.70689: stdout chunk (state=3): >>> <<< 7723 1726883173.70713: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'<<< 7723 1726883173.70719: stdout chunk (state=3): >>> <<< 7723 1726883173.70754: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f19ccfe0><<< 7723 1726883173.70838: stdout chunk (state=3): >>> <<< 7723 1726883173.70843: 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<<< 7723 1726883173.70846: stdout chunk (state=3): >>> <<< 7723 1726883173.70880: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883173.70914: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f19cdf10><<< 7723 1726883173.70928: stdout chunk (state=3): >>> <<< 7723 1726883173.71167: stdout chunk (state=3): >>>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. <<< 7723 1726883173.71411: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py<<< 7723 1726883173.71434: stdout chunk (state=3): >>> <<< 7723 1726883173.71451: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 7723 1726883173.71503: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py<<< 7723 1726883173.71527: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc'<<< 7723 1726883173.71545: stdout chunk (state=3): >>> <<< 7723 1726883173.71571: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 7723 1726883173.71633: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'<<< 7723 1726883173.71672: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 7723 1726883173.71723: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 7723 1726883173.71749: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f17cbd10><<< 7723 1726883173.71784: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 7723 1726883173.71832: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 7723 1726883173.71868: stdout chunk (state=3): >>>import '_operator' # <<< 7723 1726883173.71891: stdout chunk (state=3): >>> import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f17cbf20><<< 7723 1726883173.71936: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 7723 1726883173.71985: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 7723 1726883173.72036: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py<<< 7723 1726883173.72151: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883173.72176: stdout chunk (state=3): >>>import 'itertools' # <<< 7723 1726883173.72203: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 7723 1726883173.72233: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f1803710><<< 7723 1726883173.72258: stdout chunk (state=3): >>> <<< 7723 1726883173.72274: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py<<< 7723 1726883173.72305: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 7723 1726883173.72349: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f1803da0> <<< 7723 1726883173.72362: stdout chunk (state=3): >>>import '_collections' # <<< 7723 1726883173.72452: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f17e39b0> import '_functools' # <<< 7723 1726883173.72467: stdout chunk (state=3): >>> <<< 7723 1726883173.72637: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f17e10d0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f17c8ec0> <<< 7723 1726883173.72685: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 7723 1726883173.72735: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 7723 1726883173.72771: stdout chunk (state=3): >>>import '_sre' # <<< 7723 1726883173.72816: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py<<< 7723 1726883173.72828: stdout chunk (state=3): >>> <<< 7723 1726883173.72868: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 7723 1726883173.72932: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 7723 1726883173.72935: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc'<<< 7723 1726883173.72937: stdout chunk (state=3): >>> <<< 7723 1726883173.73165: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f1823620> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f1822240> <<< 7723 1726883173.73192: 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 0x7fb0f17e1fa0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f17ca780> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 7723 1726883173.73215: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' <<< 7723 1726883173.73248: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f1858650> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f17c8140><<< 7723 1726883173.73272: stdout chunk (state=3): >>> <<< 7723 1726883173.73292: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc'<<< 7723 1726883173.73384: stdout chunk (state=3): >>> # extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883173.73453: 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 0x7fb0f1858b00> <<< 7723 1726883173.73456: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f18589b0><<< 7723 1726883173.73459: stdout chunk (state=3): >>> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883173.73529: stdout chunk (state=3): >>># extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'<<< 7723 1726883173.73533: stdout chunk (state=3): >>> import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0f1858da0><<< 7723 1726883173.73536: stdout chunk (state=3): >>> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f17c6c60><<< 7723 1726883173.73582: stdout chunk (state=3): >>> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py<<< 7723 1726883173.73612: stdout chunk (state=3): >>> <<< 7723 1726883173.73647: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883173.73651: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 7723 1726883173.73686: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc'<<< 7723 1726883173.73728: stdout chunk (state=3): >>> import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f1859460> <<< 7723 1726883173.73757: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f1859160> import 'importlib.machinery' # <<< 7723 1726883173.73822: 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'<<< 7723 1726883173.73865: stdout chunk (state=3): >>> import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f185a360><<< 7723 1726883173.73868: stdout chunk (state=3): >>> <<< 7723 1726883173.73892: stdout chunk (state=3): >>>import 'importlib.util' # <<< 7723 1726883173.73967: stdout chunk (state=3): >>>import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py<<< 7723 1726883173.73971: stdout chunk (state=3): >>> <<< 7723 1726883173.74013: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 7723 1726883173.74066: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 7723 1726883173.74116: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' <<< 7723 1726883173.74120: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f1870590> import 'errno' # <<< 7723 1726883173.74148: stdout chunk (state=3): >>> <<< 7723 1726883173.74164: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'<<< 7723 1726883173.74212: 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 0x7fb0f1871c70> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 7723 1726883173.74245: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc'<<< 7723 1726883173.74286: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 7723 1726883173.74317: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 7723 1726883173.74345: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f1872b10><<< 7723 1726883173.74407: stdout chunk (state=3): >>> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'<<< 7723 1726883173.74436: stdout chunk (state=3): >>> # extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883173.74472: stdout chunk (state=3): >>>import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0f1873170> <<< 7723 1726883173.74476: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f1872060><<< 7723 1726883173.74511: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 7723 1726883173.74543: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc'<<< 7723 1726883173.74555: stdout chunk (state=3): >>> <<< 7723 1726883173.74603: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'<<< 7723 1726883173.74646: stdout chunk (state=3): >>> import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0f1873bf0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f1873320><<< 7723 1726883173.74663: stdout chunk (state=3): >>> <<< 7723 1726883173.74747: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f185a3c0> <<< 7723 1726883173.74762: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 7723 1726883173.74796: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'<<< 7723 1726883173.74842: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 7723 1726883173.74881: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 7723 1726883173.74943: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'<<< 7723 1726883173.74955: stdout chunk (state=3): >>> # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'<<< 7723 1726883173.74998: stdout chunk (state=3): >>> import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0f15ffaa0> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 7723 1726883173.75001: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc'<<< 7723 1726883173.75044: stdout chunk (state=3): >>> <<< 7723 1726883173.75050: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'<<< 7723 1726883173.75077: 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 0x7fb0f1628590> <<< 7723 1726883173.75124: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f16282f0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'<<< 7723 1726883173.75165: stdout chunk (state=3): >>> # extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0f16285c0><<< 7723 1726883173.75186: stdout chunk (state=3): >>> <<< 7723 1726883173.75232: 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' <<< 7723 1726883173.75445: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883173.75578: 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 0x7fb0f1628ef0> <<< 7723 1726883173.75680: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'<<< 7723 1726883173.75702: stdout chunk (state=3): >>> # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'<<< 7723 1726883173.75725: stdout chunk (state=3): >>> import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0f16298b0><<< 7723 1726883173.75756: stdout chunk (state=3): >>> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f16287a0> <<< 7723 1726883173.75799: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f15fdc40><<< 7723 1726883173.75811: stdout chunk (state=3): >>> <<< 7723 1726883173.75838: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py<<< 7723 1726883173.75889: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 7723 1726883173.75931: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 7723 1726883173.75955: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc'<<< 7723 1726883173.76027: stdout chunk (state=3): >>> import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f162ac30> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f1628d70> <<< 7723 1726883173.76061: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f185aab0><<< 7723 1726883173.76134: stdout chunk (state=3): >>> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py<<< 7723 1726883173.76149: stdout chunk (state=3): >>> <<< 7723 1726883173.76213: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc'<<< 7723 1726883173.76266: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py<<< 7723 1726883173.76280: stdout chunk (state=3): >>> <<< 7723 1726883173.76322: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc'<<< 7723 1726883173.76383: stdout chunk (state=3): >>> import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f1656f60> <<< 7723 1726883173.76475: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 7723 1726883173.76513: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883173.76554: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py<<< 7723 1726883173.76596: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 7723 1726883173.76673: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f167b2f0> <<< 7723 1726883173.76724: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 7723 1726883173.76800: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 7723 1726883173.76887: stdout chunk (state=3): >>>import 'ntpath' # <<< 7723 1726883173.76948: stdout chunk (state=3): >>> # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py <<< 7723 1726883173.76972: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f16a7fb0><<< 7723 1726883173.77013: stdout chunk (state=3): >>> <<< 7723 1726883173.77036: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 7723 1726883173.77118: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py<<< 7723 1726883173.77134: stdout chunk (state=3): >>> <<< 7723 1726883173.77204: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 7723 1726883173.77336: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f16da810><<< 7723 1726883173.77352: stdout chunk (state=3): >>> <<< 7723 1726883173.77504: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f16d81d0> <<< 7723 1726883173.77513: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f167b9b0><<< 7723 1726883173.77565: stdout chunk (state=3): >>> # /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py<<< 7723 1726883173.77568: stdout chunk (state=3): >>> <<< 7723 1726883173.77588: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc'<<< 7723 1726883173.77595: stdout chunk (state=3): >>> <<< 7723 1726883173.77638: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f14dd160> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f167a120><<< 7723 1726883173.77646: stdout chunk (state=3): >>> <<< 7723 1726883173.77700: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f162bb60> <<< 7723 1726883173.77840: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc'<<< 7723 1726883173.77880: stdout chunk (state=3): >>> <<< 7723 1726883173.77890: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fb0f14dd400><<< 7723 1726883173.77903: stdout chunk (state=3): >>> <<< 7723 1726883173.78102: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_jpz8_mi1/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available <<< 7723 1726883173.78361: stdout chunk (state=3): >>># zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py<<< 7723 1726883173.78365: stdout chunk (state=3): >>> <<< 7723 1726883173.78399: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc'<<< 7723 1726883173.78401: stdout chunk (state=3): >>> <<< 7723 1726883173.78470: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py<<< 7723 1726883173.78474: stdout chunk (state=3): >>> <<< 7723 1726883173.78625: stdout chunk (state=3): >>># 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<<< 7723 1726883173.78631: stdout chunk (state=3): >>> <<< 7723 1726883173.78654: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc'<<< 7723 1726883173.78660: stdout chunk (state=3): >>> <<< 7723 1726883173.78691: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f152ee10> import '_typing' # <<< 7723 1726883173.78697: stdout chunk (state=3): >>> <<< 7723 1726883173.78992: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f1511d00> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f1510ec0><<< 7723 1726883173.79022: stdout chunk (state=3): >>> # zipimport: zlib available<<< 7723 1726883173.79299: stdout chunk (state=3): >>> import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 7723 1726883173.81321: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883173.83102: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 7723 1726883173.83107: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc'<<< 7723 1726883173.83128: stdout chunk (state=3): >>> <<< 7723 1726883173.83142: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f152d490><<< 7723 1726883173.83149: stdout chunk (state=3): >>> <<< 7723 1726883173.83187: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py<<< 7723 1726883173.83192: stdout chunk (state=3): >>> <<< 7723 1726883173.83217: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc'<<< 7723 1726883173.83227: stdout chunk (state=3): >>> <<< 7723 1726883173.83265: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py<<< 7723 1726883173.83275: stdout chunk (state=3): >>> <<< 7723 1726883173.83298: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc'<<< 7723 1726883173.83302: stdout chunk (state=3): >>> <<< 7723 1726883173.83344: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py<<< 7723 1726883173.83352: stdout chunk (state=3): >>> <<< 7723 1726883173.83370: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc'<<< 7723 1726883173.83373: stdout chunk (state=3): >>> <<< 7723 1726883173.83425: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'<<< 7723 1726883173.83429: stdout chunk (state=3): >>> <<< 7723 1726883173.83456: stdout chunk (state=3): >>># extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'<<< 7723 1726883173.83459: stdout chunk (state=3): >>> <<< 7723 1726883173.83475: stdout chunk (state=3): >>>import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0f155e750><<< 7723 1726883173.83481: stdout chunk (state=3): >>> <<< 7723 1726883173.83546: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f155e4e0><<< 7723 1726883173.83552: stdout chunk (state=3): >>> <<< 7723 1726883173.83607: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f155ddf0><<< 7723 1726883173.83645: stdout chunk (state=3): >>> <<< 7723 1726883173.83648: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py<<< 7723 1726883173.83662: stdout chunk (state=3): >>> <<< 7723 1726883173.83681: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc'<<< 7723 1726883173.83747: stdout chunk (state=3): >>> import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f155e2a0><<< 7723 1726883173.83753: stdout chunk (state=3): >>> <<< 7723 1726883173.83776: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f1628440><<< 7723 1726883173.83779: stdout chunk (state=3): >>> <<< 7723 1726883173.83812: stdout chunk (state=3): >>>import 'atexit' # <<< 7723 1726883173.83818: stdout chunk (state=3): >>> <<< 7723 1726883173.83860: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'<<< 7723 1726883173.83863: stdout chunk (state=3): >>> <<< 7723 1726883173.83884: stdout chunk (state=3): >>># extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0f155f410><<< 7723 1726883173.83935: stdout chunk (state=3): >>> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'<<< 7723 1726883173.83945: stdout chunk (state=3): >>> <<< 7723 1726883173.83966: stdout chunk (state=3): >>># extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'<<< 7723 1726883173.83969: stdout chunk (state=3): >>> <<< 7723 1726883173.83982: stdout chunk (state=3): >>>import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0f155f5f0><<< 7723 1726883173.84027: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py<<< 7723 1726883173.84032: stdout chunk (state=3): >>> <<< 7723 1726883173.84102: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'<<< 7723 1726883173.84107: stdout chunk (state=3): >>> <<< 7723 1726883173.84133: stdout chunk (state=3): >>>import '_locale' # <<< 7723 1726883173.84208: stdout chunk (state=3): >>> import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f155fb00><<< 7723 1726883173.84212: stdout chunk (state=3): >>> <<< 7723 1726883173.84246: stdout chunk (state=3): >>>import 'pwd' # <<< 7723 1726883173.84252: stdout chunk (state=3): >>> <<< 7723 1726883173.84303: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py<<< 7723 1726883173.84308: stdout chunk (state=3): >>> <<< 7723 1726883173.84355: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc'<<< 7723 1726883173.84360: stdout chunk (state=3): >>> <<< 7723 1726883173.84420: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f0f09940><<< 7723 1726883173.84427: stdout chunk (state=3): >>> <<< 7723 1726883173.84470: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883173.84497: 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 0x7fb0f0f0b530> <<< 7723 1726883173.84524: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py<<< 7723 1726883173.84562: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc'<<< 7723 1726883173.84567: stdout chunk (state=3): >>> <<< 7723 1726883173.84623: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f0f0bec0><<< 7723 1726883173.84663: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py<<< 7723 1726883173.84668: stdout chunk (state=3): >>> <<< 7723 1726883173.84719: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc'<<< 7723 1726883173.84726: stdout chunk (state=3): >>> <<< 7723 1726883173.84756: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f0f0d0a0><<< 7723 1726883173.84803: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py<<< 7723 1726883173.84806: stdout chunk (state=3): >>> <<< 7723 1726883173.84864: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc'<<< 7723 1726883173.84869: stdout chunk (state=3): >>> <<< 7723 1726883173.84901: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py<<< 7723 1726883173.84923: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc'<<< 7723 1726883173.85006: stdout chunk (state=3): >>> <<< 7723 1726883173.85030: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f0f0fb60><<< 7723 1726883173.85033: stdout chunk (state=3): >>> <<< 7723 1726883173.85089: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'<<< 7723 1726883173.85098: stdout chunk (state=3): >>> import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0f17cbdd0><<< 7723 1726883173.85145: stdout chunk (state=3): >>> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f0f0de20> <<< 7723 1726883173.85181: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py<<< 7723 1726883173.85187: stdout chunk (state=3): >>> <<< 7723 1726883173.85242: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 7723 1726883173.85287: 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'<<< 7723 1726883173.85324: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py<<< 7723 1726883173.85329: stdout chunk (state=3): >>> <<< 7723 1726883173.85379: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc'<<< 7723 1726883173.85384: stdout chunk (state=3): >>> <<< 7723 1726883173.85418: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py<<< 7723 1726883173.85438: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc'<<< 7723 1726883173.85467: stdout chunk (state=3): >>> import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f0f1bb30><<< 7723 1726883173.85496: stdout chunk (state=3): >>> import '_tokenize' # <<< 7723 1726883173.85502: stdout chunk (state=3): >>> <<< 7723 1726883173.85597: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f0f1a600><<< 7723 1726883173.85615: stdout chunk (state=3): >>> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f0f1a360><<< 7723 1726883173.85661: stdout chunk (state=3): >>> <<< 7723 1726883173.85664: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 7723 1726883173.85694: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc'<<< 7723 1726883173.85824: stdout chunk (state=3): >>> <<< 7723 1726883173.85831: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f0f1a8d0> <<< 7723 1726883173.85886: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f0f0e330><<< 7723 1726883173.85889: stdout chunk (state=3): >>> <<< 7723 1726883173.85937: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'<<< 7723 1726883173.85955: stdout chunk (state=3): >>> <<< 7723 1726883173.85971: stdout chunk (state=3): >>># extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883173.85979: stdout chunk (state=3): >>>import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0f0f5fdd0><<< 7723 1726883173.85993: stdout chunk (state=3): >>> <<< 7723 1726883173.86033: 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<<< 7723 1726883173.86042: stdout chunk (state=3): >>> <<< 7723 1726883173.86058: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc'<<< 7723 1726883173.86067: stdout chunk (state=3): >>> <<< 7723 1726883173.86079: stdout chunk (state=3): >>>import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f0f5ff50><<< 7723 1726883173.86128: 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<<< 7723 1726883173.86133: stdout chunk (state=3): >>> <<< 7723 1726883173.86169: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc'<<< 7723 1726883173.86174: stdout chunk (state=3): >>> <<< 7723 1726883173.86214: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py<<< 7723 1726883173.86226: stdout chunk (state=3): >>> <<< 7723 1726883173.86244: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc'<<< 7723 1726883173.86288: stdout chunk (state=3): >>> # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'<<< 7723 1726883173.86295: stdout chunk (state=3): >>> <<< 7723 1726883173.86314: stdout chunk (state=3): >>># extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'<<< 7723 1726883173.86329: stdout chunk (state=3): >>> <<< 7723 1726883173.86344: stdout chunk (state=3): >>>import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0f0f61970><<< 7723 1726883173.86353: stdout chunk (state=3): >>> <<< 7723 1726883173.86395: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f0f61730> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 7723 1726883173.86556: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc'<<< 7723 1726883173.86561: stdout chunk (state=3): >>> <<< 7723 1726883173.86702: 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 0x7fb0f0f63e60> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f0f62000> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 7723 1726883173.86725: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc'<<< 7723 1726883173.86731: stdout chunk (state=3): >>> <<< 7723 1726883173.86768: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py<<< 7723 1726883173.86772: stdout chunk (state=3): >>> <<< 7723 1726883173.86803: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc'<<< 7723 1726883173.86808: stdout chunk (state=3): >>> <<< 7723 1726883173.86837: stdout chunk (state=3): >>>import '_string' # <<< 7723 1726883173.86843: stdout chunk (state=3): >>> <<< 7723 1726883173.86915: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f0f675f0><<< 7723 1726883173.86996: stdout chunk (state=3): >>> <<< 7723 1726883173.87137: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f0f63f80><<< 7723 1726883173.87144: stdout chunk (state=3): >>> <<< 7723 1726883173.87243: 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' <<< 7723 1726883173.87262: 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'<<< 7723 1726883173.87276: stdout chunk (state=3): >>> import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0f0f68380> <<< 7723 1726883173.87333: 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'<<< 7723 1726883173.87398: stdout chunk (state=3): >>> import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0f0f687a0> # extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'<<< 7723 1726883173.87408: stdout chunk (state=3): >>> <<< 7723 1726883173.87429: stdout chunk (state=3): >>># extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'<<< 7723 1726883173.87433: stdout chunk (state=3): >>> <<< 7723 1726883173.87455: stdout chunk (state=3): >>>import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0f0f68830> <<< 7723 1726883173.87485: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f0f60110><<< 7723 1726883173.87491: stdout chunk (state=3): >>> <<< 7723 1726883173.87530: 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<<< 7723 1726883173.87546: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc'<<< 7723 1726883173.87583: stdout chunk (state=3): >>> <<< 7723 1726883173.87594: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py<<< 7723 1726883173.87598: stdout chunk (state=3): >>> <<< 7723 1726883173.87680: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 7723 1726883173.87686: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883173.87735: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'<<< 7723 1726883173.87742: stdout chunk (state=3): >>> import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0f0f6bf20><<< 7723 1726883173.87795: stdout chunk (state=3): >>> <<< 7723 1726883173.88000: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'<<< 7723 1726883173.88006: stdout chunk (state=3): >>> <<< 7723 1726883173.88034: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'<<< 7723 1726883173.88048: stdout chunk (state=3): >>> <<< 7723 1726883173.88059: stdout chunk (state=3): >>>import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0f0ff53a0><<< 7723 1726883173.88064: stdout chunk (state=3): >>> <<< 7723 1726883173.88087: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f0f6a6c0><<< 7723 1726883173.88135: 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'<<< 7723 1726883173.88154: stdout chunk (state=3): >>> <<< 7723 1726883173.88166: stdout chunk (state=3): >>># extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883173.88170: stdout chunk (state=3): >>>import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0f0f6ba70><<< 7723 1726883173.88195: stdout chunk (state=3): >>> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f0f6a300><<< 7723 1726883173.88230: stdout chunk (state=3): >>> # zipimport: zlib available<<< 7723 1726883173.88235: stdout chunk (state=3): >>> <<< 7723 1726883173.88265: stdout chunk (state=3): >>># zipimport: zlib available<<< 7723 1726883173.88269: stdout chunk (state=3): >>> <<< 7723 1726883173.88295: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 7723 1726883173.88299: stdout chunk (state=3): >>> <<< 7723 1726883173.88395: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883173.88475: stdout chunk (state=3): >>># zipimport: zlib available<<< 7723 1726883173.88481: stdout chunk (state=3): >>> <<< 7723 1726883173.88620: stdout chunk (state=3): >>># zipimport: zlib available<<< 7723 1726883173.88630: stdout chunk (state=3): >>> <<< 7723 1726883173.88658: stdout chunk (state=3): >>># zipimport: zlib available<<< 7723 1726883173.88665: stdout chunk (state=3): >>> <<< 7723 1726883173.88685: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 7723 1726883173.88690: stdout chunk (state=3): >>> <<< 7723 1726883173.88898: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 7723 1726883173.89095: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883173.89142: stdout chunk (state=3): >>># zipimport: zlib available<<< 7723 1726883173.89148: stdout chunk (state=3): >>> <<< 7723 1726883173.90052: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883173.90944: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 7723 1726883173.90965: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 7723 1726883173.90971: stdout chunk (state=3): >>> <<< 7723 1726883173.91002: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # <<< 7723 1726883173.91027: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 7723 1726883173.91032: stdout chunk (state=3): >>> <<< 7723 1726883173.91069: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py<<< 7723 1726883173.91075: stdout chunk (state=3): >>> <<< 7723 1726883173.91117: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc'<<< 7723 1726883173.91124: stdout chunk (state=3): >>> <<< 7723 1726883173.91193: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'<<< 7723 1726883173.91202: stdout chunk (state=3): >>> <<< 7723 1726883173.91231: stdout chunk (state=3): >>># extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883173.91247: stdout chunk (state=3): >>>import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0f0ff94c0><<< 7723 1726883173.91254: stdout chunk (state=3): >>> <<< 7723 1726883173.91366: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py<<< 7723 1726883173.91381: stdout chunk (state=3): >>> <<< 7723 1726883173.91423: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f0ffa210><<< 7723 1726883173.91426: stdout chunk (state=3): >>> <<< 7723 1726883173.91459: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f0ff54f0><<< 7723 1726883173.91464: stdout chunk (state=3): >>> <<< 7723 1726883173.91556: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available<<< 7723 1726883173.91561: stdout chunk (state=3): >>> <<< 7723 1726883173.91610: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # <<< 7723 1726883173.91617: stdout chunk (state=3): >>> <<< 7723 1726883173.91644: stdout chunk (state=3): >>># zipimport: zlib available<<< 7723 1726883173.91693: stdout chunk (state=3): >>> <<< 7723 1726883173.91889: stdout chunk (state=3): >>># zipimport: zlib available<<< 7723 1726883173.91895: stdout chunk (state=3): >>> <<< 7723 1726883173.92133: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 7723 1726883173.92165: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc'<<< 7723 1726883173.92170: stdout chunk (state=3): >>> <<< 7723 1726883173.92215: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f0ffa000> # zipimport: zlib available<<< 7723 1726883173.92219: stdout chunk (state=3): >>> <<< 7723 1726883173.92939: stdout chunk (state=3): >>># zipimport: zlib available<<< 7723 1726883173.93003: stdout chunk (state=3): >>> <<< 7723 1726883173.93667: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883173.93786: stdout chunk (state=3): >>># zipimport: zlib available<<< 7723 1726883173.93794: stdout chunk (state=3): >>> <<< 7723 1726883173.93911: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 7723 1726883173.93917: stdout chunk (state=3): >>> <<< 7723 1726883173.93946: stdout chunk (state=3): >>># zipimport: zlib available<<< 7723 1726883173.93952: stdout chunk (state=3): >>> <<< 7723 1726883173.94010: stdout chunk (state=3): >>># zipimport: zlib available<<< 7723 1726883173.94068: stdout chunk (state=3): >>> import 'ansible.module_utils.common.warnings' # <<< 7723 1726883173.94074: stdout chunk (state=3): >>> <<< 7723 1726883173.94104: stdout chunk (state=3): >>># zipimport: zlib available<<< 7723 1726883173.94110: stdout chunk (state=3): >>> <<< 7723 1726883173.94225: stdout chunk (state=3): >>># zipimport: zlib available<<< 7723 1726883173.94231: stdout chunk (state=3): >>> <<< 7723 1726883173.94366: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 7723 1726883173.94370: stdout chunk (state=3): >>> <<< 7723 1726883173.94417: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available<<< 7723 1726883173.94427: stdout chunk (state=3): >>> <<< 7723 1726883173.94444: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 7723 1726883173.94479: stdout chunk (state=3): >>> # zipimport: zlib available<<< 7723 1726883173.94484: stdout chunk (state=3): >>> <<< 7723 1726883173.94544: stdout chunk (state=3): >>># zipimport: zlib available<<< 7723 1726883173.94608: stdout chunk (state=3): >>> <<< 7723 1726883173.94616: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 7723 1726883173.94653: stdout chunk (state=3): >>># zipimport: zlib available<<< 7723 1726883173.94659: stdout chunk (state=3): >>> <<< 7723 1726883173.95014: stdout chunk (state=3): >>># zipimport: zlib available<<< 7723 1726883173.95019: stdout chunk (state=3): >>> <<< 7723 1726883173.95375: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py<<< 7723 1726883173.95472: stdout chunk (state=3): >>> <<< 7723 1726883173.95478: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 7723 1726883173.95514: stdout chunk (state=3): >>>import '_ast' # <<< 7723 1726883173.95523: stdout chunk (state=3): >>> <<< 7723 1726883173.95621: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f0ffb380><<< 7723 1726883173.95630: stdout chunk (state=3): >>> <<< 7723 1726883173.95659: stdout chunk (state=3): >>># zipimport: zlib available<<< 7723 1726883173.95664: stdout chunk (state=3): >>> <<< 7723 1726883173.95779: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883173.95892: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 7723 1726883173.95898: stdout chunk (state=3): >>> <<< 7723 1726883173.95927: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 7723 1726883173.95961: stdout chunk (state=3): >>> import 'ansible.module_utils.common.arg_spec' # <<< 7723 1726883173.95965: stdout chunk (state=3): >>> <<< 7723 1726883173.96057: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available<<< 7723 1726883173.96062: stdout chunk (state=3): >>> <<< 7723 1726883173.96127: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 7723 1726883173.96132: stdout chunk (state=3): >>> <<< 7723 1726883173.96161: stdout chunk (state=3): >>># zipimport: zlib available<<< 7723 1726883173.96167: stdout chunk (state=3): >>> <<< 7723 1726883173.96238: stdout chunk (state=3): >>># zipimport: zlib available<<< 7723 1726883173.96245: stdout chunk (state=3): >>> <<< 7723 1726883173.96313: stdout chunk (state=3): >>># zipimport: zlib available<<< 7723 1726883173.96409: stdout chunk (state=3): >>> <<< 7723 1726883173.96419: stdout chunk (state=3): >>># zipimport: zlib available<<< 7723 1726883173.96528: 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<<< 7723 1726883173.96531: stdout chunk (state=3): >>> <<< 7723 1726883173.96599: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc'<<< 7723 1726883173.96604: stdout chunk (state=3): >>> <<< 7723 1726883173.96730: 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'<<< 7723 1726883173.96738: stdout chunk (state=3): >>> <<< 7723 1726883173.96768: stdout chunk (state=3): >>># extension module 'selinux._selinux' executed from '/usr/lib64/python3.12/site-packages/selinux/_selinux.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883173.96772: stdout chunk (state=3): >>>import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0f0e05c10><<< 7723 1726883173.96777: stdout chunk (state=3): >>> <<< 7723 1726883173.96845: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f0e02e70><<< 7723 1726883173.96848: stdout chunk (state=3): >>> <<< 7723 1726883173.96895: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 7723 1726883173.96904: stdout chunk (state=3): >>> <<< 7723 1726883173.96923: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # <<< 7723 1726883173.96926: stdout chunk (state=3): >>> <<< 7723 1726883173.97045: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available<<< 7723 1726883173.97050: stdout chunk (state=3): >>> <<< 7723 1726883173.97148: stdout chunk (state=3): >>># zipimport: zlib available<<< 7723 1726883173.97154: stdout chunk (state=3): >>> <<< 7723 1726883173.97203: stdout chunk (state=3): >>># zipimport: zlib available<<< 7723 1726883173.97210: stdout chunk (state=3): >>> <<< 7723 1726883173.97275: 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<<< 7723 1726883173.97293: stdout chunk (state=3): >>> <<< 7723 1726883173.97306: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc'<<< 7723 1726883173.97312: stdout chunk (state=3): >>> <<< 7723 1726883173.97348: 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<<< 7723 1726883173.97353: stdout chunk (state=3): >>> <<< 7723 1726883173.97399: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 7723 1726883173.97442: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py<<< 7723 1726883173.97447: stdout chunk (state=3): >>> <<< 7723 1726883173.97564: stdout chunk (state=3): >>># 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<<< 7723 1726883173.97568: stdout chunk (state=3): >>> <<< 7723 1726883173.97603: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc'<<< 7723 1726883173.97608: stdout chunk (state=3): >>> <<< 7723 1726883173.97763: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f15b6840> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f15a2540><<< 7723 1726883173.97768: stdout chunk (state=3): >>> <<< 7723 1726883173.97879: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f0e05e80><<< 7723 1726883173.97884: stdout chunk (state=3): >>> <<< 7723 1726883173.97906: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f0e05cd0><<< 7723 1726883173.97913: stdout chunk (state=3): >>> <<< 7723 1726883173.97933: stdout chunk (state=3): >>># destroy ansible.module_utils.distro<<< 7723 1726883173.97953: stdout chunk (state=3): >>> <<< 7723 1726883173.97957: stdout chunk (state=3): >>>import 'ansible.module_utils.distro' # <<< 7723 1726883173.97985: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883173.98038: stdout chunk (state=3): >>># zipimport: zlib available<<< 7723 1726883173.98043: stdout chunk (state=3): >>> <<< 7723 1726883173.98086: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 7723 1726883173.98095: stdout chunk (state=3): >>> <<< 7723 1726883173.98114: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 7723 1726883173.98120: stdout chunk (state=3): >>> <<< 7723 1726883173.98204: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 7723 1726883173.98211: stdout chunk (state=3): >>> <<< 7723 1726883173.98424: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 7723 1726883173.98427: stdout chunk (state=3): >>># zipimport: zlib available<<< 7723 1726883173.98441: stdout chunk (state=3): >>> <<< 7723 1726883173.98651: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py<<< 7723 1726883173.98655: stdout chunk (state=3): >>> <<< 7723 1726883173.98683: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc'<<< 7723 1726883173.98686: stdout chunk (state=3): >>> <<< 7723 1726883173.98728: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f15a15e0><<< 7723 1726883173.98733: stdout chunk (state=3): >>> <<< 7723 1726883173.98859: stdout chunk (state=3): >>># zipimport: zlib available<<< 7723 1726883173.98864: stdout chunk (state=3): >>> <<< 7723 1726883174.22827: stdout chunk (state=3): >>> <<< 7723 1726883174.22868: stdout chunk (state=3): >>>{"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["podman", "cp", "candlepin:/etc/candlepin/certs/candlepin-ca.crt", "/etc/pki/ca-trust/source/anchors/candlepin-ca.pem"], "start": "2024-09-20 21:46:13.991081", "end": "2024-09-20 21:46:14.228065", "delta": "0:00:00.236984", "msg": "", "invocation": {"module_args": {"argv": ["podman", "cp", "candlepin:/etc/candlepin/certs/candlepin-ca.crt", "/etc/pki/ca-trust/source/anchors/candlepin-ca.pem"], "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "_raw_params": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} <<< 7723 1726883174.22938: stdout chunk (state=3): >>># destroy __main__ <<< 7723 1726883174.23616: stdout chunk (state=3): >>># clear sys.path_importer_cache<<< 7723 1726883174.23628: stdout chunk (state=3): >>> <<< 7723 1726883174.23632: stdout chunk (state=3): >>># clear sys.path_hooks<<< 7723 1726883174.23639: stdout chunk (state=3): >>> # clear builtins._<<< 7723 1726883174.23663: stdout chunk (state=3): >>> # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 <<< 7723 1726883174.23691: stdout chunk (state=3): >>># 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<<< 7723 1726883174.23728: stdout chunk (state=3): >>> # 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<<< 7723 1726883174.23759: stdout chunk (state=3): >>> # 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<<< 7723 1726883174.23785: stdout chunk (state=3): >>> # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path<<< 7723 1726883174.23809: stdout chunk (state=3): >>> # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack<<< 7723 1726883174.23839: stdout chunk (state=3): >>> # 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<<< 7723 1726883174.24033: stdout chunk (state=3): >>> # 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.modu<<< 7723 1726883174.24037: stdout chunk (state=3): >>>le_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 # cleanup[2] removing glob # destroy glob <<< 7723 1726883174.24318: stdout chunk (state=3): >>># destroy _sitebuiltins<<< 7723 1726883174.24323: stdout chunk (state=3): >>> <<< 7723 1726883174.24356: stdout chunk (state=3): >>># destroy importlib.machinery<<< 7723 1726883174.24364: stdout chunk (state=3): >>> # destroy importlib._abc<<< 7723 1726883174.24381: stdout chunk (state=3): >>> <<< 7723 1726883174.24387: stdout chunk (state=3): >>># destroy importlib.util <<< 7723 1726883174.24425: stdout chunk (state=3): >>># destroy _bz2<<< 7723 1726883174.24432: stdout chunk (state=3): >>> <<< 7723 1726883174.24447: stdout chunk (state=3): >>># destroy _compression<<< 7723 1726883174.24457: stdout chunk (state=3): >>> <<< 7723 1726883174.24468: stdout chunk (state=3): >>># destroy _lzma <<< 7723 1726883174.24492: stdout chunk (state=3): >>># destroy _blake2<<< 7723 1726883174.24498: stdout chunk (state=3): >>> <<< 7723 1726883174.24522: stdout chunk (state=3): >>># destroy binascii<<< 7723 1726883174.24538: stdout chunk (state=3): >>> <<< 7723 1726883174.24545: stdout chunk (state=3): >>># destroy struct <<< 7723 1726883174.24565: stdout chunk (state=3): >>># destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path<<< 7723 1726883174.24602: stdout chunk (state=3): >>> # destroy zipfile <<< 7723 1726883174.24608: stdout chunk (state=3): >>># destroy pathlib<<< 7723 1726883174.24668: stdout chunk (state=3): >>> # destroy zipfile._path.glob # destroy ipaddress <<< 7723 1726883174.24674: stdout chunk (state=3): >>># destroy ntpath <<< 7723 1726883174.24702: stdout chunk (state=3): >>># destroy importlib<<< 7723 1726883174.24716: stdout chunk (state=3): >>> <<< 7723 1726883174.24728: stdout chunk (state=3): >>># destroy zipimport<<< 7723 1726883174.24743: stdout chunk (state=3): >>> # destroy __main__<<< 7723 1726883174.24753: stdout chunk (state=3): >>> # destroy tempfile<<< 7723 1726883174.24758: stdout chunk (state=3): >>> # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux<<< 7723 1726883174.24783: stdout chunk (state=3): >>> # destroy hashlib # destroy json.decoder<<< 7723 1726883174.24789: stdout chunk (state=3): >>> <<< 7723 1726883174.24817: stdout chunk (state=3): >>># destroy json.encoder # destroy json.scanner<<< 7723 1726883174.24824: stdout chunk (state=3): >>> <<< 7723 1726883174.24832: stdout chunk (state=3): >>># destroy _json<<< 7723 1726883174.24871: stdout chunk (state=3): >>> # destroy grp # destroy encodings <<< 7723 1726883174.24877: stdout chunk (state=3): >>># destroy _locale <<< 7723 1726883174.24917: stdout chunk (state=3): >>># destroy pwd # destroy locale<<< 7723 1726883174.24927: stdout chunk (state=3): >>> # destroy signal<<< 7723 1726883174.24954: stdout chunk (state=3): >>> <<< 7723 1726883174.24958: stdout chunk (state=3): >>># destroy fcntl <<< 7723 1726883174.24969: stdout chunk (state=3): >>># destroy select<<< 7723 1726883174.24972: stdout chunk (state=3): >>> # destroy _signal<<< 7723 1726883174.24994: stdout chunk (state=3): >>> <<< 7723 1726883174.25015: stdout chunk (state=3): >>># destroy _posixsubprocess # destroy syslog<<< 7723 1726883174.25031: stdout chunk (state=3): >>> # destroy uuid<<< 7723 1726883174.25063: stdout chunk (state=3): >>> <<< 7723 1726883174.25071: stdout chunk (state=3): >>># destroy fnmatch <<< 7723 1726883174.25108: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array<<< 7723 1726883174.25132: stdout chunk (state=3): >>> <<< 7723 1726883174.25137: stdout chunk (state=3): >>># destroy datetime<<< 7723 1726883174.25170: stdout chunk (state=3): >>> <<< 7723 1726883174.25185: stdout chunk (state=3): >>># destroy selinux <<< 7723 1726883174.25192: stdout chunk (state=3): >>># destroy shutil<<< 7723 1726883174.25227: stdout chunk (state=3): >>> <<< 7723 1726883174.25233: stdout chunk (state=3): >>># destroy distro <<< 7723 1726883174.25252: stdout chunk (state=3): >>># destroy distro.distro # destroy argparse<<< 7723 1726883174.25294: stdout chunk (state=3): >>> # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 7723 1726883174.25331: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 7723 1726883174.25362: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian <<< 7723 1726883174.25371: stdout chunk (state=3): >>># cleanup[3] wiping _ctypes<<< 7723 1726883174.25382: stdout chunk (state=3): >>> # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves <<< 7723 1726883174.25415: stdout chunk (state=3): >>># cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal <<< 7723 1726883174.25441: stdout chunk (state=3): >>># cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize<<< 7723 1726883174.25471: stdout chunk (state=3): >>> # cleanup[3] wiping _tokenize <<< 7723 1726883174.25477: stdout chunk (state=3): >>># cleanup[3] wiping platform <<< 7723 1726883174.25509: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib<<< 7723 1726883174.25531: stdout chunk (state=3): >>> # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib<<< 7723 1726883174.25552: stdout chunk (state=3): >>> # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings<<< 7723 1726883174.25582: stdout chunk (state=3): >>> # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re <<< 7723 1726883174.25603: stdout chunk (state=3): >>># destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg<<< 7723 1726883174.25627: stdout chunk (state=3): >>> # cleanup[3] wiping re._parser # cleanup[3] wiping _sre<<< 7723 1726883174.25634: stdout chunk (state=3): >>> # cleanup[3] wiping functools<<< 7723 1726883174.25657: stdout chunk (state=3): >>> # cleanup[3] wiping _functools <<< 7723 1726883174.25682: stdout chunk (state=3): >>># cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc<<< 7723 1726883174.25689: stdout chunk (state=3): >>> # cleanup[3] wiping _collections<<< 7723 1726883174.25715: stdout chunk (state=3): >>> # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig<<< 7723 1726883174.25731: stdout chunk (state=3): >>> # cleanup[3] wiping os # destroy posixpath<<< 7723 1726883174.25757: stdout chunk (state=3): >>> # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat<<< 7723 1726883174.25778: stdout chunk (state=3): >>> # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8<<< 7723 1726883174.25815: stdout chunk (state=3): >>> # 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<<< 7723 1726883174.25995: stdout chunk (state=3): >>> # 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 <<< 7723 1726883174.26029: stdout chunk (state=3): >>># destroy sys.monitoring<<< 7723 1726883174.26037: stdout chunk (state=3): >>> <<< 7723 1726883174.26056: stdout chunk (state=3): >>># destroy _socket <<< 7723 1726883174.26085: stdout chunk (state=3): >>># destroy _collections<<< 7723 1726883174.26090: stdout chunk (state=3): >>> <<< 7723 1726883174.26127: stdout chunk (state=3): >>># destroy platform<<< 7723 1726883174.26135: stdout chunk (state=3): >>> <<< 7723 1726883174.26159: stdout chunk (state=3): >>># destroy _uuid <<< 7723 1726883174.26177: stdout chunk (state=3): >>># destroy stat <<< 7723 1726883174.26180: stdout chunk (state=3): >>># destroy genericpath<<< 7723 1726883174.26193: stdout chunk (state=3): >>> <<< 7723 1726883174.26212: stdout chunk (state=3): >>># destroy re._parser <<< 7723 1726883174.26226: stdout chunk (state=3): >>># destroy tokenize<<< 7723 1726883174.26232: stdout chunk (state=3): >>> <<< 7723 1726883174.26273: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg<<< 7723 1726883174.26319: stdout chunk (state=3): >>> # destroy contextlib # destroy _typing<<< 7723 1726883174.26328: stdout chunk (state=3): >>> <<< 7723 1726883174.26348: stdout chunk (state=3): >>># destroy _tokenize<<< 7723 1726883174.26361: stdout chunk (state=3): >>> <<< 7723 1726883174.26364: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib_parse<<< 7723 1726883174.26387: stdout chunk (state=3): >>> # 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<<< 7723 1726883174.26415: stdout chunk (state=3): >>> # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal<<< 7723 1726883174.26458: stdout chunk (state=3): >>> # clear sys.meta_path<<< 7723 1726883174.26467: stdout chunk (state=3): >>> # clear sys.modules<<< 7723 1726883174.26470: stdout chunk (state=3): >>> <<< 7723 1726883174.26584: stdout chunk (state=3): >>># destroy _frozen_importlib # destroy codecs<<< 7723 1726883174.26599: stdout chunk (state=3): >>> <<< 7723 1726883174.26610: stdout chunk (state=3): >>># destroy encodings.aliases <<< 7723 1726883174.26627: stdout chunk (state=3): >>># destroy encodings.utf_8<<< 7723 1726883174.26636: stdout chunk (state=3): >>> # destroy encodings.utf_8_sig<<< 7723 1726883174.26655: stdout chunk (state=3): >>> <<< 7723 1726883174.26667: stdout chunk (state=3): >>># destroy encodings.cp437 <<< 7723 1726883174.26676: stdout chunk (state=3): >>># destroy _codecs<<< 7723 1726883174.26694: stdout chunk (state=3): >>> <<< 7723 1726883174.26703: stdout chunk (state=3): >>># destroy io <<< 7723 1726883174.26727: stdout chunk (state=3): >>># destroy traceback<<< 7723 1726883174.26730: stdout chunk (state=3): >>> # destroy warnings<<< 7723 1726883174.26739: stdout chunk (state=3): >>> <<< 7723 1726883174.26760: stdout chunk (state=3): >>># destroy weakref # destroy collections # destroy threading # destroy atexit<<< 7723 1726883174.26777: stdout chunk (state=3): >>> # destroy _warnings # destroy math # destroy _bisect<<< 7723 1726883174.26829: stdout chunk (state=3): >>> # destroy time # destroy _random <<< 7723 1726883174.26844: stdout chunk (state=3): >>># destroy _weakref<<< 7723 1726883174.26850: stdout chunk (state=3): >>> <<< 7723 1726883174.26896: stdout chunk (state=3): >>># destroy _hashlib # destroy _operator<<< 7723 1726883174.26905: stdout chunk (state=3): >>> <<< 7723 1726883174.26922: stdout chunk (state=3): >>># destroy _string<<< 7723 1726883174.26930: stdout chunk (state=3): >>> # destroy re <<< 7723 1726883174.26965: stdout chunk (state=3): >>># destroy itertools # destroy _abc<<< 7723 1726883174.26971: stdout chunk (state=3): >>> <<< 7723 1726883174.26995: stdout chunk (state=3): >>># destroy _sre # destroy posix<<< 7723 1726883174.27000: stdout chunk (state=3): >>> # destroy _functools<<< 7723 1726883174.27020: stdout chunk (state=3): >>> # destroy builtins # destroy _thread<<< 7723 1726883174.27094: stdout chunk (state=3): >>> # clear sys.audit hooks <<< 7723 1726883174.27820: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.120 closed. <<< 7723 1726883174.27859: stderr chunk (state=3): >>><<< 7723 1726883174.27862: stdout chunk (state=3): >>><<< 7723 1726883174.27935: _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 0x7fb0f19bc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f198ba10> # /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 0x7fb0f19be930> 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 0x7fb0f19ccfe0> # /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 0x7fb0f19cdf10> 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 0x7fb0f17cbd10> # /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 0x7fb0f17cbf20> # /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 0x7fb0f1803710> # /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 0x7fb0f1803da0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f17e39b0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f17e10d0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f17c8ec0> # /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 0x7fb0f1823620> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f1822240> # /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 0x7fb0f17e1fa0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f17ca780> # /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 0x7fb0f1858650> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f17c8140> # /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 0x7fb0f1858b00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f18589b0> # 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 0x7fb0f1858da0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f17c6c60> # /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 0x7fb0f1859460> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f1859160> 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 0x7fb0f185a360> 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 0x7fb0f1870590> 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 0x7fb0f1871c70> # /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 0x7fb0f1872b10> # 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 0x7fb0f1873170> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f1872060> # /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 0x7fb0f1873bf0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f1873320> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f185a3c0> # /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 0x7fb0f15ffaa0> # /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 0x7fb0f1628590> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f16282f0> # 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 0x7fb0f16285c0> # /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 0x7fb0f1628ef0> # 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 0x7fb0f16298b0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f16287a0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f15fdc40> # /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 0x7fb0f162ac30> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f1628d70> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f185aab0> # /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 0x7fb0f1656f60> # /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 0x7fb0f167b2f0> # /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 0x7fb0f16a7fb0> # /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 0x7fb0f16da810> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f16d81d0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f167b9b0> # /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 0x7fb0f14dd160> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f167a120> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f162bb60> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fb0f14dd400> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_jpz8_mi1/ansible_ansible.legacy.command_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 0x7fb0f152ee10> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f1511d00> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f1510ec0> # 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 0x7fb0f152d490> # /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 0x7fb0f155e750> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f155e4e0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f155ddf0> # /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 0x7fb0f155e2a0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f1628440> 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 0x7fb0f155f410> # 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 0x7fb0f155f5f0> # /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 0x7fb0f155fb00> 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 0x7fb0f0f09940> # 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 0x7fb0f0f0b530> # /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 0x7fb0f0f0bec0> # /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 0x7fb0f0f0d0a0> # /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 0x7fb0f0f0fb60> # 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 0x7fb0f17cbdd0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f0f0de20> # /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 0x7fb0f0f1bb30> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f0f1a600> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f0f1a360> # /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 0x7fb0f0f1a8d0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f0f0e330> # 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 0x7fb0f0f5fdd0> # /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 0x7fb0f0f5ff50> # /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 0x7fb0f0f61970> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f0f61730> # /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 0x7fb0f0f63e60> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f0f62000> # /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 0x7fb0f0f675f0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f0f63f80> # 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 0x7fb0f0f68380> # 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 0x7fb0f0f687a0> # 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 0x7fb0f0f68830> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f0f60110> # /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 0x7fb0f0f6bf20> # 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 0x7fb0f0ff53a0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f0f6a6c0> # 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 0x7fb0f0f6ba70> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f0f6a300> # 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 0x7fb0f0ff94c0> # /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 0x7fb0f0ffa210> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f0ff54f0> 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 0x7fb0f0ffa000> # 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 0x7fb0f0ffb380> # 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 0x7fb0f0e05c10> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f0e02e70> 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 0x7fb0f15b6840> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f15a2540> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f0e05e80> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f0e05cd0> # 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 # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0f15a15e0> # zipimport: zlib available {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["podman", "cp", "candlepin:/etc/candlepin/certs/candlepin-ca.crt", "/etc/pki/ca-trust/source/anchors/candlepin-ca.pem"], "start": "2024-09-20 21:46:13.991081", "end": "2024-09-20 21:46:14.228065", "delta": "0:00:00.236984", "msg": "", "invocation": {"module_args": {"argv": ["podman", "cp", "candlepin:/etc/candlepin/certs/candlepin-ca.crt", "/etc/pki/ca-trust/source/anchors/candlepin-ca.pem"], "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "_raw_params": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} # 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 # cleanup[2] removing glob # destroy glob # 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 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 fnmatch # 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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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.12.120 closed. 7723 1726883174.28460: done with _execute_module (ansible.legacy.command, {'argv': ['podman', 'cp', 'candlepin:/etc/candlepin/certs/candlepin-ca.crt', '/etc/pki/ca-trust/source/anchors/candlepin-ca.pem'], '_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': 'ansible.legacy.command', '_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-1726883173.4451377-8571-9426652999375/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7723 1726883174.28464: _low_level_execute_command(): starting 7723 1726883174.28473: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726883173.4451377-8571-9426652999375/ > /dev/null 2>&1 && sleep 0' 7723 1726883174.28584: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7723 1726883174.28588: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883174.28615: 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.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883174.28618: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883174.28623: 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.12.120 originally 10.31.12.120 debug2: match found <<< 7723 1726883174.28626: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883174.28676: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883174.28680: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883174.28692: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883174.28768: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883174.33754: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883174.33775: stderr chunk (state=3): >>><<< 7723 1726883174.33779: stdout chunk (state=3): >>><<< 7723 1726883174.33794: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883174.33801: handler run complete 7723 1726883174.33819: Evaluated conditional (False): False 7723 1726883174.33827: attempt loop complete, returning result 7723 1726883174.33830: _execute() done 7723 1726883174.33833: dumping result to json 7723 1726883174.33838: done dumping result, returning 7723 1726883174.33848: done running TaskExecutor() for managed_node1/TASK: Copy Candlepin CA certificate for system [0affc0aa-4893-13c9-9f63-000000000020] 7723 1726883174.33854: sending task result for task 0affc0aa-4893-13c9-9f63-000000000020 7723 1726883174.33950: done sending task result for task 0affc0aa-4893-13c9-9f63-000000000020 7723 1726883174.33953: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "cmd": [ "podman", "cp", "candlepin:/etc/candlepin/certs/candlepin-ca.crt", "/etc/pki/ca-trust/source/anchors/candlepin-ca.pem" ], "delta": "0:00:00.236984", "end": "2024-09-20 21:46:14.228065", "rc": 0, "start": "2024-09-20 21:46:13.991081" } 7723 1726883174.34014: no more pending results, returning what we have 7723 1726883174.34017: results queue empty 7723 1726883174.34018: checking for any_errors_fatal 7723 1726883174.34025: done checking for any_errors_fatal 7723 1726883174.34026: checking for max_fail_percentage 7723 1726883174.34028: done checking for max_fail_percentage 7723 1726883174.34029: checking to see if all hosts have failed and the running result is not ok 7723 1726883174.34030: done checking to see if all hosts have failed 7723 1726883174.34030: getting the remaining hosts for this loop 7723 1726883174.34032: done getting the remaining hosts for this loop 7723 1726883174.34035: getting the next task for host managed_node1 7723 1726883174.34043: done getting next task for host managed_node1 7723 1726883174.34045: ^ task is: TASK: Update system certificates store 7723 1726883174.34047: ^ state is: HOST STATE: block=2, task=2, 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=12, 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 7723 1726883174.34050: getting variables 7723 1726883174.34052: in VariableManager get_vars() 7723 1726883174.34080: Calling all_inventory to load vars for managed_node1 7723 1726883174.34082: Calling groups_inventory to load vars for managed_node1 7723 1726883174.34086: Calling all_plugins_inventory to load vars for managed_node1 7723 1726883174.34096: Calling all_plugins_play to load vars for managed_node1 7723 1726883174.34098: Calling groups_plugins_inventory to load vars for managed_node1 7723 1726883174.34101: Calling groups_plugins_play to load vars for managed_node1 7723 1726883174.34157: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7723 1726883174.34188: done with get_vars() 7723 1726883174.34197: done getting variables 7723 1726883174.34245: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Update system certificates store] **************************************** task path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:110 Friday 20 September 2024 21:46:14 -0400 (0:00:00.980) 0:01:39.028 ****** 7723 1726883174.34276: entering _queue_task() for managed_node1/command 7723 1726883174.34485: worker is 1 (out of 1 available) 7723 1726883174.34498: exiting _queue_task() for managed_node1/command 7723 1726883174.34510: done queuing things up, now waiting for results queue to drain 7723 1726883174.34512: waiting for pending results... 7723 1726883174.34659: running TaskExecutor() for managed_node1/TASK: Update system certificates store 7723 1726883174.34730: in run() - task 0affc0aa-4893-13c9-9f63-000000000021 7723 1726883174.34744: variable 'ansible_search_path' from source: unknown 7723 1726883174.34747: variable 'ansible_search_path' from source: unknown 7723 1726883174.34775: calling self._execute() 7723 1726883174.34826: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883174.34829: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883174.34837: variable 'omit' from source: magic vars 7723 1726883174.35235: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7723 1726883174.36714: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7723 1726883174.36767: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7723 1726883174.36796: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7723 1726883174.36824: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7723 1726883174.36844: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7723 1726883174.36904: 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) 7723 1726883174.36927: 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) 7723 1726883174.36945: 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) 7723 1726883174.36971: 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) 7723 1726883174.36984: 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) 7723 1726883174.37075: variable 'lsr_rhc_test_data_file' from source: set_fact 7723 1726883174.37099: Evaluated conditional (lsr_rhc_test_data_file | length == 0): True 7723 1726883174.37105: variable 'omit' from source: magic vars 7723 1726883174.37138: variable 'omit' from source: magic vars 7723 1726883174.37169: variable 'omit' from source: magic vars 7723 1726883174.37192: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7723 1726883174.37214: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7723 1726883174.37230: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7723 1726883174.37245: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7723 1726883174.37253: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7723 1726883174.37267: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 7723 1726883174.37279: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 7723 1726883174.37303: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7723 1726883174.37306: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883174.37308: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883174.37389: Set connection var ansible_shell_type to sh 7723 1726883174.37392: Set connection var ansible_shell_executable to /bin/sh 7723 1726883174.37398: Set connection var ansible_module_compression to ZIP_DEFLATED 7723 1726883174.37401: Set connection var ansible_connection to ssh 7723 1726883174.37406: Set connection var ansible_pipelining to False 7723 1726883174.37411: Set connection var ansible_timeout to 10 7723 1726883174.37436: variable 'ansible_shell_executable' from source: unknown 7723 1726883174.37441: variable 'ansible_connection' from source: unknown 7723 1726883174.37444: variable 'ansible_module_compression' from source: unknown 7723 1726883174.37447: variable 'ansible_shell_type' from source: unknown 7723 1726883174.37449: variable 'ansible_shell_executable' from source: unknown 7723 1726883174.37451: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883174.37453: variable 'ansible_pipelining' from source: unknown 7723 1726883174.37455: variable 'ansible_timeout' from source: unknown 7723 1726883174.37457: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883174.37552: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7723 1726883174.37560: variable 'omit' from source: magic vars 7723 1726883174.37567: starting attempt loop 7723 1726883174.37570: running the handler 7723 1726883174.37581: _low_level_execute_command(): starting 7723 1726883174.37586: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7723 1726883174.38126: 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 <<< 7723 1726883174.38130: 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.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883174.38133: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 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 <<< 7723 1726883174.38136: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883174.38189: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883174.38193: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883174.38196: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883174.38249: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883174.41106: stdout chunk (state=3): >>>/root <<< 7723 1726883174.41458: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883174.41486: stderr chunk (state=3): >>><<< 7723 1726883174.41489: stdout chunk (state=3): >>><<< 7723 1726883174.41510: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883174.41530: _low_level_execute_command(): starting 7723 1726883174.41534: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726883174.4151235-8586-56363014398704 `" && echo ansible-tmp-1726883174.4151235-8586-56363014398704="` echo /root/.ansible/tmp/ansible-tmp-1726883174.4151235-8586-56363014398704 `" ) && sleep 0' 7723 1726883174.42008: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883174.42012: 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.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883174.42015: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883174.42017: 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.12.120 originally 10.31.12.120 debug2: match found <<< 7723 1726883174.42019: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883174.42073: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883174.42076: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883174.42083: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883174.42128: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883174.47171: stdout chunk (state=3): >>>ansible-tmp-1726883174.4151235-8586-56363014398704=/root/.ansible/tmp/ansible-tmp-1726883174.4151235-8586-56363014398704 <<< 7723 1726883174.47437: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883174.47471: stderr chunk (state=3): >>><<< 7723 1726883174.47474: stdout chunk (state=3): >>><<< 7723 1726883174.47490: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726883174.4151235-8586-56363014398704=/root/.ansible/tmp/ansible-tmp-1726883174.4151235-8586-56363014398704 , 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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883174.47525: variable 'ansible_module_compression' from source: unknown 7723 1726883174.47568: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7723b_d05x07/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 7723 1726883174.47596: variable 'ansible_facts' from source: unknown 7723 1726883174.47655: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726883174.4151235-8586-56363014398704/AnsiballZ_command.py 7723 1726883174.47758: Sending initial data 7723 1726883174.47761: Sent initial data (153 bytes) 7723 1726883174.48201: 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 <<< 7723 1726883174.48243: 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.12.120 originally 10.31.12.120 debug2: match not found <<< 7723 1726883174.48246: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883174.48249: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration <<< 7723 1726883174.48251: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883174.48253: 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883174.48296: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883174.48299: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883174.48301: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883174.48359: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883174.52365: 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 <<< 7723 1726883174.52409: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 7723 1726883174.52458: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7723b_d05x07/tmpdka0bei_ /root/.ansible/tmp/ansible-tmp-1726883174.4151235-8586-56363014398704/AnsiballZ_command.py <<< 7723 1726883174.52462: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726883174.4151235-8586-56363014398704/AnsiballZ_command.py" <<< 7723 1726883174.52504: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-7723b_d05x07/tmpdka0bei_" to remote "/root/.ansible/tmp/ansible-tmp-1726883174.4151235-8586-56363014398704/AnsiballZ_command.py" <<< 7723 1726883174.52508: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726883174.4151235-8586-56363014398704/AnsiballZ_command.py" <<< 7723 1726883174.53122: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883174.53167: stderr chunk (state=3): >>><<< 7723 1726883174.53170: stdout chunk (state=3): >>><<< 7723 1726883174.53216: done transferring module to remote 7723 1726883174.53231: _low_level_execute_command(): starting 7723 1726883174.53234: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726883174.4151235-8586-56363014398704/ /root/.ansible/tmp/ansible-tmp-1726883174.4151235-8586-56363014398704/AnsiballZ_command.py && sleep 0' 7723 1726883174.53695: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883174.53699: 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.12.120 originally 10.31.12.120 debug2: match not found <<< 7723 1726883174.53701: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883174.53703: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883174.53705: 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883174.53763: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883174.53767: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883174.53772: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883174.53816: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883174.58659: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883174.58685: stderr chunk (state=3): >>><<< 7723 1726883174.58688: stdout chunk (state=3): >>><<< 7723 1726883174.58705: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883174.58709: _low_level_execute_command(): starting 7723 1726883174.58714: _low_level_execute_command(): using become for this command 7723 1726883174.58728: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-tryypivqhlrclvbibannmvsbkseyemiy ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726883174.4151235-8586-56363014398704/AnsiballZ_command.py'"'"' && sleep 0' 7723 1726883174.58818: Initial state: awaiting_escalation: BECOME-SUCCESS-tryypivqhlrclvbibannmvsbkseyemiy 7723 1726883174.59225: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883174.59228: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883174.59253: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883174.59262: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883174.59265: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883174.59343: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883174.63753: stdout chunk (state=1): >>>BECOME-SUCCESS-tryypivqhlrclvbibannmvsbkseyemiy <<< 7723 1726883174.63757: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-tryypivqhlrclvbibannmvsbkseyemiy' 7723 1726883174.64237: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 7723 1726883174.64404: stdout chunk (state=3): >>>import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # <<< 7723 1726883174.64407: stdout chunk (state=3): >>>import '_io' # <<< 7723 1726883174.64597: stdout chunk (state=3): >>>import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook <<< 7723 1726883174.64627: stdout chunk (state=3): >>># /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'<<< 7723 1726883174.64633: stdout chunk (state=3): >>> <<< 7723 1726883174.64796: stdout chunk (state=3): >>>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 0x7f10e4d103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e4cdfa10> <<< 7723 1726883174.64839: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e4d12960> <<< 7723 1726883174.64943: stdout chunk (state=3): >>>import '_signal' # import '_abc' # import 'abc' # import 'io' # <<< 7723 1726883174.65012: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 7723 1726883174.65137: stdout chunk (state=3): >>> import '_collections_abc' # import 'genericpath' # import 'posixpath' # <<< 7723 1726883174.65404: stdout chunk (state=3): >>>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 0x7f10e4ac0fe0> # /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 0x7f10e4ac1f10> <<< 7723 1726883174.65436: stdout chunk (state=3): >>>import 'site' # <<< 7723 1726883174.65443: stdout chunk (state=3): >>> <<< 7723 1726883174.65478: 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<<< 7723 1726883174.65483: stdout chunk (state=3): >>> Type "help", "copyright", "credits" or "license" for more information. <<< 7723 1726883174.66111: stdout chunk (state=3): >>># /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 0x7f10e4affd40> # /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' # <<< 7723 1726883174.66115: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e4afff80> <<< 7723 1726883174.66149: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 7723 1726883174.66298: stdout chunk (state=3): >>># 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' # <<< 7723 1726883174.66497: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e4b37740> # /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 0x7f10e4b37dd0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e4b17a10> import '_functools' # <<< 7723 1726883174.66527: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e4b15130><<< 7723 1726883174.66532: stdout chunk (state=3): >>> <<< 7723 1726883174.66670: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e4afcef0><<< 7723 1726883174.66675: stdout chunk (state=3): >>> <<< 7723 1726883174.66903: stdout chunk (state=3): >>># /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 0x7f10e4b57680> <<< 7723 1726883174.66907: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e4b562a0> <<< 7723 1726883174.66950: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py<<< 7723 1726883174.66954: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e4b16000><<< 7723 1726883174.66957: stdout chunk (state=3): >>> <<< 7723 1726883174.67203: stdout chunk (state=3): >>>import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e4b54b30> # /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 0x7f10e4b8c680> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e4afc170> # /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 0x7f10e4b8cb30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e4b8c9e0> # 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 0x7f10e4b8cdd0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e4afac90> <<< 7723 1726883174.67255: 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'<<< 7723 1726883174.67263: stdout chunk (state=3): >>> <<< 7723 1726883174.67400: stdout chunk (state=3): >>># /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 0x7f10e4b8d4c0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e4b8d190> 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' <<< 7723 1726883174.67610: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e4b8e3c0> 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 0x7f10e4ba45f0> import 'errno' # <<< 7723 1726883174.67614: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883174.67638: stdout chunk (state=3): >>># extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883174.67645: stdout chunk (state=3): >>>import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f10e4ba5d30> <<< 7723 1726883174.67805: stdout chunk (state=3): >>># /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 0x7f10e4ba6bd0> # 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 0x7f10e4ba7230> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e4ba6120><<< 7723 1726883174.67810: stdout chunk (state=3): >>> <<< 7723 1726883174.68005: stdout chunk (state=3): >>># /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 0x7f10e4ba7cb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e4ba73e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e4b8e420> <<< 7723 1726883174.68010: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 7723 1726883174.68044: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'<<< 7723 1726883174.68049: stdout chunk (state=3): >>> <<< 7723 1726883174.68214: stdout chunk (state=3): >>># /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 0x7f10e4927b90> # /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' <<< 7723 1726883174.68218: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883174.68400: stdout chunk (state=3): >>>import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f10e4950620> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e4950380> # 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 0x7f10e4950650> # /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' <<< 7723 1726883174.68416: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'<<< 7723 1726883174.68423: stdout chunk (state=3): >>> <<< 7723 1726883174.68612: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'<<< 7723 1726883174.68615: stdout chunk (state=3): >>> import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f10e4950f80> <<< 7723 1726883174.68876: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f10e4951910> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e4950830> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e4925d30> # /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' <<< 7723 1726883174.69001: stdout chunk (state=3): >>># /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 0x7f10e4952c60> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e49517f0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e4b8eb10> <<< 7723 1726883174.69005: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 7723 1726883174.69094: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883174.69197: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 7723 1726883174.69407: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e497eff0> # /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' <<< 7723 1726883174.69411: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e49a3350> <<< 7723 1726883174.69446: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 7723 1726883174.69508: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 7723 1726883174.69696: stdout chunk (state=3): >>>import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e4a00140> # /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' <<< 7723 1726883174.69731: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py<<< 7723 1726883174.69735: stdout chunk (state=3): >>> <<< 7723 1726883174.69813: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 7723 1726883174.69995: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e4a028a0> <<< 7723 1726883174.70198: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e4a00260> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e49cd130> # /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 0x7f10e4325280> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e49a2180> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e4953bc0> <<< 7723 1726883174.70395: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f10e49a24e0> <<< 7723 1726883174.70473: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_i6c1hip1/ansible_ansible.legacy.command_payload.zip'<<< 7723 1726883174.70478: stdout chunk (state=3): >>> <<< 7723 1726883174.70481: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883174.71003: stdout chunk (state=3): >>># 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' <<< 7723 1726883174.71009: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 7723 1726883174.71116: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 7723 1726883174.71197: 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 0x7f10e4376f60> import '_typing' # <<< 7723 1726883174.71656: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e4359e50><<< 7723 1726883174.71660: stdout chunk (state=3): >>> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e4358fe0><<< 7723 1726883174.71801: stdout chunk (state=3): >>> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # <<< 7723 1726883174.71810: stdout chunk (state=3): >>># zipimport: zlib available<<< 7723 1726883174.71819: stdout chunk (state=3): >>> <<< 7723 1726883174.75036: stdout chunk (state=3): >>># zipimport: zlib available<<< 7723 1726883174.75204: stdout chunk (state=3): >>> <<< 7723 1726883174.76918: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e4374cb0> # /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' <<< 7723 1726883174.76999: stdout chunk (state=3): >>># /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' <<< 7723 1726883174.77213: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f10e43a2930> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e43a26c0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e43a1fd0> # /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 0x7f10e43a2420> <<< 7723 1726883174.77222: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e43779e0> <<< 7723 1726883174.77231: stdout chunk (state=3): >>>import 'atexit' # <<< 7723 1726883174.77273: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883174.77276: stdout chunk (state=3): >>># extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'<<< 7723 1726883174.77281: stdout chunk (state=3): >>> import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f10e43a3710> <<< 7723 1726883174.77396: 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 0x7f10e43a38c0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 7723 1726883174.77502: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e43a3e00> <<< 7723 1726883174.77744: stdout chunk (state=3): >>>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 0x7f10e4209c10> # 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 0x7f10e420b830> # /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' <<< 7723 1726883174.77816: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e420c200> # /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' <<< 7723 1726883174.77834: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e420d0d0> <<< 7723 1726883174.77907: stdout chunk (state=3): >>># /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' <<< 7723 1726883174.78130: 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' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e420fe30> # 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 0x7f10e435b050> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e420e0f0> <<< 7723 1726883174.78144: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 7723 1726883174.78174: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 7723 1726883174.78326: 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' # /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 0x7f10e421be00> import '_tokenize' # <<< 7723 1726883174.78435: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e421a8d0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e421a660> <<< 7723 1726883174.78613: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e421aba0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e420e600> <<< 7723 1726883174.78666: 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' <<< 7723 1726883174.78845: stdout chunk (state=3): >>>import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f10e425ff80> # /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 0x7f10e42602c0> # /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' <<< 7723 1726883174.78851: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'<<< 7723 1726883174.78870: 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 0x7f10e4261d00><<< 7723 1726883174.79022: stdout chunk (state=3): >>> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e4261ac0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 7723 1726883174.79033: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 7723 1726883174.79260: 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 0x7f10e42642c0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e42623f0> # /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' <<< 7723 1726883174.79281: stdout chunk (state=3): >>>import '_string' # <<< 7723 1726883174.79296: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e4267aa0> <<< 7723 1726883174.79626: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e4264470> # 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 0x7f10e4268ad0> # 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 0x7f10e4268c80> <<< 7723 1726883174.79825: 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 0x7f10e4268b90> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e4260470> # /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' <<< 7723 1726883174.79857: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'<<< 7723 1726883174.79881: stdout chunk (state=3): >>> import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f10e42f0410> <<< 7723 1726883174.80313: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f10e42f1550> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e426abd0> # 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 0x7f10e426bf20> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e426a7e0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 7723 1726883174.80359: stdout chunk (state=3): >>># zipimport: zlib available<<< 7723 1726883174.80402: stdout chunk (state=3): >>> <<< 7723 1726883174.80525: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883174.80528: stdout chunk (state=3): >>># zipimport: zlib available<<< 7723 1726883174.80539: stdout chunk (state=3): >>> import 'ansible.module_utils.common' # <<< 7723 1726883174.80739: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 7723 1726883174.80776: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883174.80969: stdout chunk (state=3): >>># zipimport: zlib available<<< 7723 1726883174.80986: stdout chunk (state=3): >>> <<< 7723 1726883174.81911: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883174.82672: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 7723 1726883174.82791: stdout chunk (state=3): >>>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' <<< 7723 1726883174.82818: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'<<< 7723 1726883174.82822: 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 0x7f10e42f96d0> <<< 7723 1726883174.83101: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e42fa3f0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e42f1760> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # <<< 7723 1726883174.83107: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883174.83331: stdout chunk (state=3): >>># zipimport: zlib available<<< 7723 1726883174.83337: stdout chunk (state=3): >>> <<< 7723 1726883174.83615: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e42fa0f0> # zipimport: zlib available <<< 7723 1726883174.84328: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883174.85096: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883174.85261: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.collections' # <<< 7723 1726883174.85264: stdout chunk (state=3): >>># zipimport: zlib available<<< 7723 1726883174.85280: stdout chunk (state=3): >>> <<< 7723 1726883174.85327: stdout chunk (state=3): >>># zipimport: zlib available<<< 7723 1726883174.85332: stdout chunk (state=3): >>> <<< 7723 1726883174.85443: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 7723 1726883174.85696: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 7723 1726883174.85731: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883174.85783: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 7723 1726883174.85788: stdout chunk (state=3): >>> <<< 7723 1726883174.85810: stdout chunk (state=3): >>># zipimport: zlib available<<< 7723 1726883174.85817: stdout chunk (state=3): >>> <<< 7723 1726883174.86167: stdout chunk (state=3): >>># zipimport: zlib available<<< 7723 1726883174.86173: stdout chunk (state=3): >>> <<< 7723 1726883174.86603: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 7723 1726883174.86611: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc'<<< 7723 1726883174.86617: stdout chunk (state=3): >>> <<< 7723 1726883174.86730: stdout chunk (state=3): >>>import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e42fb530> <<< 7723 1726883174.86741: stdout chunk (state=3): >>># zipimport: zlib available<<< 7723 1726883174.86749: stdout chunk (state=3): >>> <<< 7723 1726883174.87002: stdout chunk (state=3): >>># 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' # <<< 7723 1726883174.87006: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883174.87064: stdout chunk (state=3): >>># zipimport: zlib available<<< 7723 1726883174.87070: stdout chunk (state=3): >>> <<< 7723 1726883174.87283: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 7723 1726883174.87337: stdout chunk (state=3): >>># zipimport: zlib available<<< 7723 1726883174.87342: stdout chunk (state=3): >>> <<< 7723 1726883174.87435: 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 <<< 7723 1726883174.87485: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883174.87700: 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 0x7f10e4105fa0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e4100e30> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 7723 1726883174.87799: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883174.87996: stdout chunk (state=3): >>># 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' <<< 7723 1726883174.88022: 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<<< 7723 1726883174.88026: stdout chunk (state=3): >>> <<< 7723 1726883174.88053: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc'<<< 7723 1726883174.88058: stdout chunk (state=3): >>> <<< 7723 1726883174.88153: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 7723 1726883174.88164: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 7723 1726883174.88299: stdout chunk (state=3): >>># /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 0x7f10e43fe990> <<< 7723 1726883174.88363: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e43ee660> <<< 7723 1726883174.88498: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e41060f0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e42faf30> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 7723 1726883174.88504: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883174.88588: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 7723 1726883174.88694: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # <<< 7723 1726883174.88699: stdout chunk (state=3): >>> <<< 7723 1726883174.88876: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7723 1726883174.89064: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 7723 1726883174.89072: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 7723 1726883174.89106: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e42f8890> <<< 7723 1726883174.89295: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883176.72326: stdout chunk (state=3): >>> <<< 7723 1726883176.72332: stdout chunk (state=3): >>>{"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["update-ca-trust", "extract"], "start": "2024-09-20 21:46:14.894619", "end": "2024-09-20 21:46:16.718098", "delta": "0:00:01.823479", "msg": "", "invocation": {"module_args": {"argv": ["update-ca-trust", "extract"], "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "_raw_params": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} # destroy __main__ <<< 7723 1726883176.72985: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks <<< 7723 1726883176.72994: stdout chunk (state=3): >>># clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1<<< 7723 1726883176.73002: stdout chunk (state=3): >>> # clear sys.ps2<<< 7723 1726883176.73555: stdout chunk (state=3): >>> # 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 # cleanup[2] removing glob # destroy glob <<< 7723 1726883176.73961: stdout chunk (state=3): >>># destroy _sitebuiltins<<< 7723 1726883176.73979: stdout chunk (state=3): >>> <<< 7723 1726883176.73993: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util<<< 7723 1726883176.73997: stdout chunk (state=3): >>> <<< 7723 1726883176.74029: stdout chunk (state=3): >>># destroy _bz2<<< 7723 1726883176.74033: stdout chunk (state=3): >>> # destroy _compression # destroy _lzma <<< 7723 1726883176.74070: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct<<< 7723 1726883176.74086: stdout chunk (state=3): >>> # destroy zlib # destroy bz2 <<< 7723 1726883176.74092: stdout chunk (state=3): >>># destroy lzma # destroy zipfile._path <<< 7723 1726883176.74128: stdout chunk (state=3): >>># destroy zipfile <<< 7723 1726883176.74138: stdout chunk (state=3): >>># destroy pathlib # destroy zipfile._path.glob<<< 7723 1726883176.74146: stdout chunk (state=3): >>> # destroy ipaddress <<< 7723 1726883176.74182: stdout chunk (state=3): >>># destroy ntpath<<< 7723 1726883176.74213: stdout chunk (state=3): >>> # destroy importlib <<< 7723 1726883176.74216: stdout chunk (state=3): >>># destroy zipimport<<< 7723 1726883176.74219: stdout chunk (state=3): >>> <<< 7723 1726883176.74396: stdout chunk (state=3): >>># destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner<<< 7723 1726883176.74498: stdout chunk (state=3): >>> # destroy _json<<< 7723 1726883176.74723: stdout chunk (state=3): >>> # 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 fnmatch # 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<<< 7723 1726883176.74739: stdout chunk (state=3): >>> # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading<<< 7723 1726883176.74759: stdout chunk (state=3): >>> # cleanup[3] wiping weakref <<< 7723 1726883176.74775: stdout chunk (state=3): >>># cleanup[3] wiping _hashlib # cleanup[3] wiping _random<<< 7723 1726883176.74790: stdout chunk (state=3): >>> # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings <<< 7723 1726883176.74803: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap <<< 7723 1726883176.74829: stdout chunk (state=3): >>># cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler <<< 7723 1726883176.74838: stdout chunk (state=3): >>># destroy enum <<< 7723 1726883176.74860: stdout chunk (state=3): >>># cleanup[3] wiping copyreg # cleanup[3] wiping re._parser<<< 7723 1726883176.74876: stdout chunk (state=3): >>> # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 7723 1726883176.74887: stdout chunk (state=3): >>># cleanup[3] wiping _functools # cleanup[3] wiping collections<<< 7723 1726883176.74902: stdout chunk (state=3): >>> # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections<<< 7723 1726883176.74909: stdout chunk (state=3): >>> # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator <<< 7723 1726883176.75009: stdout chunk (state=3): >>># 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<<< 7723 1726883176.75028: stdout chunk (state=3): >>> # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys<<< 7723 1726883176.75032: stdout chunk (state=3): >>> # cleanup[3] wiping builtins<<< 7723 1726883176.75037: stdout chunk (state=3): >>> <<< 7723 1726883176.75210: stdout chunk (state=3): >>># destroy selinux._selinux <<< 7723 1726883176.75215: stdout chunk (state=3): >>># destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime<<< 7723 1726883176.75296: stdout chunk (state=3): >>> <<< 7723 1726883176.75444: stdout chunk (state=3): >>># destroy sys.monitoring <<< 7723 1726883176.75477: stdout chunk (state=3): >>># destroy _socket <<< 7723 1726883176.75480: stdout chunk (state=3): >>># destroy _collections<<< 7723 1726883176.75485: stdout chunk (state=3): >>> <<< 7723 1726883176.75806: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 7723 1726883176.75816: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize<<< 7723 1726883176.75867: stdout chunk (state=3): >>> # destroy ansible.module_utils.six.moves.urllib_parse <<< 7723 1726883176.75870: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response<<< 7723 1726883176.75873: stdout chunk (state=3): >>> # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools<<< 7723 1726883176.75882: stdout chunk (state=3): >>> # destroy operator<<< 7723 1726883176.75885: stdout chunk (state=3): >>> <<< 7723 1726883176.75891: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves <<< 7723 1726883176.75906: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io<<< 7723 1726883176.76098: stdout chunk (state=3): >>> # 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<<< 7723 1726883176.76301: stdout chunk (state=3): >>> # destroy time<<< 7723 1726883176.76307: stdout chunk (state=3): >>> <<< 7723 1726883176.76336: stdout chunk (state=3): >>># destroy _random<<< 7723 1726883176.76343: stdout chunk (state=3): >>> # destroy _weakref<<< 7723 1726883176.76368: stdout chunk (state=3): >>> # destroy _hashlib <<< 7723 1726883176.76397: stdout chunk (state=3): >>># destroy _operator <<< 7723 1726883176.76410: stdout chunk (state=3): >>># destroy _string <<< 7723 1726883176.76421: stdout chunk (state=3): >>># destroy re <<< 7723 1726883176.76439: stdout chunk (state=3): >>># destroy itertools <<< 7723 1726883176.76454: stdout chunk (state=3): >>># destroy _abc<<< 7723 1726883176.76482: stdout chunk (state=3): >>> # destroy _sre # destroy posix <<< 7723 1726883176.76485: stdout chunk (state=3): >>># destroy _functools<<< 7723 1726883176.76488: stdout chunk (state=3): >>> # destroy builtins # destroy _thread<<< 7723 1726883176.76500: stdout chunk (state=3): >>> <<< 7723 1726883176.76517: stdout chunk (state=3): >>># clear sys.audit hooks <<< 7723 1726883176.77762: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.120 closed. <<< 7723 1726883176.77794: stderr chunk (state=3): >>><<< 7723 1726883176.77797: stdout chunk (state=3): >>><<< 7723 1726883176.77874: _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 0x7f10e4d103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e4cdfa10> # /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 0x7f10e4d12960> 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 0x7f10e4ac0fe0> # /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 0x7f10e4ac1f10> 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 0x7f10e4affd40> # /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 0x7f10e4afff80> # /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 0x7f10e4b37740> # /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 0x7f10e4b37dd0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e4b17a10> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e4b15130> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e4afcef0> # /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 0x7f10e4b57680> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e4b562a0> # /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 0x7f10e4b16000> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e4b54b30> # /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 0x7f10e4b8c680> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e4afc170> # /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 0x7f10e4b8cb30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e4b8c9e0> # 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 0x7f10e4b8cdd0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e4afac90> # /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 0x7f10e4b8d4c0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e4b8d190> 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 0x7f10e4b8e3c0> 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 0x7f10e4ba45f0> 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 0x7f10e4ba5d30> # /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 0x7f10e4ba6bd0> # 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 0x7f10e4ba7230> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e4ba6120> # /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 0x7f10e4ba7cb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e4ba73e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e4b8e420> # /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 0x7f10e4927b90> # /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 0x7f10e4950620> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e4950380> # 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 0x7f10e4950650> # /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 0x7f10e4950f80> # 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 0x7f10e4951910> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e4950830> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e4925d30> # /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 0x7f10e4952c60> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e49517f0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e4b8eb10> # /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 0x7f10e497eff0> # /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 0x7f10e49a3350> # /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 0x7f10e4a00140> # /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 0x7f10e4a028a0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e4a00260> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e49cd130> # /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 0x7f10e4325280> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e49a2180> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e4953bc0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f10e49a24e0> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_i6c1hip1/ansible_ansible.legacy.command_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 0x7f10e4376f60> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e4359e50> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e4358fe0> # 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 0x7f10e4374cb0> # /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 0x7f10e43a2930> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e43a26c0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e43a1fd0> # /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 0x7f10e43a2420> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e43779e0> 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 0x7f10e43a3710> # 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 0x7f10e43a38c0> # /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 0x7f10e43a3e00> 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 0x7f10e4209c10> # 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 0x7f10e420b830> # /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 0x7f10e420c200> # /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 0x7f10e420d0d0> # /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 0x7f10e420fe30> # 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 0x7f10e435b050> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e420e0f0> # /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 0x7f10e421be00> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e421a8d0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e421a660> # /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 0x7f10e421aba0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e420e600> # 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 0x7f10e425ff80> # /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 0x7f10e42602c0> # /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 0x7f10e4261d00> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e4261ac0> # /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 0x7f10e42642c0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e42623f0> # /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 0x7f10e4267aa0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e4264470> # 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 0x7f10e4268ad0> # 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 0x7f10e4268c80> # 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 0x7f10e4268b90> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e4260470> # /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 0x7f10e42f0410> # 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 0x7f10e42f1550> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e426abd0> # 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 0x7f10e426bf20> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e426a7e0> # 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 0x7f10e42f96d0> # /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 0x7f10e42fa3f0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e42f1760> 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 0x7f10e42fa0f0> # 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 0x7f10e42fb530> # 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 0x7f10e4105fa0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e4100e30> 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 0x7f10e43fe990> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e43ee660> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e41060f0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e42faf30> # 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 # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10e42f8890> # zipimport: zlib available {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["update-ca-trust", "extract"], "start": "2024-09-20 21:46:14.894619", "end": "2024-09-20 21:46:16.718098", "delta": "0:00:01.823479", "msg": "", "invocation": {"module_args": {"argv": ["update-ca-trust", "extract"], "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "_raw_params": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} # 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 # cleanup[2] removing glob # destroy glob # 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 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 fnmatch # 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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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.12.120 closed. 7723 1726883176.78393: done with _execute_module (ansible.legacy.command, {'argv': ['update-ca-trust', 'extract'], '_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': 'ansible.legacy.command', '_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-1726883174.4151235-8586-56363014398704/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7723 1726883176.78397: _low_level_execute_command(): starting 7723 1726883176.78399: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726883174.4151235-8586-56363014398704/ > /dev/null 2>&1 && sleep 0' 7723 1726883176.78545: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883176.78548: 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.12.120 originally 10.31.12.120 debug2: match not found <<< 7723 1726883176.78551: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883176.78553: 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.12.120 originally 10.31.12.120 debug2: match found <<< 7723 1726883176.78555: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883176.78605: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883176.78609: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883176.78626: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883176.78672: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883176.81668: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883176.81698: stderr chunk (state=3): >>><<< 7723 1726883176.81703: stdout chunk (state=3): >>><<< 7723 1726883176.81716: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883176.81726: handler run complete 7723 1726883176.81744: Evaluated conditional (False): False 7723 1726883176.81752: attempt loop complete, returning result 7723 1726883176.81755: _execute() done 7723 1726883176.81758: dumping result to json 7723 1726883176.81762: done dumping result, returning 7723 1726883176.81771: done running TaskExecutor() for managed_node1/TASK: Update system certificates store [0affc0aa-4893-13c9-9f63-000000000021] 7723 1726883176.81774: sending task result for task 0affc0aa-4893-13c9-9f63-000000000021 7723 1726883176.81868: done sending task result for task 0affc0aa-4893-13c9-9f63-000000000021 7723 1726883176.81871: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "cmd": [ "update-ca-trust", "extract" ], "delta": "0:00:01.823479", "end": "2024-09-20 21:46:16.718098", "rc": 0, "start": "2024-09-20 21:46:14.894619" } 7723 1726883176.81930: no more pending results, returning what we have 7723 1726883176.81933: results queue empty 7723 1726883176.81934: checking for any_errors_fatal 7723 1726883176.81941: done checking for any_errors_fatal 7723 1726883176.81942: checking for max_fail_percentage 7723 1726883176.81944: done checking for max_fail_percentage 7723 1726883176.81945: checking to see if all hosts have failed and the running result is not ok 7723 1726883176.81945: done checking to see if all hosts have failed 7723 1726883176.81946: getting the remaining hosts for this loop 7723 1726883176.81948: done getting the remaining hosts for this loop 7723 1726883176.81951: getting the next task for host managed_node1 7723 1726883176.81957: done getting next task for host managed_node1 7723 1726883176.81960: ^ task is: TASK: Wait for started Candlepin 7723 1726883176.81962: ^ state is: HOST STATE: block=2, task=2, 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=13, 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 7723 1726883176.81965: getting variables 7723 1726883176.81967: in VariableManager get_vars() 7723 1726883176.81995: Calling all_inventory to load vars for managed_node1 7723 1726883176.81997: Calling groups_inventory to load vars for managed_node1 7723 1726883176.82000: Calling all_plugins_inventory to load vars for managed_node1 7723 1726883176.82011: Calling all_plugins_play to load vars for managed_node1 7723 1726883176.82013: Calling groups_plugins_inventory to load vars for managed_node1 7723 1726883176.82016: Calling groups_plugins_play to load vars for managed_node1 7723 1726883176.82072: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7723 1726883176.82103: done with get_vars() 7723 1726883176.82111: done getting variables 7723 1726883176.82196: Loading ActionModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/uri.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [Wait for started Candlepin] ********************************************** task path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:117 Friday 20 September 2024 21:46:16 -0400 (0:00:02.479) 0:01:41.508 ****** 7723 1726883176.82218: entering _queue_task() for managed_node1/uri 7723 1726883176.82219: Creating lock for uri 7723 1726883176.82449: worker is 1 (out of 1 available) 7723 1726883176.82462: exiting _queue_task() for managed_node1/uri 7723 1726883176.82473: done queuing things up, now waiting for results queue to drain 7723 1726883176.82475: waiting for pending results... 7723 1726883176.82615: running TaskExecutor() for managed_node1/TASK: Wait for started Candlepin 7723 1726883176.82684: in run() - task 0affc0aa-4893-13c9-9f63-000000000022 7723 1726883176.82697: variable 'ansible_search_path' from source: unknown 7723 1726883176.82700: variable 'ansible_search_path' from source: unknown 7723 1726883176.82729: calling self._execute() 7723 1726883176.82839: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883176.82845: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883176.82854: variable 'omit' from source: magic vars 7723 1726883176.83187: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7723 1726883176.84628: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7723 1726883176.84675: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7723 1726883176.84702: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7723 1726883176.84728: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7723 1726883176.84749: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7723 1726883176.84809: 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) 7723 1726883176.84839: 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) 7723 1726883176.84858: 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) 7723 1726883176.84885: 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) 7723 1726883176.84896: 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) 7723 1726883176.84987: variable 'lsr_rhc_test_data_file' from source: set_fact 7723 1726883176.85011: Evaluated conditional (lsr_rhc_test_data_file | length == 0): True 7723 1726883176.85017: variable 'omit' from source: magic vars 7723 1726883176.85051: variable 'omit' from source: magic vars 7723 1726883176.85074: variable '_cp_url' from source: set_fact 7723 1726883176.85134: variable '_cp_url' from source: set_fact 7723 1726883176.85153: variable 'omit' from source: magic vars 7723 1726883176.85173: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7723 1726883176.85194: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7723 1726883176.85208: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7723 1726883176.85225: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7723 1726883176.85232: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7723 1726883176.85246: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 7723 1726883176.85259: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 7723 1726883176.85280: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7723 1726883176.85283: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883176.85287: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883176.85366: Set connection var ansible_shell_type to sh 7723 1726883176.85370: Set connection var ansible_shell_executable to /bin/sh 7723 1726883176.85376: Set connection var ansible_module_compression to ZIP_DEFLATED 7723 1726883176.85378: Set connection var ansible_connection to ssh 7723 1726883176.85383: Set connection var ansible_pipelining to False 7723 1726883176.85388: Set connection var ansible_timeout to 10 7723 1726883176.85408: variable 'ansible_shell_executable' from source: unknown 7723 1726883176.85411: variable 'ansible_connection' from source: unknown 7723 1726883176.85413: variable 'ansible_module_compression' from source: unknown 7723 1726883176.85415: variable 'ansible_shell_type' from source: unknown 7723 1726883176.85418: variable 'ansible_shell_executable' from source: unknown 7723 1726883176.85420: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883176.85425: variable 'ansible_pipelining' from source: unknown 7723 1726883176.85427: variable 'ansible_timeout' from source: unknown 7723 1726883176.85429: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883176.85501: Loading ActionModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/uri.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7723 1726883176.85510: variable 'omit' from source: magic vars 7723 1726883176.85515: starting attempt loop 7723 1726883176.85518: running the handler 7723 1726883176.85528: _low_level_execute_command(): starting 7723 1726883176.85534: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7723 1726883176.86066: 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 <<< 7723 1726883176.86070: 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.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883176.86073: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 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 <<< 7723 1726883176.86075: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883176.86139: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883176.86148: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883176.86150: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883176.86194: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883176.90402: stdout chunk (state=3): >>>/root <<< 7723 1726883176.90538: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883176.90571: stderr chunk (state=3): >>><<< 7723 1726883176.90583: stdout chunk (state=3): >>><<< 7723 1726883176.90603: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883176.90616: _low_level_execute_command(): starting 7723 1726883176.90624: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726883176.9060528-8616-66257210745314 `" && echo ansible-tmp-1726883176.9060528-8616-66257210745314="` echo /root/.ansible/tmp/ansible-tmp-1726883176.9060528-8616-66257210745314 `" ) && sleep 0' 7723 1726883176.91081: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883176.91084: 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.12.120 originally 10.31.12.120 debug2: match not found <<< 7723 1726883176.91087: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883176.91089: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883176.91091: 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883176.91148: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883176.91152: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883176.91163: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883176.91207: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883176.96247: stdout chunk (state=3): >>>ansible-tmp-1726883176.9060528-8616-66257210745314=/root/.ansible/tmp/ansible-tmp-1726883176.9060528-8616-66257210745314 <<< 7723 1726883176.96437: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883176.96469: stderr chunk (state=3): >>><<< 7723 1726883176.96473: stdout chunk (state=3): >>><<< 7723 1726883176.96492: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726883176.9060528-8616-66257210745314=/root/.ansible/tmp/ansible-tmp-1726883176.9060528-8616-66257210745314 , 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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883176.96528: variable 'ansible_module_compression' from source: unknown 7723 1726883176.96576: ANSIBALLZ: Using generic lock for ansible.legacy.uri 7723 1726883176.96579: ANSIBALLZ: Acquiring lock 7723 1726883176.96582: ANSIBALLZ: Lock acquired: 140047144782208 7723 1726883176.96586: ANSIBALLZ: Creating module 7723 1726883177.05930: ANSIBALLZ: Writing module into payload 7723 1726883177.06025: ANSIBALLZ: Writing module 7723 1726883177.06044: ANSIBALLZ: Renaming module 7723 1726883177.06050: ANSIBALLZ: Done creating module 7723 1726883177.06066: variable 'ansible_facts' from source: unknown 7723 1726883177.06125: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726883176.9060528-8616-66257210745314/AnsiballZ_uri.py 7723 1726883177.06232: Sending initial data 7723 1726883177.06235: Sent initial data (149 bytes) 7723 1726883177.06702: 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 <<< 7723 1726883177.06705: 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.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883177.06708: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883177.06710: 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.12.120 originally 10.31.12.120 debug2: match found <<< 7723 1726883177.06712: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883177.06761: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883177.06776: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883177.06831: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883177.09352: 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 <<< 7723 1726883177.09392: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 7723 1726883177.09613: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7723b_d05x07/tmp9l6v_5tx /root/.ansible/tmp/ansible-tmp-1726883176.9060528-8616-66257210745314/AnsiballZ_uri.py <<< 7723 1726883177.09616: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726883176.9060528-8616-66257210745314/AnsiballZ_uri.py" <<< 7723 1726883177.09659: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-7723b_d05x07/tmp9l6v_5tx" to remote "/root/.ansible/tmp/ansible-tmp-1726883176.9060528-8616-66257210745314/AnsiballZ_uri.py" <<< 7723 1726883177.09667: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726883176.9060528-8616-66257210745314/AnsiballZ_uri.py" <<< 7723 1726883177.10295: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883177.10345: stderr chunk (state=3): >>><<< 7723 1726883177.10349: stdout chunk (state=3): >>><<< 7723 1726883177.10367: done transferring module to remote 7723 1726883177.10381: _low_level_execute_command(): starting 7723 1726883177.10384: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726883176.9060528-8616-66257210745314/ /root/.ansible/tmp/ansible-tmp-1726883176.9060528-8616-66257210745314/AnsiballZ_uri.py && sleep 0' 7723 1726883177.10830: 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 <<< 7723 1726883177.10834: 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.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883177.10847: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883177.10907: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883177.10910: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883177.10913: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883177.10962: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883177.15854: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883177.15881: stderr chunk (state=3): >>><<< 7723 1726883177.15884: stdout chunk (state=3): >>><<< 7723 1726883177.15898: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883177.15901: _low_level_execute_command(): starting 7723 1726883177.15907: _low_level_execute_command(): using become for this command 7723 1726883177.15921: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-upxtkvppugtztbetxlxahuzzoypyaraz ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726883176.9060528-8616-66257210745314/AnsiballZ_uri.py'"'"' && sleep 0' 7723 1726883177.16010: Initial state: awaiting_escalation: BECOME-SUCCESS-upxtkvppugtztbetxlxahuzzoypyaraz 7723 1726883177.16414: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883177.16419: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883177.16447: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883177.16469: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883177.16471: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883177.16525: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883177.24236: stdout chunk (state=1): >>>BECOME-SUCCESS-upxtkvppugtztbetxlxahuzzoypyaraz <<< 7723 1726883177.24242: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-upxtkvppugtztbetxlxahuzzoypyaraz' 7723 1726883177.24828: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 7723 1726883177.24906: stdout chunk (state=3): >>>import _imp # builtin <<< 7723 1726883177.24938: stdout chunk (state=3): >>>import '_thread' # <<< 7723 1726883177.25092: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 7723 1726883177.25303: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 7723 1726883177.25354: stdout chunk (state=3): >>>import 'posix' # <<< 7723 1726883177.25399: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 7723 1726883177.25434: stdout chunk (state=3): >>># installing zipimport hook import 'time' # <<< 7723 1726883177.25470: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 7723 1726883177.25712: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 7723 1726883177.25722: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883177.25746: stdout chunk (state=3): >>>import '_codecs' # <<< 7723 1726883177.26127: stdout chunk (state=3): >>>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 0x7f6e2bb103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2badfa10> # /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 0x7f6e2bb12960> import '_signal' # import '_abc' # import 'abc' # <<< 7723 1726883177.26149: stdout chunk (state=3): >>>import 'io' # <<< 7723 1726883177.26196: stdout chunk (state=3): >>>import '_stat' # <<< 7723 1726883177.26203: stdout chunk (state=3): >>>import 'stat' # <<< 7723 1726883177.26336: stdout chunk (state=3): >>>import '_collections_abc' # <<< 7723 1726883177.26535: stdout chunk (state=3): >>>import 'genericpath' # <<< 7723 1726883177.26542: stdout chunk (state=3): >>>import 'posixpath' # <<< 7723 1726883177.26739: stdout chunk (state=3): >>>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 0x7f6e2b8c0fe0> <<< 7723 1726883177.27002: 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 <<< 7723 1726883177.27237: stdout chunk (state=3): >>># 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 0x7f6e2b8c1f10> 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. <<< 7723 1726883177.27726: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 7723 1726883177.27738: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 7723 1726883177.27761: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 7723 1726883177.27783: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883177.27811: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 7723 1726883177.28099: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 7723 1726883177.28127: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 7723 1726883177.28158: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 7723 1726883177.28308: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2b8ffd40> # /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 0x7f6e2b8fff80> # /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' <<< 7723 1726883177.28358: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 7723 1726883177.28523: stdout chunk (state=3): >>># 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 0x7f6e2b937740> # /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 0x7f6e2b937dd0> import '_collections' # <<< 7723 1726883177.28826: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2b917a10> import '_functools' # <<< 7723 1726883177.28864: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2b915130> <<< 7723 1726883177.29108: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2b8fcef0> # /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 <<< 7723 1726883177.29123: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 7723 1726883177.29147: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 7723 1726883177.29167: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 7723 1726883177.29431: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2b95b680> <<< 7723 1726883177.29460: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2b95a2a0> <<< 7723 1726883177.29502: 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' <<< 7723 1726883177.29510: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2b916000> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2b958b30> <<< 7723 1726883177.29580: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 7723 1726883177.29695: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' <<< 7723 1726883177.29756: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2b98c6b0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2b8fc170> # /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 0x7f6e2b98cb60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2b98ca10> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883177.29779: stdout chunk (state=3): >>># 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 0x7f6e2b98ce00> <<< 7723 1726883177.29785: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2b8fac90> <<< 7723 1726883177.29827: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 7723 1726883177.29870: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883177.29925: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 7723 1726883177.29960: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 7723 1726883177.30212: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2b98d4c0> <<< 7723 1726883177.30215: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2b98d190><<< 7723 1726883177.30218: stdout chunk (state=3): >>> <<< 7723 1726883177.30370: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 7723 1726883177.30429: 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' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2b98e3c0> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 7723 1726883177.30435: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 7723 1726883177.30473: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py<<< 7723 1726883177.30477: stdout chunk (state=3): >>> <<< 7723 1726883177.30498: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' <<< 7723 1726883177.30505: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2b9a85f0> <<< 7723 1726883177.30544: stdout chunk (state=3): >>>import 'errno' # <<< 7723 1726883177.30550: stdout chunk (state=3): >>> <<< 7723 1726883177.30698: stdout chunk (state=3): >>># 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 0x7f6e2b9a9d30> # /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' <<< 7723 1726883177.30737: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py<<< 7723 1726883177.30743: stdout chunk (state=3): >>> <<< 7723 1726883177.30804: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc'<<< 7723 1726883177.30811: stdout chunk (state=3): >>> <<< 7723 1726883177.30853: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2b9aabd0><<< 7723 1726883177.30859: stdout chunk (state=3): >>> <<< 7723 1726883177.30912: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'<<< 7723 1726883177.30916: stdout chunk (state=3): >>> <<< 7723 1726883177.31208: stdout chunk (state=3): >>># 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 0x7f6e2b9ab230> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2b9aa120> # /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 0x7f6e2b9abcb0> <<< 7723 1726883177.31212: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2b9ab3e0> <<< 7723 1726883177.31406: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2b98e420> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 7723 1726883177.31412: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 7723 1726883177.31462: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 7723 1726883177.31530: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 7723 1726883177.31835: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'<<< 7723 1726883177.31846: 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 0x7f6e2b6dbbf0> <<< 7723 1726883177.31885: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 7723 1726883177.31894: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 7723 1726883177.31936: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883177.31944: 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 0x7f6e2b7046e0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2b704440> <<< 7723 1726883177.31983: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883177.32104: stdout chunk (state=3): >>># extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6e2b704710> # /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' <<< 7723 1726883177.32201: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883177.32610: 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 0x7f6e2b704fe0> <<< 7723 1726883177.32968: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883177.32975: stdout chunk (state=3): >>>import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6e2b7059a0> <<< 7723 1726883177.32987: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2b704890> <<< 7723 1726883177.33027: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2b6d9d90> <<< 7723 1726883177.33198: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 7723 1726883177.33408: stdout chunk (state=3): >>># 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 0x7f6e2b706d80> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2b705ac0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2b98eb10> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 7723 1726883177.33699: stdout chunk (state=3): >>># 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 <<< 7723 1726883177.33732: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 7723 1726883177.33775: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2b72f0e0> <<< 7723 1726883177.33894: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 7723 1726883177.33897: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883177.33929: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 7723 1726883177.33968: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 7723 1726883177.34173: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2b753470> <<< 7723 1726883177.34210: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 7723 1726883177.34282: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 7723 1726883177.34402: stdout chunk (state=3): >>>import 'ntpath' # <<< 7723 1726883177.34599: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py <<< 7723 1726883177.34615: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2b7b4290> # /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 <<< 7723 1726883177.34900: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 7723 1726883177.35042: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2b7b69f0> <<< 7723 1726883177.35197: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2b7b43b0> <<< 7723 1726883177.35249: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2b781280> <<< 7723 1726883177.35601: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2b5b9310> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2b7522a0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2b707ce0> <<< 7723 1726883177.35760: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 7723 1726883177.35795: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f6e2b752600><<< 7723 1726883177.35801: stdout chunk (state=3): >>> <<< 7723 1726883177.36591: stdout chunk (state=3): >>># zipimport: found 32 names in '/tmp/ansible_ansible.legacy.uri_payload_8g5_2etn/ansible_ansible.legacy.uri_payload.zip' <<< 7723 1726883177.36595: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883177.37050: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883177.37085: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 7723 1726883177.37115: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 7723 1726883177.37497: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 7723 1726883177.37727: stdout chunk (state=3): >>># 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 0x7f6e2b613050> import '_typing' # <<< 7723 1726883177.38312: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2b5f1f40> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2b5f10d0> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 7723 1726883177.41765: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883177.44230: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2b611340> # /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 0x7f6e2b63aa20> <<< 7723 1726883177.44262: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2b63a7b0> <<< 7723 1726883177.44300: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2b63a0c0> <<< 7723 1726883177.44335: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 7723 1726883177.44346: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 7723 1726883177.44406: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2b63aab0> <<< 7723 1726883177.44409: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2b613ce0> <<< 7723 1726883177.44430: stdout chunk (state=3): >>>import 'atexit' # <<< 7723 1726883177.44477: 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 0x7f6e2b63b710> <<< 7723 1726883177.44593: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883177.44605: stdout chunk (state=3): >>># extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6e2b63b8c0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 7723 1726883177.44611: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 7723 1726883177.44642: stdout chunk (state=3): >>>import '_locale' # <<< 7723 1726883177.44702: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2b63bdd0> <<< 7723 1726883177.44905: stdout chunk (state=3): >>>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 0x7f6e2af11b50> # 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 0x7f6e2af13770> # /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' <<< 7723 1726883177.44938: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2af14140> <<< 7723 1726883177.44962: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 7723 1726883177.45710: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2af15010> # /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 0x7f6e2af17d40> # 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 0x7f6e2b9aab40> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2af16030> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 7723 1726883177.45743: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 7723 1726883177.45775: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 7723 1726883177.45792: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 7723 1726883177.45825: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 7723 1726883177.45873: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 7723 1726883177.45904: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 7723 1726883177.45924: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 7723 1726883177.45942: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2af23da0> <<< 7723 1726883177.45969: stdout chunk (state=3): >>>import '_tokenize' # <<< 7723 1726883177.46298: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2af22870><<< 7723 1726883177.46503: stdout chunk (state=3): >>> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2af225d0> # /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 0x7f6e2af22b40> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2af16540> <<< 7723 1726883177.46533: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883177.46547: stdout chunk (state=3): >>># extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6e2af67a10><<< 7723 1726883177.46712: 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 0x7f6e2af681a0> # /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 0x7f6e2af69c10> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2af699d0> <<< 7723 1726883177.46728: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 7723 1726883177.47308: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' # extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6e2af6c1a0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2af6a300> # /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' # <<< 7723 1726883177.47363: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2af6f980> <<< 7723 1726883177.47799: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2af6c350><<< 7723 1726883177.47904: stdout chunk (state=3): >>> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6e2af70800> <<< 7723 1726883177.47943: 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' <<< 7723 1726883177.47960: stdout chunk (state=3): >>># 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 0x7f6e2af70bc0><<< 7723 1726883177.47965: stdout chunk (state=3): >>> <<< 7723 1726883177.48038: 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' <<< 7723 1726883177.48043: stdout chunk (state=3): >>>import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6e2af70c80><<< 7723 1726883177.48049: stdout chunk (state=3): >>> <<< 7723 1726883177.48074: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2af68350> <<< 7723 1726883177.48110: 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 <<< 7723 1726883177.48129: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 7723 1726883177.48155: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 7723 1726883177.48195: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 7723 1726883177.48244: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883177.48285: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883177.48290: stdout chunk (state=3): >>>import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6e2affc320> <<< 7723 1726883177.48559: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6e2affd6d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2af72ab0> <<< 7723 1726883177.48604: 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 0x7f6e2af73e60> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2af726c0><<< 7723 1726883177.48637: stdout chunk (state=3): >>> <<< 7723 1726883177.48643: stdout chunk (state=3): >>># zipimport: zlib available<<< 7723 1726883177.48675: stdout chunk (state=3): >>> <<< 7723 1726883177.48678: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883177.48699: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 7723 1726883177.48795: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883177.48899: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883177.49005: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883177.49034: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883177.49045: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 7723 1726883177.49070: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883177.49095: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883177.49106: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 7723 1726883177.49133: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883177.49319: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883177.49696: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883177.50412: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883177.51291: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 7723 1726883177.51305: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 7723 1726883177.51327: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # <<< 7723 1726883177.51341: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 7723 1726883177.51376: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 7723 1726883177.51410: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883177.51490: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883177.51512: 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 0x7f6e2ae01910><<< 7723 1726883177.51518: stdout chunk (state=3): >>> <<< 7723 1726883177.51639: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 7723 1726883177.51657: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 7723 1726883177.51687: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2ae025d0> <<< 7723 1726883177.51708: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2affd9d0> <<< 7723 1726883177.51776: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 7723 1726883177.51803: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883177.51837: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883177.51861: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 7723 1726883177.51899: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883177.52198: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883177.52353: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 7723 1726883177.52370: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 7723 1726883177.52389: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2ae02300> <<< 7723 1726883177.52416: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883177.53403: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883177.53903: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883177.54101: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.collections' # <<< 7723 1726883177.54129: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883177.54182: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883177.54233: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 7723 1726883177.54258: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883177.54364: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883177.54599: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available <<< 7723 1726883177.54644: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 7723 1726883177.54668: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883177.55042: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883177.55415: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 7723 1726883177.55511: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 7723 1726883177.55542: stdout chunk (state=3): >>>import '_ast' # <<< 7723 1726883177.55698: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2ae03680> # zipimport: zlib available <<< 7723 1726883177.55768: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883177.55878: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 7723 1726883177.55886: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # <<< 7723 1726883177.56001: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available <<< 7723 1726883177.56048: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 7723 1726883177.56070: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883177.56138: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883177.56207: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883177.56293: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883177.56394: 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 <<< 7723 1726883177.56499: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883177.56582: 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' <<< 7723 1726883177.56703: stdout chunk (state=3): >>># 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 0x7f6e2ae0dfd0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2ae090a0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 7723 1726883177.56791: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883177.56887: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883177.56932: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883177.56998: 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 <<< 7723 1726883177.57001: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883177.57071: 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 <<< 7723 1726883177.57075: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc'<<< 7723 1726883177.57102: stdout chunk (state=3): >>> <<< 7723 1726883177.57114: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 7723 1726883177.57219: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 7723 1726883177.57403: stdout chunk (state=3): >>># /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 0x7f6e2af028a0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2b672570> <<< 7723 1726883177.57524: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2ae0dfa0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2ae046e0> <<< 7723 1726883177.57531: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 7723 1726883177.57600: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883177.57603: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883177.57649: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 7723 1726883177.57749: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 7723 1726883177.57755: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 7723 1726883177.57882: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 7723 1726883177.58226: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883177.58637: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.urllib' # <<< 7723 1726883177.58655: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.urllib.parse' # <<< 7723 1726883177.58680: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883177.58733: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883177.58780: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # <<< 7723 1726883177.58807: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883177.60210: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883177.61013: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py <<< 7723 1726883177.61023: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883177.61026: stdout chunk (state=3): >>>import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2aea0590> <<< 7723 1726883177.61057: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/__init__.py <<< 7723 1726883177.61079: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc' import 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2aea0740> <<< 7723 1726883177.61215: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/application.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py # code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py # code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2aea0ec0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2aea0aa0> # /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py <<< 7723 1726883177.61224: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc' <<< 7723 1726883177.61287: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2aea1af0> <<< 7723 1726883177.61324: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc' <<< 7723 1726883177.61354: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py <<< 7723 1726883177.61401: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py <<< 7723 1726883177.61414: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' <<< 7723 1726883177.61603: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py # code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py # code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2ae8d730> # /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py # code object from '/usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2ae8d4f0> # /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py # code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2aaf2480> <<< 7723 1726883177.61643: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2aea32f0> <<< 7723 1726883177.61679: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 7723 1726883177.61705: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' <<< 7723 1726883177.61734: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py <<< 7723 1726883177.61762: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' <<< 7723 1726883177.61796: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py <<< 7723 1726883177.61908: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 7723 1726883177.62008: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2aafcf80> <<< 7723 1726883177.62027: stdout chunk (state=3): >>>import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2aaf3b30> <<< 7723 1726883177.62074: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2aaf2ed0> <<< 7723 1726883177.62199: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2aea2750> # /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py # code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py <<< 7723 1726883177.62256: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' <<< 7723 1726883177.62297: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py <<< 7723 1726883177.62302: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc'<<< 7723 1726883177.62343: stdout chunk (state=3): >>> <<< 7723 1726883177.62354: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2ab30ec0><<< 7723 1726883177.62361: stdout chunk (state=3): >>> <<< 7723 1726883177.62695: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2ab250d0> <<< 7723 1726883177.62744: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2aea2c00> <<< 7723 1726883177.62775: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py <<< 7723 1726883177.63014: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py # code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py # code object from '/usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc' import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2ab74c80> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2ab32c60> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2ab24bc0> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2aea2210> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2aea1bb0> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2aea1820> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2aea0800> # /usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/multipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc' import 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2aea1be0> # /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py # code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' <<< 7723 1726883177.63027: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py <<< 7723 1726883177.63057: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' <<< 7723 1726883177.63117: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2ab75310> <<< 7723 1726883177.63139: stdout chunk (state=3): >>>import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2ab74f20> <<< 7723 1726883177.63170: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py <<< 7723 1726883177.63196: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883177.63293: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2ab75a00> <<< 7723 1726883177.63327: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 7723 1726883177.63370: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 7723 1726883177.63497: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 7723 1726883177.63511: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 7723 1726883177.63614: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883177.63732: stdout chunk (state=3): >>># extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883177.63799: stdout chunk (state=3): >>>import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6e2ab7b590> <<< 7723 1726883177.64078: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2ab78b90> <<< 7723 1726883177.64083: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2ab76780> <<< 7723 1726883177.64199: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py # code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2ab78620> # /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py # code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' <<< 7723 1726883177.64217: stdout chunk (state=3): >>>import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2ab66960> <<< 7723 1726883177.64261: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc' <<< 7723 1726883177.64310: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc' <<< 7723 1726883177.64398: stdout chunk (state=3): >>>import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2ab675f0> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2ab670b0> # /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 7723 1726883177.64497: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 7723 1726883177.64569: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2ab678f0> <<< 7723 1726883177.64608: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 7723 1726883177.64661: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 7723 1726883177.65037: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2ab96ed0> # /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py<<< 7723 1726883177.65199: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2aa236b0> # zipimport: zlib available <<< 7723 1726883177.65394: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 7723 1726883177.65460: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883177.67218: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py <<< 7723 1726883177.67226: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' <<< 7723 1726883177.67270: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py <<< 7723 1726883177.67297: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' <<< 7723 1726883177.67337: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883177.67360: stdout chunk (state=3): >>># extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6e2a762fc0><<< 7723 1726883177.67368: stdout chunk (state=3): >>> <<< 7723 1726883177.67396: stdout chunk (state=3): >>>import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2a762240> <<< 7723 1726883177.67797: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2a762210> <<< 7723 1726883194.99722: stdout chunk (state=3): >>> {"redirected": true, "url": "https://candlepin.local:8443/candlepin/", "status": 200, "x_candlepin_request_uuid": "41b97f30-65ba-4ba7-bcc5-f7713b2edf8a", "x_version": "4.4.16-1", "vary": "accept-encoding", "content_type": "application/json", "transfer_encoding": "chunked", "date": "Sat, 21 Sep 2024 01:46:34 GMT", "connection": "close", "cookies_string": "", "cookies": {}, "msg": "OK (unknown bytes)", "elapsed": 17, "changed": false, "invocation": {"module_args": {"url": "https://candlepin.local:8443/candlepin", "method": "HEAD", "validate_certs": false, "force": false, "http_agent": "ansible-httpget", "use_proxy": true, "force_basic_auth": false, "use_gssapi": false, "body_format": "raw", "return_content": false, "follow_redirects": "safe", "status_code": [200], "timeout": 30, "headers": {}, "remote_src": false, "unredirected_headers": [], "decompress": true, "use_netrc": true, "unsafe_writes": false, "url_username": null, "url_password": null, "client_cert": null, "client_key": null, "dest": null, "body": null, "src": null, "creates": null, "removes": null, "unix_socket": null, "ca_path": null, "ciphers": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}}<<< 7723 1726883194.99745: stdout chunk (state=3): >>> <<< 7723 1726883194.99773: stdout chunk (state=3): >>># destroy __main__ <<< 7723 1726883195.00807: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value<<< 7723 1726883195.00872: stdout chunk (state=3): >>> # 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<<< 7723 1726883195.01033: stdout chunk (state=3): >>> # 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 # 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 # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile<<< 7723 1726883195.01045: stdout chunk (state=3): >>> # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath<<< 7723 1726883195.01057: stdout chunk (state=3): >>> # cleanup[2] removing urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob <<< 7723 1726883195.01064: stdout chunk (state=3): >>># cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc<<< 7723 1726883195.01093: stdout chunk (state=3): >>> # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil <<< 7723 1726883195.01118: stdout chunk (state=3): >>># destroy pkgutil # cleanup[2] removing ansible<<< 7723 1726883195.01139: stdout chunk (state=3): >>> # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__<<< 7723 1726883195.01147: stdout chunk (state=3): >>> # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner<<< 7723 1726883195.01159: stdout chunk (state=3): >>> # cleanup[2] removing json.decoder <<< 7723 1726883195.01165: stdout chunk (state=3): >>># cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit<<< 7723 1726883195.01329: stdout chunk (state=3): >>> # 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 # 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 # 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 # 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<<< 7723 1726883195.01341: stdout chunk (state=3): >>>.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.six.moves.urllib # cleanup[2] removing ansible.module_utils.six.moves.urllib.parse # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing email # cleanup[2] removing email.mime # cleanup[2] removing quopri # cleanup[2] removing email.encoders # cleanup[2] removing email.errors # cleanup[2] removing email.quoprimime # cleanup[2] removing email.base64mime # cleanup[2] removing email.charset # cleanup[2] removing email.header # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing email.utils # cleanup[2] removing email._policybase # cleanup[2] removing email._encoded_words # cleanup[2] removing email._header_value_parser # cleanup[2] removing email.headerregistry # cleanup[2] removing email.iterators # cleanup[2] removing email.message # cleanup[2] removing email.contentmanager # cleanup[2] removing email.policy # cleanup[2] removing email.mime.base # cleanup[2] removing email.mime.nonmultipart # cleanup[2] removing email.mime.application # cleanup[2] removing email.mime.multipart # cleanup[2] removing email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing http # cleanup[2] removing _ssl # cleanup[2] removing ssl # cleanup[2] removing http.client # cleanup[2] removing mimetypes # cleanup[2] removing netrc # cleanup[2] removing urllib.response # cleanup[2] removing urllib.error # cleanup[2] removing urllib.request # cleanup[2] removing http.cookiejar # cleanup[2] removing gzip # cleanup[2] removing ansible.module_utils.urls # destroy ansible.module_utils.urls # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna <<< 7723 1726883195.01818: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _lzma # destroy _blake2 # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy urllib.parse # destroy urllib.response # destroy urllib.error # destroy urllib.request <<< 7723 1726883195.01839: stdout chunk (state=3): >>># destroy ntpath <<< 7723 1726883195.01846: stdout chunk (state=3): >>># destroy importlib<<< 7723 1726883195.01870: stdout chunk (state=3): >>> <<< 7723 1726883195.01874: stdout chunk (state=3): >>># destroy zipimport # destroy __main__ <<< 7723 1726883195.01906: stdout chunk (state=3): >>># destroy systemd.journal <<< 7723 1726883195.01920: stdout chunk (state=3): >>># destroy systemd.daemon # destroy ansible.module_utils.compat.selinux <<< 7723 1726883195.01931: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder<<< 7723 1726883195.01937: stdout chunk (state=3): >>> # destroy json.scanner<<< 7723 1726883195.02107: stdout chunk (state=3): >>> # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy array # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse <<< 7723 1726883195.02110: stdout chunk (state=3): >>># destroy json # destroy logging # destroy shlex # destroy subprocess<<< 7723 1726883195.02167: stdout chunk (state=3): >>> # destroy mimetypes # destroy netrc <<< 7723 1726883195.02182: stdout chunk (state=3): >>># destroy gzip <<< 7723 1726883195.02208: stdout chunk (state=3): >>># destroy email.mime <<< 7723 1726883195.02227: stdout chunk (state=3): >>># destroy email.mime.base # destroy email.mime.nonmultipart # destroy email.mime.application<<< 7723 1726883195.02252: stdout chunk (state=3): >>> # destroy email.mime.multipart <<< 7723 1726883195.02284: stdout chunk (state=3): >>># destroy email.base64mime # destroy email._parseaddr # destroy email._policybase # destroy email.headerregistry # destroy email.iterators<<< 7723 1726883195.02347: stdout chunk (state=3): >>> # destroy email.contentmanager # destroy email.policy # destroy email.feedparser # destroy email.parser # destroy email.encoders # destroy email.message # destroy email.header <<< 7723 1726883195.02351: stdout chunk (state=3): >>># destroy random <<< 7723 1726883195.02379: stdout chunk (state=3): >>># destroy calendar # destroy locale <<< 7723 1726883195.02431: stdout chunk (state=3): >>># destroy email._header_value_parser # destroy email._encoded_words # destroy unicodedata # destroy email.quoprimime<<< 7723 1726883195.02456: stdout chunk (state=3): >>> # destroy binascii # destroy quopri # destroy email.utils # destroy email.charset<<< 7723 1726883195.02516: stdout chunk (state=3): >>> # destroy email.errors # destroy http.client # destroy http.cookiejar <<< 7723 1726883195.02539: stdout chunk (state=3): >>># destroy errno <<< 7723 1726883195.02711: stdout chunk (state=3): >>># destroy _ssl # destroy base64 # destroy bisect # destroy email # destroy hashlib # destroy socket # destroy string # destroy tempfile # destroy ssl # destroy copy # destroy datetime # destroy urllib # destroy http # destroy struct # destroy zlib # destroy _compression <<< 7723 1726883195.02807: stdout chunk (state=3): >>># cleanup[3] wiping encodings.idna # destroy stringprep <<< 7723 1726883195.02868: stdout chunk (state=3): >>># cleanup[3] wiping ansible.module_utils.six.moves.urllib.parse # cleanup[3] wiping ansible.module_utils.six.moves.urllib # cleanup[3] wiping selinux._selinux <<< 7723 1726883195.02875: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes<<< 7723 1726883195.02903: stdout chunk (state=3): >>> # 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 <<< 7723 1726883195.02943: stdout chunk (state=3): >>># cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal <<< 7723 1726883195.02951: stdout chunk (state=3): >>># cleanup[3] wiping _string # cleanup[3] wiping _uuid<<< 7723 1726883195.02987: stdout chunk (state=3): >>> # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize <<< 7723 1726883195.03126: stdout chunk (state=3): >>># 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 ipaddress # 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 <<< 7723 1726883195.03152: stdout chunk (state=3): >>># cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc<<< 7723 1726883195.03185: stdout chunk (state=3): >>> # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator<<< 7723 1726883195.03190: stdout chunk (state=3): >>> # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig <<< 7723 1726883195.03221: stdout chunk (state=3): >>># cleanup[3] wiping os <<< 7723 1726883195.03236: 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<<< 7723 1726883195.03401: stdout chunk (state=3): >>> # cleanup[3] wiping _abc<<< 7723 1726883195.03407: stdout chunk (state=3): >>> # 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 <<< 7723 1726883195.03495: stdout chunk (state=3): >>># destroy sys.monitoring <<< 7723 1726883195.03499: stdout chunk (state=3): >>># destroy _socket <<< 7723 1726883195.03561: stdout chunk (state=3): >>># destroy _collections <<< 7723 1726883195.03585: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 7723 1726883195.03617: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser <<< 7723 1726883195.03654: stdout chunk (state=3): >>># destroy tokenize <<< 7723 1726883195.03700: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib<<< 7723 1726883195.03759: stdout chunk (state=3): >>> # destroy _typing<<< 7723 1726883195.03782: stdout chunk (state=3): >>> # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response <<< 7723 1726883195.03813: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib.robotparser # destroy operator # destroy ansible.module_utils.six.moves<<< 7723 1726883195.04005: stdout chunk (state=3): >>> # destroy functools # destroy ipaddress # 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<<< 7723 1726883195.04108: stdout chunk (state=3): >>> # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # 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 _sre # destroy _string # destroy re # destroy itertools # destroy _abc # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 7723 1726883195.04999: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.120 closed. <<< 7723 1726883195.05035: stderr chunk (state=3): >>><<< 7723 1726883195.05039: stdout chunk (state=3): >>><<< 7723 1726883195.05123: _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 0x7f6e2bb103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2badfa10> # /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 0x7f6e2bb12960> 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 0x7f6e2b8c0fe0> # /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 0x7f6e2b8c1f10> 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 0x7f6e2b8ffd40> # /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 0x7f6e2b8fff80> # /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 0x7f6e2b937740> # /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 0x7f6e2b937dd0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2b917a10> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2b915130> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2b8fcef0> # /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 0x7f6e2b95b680> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2b95a2a0> # /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 0x7f6e2b916000> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2b958b30> # /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 0x7f6e2b98c6b0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2b8fc170> # /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 0x7f6e2b98cb60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2b98ca10> # 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 0x7f6e2b98ce00> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2b8fac90> # /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 0x7f6e2b98d4c0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2b98d190> 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 0x7f6e2b98e3c0> 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 0x7f6e2b9a85f0> 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 0x7f6e2b9a9d30> # /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 0x7f6e2b9aabd0> # 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 0x7f6e2b9ab230> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2b9aa120> # /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 0x7f6e2b9abcb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2b9ab3e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2b98e420> # /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 0x7f6e2b6dbbf0> # /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 0x7f6e2b7046e0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2b704440> # 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 0x7f6e2b704710> # /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 0x7f6e2b704fe0> # 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 0x7f6e2b7059a0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2b704890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2b6d9d90> # /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 0x7f6e2b706d80> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2b705ac0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2b98eb10> # /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 0x7f6e2b72f0e0> # /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 0x7f6e2b753470> # /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 0x7f6e2b7b4290> # /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 0x7f6e2b7b69f0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2b7b43b0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2b781280> # /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 0x7f6e2b5b9310> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2b7522a0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2b707ce0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f6e2b752600> # zipimport: found 32 names in '/tmp/ansible_ansible.legacy.uri_payload_8g5_2etn/ansible_ansible.legacy.uri_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 0x7f6e2b613050> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2b5f1f40> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2b5f10d0> # 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 0x7f6e2b611340> # /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 0x7f6e2b63aa20> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2b63a7b0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2b63a0c0> # /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 0x7f6e2b63aab0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2b613ce0> 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 0x7f6e2b63b710> # 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 0x7f6e2b63b8c0> # /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 0x7f6e2b63bdd0> 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 0x7f6e2af11b50> # 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 0x7f6e2af13770> # /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 0x7f6e2af14140> # /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 0x7f6e2af15010> # /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 0x7f6e2af17d40> # 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 0x7f6e2b9aab40> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2af16030> # /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 0x7f6e2af23da0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2af22870> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2af225d0> # /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 0x7f6e2af22b40> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2af16540> # 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 0x7f6e2af67a10> # /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 0x7f6e2af681a0> # /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 0x7f6e2af69c10> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2af699d0> # /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 0x7f6e2af6c1a0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2af6a300> # /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 0x7f6e2af6f980> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2af6c350> # 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 0x7f6e2af70800> # 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 0x7f6e2af70bc0> # 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 0x7f6e2af70c80> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2af68350> # /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 0x7f6e2affc320> # 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 0x7f6e2affd6d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2af72ab0> # 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 0x7f6e2af73e60> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2af726c0> # 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 0x7f6e2ae01910> # /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 0x7f6e2ae025d0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2affd9d0> 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 0x7f6e2ae02300> # 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 0x7f6e2ae03680> # 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 0x7f6e2ae0dfd0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2ae090a0> 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 0x7f6e2af028a0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2b672570> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2ae0dfa0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2ae046e0> # 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 import 'ansible.module_utils.six.moves.urllib' # import 'ansible.module_utils.six.moves.urllib.parse' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.datetime' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py # code object from '/usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc' import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2aea0590> # /usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/__init__.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc' import 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2aea0740> # /usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/application.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py # code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py # code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2aea0ec0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2aea0aa0> # /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py # code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc' import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2aea1af0> # /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py # code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py # code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py # code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py # code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2ae8d730> # /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py # code object from '/usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2ae8d4f0> # /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py # code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2aaf2480> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2aea32f0> # /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py # code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py # code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py # code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2aafcf80> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2aaf3b30> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2aaf2ed0> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2aea2750> # /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py # code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py # code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py # code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2ab30ec0> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2ab250d0> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2aea2c00> # /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py # code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py # code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py # code object from '/usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc' import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2ab74c80> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2ab32c60> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2ab24bc0> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2aea2210> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2aea1bb0> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2aea1820> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2aea0800> # /usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/multipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc' import 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2aea1be0> # /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py # code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py # code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2ab75310> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2ab74f20> # /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py # code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2ab75a00> # /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py # code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py # code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' # extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' # extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6e2ab7b590> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2ab78b90> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2ab76780> # /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py # code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2ab78620> # /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py # code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2ab66960> # /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc' # /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc' import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2ab675f0> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2ab670b0> # /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2ab678f0> # /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py # code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2ab96ed0> # /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py # code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2aa236b0> # zipimport: zlib available import 'ansible.module_utils.urls' # # zipimport: zlib available # /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py # code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' # extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6e2a762fc0> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2a762240> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6e2a762210> {"redirected": true, "url": "https://candlepin.local:8443/candlepin/", "status": 200, "x_candlepin_request_uuid": "41b97f30-65ba-4ba7-bcc5-f7713b2edf8a", "x_version": "4.4.16-1", "vary": "accept-encoding", "content_type": "application/json", "transfer_encoding": "chunked", "date": "Sat, 21 Sep 2024 01:46:34 GMT", "connection": "close", "cookies_string": "", "cookies": {}, "msg": "OK (unknown bytes)", "elapsed": 17, "changed": false, "invocation": {"module_args": {"url": "https://candlepin.local:8443/candlepin", "method": "HEAD", "validate_certs": false, "force": false, "http_agent": "ansible-httpget", "use_proxy": true, "force_basic_auth": false, "use_gssapi": false, "body_format": "raw", "return_content": false, "follow_redirects": "safe", "status_code": [200], "timeout": 30, "headers": {}, "remote_src": false, "unredirected_headers": [], "decompress": true, "use_netrc": true, "unsafe_writes": false, "url_username": null, "url_password": null, "client_cert": null, "client_key": null, "dest": null, "body": null, "src": null, "creates": null, "removes": null, "unix_socket": null, "ca_path": null, "ciphers": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} # 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 # 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 # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing 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 # cleanup[2] removing ipaddress # cleanup[2] removing 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 # 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 # 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 # 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 # cleanup[2] removing ansible.module_utils.six.moves.urllib # cleanup[2] removing ansible.module_utils.six.moves.urllib.parse # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing email # cleanup[2] removing email.mime # cleanup[2] removing quopri # cleanup[2] removing email.encoders # cleanup[2] removing email.errors # cleanup[2] removing email.quoprimime # cleanup[2] removing email.base64mime # cleanup[2] removing email.charset # cleanup[2] removing email.header # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing email.utils # cleanup[2] removing email._policybase # cleanup[2] removing email._encoded_words # cleanup[2] removing email._header_value_parser # cleanup[2] removing email.headerregistry # cleanup[2] removing email.iterators # cleanup[2] removing email.message # cleanup[2] removing email.contentmanager # cleanup[2] removing email.policy # cleanup[2] removing email.mime.base # cleanup[2] removing email.mime.nonmultipart # cleanup[2] removing email.mime.application # cleanup[2] removing email.mime.multipart # cleanup[2] removing email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing http # cleanup[2] removing _ssl # cleanup[2] removing ssl # cleanup[2] removing http.client # cleanup[2] removing mimetypes # cleanup[2] removing netrc # cleanup[2] removing urllib.response # cleanup[2] removing urllib.error # cleanup[2] removing urllib.request # cleanup[2] removing http.cookiejar # cleanup[2] removing gzip # cleanup[2] removing ansible.module_utils.urls # destroy ansible.module_utils.urls # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _lzma # destroy _blake2 # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy urllib.parse # destroy urllib.response # destroy urllib.error # destroy urllib.request # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy array # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # destroy mimetypes # destroy netrc # destroy gzip # destroy email.mime # destroy email.mime.base # destroy email.mime.nonmultipart # destroy email.mime.application # destroy email.mime.multipart # destroy email.base64mime # destroy email._parseaddr # destroy email._policybase # destroy email.headerregistry # destroy email.iterators # destroy email.contentmanager # destroy email.policy # destroy email.feedparser # destroy email.parser # destroy email.encoders # destroy email.message # destroy email.header # destroy random # destroy calendar # destroy locale # destroy email._header_value_parser # destroy email._encoded_words # destroy unicodedata # destroy email.quoprimime # destroy binascii # destroy quopri # destroy email.utils # destroy email.charset # destroy email.errors # destroy http.client # destroy http.cookiejar # destroy errno # destroy _ssl # destroy base64 # destroy bisect # destroy email # destroy hashlib # destroy socket # destroy string # destroy tempfile # destroy ssl # destroy copy # destroy datetime # destroy urllib # destroy http # destroy struct # destroy zlib # destroy _compression # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping ansible.module_utils.six.moves.urllib.parse # cleanup[3] wiping ansible.module_utils.six.moves.urllib # 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 ipaddress # 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 operator # destroy ansible.module_utils.six.moves # destroy functools # destroy ipaddress # 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 encodings.idna # 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 _sre # destroy _string # destroy re # destroy itertools # destroy _abc # 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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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.12.120 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 # 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 # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing 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 # cleanup[2] removing ipaddress # cleanup[2] removing 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 # 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 # 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 # 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 # cleanup[2] removing ansible.module_utils.six.moves.urllib # cleanup[2] removing ansible.module_utils.six.moves.urllib.parse # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing email # cleanup[2] removing email.mime # cleanup[2] removing quopri # cleanup[2] removing email.encoders # cleanup[2] removing email.errors # cleanup[2] removing email.quoprimime # cleanup[2] removing email.base64mime # cleanup[2] removing email.charset # cleanup[2] removing email.header # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing email.utils # cleanup[2] removing email._policybase # cleanup[2] removing email._encoded_words # cleanup[2] removing email._header_value_parser # cleanup[2] removing email.headerregistry # cleanup[2] removing email.iterators # cleanup[2] removing email.message # cleanup[2] removing email.contentmanager # cleanup[2] removing email.policy # cleanup[2] removing email.mime.base # cleanup[2] removing email.mime.nonmultipart # cleanup[2] removing email.mime.application # cleanup[2] removing email.mime.multipart # cleanup[2] removing email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing http # cleanup[2] removing _ssl # cleanup[2] removing ssl # cleanup[2] removing http.client # cleanup[2] removing mimetypes # cleanup[2] removing netrc # cleanup[2] removing urllib.response # cleanup[2] removing urllib.error # cleanup[2] removing urllib.request # cleanup[2] removing http.cookiejar # cleanup[2] removing gzip # cleanup[2] removing ansible.module_utils.urls # destroy ansible.module_utils.urls # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _lzma # destroy _blake2 # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy urllib.parse # destroy urllib.response # destroy urllib.error # destroy urllib.request # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy array # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # destroy mimetypes # destroy netrc # destroy gzip # destroy email.mime # destroy email.mime.base # destroy email.mime.nonmultipart # destroy email.mime.application # destroy email.mime.multipart # destroy email.base64mime # destroy email._parseaddr # destroy email._policybase # destroy email.headerregistry # destroy email.iterators # destroy email.contentmanager # destroy email.policy # destroy email.feedparser # destroy email.parser # destroy email.encoders # destroy email.message # destroy email.header # destroy random # destroy calendar # destroy locale # destroy email._header_value_parser # destroy email._encoded_words # destroy unicodedata # destroy email.quoprimime # destroy binascii # destroy quopri # destroy email.utils # destroy email.charset # destroy email.errors # destroy http.client # destroy http.cookiejar # destroy errno # destroy _ssl # destroy base64 # destroy bisect # destroy email # destroy hashlib # destroy socket # destroy string # destroy tempfile # destroy ssl # destroy copy # destroy datetime # destroy urllib # destroy http # destroy struct # destroy zlib # destroy _compression # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping ansible.module_utils.six.moves.urllib.parse # cleanup[3] wiping ansible.module_utils.six.moves.urllib # 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 ipaddress # 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 operator # destroy ansible.module_utils.six.moves # destroy functools # destroy ipaddress # 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 encodings.idna # 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 _sre # destroy _string # destroy re # destroy itertools # destroy _abc # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks 7723 1726883195.05855: done with _execute_module (ansible.legacy.uri, {'url': 'https://candlepin.local:8443/candlepin', 'method': 'HEAD', 'validate_certs': False, '_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': 'ansible.legacy.uri', '_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-1726883176.9060528-8616-66257210745314/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7723 1726883195.05859: _low_level_execute_command(): starting 7723 1726883195.05861: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726883176.9060528-8616-66257210745314/ > /dev/null 2>&1 && sleep 0' 7723 1726883195.05937: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7723 1726883195.05942: 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 <<< 7723 1726883195.05945: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883195.05948: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration <<< 7723 1726883195.05950: 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 debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883195.06002: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883195.06006: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883195.06008: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883195.06062: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883195.07958: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883195.07982: stderr chunk (state=3): >>><<< 7723 1726883195.07985: stdout chunk (state=3): >>><<< 7723 1726883195.08001: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883195.08008: handler run complete 7723 1726883195.08125: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7723 1726883195.08257: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7723 1726883195.08283: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7723 1726883195.08304: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7723 1726883195.08326: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7723 1726883195.08382: variable 'waitresult' from source: unknown 7723 1726883195.08398: Evaluated conditional (waitresult is succeeded): True 7723 1726883195.08409: attempt loop complete, returning result 7723 1726883195.08412: _execute() done 7723 1726883195.08415: dumping result to json 7723 1726883195.08423: done dumping result, returning 7723 1726883195.08432: done running TaskExecutor() for managed_node1/TASK: Wait for started Candlepin [0affc0aa-4893-13c9-9f63-000000000022] 7723 1726883195.08434: sending task result for task 0affc0aa-4893-13c9-9f63-000000000022 7723 1726883195.08600: done sending task result for task 0affc0aa-4893-13c9-9f63-000000000022 7723 1726883195.08603: WORKER PROCESS EXITING ok: [managed_node1] => { "attempts": 1, "changed": false, "connection": "close", "content_type": "application/json", "cookies": {}, "cookies_string": "", "date": "Sat, 21 Sep 2024 01:46:34 GMT", "elapsed": 17, "redirected": true, "status": 200, "transfer_encoding": "chunked", "url": "https://candlepin.local:8443/candlepin/", "vary": "accept-encoding", "x_candlepin_request_uuid": "41b97f30-65ba-4ba7-bcc5-f7713b2edf8a", "x_version": "4.4.16-1" } MSG: OK (unknown bytes) 7723 1726883195.08685: no more pending results, returning what we have 7723 1726883195.08688: results queue empty 7723 1726883195.08688: checking for any_errors_fatal 7723 1726883195.08692: done checking for any_errors_fatal 7723 1726883195.08693: checking for max_fail_percentage 7723 1726883195.08694: done checking for max_fail_percentage 7723 1726883195.08695: checking to see if all hosts have failed and the running result is not ok 7723 1726883195.08696: done checking to see if all hosts have failed 7723 1726883195.08696: getting the remaining hosts for this loop 7723 1726883195.08698: done getting the remaining hosts for this loop 7723 1726883195.08701: getting the next task for host managed_node1 7723 1726883195.08706: done getting next task for host managed_node1 7723 1726883195.08708: ^ task is: TASK: Install GPG key for RPM repositories 7723 1726883195.08710: ^ state is: HOST STATE: block=2, task=2, 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=14, 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 7723 1726883195.08713: getting variables 7723 1726883195.08715: in VariableManager get_vars() 7723 1726883195.08737: Calling all_inventory to load vars for managed_node1 7723 1726883195.08742: Calling groups_inventory to load vars for managed_node1 7723 1726883195.08745: Calling all_plugins_inventory to load vars for managed_node1 7723 1726883195.08756: Calling all_plugins_play to load vars for managed_node1 7723 1726883195.08758: Calling groups_plugins_inventory to load vars for managed_node1 7723 1726883195.08760: Calling groups_plugins_play to load vars for managed_node1 7723 1726883195.08807: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7723 1726883195.08834: done with get_vars() 7723 1726883195.08848: done getting variables TASK [Install GPG key for RPM repositories] ************************************ task path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:127 Friday 20 September 2024 21:46:35 -0400 (0:00:18.267) 0:01:59.775 ****** 7723 1726883195.08919: entering _queue_task() for managed_node1/get_url 7723 1726883195.08921: Creating lock for get_url 7723 1726883195.09138: worker is 1 (out of 1 available) 7723 1726883195.09154: exiting _queue_task() for managed_node1/get_url 7723 1726883195.09165: done queuing things up, now waiting for results queue to drain 7723 1726883195.09167: waiting for pending results... 7723 1726883195.09318: running TaskExecutor() for managed_node1/TASK: Install GPG key for RPM repositories 7723 1726883195.09388: in run() - task 0affc0aa-4893-13c9-9f63-000000000023 7723 1726883195.09399: variable 'ansible_search_path' from source: unknown 7723 1726883195.09403: variable 'ansible_search_path' from source: unknown 7723 1726883195.09431: calling self._execute() 7723 1726883195.09483: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883195.09486: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883195.09494: variable 'omit' from source: magic vars 7723 1726883195.09836: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7723 1726883195.11398: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7723 1726883195.11444: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7723 1726883195.11482: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7723 1726883195.11508: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7723 1726883195.11530: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7723 1726883195.11592: 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) 7723 1726883195.11611: 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) 7723 1726883195.11629: 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) 7723 1726883195.11657: 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) 7723 1726883195.11668: 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) 7723 1726883195.11757: variable 'lsr_rhc_test_data_file' from source: set_fact 7723 1726883195.11779: Evaluated conditional (lsr_rhc_test_data_file | length == 0): True 7723 1726883195.11785: variable 'omit' from source: magic vars 7723 1726883195.11821: variable 'omit' from source: magic vars 7723 1726883195.11910: variable 'lsr_rhc_test_data' from source: include_vars 7723 1726883195.11938: variable 'omit' from source: magic vars 7723 1726883195.11961: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7723 1726883195.11987: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7723 1726883195.12001: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7723 1726883195.12015: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7723 1726883195.12028: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7723 1726883195.12039: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 7723 1726883195.12053: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 7723 1726883195.12075: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7723 1726883195.12078: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883195.12082: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883195.12162: Set connection var ansible_shell_type to sh 7723 1726883195.12165: Set connection var ansible_shell_executable to /bin/sh 7723 1726883195.12171: Set connection var ansible_module_compression to ZIP_DEFLATED 7723 1726883195.12174: Set connection var ansible_connection to ssh 7723 1726883195.12178: Set connection var ansible_pipelining to False 7723 1726883195.12183: Set connection var ansible_timeout to 10 7723 1726883195.12203: variable 'ansible_shell_executable' from source: unknown 7723 1726883195.12206: variable 'ansible_connection' from source: unknown 7723 1726883195.12208: variable 'ansible_module_compression' from source: unknown 7723 1726883195.12210: variable 'ansible_shell_type' from source: unknown 7723 1726883195.12212: variable 'ansible_shell_executable' from source: unknown 7723 1726883195.12215: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883195.12218: variable 'ansible_pipelining' from source: unknown 7723 1726883195.12221: variable 'ansible_timeout' from source: unknown 7723 1726883195.12229: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883195.12327: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 7723 1726883195.12334: variable 'omit' from source: magic vars 7723 1726883195.12344: starting attempt loop 7723 1726883195.12347: running the handler 7723 1726883195.12357: _low_level_execute_command(): starting 7723 1726883195.12363: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7723 1726883195.12873: 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 <<< 7723 1726883195.12877: 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.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 7723 1726883195.12880: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.12.120 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.12.120 originally 10.31.12.120 debug2: match found <<< 7723 1726883195.12885: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883195.12929: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883195.12934: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883195.12950: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883195.12998: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883195.14569: stdout chunk (state=3): >>>/root <<< 7723 1726883195.14659: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883195.14688: stderr chunk (state=3): >>><<< 7723 1726883195.14692: stdout chunk (state=3): >>><<< 7723 1726883195.14720: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883195.14734: _low_level_execute_command(): starting 7723 1726883195.14740: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726883195.14719-8829-68636683780336 `" && echo ansible-tmp-1726883195.14719-8829-68636683780336="` echo /root/.ansible/tmp/ansible-tmp-1726883195.14719-8829-68636683780336 `" ) && sleep 0' 7723 1726883195.15205: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883195.15208: 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.12.120 originally 10.31.12.120 debug2: match not found <<< 7723 1726883195.15210: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 7723 1726883195.15213: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883195.15216: 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883195.15269: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883195.15272: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883195.15275: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883195.15320: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883195.17188: stdout chunk (state=3): >>>ansible-tmp-1726883195.14719-8829-68636683780336=/root/.ansible/tmp/ansible-tmp-1726883195.14719-8829-68636683780336 <<< 7723 1726883195.17285: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883195.17318: stderr chunk (state=3): >>><<< 7723 1726883195.17321: stdout chunk (state=3): >>><<< 7723 1726883195.17345: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726883195.14719-8829-68636683780336=/root/.ansible/tmp/ansible-tmp-1726883195.14719-8829-68636683780336 , 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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883195.17390: variable 'ansible_module_compression' from source: unknown 7723 1726883195.17439: ANSIBALLZ: Using lock for get_url 7723 1726883195.17444: ANSIBALLZ: Acquiring lock 7723 1726883195.17447: ANSIBALLZ: Lock acquired: 140047142937872 7723 1726883195.17449: ANSIBALLZ: Creating module 7723 1726883195.26845: ANSIBALLZ: Writing module into payload 7723 1726883195.26935: ANSIBALLZ: Writing module 7723 1726883195.26956: ANSIBALLZ: Renaming module 7723 1726883195.26962: ANSIBALLZ: Done creating module 7723 1726883195.26977: variable 'ansible_facts' from source: unknown 7723 1726883195.27034: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726883195.14719-8829-68636683780336/AnsiballZ_get_url.py 7723 1726883195.27137: Sending initial data 7723 1726883195.27142: Sent initial data (151 bytes) 7723 1726883195.27608: 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 <<< 7723 1726883195.27611: 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.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883195.27613: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration <<< 7723 1726883195.27616: 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 <<< 7723 1726883195.27618: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883195.27674: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883195.27677: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883195.27680: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883195.27729: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883195.29296: 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 <<< 7723 1726883195.29335: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 7723 1726883195.29381: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7723b_d05x07/tmp5li7zxd4 /root/.ansible/tmp/ansible-tmp-1726883195.14719-8829-68636683780336/AnsiballZ_get_url.py <<< 7723 1726883195.29387: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726883195.14719-8829-68636683780336/AnsiballZ_get_url.py" <<< 7723 1726883195.29425: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-7723b_d05x07/tmp5li7zxd4" to remote "/root/.ansible/tmp/ansible-tmp-1726883195.14719-8829-68636683780336/AnsiballZ_get_url.py" <<< 7723 1726883195.29429: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726883195.14719-8829-68636683780336/AnsiballZ_get_url.py" <<< 7723 1726883195.30042: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883195.30086: stderr chunk (state=3): >>><<< 7723 1726883195.30090: stdout chunk (state=3): >>><<< 7723 1726883195.30107: done transferring module to remote 7723 1726883195.30123: _low_level_execute_command(): starting 7723 1726883195.30132: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726883195.14719-8829-68636683780336/ /root/.ansible/tmp/ansible-tmp-1726883195.14719-8829-68636683780336/AnsiballZ_get_url.py && sleep 0' 7723 1726883195.30592: 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 <<< 7723 1726883195.30595: 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.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883195.30597: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883195.30599: 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883195.30652: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883195.30656: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883195.30704: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883195.32433: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883195.32464: stderr chunk (state=3): >>><<< 7723 1726883195.32467: stdout chunk (state=3): >>><<< 7723 1726883195.32485: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883195.32488: _low_level_execute_command(): starting 7723 1726883195.32493: _low_level_execute_command(): using become for this command 7723 1726883195.32503: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-msswcsxsjftixblhosjrmqrfojeyhiie ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726883195.14719-8829-68636683780336/AnsiballZ_get_url.py'"'"' && sleep 0' 7723 1726883195.32597: Initial state: awaiting_escalation: BECOME-SUCCESS-msswcsxsjftixblhosjrmqrfojeyhiie 7723 1726883195.33001: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883195.33006: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883195.33048: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883195.33053: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883195.33100: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883195.36013: stdout chunk (state=1): >>>BECOME-SUCCESS-msswcsxsjftixblhosjrmqrfojeyhiie <<< 7723 1726883195.36018: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-msswcsxsjftixblhosjrmqrfojeyhiie' 7723 1726883195.36339: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 7723 1726883195.36371: stdout chunk (state=3): >>>import _imp # builtin <<< 7723 1726883195.36398: stdout chunk (state=3): >>>import '_thread' # <<< 7723 1726883195.36404: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 7723 1726883195.36475: stdout chunk (state=3): >>>import '_io' # <<< 7723 1726883195.36480: stdout chunk (state=3): >>>import 'marshal' # <<< 7723 1726883195.36510: stdout chunk (state=3): >>>import 'posix' # <<< 7723 1726883195.36545: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 7723 1726883195.36572: stdout chunk (state=3): >>>import 'time' # <<< 7723 1726883195.36575: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 7723 1726883195.36631: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 7723 1726883195.36644: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883195.36652: stdout chunk (state=3): >>>import '_codecs' # <<< 7723 1726883195.36678: stdout chunk (state=3): >>>import 'codecs' # <<< 7723 1726883195.36711: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 7723 1726883195.36736: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 7723 1726883195.36756: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0539103e0> <<< 7723 1726883195.36760: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0538dfa10> <<< 7723 1726883195.36782: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 7723 1726883195.36795: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb053912960> <<< 7723 1726883195.36816: stdout chunk (state=3): >>>import '_signal' # <<< 7723 1726883195.36843: stdout chunk (state=3): >>>import '_abc' # <<< 7723 1726883195.36847: stdout chunk (state=3): >>>import 'abc' # <<< 7723 1726883195.36864: stdout chunk (state=3): >>>import 'io' # <<< 7723 1726883195.36906: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 7723 1726883195.36988: stdout chunk (state=3): >>>import '_collections_abc' # <<< 7723 1726883195.37018: stdout chunk (state=3): >>>import 'genericpath' # <<< 7723 1726883195.37024: stdout chunk (state=3): >>>import 'posixpath' # <<< 7723 1726883195.37050: stdout chunk (state=3): >>>import 'os' # <<< 7723 1726883195.37065: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 7723 1726883195.37083: stdout chunk (state=3): >>>Processing user site-packages <<< 7723 1726883195.37095: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 7723 1726883195.37106: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 7723 1726883195.37112: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 7723 1726883195.37139: 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 <<< 7723 1726883195.37145: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 7723 1726883195.37163: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb053704fe0> <<< 7723 1726883195.37226: 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 <<< 7723 1726883195.37238: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883195.37243: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb053705f10> <<< 7723 1726883195.37267: stdout chunk (state=3): >>>import 'site' # <<< 7723 1726883195.37300: 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. <<< 7723 1726883195.37543: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 7723 1726883195.37565: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 7723 1726883195.37577: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 7723 1726883195.37590: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883195.37611: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 7723 1726883195.37653: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 7723 1726883195.37668: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 7723 1726883195.37702: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 7723 1726883195.37706: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb053743e00> <<< 7723 1726883195.37738: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 7723 1726883195.37748: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 7723 1726883195.37771: stdout chunk (state=3): >>>import '_operator' # <<< 7723 1726883195.37777: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb053743ec0> <<< 7723 1726883195.37800: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 7723 1726883195.37825: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 7723 1726883195.37849: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 7723 1726883195.37902: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883195.37914: stdout chunk (state=3): >>>import 'itertools' # <<< 7723 1726883195.37942: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' <<< 7723 1726883195.37956: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb05377b830> <<< 7723 1726883195.37964: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 7723 1726883195.37979: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 7723 1726883195.37988: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb05377bec0> <<< 7723 1726883195.38000: stdout chunk (state=3): >>>import '_collections' # <<< 7723 1726883195.38048: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb05375bad0> <<< 7723 1726883195.38062: stdout chunk (state=3): >>>import '_functools' # <<< 7723 1726883195.38087: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0537591f0> <<< 7723 1726883195.38178: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb053740fb0> <<< 7723 1726883195.38204: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 7723 1726883195.38223: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 7723 1726883195.38236: stdout chunk (state=3): >>>import '_sre' # <<< 7723 1726883195.38261: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 7723 1726883195.38283: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 7723 1726883195.38305: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 7723 1726883195.38312: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 7723 1726883195.38348: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb05379b800> <<< 7723 1726883195.38357: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb05379a420> <<< 7723 1726883195.38392: 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' <<< 7723 1726883195.38395: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb05375a090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb053798c20> <<< 7723 1726883195.38445: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 7723 1726883195.38461: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0537d07d0> <<< 7723 1726883195.38471: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb053740230> <<< 7723 1726883195.38481: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 7723 1726883195.38518: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883195.38526: 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 0x7fb0537d0c80> <<< 7723 1726883195.38533: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0537d0b30> <<< 7723 1726883195.38554: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883195.38571: stdout chunk (state=3): >>># 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 0x7fb0537d0f20> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb05373ed50> <<< 7723 1726883195.38604: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 7723 1726883195.38612: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883195.38626: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 7723 1726883195.38661: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 7723 1726883195.38664: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0537d15e0> <<< 7723 1726883195.38679: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0537d12b0> import 'importlib.machinery' # <<< 7723 1726883195.38706: 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' <<< 7723 1726883195.38729: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0537d24e0> <<< 7723 1726883195.38738: stdout chunk (state=3): >>>import 'importlib.util' # <<< 7723 1726883195.38755: stdout chunk (state=3): >>>import 'runpy' # <<< 7723 1726883195.38774: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 7723 1726883195.38809: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 7723 1726883195.38835: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 7723 1726883195.38849: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0537e86e0> <<< 7723 1726883195.38854: stdout chunk (state=3): >>>import 'errno' # <<< 7723 1726883195.38884: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883195.38887: 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 0x7fb0537e9dc0> <<< 7723 1726883195.38916: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 7723 1726883195.38919: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 7723 1726883195.38955: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 7723 1726883195.38967: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 7723 1726883195.38973: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0537eac30> <<< 7723 1726883195.39004: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883195.39029: stdout chunk (state=3): >>># 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 0x7fb0537eb260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0537ea180> <<< 7723 1726883195.39044: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 7723 1726883195.39058: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 7723 1726883195.39094: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883195.39106: 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 0x7fb0537ebce0> <<< 7723 1726883195.39108: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0537eb410> <<< 7723 1726883195.39152: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0537d2450> <<< 7723 1726883195.39169: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 7723 1726883195.39198: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 7723 1726883195.39215: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 7723 1726883195.39241: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 7723 1726883195.39276: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883195.39282: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb053523b60> <<< 7723 1726883195.39297: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 7723 1726883195.39312: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 7723 1726883195.39330: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb05354c560> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb05354c2f0> <<< 7723 1726883195.39361: 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 0x7fb05354c590> <<< 7723 1726883195.39387: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 7723 1726883195.39398: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 7723 1726883195.39460: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883195.39590: 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 0x7fb05354ce90> <<< 7723 1726883195.39701: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883195.39711: 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 0x7fb05354d880> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb05354c770> <<< 7723 1726883195.39719: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb053521d00> <<< 7723 1726883195.39749: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 7723 1726883195.39768: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 7723 1726883195.39794: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 7723 1726883195.39798: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 7723 1726883195.39817: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb05354ec30> <<< 7723 1726883195.39845: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb05354d9a0> <<< 7723 1726883195.39859: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0537d2c00> <<< 7723 1726883195.39883: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 7723 1726883195.39946: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883195.39967: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 7723 1726883195.40002: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 7723 1726883195.40030: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb05357af90> <<< 7723 1726883195.40084: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 7723 1726883195.40094: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883195.40116: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 7723 1726883195.40138: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 7723 1726883195.40177: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb05359b380> <<< 7723 1726883195.40201: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 7723 1726883195.40248: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 7723 1726883195.40297: stdout chunk (state=3): >>>import 'ntpath' # <<< 7723 1726883195.40322: 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 0x7fb0535fc170> <<< 7723 1726883195.40346: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 7723 1726883195.40373: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 7723 1726883195.40399: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 7723 1726883195.40443: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 7723 1726883195.40531: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0535fe8d0> <<< 7723 1726883195.40604: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0535fc290> <<< 7723 1726883195.40641: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0535c9160> <<< 7723 1726883195.40670: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' <<< 7723 1726883195.40678: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052f2d280> <<< 7723 1726883195.40692: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb05359a180> <<< 7723 1726883195.40697: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb05354fb60> <<< 7723 1726883195.40810: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 7723 1726883195.40828: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fb05359a780> <<< 7723 1726883195.40974: stdout chunk (state=3): >>># zipimport: found 32 names in '/tmp/ansible_get_url_payload_37h95_j4/ansible_get_url_payload.zip' <<< 7723 1726883195.40976: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883195.41107: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883195.41137: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 7723 1726883195.41147: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 7723 1726883195.41185: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 7723 1726883195.41263: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 7723 1726883195.41289: 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' <<< 7723 1726883195.41308: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052f7ef00> import '_typing' # <<< 7723 1726883195.41484: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052f5ddf0> <<< 7723 1726883195.41494: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052f5cf50> # zipimport: zlib available <<< 7723 1726883195.41527: stdout chunk (state=3): >>>import 'ansible' # <<< 7723 1726883195.41537: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883195.41550: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883195.41566: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883195.41571: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 7723 1726883195.41595: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883195.43044: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883195.44208: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' <<< 7723 1726883195.44217: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052f7cc50> <<< 7723 1726883195.44229: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883195.44259: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 7723 1726883195.44264: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 7723 1726883195.44289: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 7723 1726883195.44294: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 7723 1726883195.44329: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883195.44332: 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 0x7fb052faa8d0> <<< 7723 1726883195.44374: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052faa660> <<< 7723 1726883195.44404: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052fa9fa0> <<< 7723 1726883195.44429: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 7723 1726883195.44437: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 7723 1726883195.44477: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052faa3c0> <<< 7723 1726883195.44488: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb05375a9c0> import 'atexit' # <<< 7723 1726883195.44522: 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 0x7fb052fab620> <<< 7723 1726883195.44550: 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 0x7fb052fab860> <<< 7723 1726883195.44571: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 7723 1726883195.44619: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 7723 1726883195.44642: stdout chunk (state=3): >>>import '_locale' # <<< 7723 1726883195.44689: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052fabda0> <<< 7723 1726883195.44699: stdout chunk (state=3): >>>import 'pwd' # <<< 7723 1726883195.44716: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 7723 1726883195.44747: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 7723 1726883195.44784: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052e11be0> <<< 7723 1726883195.44818: stdout chunk (state=3): >>># 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 0x7fb052e13800> <<< 7723 1726883195.44843: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 7723 1726883195.44856: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 7723 1726883195.44899: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052e14200> <<< 7723 1726883195.44915: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 7723 1726883195.44953: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 7723 1726883195.44964: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052e15100> <<< 7723 1726883195.44988: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 7723 1726883195.45030: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 7723 1726883195.45053: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 7723 1726883195.45058: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 7723 1726883195.45114: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052e17e00> <<< 7723 1726883195.45151: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0537eaba0> <<< 7723 1726883195.45173: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052e160f0> <<< 7723 1726883195.45192: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 7723 1726883195.45225: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 7723 1726883195.45246: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 7723 1726883195.45264: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 7723 1726883195.45269: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 7723 1726883195.45307: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 7723 1726883195.45331: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 7723 1726883195.45349: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052e23da0> <<< 7723 1726883195.45352: stdout chunk (state=3): >>>import '_tokenize' # <<< 7723 1726883195.45429: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052e22870> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052e22600> <<< 7723 1726883195.45442: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 7723 1726883195.45454: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 7723 1726883195.45529: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052e22b40> <<< 7723 1726883195.45561: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052e165d0> <<< 7723 1726883195.45585: 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 0x7fb052e67fe0> <<< 7723 1726883195.45615: 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 0x7fb052e680e0> <<< 7723 1726883195.45636: 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 <<< 7723 1726883195.45656: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 7723 1726883195.45679: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 7723 1726883195.45722: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb052e69b80> <<< 7723 1726883195.45737: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052e69940> <<< 7723 1726883195.45742: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 7723 1726883195.45868: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 7723 1726883195.45923: 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 0x7fb052e6c110> <<< 7723 1726883195.45930: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052e6a270> <<< 7723 1726883195.45950: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 7723 1726883195.46001: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883195.46031: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 7723 1726883195.46034: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 7723 1726883195.46037: stdout chunk (state=3): >>>import '_string' # <<< 7723 1726883195.46080: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052e6f8f0> <<< 7723 1726883195.46207: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052e6c2c0> <<< 7723 1726883195.46270: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb052e706b0> <<< 7723 1726883195.46301: 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 0x7fb052e70ad0> <<< 7723 1726883195.46345: 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 0x7fb052e70b90> <<< 7723 1726883195.46357: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052e68290> <<< 7723 1726883195.46384: 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 <<< 7723 1726883195.46396: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 7723 1726883195.46403: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 7723 1726883195.46431: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 7723 1726883195.46457: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883195.46484: 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 0x7fb052ef8320> <<< 7723 1726883195.46641: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883195.46651: 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 0x7fb052ef92e0> <<< 7723 1726883195.46661: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052e72ae0> <<< 7723 1726883195.46688: 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 0x7fb052e73e60> <<< 7723 1726883195.46704: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052e726c0> <<< 7723 1726883195.46711: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883195.46727: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883195.46736: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 7723 1726883195.46745: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883195.46836: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883195.46929: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883195.46944: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 7723 1726883195.46954: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883195.46975: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883195.46978: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 7723 1726883195.46995: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883195.47108: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883195.47229: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883195.47783: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883195.48338: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 7723 1726883195.48347: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 7723 1726883195.48378: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 7723 1726883195.48387: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883195.48450: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb052d01580> <<< 7723 1726883195.48531: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 7723 1726883195.48552: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052d022a0> <<< 7723 1726883195.48557: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052ef9160> <<< 7723 1726883195.48612: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 7723 1726883195.48621: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883195.48651: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883195.48656: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 7723 1726883195.48674: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883195.48822: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883195.48977: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 7723 1726883195.48986: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052d02240> <<< 7723 1726883195.49005: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883195.49478: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883195.49932: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883195.50000: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883195.50076: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 7723 1726883195.50087: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883195.50128: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883195.50165: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 7723 1726883195.50174: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883195.50242: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883195.50329: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 7723 1726883195.50332: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883195.50361: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 7723 1726883195.50370: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883195.50414: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883195.50454: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 7723 1726883195.50462: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883195.50690: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883195.50927: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 7723 1726883195.50988: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 7723 1726883195.51009: stdout chunk (state=3): >>>import '_ast' # <<< 7723 1726883195.51083: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052d03440> <<< 7723 1726883195.51087: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883195.51164: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883195.51238: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 7723 1726883195.51254: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 7723 1726883195.51259: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 7723 1726883195.51276: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883195.51329: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883195.51368: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 7723 1726883195.51378: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883195.51421: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883195.51465: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883195.51595: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883195.51602: 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<<< 7723 1726883195.51650: stdout chunk (state=3): >>> <<< 7723 1726883195.51656: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883195.51760: 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' <<< 7723 1726883195.51765: stdout chunk (state=3): >>>import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb052d0e000> <<< 7723 1726883195.51792: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052d08e30> <<< 7723 1726883195.51829: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 7723 1726883195.51835: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883195.51900: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883195.51961: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883195.51989: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883195.52034: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883195.52057: 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 <<< 7723 1726883195.52078: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 7723 1726883195.52101: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 7723 1726883195.52160: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 7723 1726883195.52179: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 7723 1726883195.52199: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 7723 1726883195.52257: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052e02990> <<< 7723 1726883195.52300: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052fe2660> <<< 7723 1726883195.52375: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052d0e0c0> <<< 7723 1726883195.52392: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052e72300> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 7723 1726883195.52397: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883195.52426: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883195.52452: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 7723 1726883195.52508: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 7723 1726883195.52532: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883195.52538: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883195.52551: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 7723 1726883195.52555: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883195.52802: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883195.53039: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.urllib' # <<< 7723 1726883195.53053: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.urllib.parse' # # zipimport: zlib available <<< 7723 1726883195.53089: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883195.53127: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # <<< 7723 1726883195.53134: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883195.53831: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883195.54489: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py # code object from '/usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc' import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052da0260> <<< 7723 1726883195.54510: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/__init__.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc' import 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052da03e0> <<< 7723 1726883195.54534: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/application.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc' <<< 7723 1726883195.54558: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py <<< 7723 1726883195.54567: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc' <<< 7723 1726883195.54581: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py <<< 7723 1726883195.54591: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052da0b60> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052da0710> <<< 7723 1726883195.54619: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc' <<< 7723 1726883195.54631: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py <<< 7723 1726883195.54646: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc' <<< 7723 1726883195.54679: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052da1790> <<< 7723 1726883195.54706: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc' <<< 7723 1726883195.54734: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py <<< 7723 1726883195.54743: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' <<< 7723 1726883195.54758: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py <<< 7723 1726883195.54769: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' <<< 7723 1726883195.54779: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py <<< 7723 1726883195.54800: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' <<< 7723 1726883195.54826: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py <<< 7723 1726883195.54838: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' <<< 7723 1726883195.54845: stdout chunk (state=3): >>>import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052d85940> <<< 7723 1726883195.54872: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py <<< 7723 1726883195.54875: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052d857f0> <<< 7723 1726883195.54898: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py <<< 7723 1726883195.54903: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' <<< 7723 1726883195.54921: stdout chunk (state=3): >>>import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb05293a5a0> <<< 7723 1726883195.54958: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052da2f60> <<< 7723 1726883195.54984: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 7723 1726883195.54992: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' <<< 7723 1726883195.55016: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py <<< 7723 1726883195.55027: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' <<< 7723 1726883195.55053: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py <<< 7723 1726883195.55112: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 7723 1726883195.55177: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052949010> <<< 7723 1726883195.55182: stdout chunk (state=3): >>>import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb05293bce0> <<< 7723 1726883195.55220: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb05293b050> <<< 7723 1726883195.55232: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052da2390> <<< 7723 1726883195.55258: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py <<< 7723 1726883195.55268: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' <<< 7723 1726883195.55294: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py <<< 7723 1726883195.55347: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' <<< 7723 1726883195.55372: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py # code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' <<< 7723 1726883195.55398: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb05297d160> <<< 7723 1726883195.55526: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052975370> <<< 7723 1726883195.55651: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0537eb170> <<< 7723 1726883195.55665: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py <<< 7723 1726883195.55681: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' <<< 7723 1726883195.55698: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py <<< 7723 1726883195.55726: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 7723 1726883195.55767: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py <<< 7723 1726883195.55782: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc' import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0529c0f80> <<< 7723 1726883195.55791: stdout chunk (state=3): >>>import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb05297ef30> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052974e60> <<< 7723 1726883195.55810: stdout chunk (state=3): >>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052da1ac0> <<< 7723 1726883195.55833: stdout chunk (state=3): >>>import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052da1820> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052da1520> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052da04d0> <<< 7723 1726883195.55858: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/multipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc' <<< 7723 1726883195.55865: stdout chunk (state=3): >>>import 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052da1730> <<< 7723 1726883195.55885: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py <<< 7723 1726883195.55890: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' <<< 7723 1726883195.55917: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py <<< 7723 1726883195.55923: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' <<< 7723 1726883195.55974: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0529c15b0> <<< 7723 1726883195.55977: stdout chunk (state=3): >>>import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0529c1190> <<< 7723 1726883195.56013: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py <<< 7723 1726883195.56019: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883195.56078: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0529c1e50> <<< 7723 1726883195.56103: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 7723 1726883195.56131: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 7723 1726883195.56185: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 7723 1726883195.56227: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 7723 1726883195.56313: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883195.56380: stdout chunk (state=3): >>># extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0529c7590> <<< 7723 1726883195.56562: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0529c4c20> <<< 7723 1726883195.56593: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0529c2840> <<< 7723 1726883195.56614: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py <<< 7723 1726883195.56633: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' <<< 7723 1726883195.56664: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0529c46b0> <<< 7723 1726883195.56683: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py <<< 7723 1726883195.56689: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' <<< 7723 1726883195.56701: stdout chunk (state=3): >>>import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0529b6b70> <<< 7723 1726883195.56728: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py <<< 7723 1726883195.56731: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc' <<< 7723 1726883195.56758: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc' <<< 7723 1726883195.56780: stdout chunk (state=3): >>>import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0529b7800> <<< 7723 1726883195.56786: stdout chunk (state=3): >>>import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0529b72c0> <<< 7723 1726883195.56811: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 7723 1726883195.56882: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 7723 1726883195.56957: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0529b7ce0> <<< 7723 1726883195.56976: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 7723 1726883195.57014: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 7723 1726883195.57229: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0529decf0> <<< 7723 1726883195.57250: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 7723 1726883195.57273: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' <<< 7723 1726883195.57298: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0528d38c0> <<< 7723 1726883195.57345: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883195.57447: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 7723 1726883195.57533: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883195.61765: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' <<< 7723 1726883195.61779: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py <<< 7723 1726883195.61792: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' <<< 7723 1726883195.61849: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883195.61853: stdout chunk (state=3): >>># extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb05290b230> <<< 7723 1726883195.61865: stdout chunk (state=3): >>>import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb05290a4b0> <<< 7723 1726883195.61918: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052909850> <<< 7723 1726883195.63286: stdout chunk (state=3): >>> {"msg": "OK (1660 bytes)", "status_code": 200, "changed": true, "checksum_dest": null, "checksum_src": "a58d7208faeedc09f351facf90d2eb8a1077fb79", "dest": "/etc/pki/rpm-gpg/RPM-GPG-KEY-candlepin", "elapsed": 0, "url": "http://candlepin.local:8080/RPM-GPG-KEY-candlepin", "src": "/root/.ansible/tmp/ansible-tmp-1726883195.14719-8829-68636683780336/tmpa_o8_nzp", "md5sum": "7553345f057714aaf3600d6aa59666db", "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:cert_t:s0", "size": 1660, "invocation": {"module_args": {"url": "http://candlepin.local:8080/RPM-GPG-KEY-candlepin", "dest": "/etc/pki/rpm-gpg/RPM-GPG-KEY-candlepin", "mode": "0644", "force": false, "http_agent": "ansible-httpget", "use_proxy": true, "validate_certs": true, "force_basic_auth": false, "use_gssapi": false, "backup": false, "checksum": "", "timeout": 10, "unredirected_headers": [], "decompress": true, "use_netrc": true, "unsafe_writes": false, "url_username": null, "url_password": null, "client_cert": null, "client_key": null, "headers": null, "tmp_dest": null, "ciphers": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} # destroy __main__ <<< 7723 1726883195.63624: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 7723 1726883195.63669: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib <<< 7723 1726883195.63697: stdout chunk (state=3): >>># 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 <<< 7723 1726883195.63789: stdout chunk (state=3): >>># 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 # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing 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 # cleanup[2] removing ipaddress # cleanup[2] removing 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 # 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 # 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 # 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 <<< 7723 1726883195.63821: stdout chunk (state=3): >>># 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 # cleanup[2] removing ansible.module_utils.six.moves.urllib # cleanup[2] removing ansible.module_utils.six.moves.urllib.parse # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing email # cleanup[2] removing email.mime # cleanup[2] removing quopri # cleanup[2] removing email.encoders # cleanup[2] removing email.errors # cleanup[2] removing email.quoprimime # cleanup[2] removing email.base64mime # cleanup[2] removing email.charset # cleanup[2] removing email.header # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing email.utils # cleanup[2] removing email._policybase # cleanup[2] removing email._encoded_words # cleanup[2] removing email._header_value_parser # cleanup[2] removing email.headerregistry # cleanup[2] removing email.iterators # cleanup[2] removing email.message # cleanup[2] removing email.contentmanager # cleanup[2] removing email.policy # cleanup[2] removing email.mime.base # cleanup[2] removing email.mime.nonmultipart # cleanup[2] removing email.mime.application # cleanup[2] removing email.mime.multipart # cleanup[2] removing email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing http # cleanup[2] removing _ssl # cleanup[2] removing ssl # cleanup[2] removing http.client # cleanup[2] removing mimetypes # cleanup[2] removing netrc # cleanup[2] removing urllib.response # cleanup[2] removing urllib.error # cleanup[2] removing urllib.request # cleanup[2] removing http.cookiejar # cleanup[2] removing gzip # cleanup[2] removing ansible.module_utils.urls # destroy ansible.module_utils.urls # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna <<< 7723 1726883195.64248: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _lzma <<< 7723 1726883195.64253: stdout chunk (state=3): >>># destroy _blake2 # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy urllib.parse # destroy urllib.response # destroy urllib.error # destroy urllib.request # destroy ntpath <<< 7723 1726883195.64260: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 7723 1726883195.64263: stdout chunk (state=3): >>># destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd <<< 7723 1726883195.64305: stdout chunk (state=3): >>># destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy array <<< 7723 1726883195.64325: stdout chunk (state=3): >>># destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 7723 1726883195.64508: stdout chunk (state=3): >>># destroy mimetypes # destroy netrc # destroy gzip <<< 7723 1726883195.64520: stdout chunk (state=3): >>># destroy email.mime # destroy email.mime.base # destroy email.mime.nonmultipart # destroy email.mime.application # destroy email.mime.multipart # destroy email.base64mime # destroy email._parseaddr # destroy email._policybase # destroy email.headerregistry # destroy email.iterators # destroy email.contentmanager # destroy email.policy # destroy email.feedparser # destroy email.parser # destroy email.encoders # destroy email.message # destroy email.header # destroy random # destroy calendar # destroy locale <<< 7723 1726883195.64528: stdout chunk (state=3): >>># destroy email._header_value_parser # destroy email._encoded_words <<< 7723 1726883195.64532: stdout chunk (state=3): >>># destroy unicodedata # destroy email.quoprimime # destroy binascii # destroy quopri # destroy email.utils # destroy email.charset # destroy email.errors # destroy http.client # destroy http.cookiejar # destroy errno <<< 7723 1726883195.64534: stdout chunk (state=3): >>># destroy _ssl <<< 7723 1726883195.64577: stdout chunk (state=3): >>># destroy base64 # destroy bisect # destroy email # destroy hashlib # destroy socket # destroy string # destroy tempfile # destroy ssl <<< 7723 1726883195.64580: stdout chunk (state=3): >>># destroy copy # destroy datetime # destroy urllib # destroy http # destroy struct # destroy zlib # destroy _compression <<< 7723 1726883195.64756: stdout chunk (state=3): >>># cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping ansible.module_utils.six.moves.urllib.parse # cleanup[3] wiping ansible.module_utils.six.moves.urllib # cleanup[3] wiping selinux._selinux <<< 7723 1726883195.64763: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize <<< 7723 1726883195.64799: stdout chunk (state=3): >>># 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 ipaddress # 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 <<< 7723 1726883195.65020: 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 # 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 <<< 7723 1726883195.65127: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 7723 1726883195.65131: stdout chunk (state=3): >>># destroy _collections <<< 7723 1726883195.65183: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 7723 1726883195.65245: 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 # destroy operator # destroy ansible.module_utils.six.moves # destroy functools # destroy ipaddress <<< 7723 1726883195.65249: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 7723 1726883195.65282: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 7723 1726883195.65361: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases <<< 7723 1726883195.65417: stdout chunk (state=3): >>># destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 7723 1726883195.65458: stdout chunk (state=3): >>># destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _sre # destroy _string # destroy re # destroy itertools # destroy _abc # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 7723 1726883195.65482: stdout chunk (state=3): >>># clear sys.audit hooks <<< 7723 1726883195.66090: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.120 closed. <<< 7723 1726883195.66095: stdout chunk (state=3): >>><<< 7723 1726883195.66097: stderr chunk (state=3): >>><<< 7723 1726883195.66258: _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 0x7fb0539103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0538dfa10> # /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 0x7fb053912960> 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 0x7fb053704fe0> # /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 0x7fb053705f10> 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 0x7fb053743e00> # /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 0x7fb053743ec0> # /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 0x7fb05377b830> # /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 0x7fb05377bec0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb05375bad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0537591f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb053740fb0> # /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 0x7fb05379b800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb05379a420> # /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 0x7fb05375a090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb053798c20> # /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 0x7fb0537d07d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb053740230> # /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 0x7fb0537d0c80> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0537d0b30> # 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 0x7fb0537d0f20> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb05373ed50> # /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 0x7fb0537d15e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0537d12b0> 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 0x7fb0537d24e0> 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 0x7fb0537e86e0> 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 0x7fb0537e9dc0> # /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 0x7fb0537eac30> # 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 0x7fb0537eb260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0537ea180> # /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 0x7fb0537ebce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0537eb410> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0537d2450> # /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 0x7fb053523b60> # /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 0x7fb05354c560> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb05354c2f0> # 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 0x7fb05354c590> # /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 0x7fb05354ce90> # 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 0x7fb05354d880> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb05354c770> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb053521d00> # /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 0x7fb05354ec30> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb05354d9a0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0537d2c00> # /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 0x7fb05357af90> # /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 0x7fb05359b380> # /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 0x7fb0535fc170> # /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 0x7fb0535fe8d0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0535fc290> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0535c9160> # /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 0x7fb052f2d280> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb05359a180> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb05354fb60> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fb05359a780> # zipimport: found 32 names in '/tmp/ansible_get_url_payload_37h95_j4/ansible_get_url_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 0x7fb052f7ef00> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052f5ddf0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052f5cf50> # 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 0x7fb052f7cc50> # /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 0x7fb052faa8d0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052faa660> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052fa9fa0> # /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 0x7fb052faa3c0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb05375a9c0> 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 0x7fb052fab620> # 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 0x7fb052fab860> # /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 0x7fb052fabda0> 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 0x7fb052e11be0> # 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 0x7fb052e13800> # /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 0x7fb052e14200> # /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 0x7fb052e15100> # /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 0x7fb052e17e00> # 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 0x7fb0537eaba0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052e160f0> # /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 0x7fb052e23da0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052e22870> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052e22600> # /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 0x7fb052e22b40> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052e165d0> # 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 0x7fb052e67fe0> # /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 0x7fb052e680e0> # /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 0x7fb052e69b80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052e69940> # /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 0x7fb052e6c110> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052e6a270> # /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 0x7fb052e6f8f0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052e6c2c0> # 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 0x7fb052e706b0> # 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 0x7fb052e70ad0> # 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 0x7fb052e70b90> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052e68290> # /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 0x7fb052ef8320> # 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 0x7fb052ef92e0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052e72ae0> # 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 0x7fb052e73e60> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052e726c0> # 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 0x7fb052d01580> # /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 0x7fb052d022a0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052ef9160> 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 0x7fb052d02240> # 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 0x7fb052d03440> # 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 0x7fb052d0e000> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052d08e30> 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 0x7fb052e02990> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052fe2660> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052d0e0c0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052e72300> # 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 import 'ansible.module_utils.six.moves.urllib' # import 'ansible.module_utils.six.moves.urllib.parse' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.datetime' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py # code object from '/usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc' import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052da0260> # /usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/__init__.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc' import 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052da03e0> # /usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/application.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py # code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py # code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052da0b60> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052da0710> # /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py # code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc' import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052da1790> # /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py # code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py # code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py # code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py # code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052d85940> # /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py # code object from '/usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052d857f0> # /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py # code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb05293a5a0> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052da2f60> # /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py # code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py # code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py # code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052949010> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb05293bce0> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb05293b050> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052da2390> # /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py # code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py # code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py # code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb05297d160> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052975370> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0537eb170> # /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py # code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py # code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py # code object from '/usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc' import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0529c0f80> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb05297ef30> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052974e60> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052da1ac0> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052da1820> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052da1520> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052da04d0> # /usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/multipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc' import 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052da1730> # /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py # code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py # code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0529c15b0> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0529c1190> # /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py # code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0529c1e50> # /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py # code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py # code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' # extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' # extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb0529c7590> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0529c4c20> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0529c2840> # /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py # code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0529c46b0> # /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py # code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0529b6b70> # /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc' # /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc' import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0529b7800> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0529b72c0> # /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0529b7ce0> # /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py # code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0529decf0> # /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py # code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb0528d38c0> # zipimport: zlib available import 'ansible.module_utils.urls' # # zipimport: zlib available # /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py # code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' # extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb05290b230> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb05290a4b0> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb052909850> {"msg": "OK (1660 bytes)", "status_code": 200, "changed": true, "checksum_dest": null, "checksum_src": "a58d7208faeedc09f351facf90d2eb8a1077fb79", "dest": "/etc/pki/rpm-gpg/RPM-GPG-KEY-candlepin", "elapsed": 0, "url": "http://candlepin.local:8080/RPM-GPG-KEY-candlepin", "src": "/root/.ansible/tmp/ansible-tmp-1726883195.14719-8829-68636683780336/tmpa_o8_nzp", "md5sum": "7553345f057714aaf3600d6aa59666db", "uid": 0, "gid": 0, "owner": "root", "group": "root", "mode": "0644", "state": "file", "secontext": "system_u:object_r:cert_t:s0", "size": 1660, "invocation": {"module_args": {"url": "http://candlepin.local:8080/RPM-GPG-KEY-candlepin", "dest": "/etc/pki/rpm-gpg/RPM-GPG-KEY-candlepin", "mode": "0644", "force": false, "http_agent": "ansible-httpget", "use_proxy": true, "validate_certs": true, "force_basic_auth": false, "use_gssapi": false, "backup": false, "checksum": "", "timeout": 10, "unredirected_headers": [], "decompress": true, "use_netrc": true, "unsafe_writes": false, "url_username": null, "url_password": null, "client_cert": null, "client_key": null, "headers": null, "tmp_dest": null, "ciphers": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} # 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 # 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 # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing 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 # cleanup[2] removing ipaddress # cleanup[2] removing 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 # 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 # 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 # 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 # cleanup[2] removing ansible.module_utils.six.moves.urllib # cleanup[2] removing ansible.module_utils.six.moves.urllib.parse # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing email # cleanup[2] removing email.mime # cleanup[2] removing quopri # cleanup[2] removing email.encoders # cleanup[2] removing email.errors # cleanup[2] removing email.quoprimime # cleanup[2] removing email.base64mime # cleanup[2] removing email.charset # cleanup[2] removing email.header # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing email.utils # cleanup[2] removing email._policybase # cleanup[2] removing email._encoded_words # cleanup[2] removing email._header_value_parser # cleanup[2] removing email.headerregistry # cleanup[2] removing email.iterators # cleanup[2] removing email.message # cleanup[2] removing email.contentmanager # cleanup[2] removing email.policy # cleanup[2] removing email.mime.base # cleanup[2] removing email.mime.nonmultipart # cleanup[2] removing email.mime.application # cleanup[2] removing email.mime.multipart # cleanup[2] removing email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing http # cleanup[2] removing _ssl # cleanup[2] removing ssl # cleanup[2] removing http.client # cleanup[2] removing mimetypes # cleanup[2] removing netrc # cleanup[2] removing urllib.response # cleanup[2] removing urllib.error # cleanup[2] removing urllib.request # cleanup[2] removing http.cookiejar # cleanup[2] removing gzip # cleanup[2] removing ansible.module_utils.urls # destroy ansible.module_utils.urls # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _lzma # destroy _blake2 # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy urllib.parse # destroy urllib.response # destroy urllib.error # destroy urllib.request # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy array # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # destroy mimetypes # destroy netrc # destroy gzip # destroy email.mime # destroy email.mime.base # destroy email.mime.nonmultipart # destroy email.mime.application # destroy email.mime.multipart # destroy email.base64mime # destroy email._parseaddr # destroy email._policybase # destroy email.headerregistry # destroy email.iterators # destroy email.contentmanager # destroy email.policy # destroy email.feedparser # destroy email.parser # destroy email.encoders # destroy email.message # destroy email.header # destroy random # destroy calendar # destroy locale # destroy email._header_value_parser # destroy email._encoded_words # destroy unicodedata # destroy email.quoprimime # destroy binascii # destroy quopri # destroy email.utils # destroy email.charset # destroy email.errors # destroy http.client # destroy http.cookiejar # destroy errno # destroy _ssl # destroy base64 # destroy bisect # destroy email # destroy hashlib # destroy socket # destroy string # destroy tempfile # destroy ssl # destroy copy # destroy datetime # destroy urllib # destroy http # destroy struct # destroy zlib # destroy _compression # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping ansible.module_utils.six.moves.urllib.parse # cleanup[3] wiping ansible.module_utils.six.moves.urllib # 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 ipaddress # 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 operator # destroy ansible.module_utils.six.moves # destroy functools # destroy ipaddress # 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 encodings.idna # 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 _sre # destroy _string # destroy re # destroy itertools # destroy _abc # 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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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.12.120 closed. 7723 1726883195.68275: done with _execute_module (get_url, {'url': 'http://candlepin.local:8080/RPM-GPG-KEY-candlepin', 'dest': '/etc/pki/rpm-gpg/RPM-GPG-KEY-candlepin', 'mode': '0644', '_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': 'get_url', '_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-1726883195.14719-8829-68636683780336/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7723 1726883195.68280: _low_level_execute_command(): starting 7723 1726883195.68283: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726883195.14719-8829-68636683780336/ > /dev/null 2>&1 && sleep 0' 7723 1726883195.68779: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7723 1726883195.68795: 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 debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883195.68831: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883195.68837: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883195.68839: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883195.68880: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883195.70694: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883195.70735: stderr chunk (state=3): >>><<< 7723 1726883195.70739: stdout chunk (state=3): >>><<< 7723 1726883195.70744: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883195.70747: handler run complete 7723 1726883195.70771: attempt loop complete, returning result 7723 1726883195.70774: _execute() done 7723 1726883195.70776: dumping result to json 7723 1726883195.70781: done dumping result, returning 7723 1726883195.70790: done running TaskExecutor() for managed_node1/TASK: Install GPG key for RPM repositories [0affc0aa-4893-13c9-9f63-000000000023] 7723 1726883195.70793: sending task result for task 0affc0aa-4893-13c9-9f63-000000000023 7723 1726883195.70892: done sending task result for task 0affc0aa-4893-13c9-9f63-000000000023 7723 1726883195.70895: WORKER PROCESS EXITING changed: [managed_node1] => { "changed": true, "checksum_dest": null, "checksum_src": "a58d7208faeedc09f351facf90d2eb8a1077fb79", "dest": "/etc/pki/rpm-gpg/RPM-GPG-KEY-candlepin", "elapsed": 0, "gid": 0, "group": "root", "md5sum": "7553345f057714aaf3600d6aa59666db", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:cert_t:s0", "size": 1660, "src": "/root/.ansible/tmp/ansible-tmp-1726883195.14719-8829-68636683780336/tmpa_o8_nzp", "state": "file", "status_code": 200, "uid": 0, "url": "http://candlepin.local:8080/RPM-GPG-KEY-candlepin" } MSG: OK (1660 bytes) 7723 1726883195.70965: no more pending results, returning what we have 7723 1726883195.70968: results queue empty 7723 1726883195.70968: checking for any_errors_fatal 7723 1726883195.70975: done checking for any_errors_fatal 7723 1726883195.70976: checking for max_fail_percentage 7723 1726883195.70978: done checking for max_fail_percentage 7723 1726883195.70978: checking to see if all hosts have failed and the running result is not ok 7723 1726883195.70979: done checking to see if all hosts have failed 7723 1726883195.70979: getting the remaining hosts for this loop 7723 1726883195.70981: done getting the remaining hosts for this loop 7723 1726883195.70984: getting the next task for host managed_node1 7723 1726883195.70990: done getting next task for host managed_node1 7723 1726883195.70992: ^ task is: TASK: Query for default_key activation key 7723 1726883195.70994: ^ state is: HOST STATE: block=2, task=2, 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=15, 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 7723 1726883195.70997: getting variables 7723 1726883195.70998: in VariableManager get_vars() 7723 1726883195.71028: Calling all_inventory to load vars for managed_node1 7723 1726883195.71031: Calling groups_inventory to load vars for managed_node1 7723 1726883195.71034: Calling all_plugins_inventory to load vars for managed_node1 7723 1726883195.71046: Calling all_plugins_play to load vars for managed_node1 7723 1726883195.71049: Calling groups_plugins_inventory to load vars for managed_node1 7723 1726883195.71051: Calling groups_plugins_play to load vars for managed_node1 7723 1726883195.71095: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7723 1726883195.71127: done with get_vars() 7723 1726883195.71135: done getting variables 7723 1726883195.71195: Loading ActionModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/uri.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Query for default_key activation key] ************************************ task path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:133 Friday 20 September 2024 21:46:35 -0400 (0:00:00.623) 0:02:00.398 ****** 7723 1726883195.71230: entering _queue_task() for managed_node1/uri 7723 1726883195.71453: worker is 1 (out of 1 available) 7723 1726883195.71466: exiting _queue_task() for managed_node1/uri 7723 1726883195.71477: done queuing things up, now waiting for results queue to drain 7723 1726883195.71478: waiting for pending results... 7723 1726883195.71629: running TaskExecutor() for managed_node1/TASK: Query for default_key activation key 7723 1726883195.71696: in run() - task 0affc0aa-4893-13c9-9f63-000000000024 7723 1726883195.71711: variable 'ansible_search_path' from source: unknown 7723 1726883195.71714: variable 'ansible_search_path' from source: unknown 7723 1726883195.71742: calling self._execute() 7723 1726883195.71789: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883195.71792: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883195.71801: variable 'omit' from source: magic vars 7723 1726883195.72247: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7723 1726883195.74274: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7723 1726883195.74354: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7723 1726883195.74479: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7723 1726883195.74483: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7723 1726883195.74485: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7723 1726883195.74534: 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) 7723 1726883195.74564: 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) 7723 1726883195.74588: 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) 7723 1726883195.74632: 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) 7723 1726883195.74649: 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) 7723 1726883195.74772: variable 'lsr_rhc_test_data_file' from source: set_fact 7723 1726883195.74805: Evaluated conditional (lsr_rhc_test_data_file | length == 0): True 7723 1726883195.74808: variable 'omit' from source: magic vars 7723 1726883195.74857: variable 'omit' from source: magic vars 7723 1726883195.75004: variable '_cp_url_owner' from source: set_fact 7723 1726883195.75008: variable 'lsr_rhc_test_data' from source: include_vars 7723 1726883195.75112: variable 'lsr_rhc_test_data' from source: include_vars 7723 1726883195.75191: variable 'lsr_rhc_test_data' from source: include_vars 7723 1726883195.75217: variable 'omit' from source: magic vars 7723 1726883195.75244: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7723 1726883195.75270: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7723 1726883195.75287: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7723 1726883195.75303: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7723 1726883195.75313: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7723 1726883195.75330: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 7723 1726883195.75349: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 7723 1726883195.75375: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7723 1726883195.75378: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883195.75381: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883195.75495: Set connection var ansible_shell_type to sh 7723 1726883195.75499: Set connection var ansible_shell_executable to /bin/sh 7723 1726883195.75506: Set connection var ansible_module_compression to ZIP_DEFLATED 7723 1726883195.75508: Set connection var ansible_connection to ssh 7723 1726883195.75513: Set connection var ansible_pipelining to False 7723 1726883195.75518: Set connection var ansible_timeout to 10 7723 1726883195.75547: variable 'ansible_shell_executable' from source: unknown 7723 1726883195.75551: variable 'ansible_connection' from source: unknown 7723 1726883195.75553: variable 'ansible_module_compression' from source: unknown 7723 1726883195.75556: variable 'ansible_shell_type' from source: unknown 7723 1726883195.75570: variable 'ansible_shell_executable' from source: unknown 7723 1726883195.75573: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883195.75575: variable 'ansible_pipelining' from source: unknown 7723 1726883195.75577: variable 'ansible_timeout' from source: unknown 7723 1726883195.75579: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883195.75680: Loading ActionModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/uri.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7723 1726883195.75683: variable 'omit' from source: magic vars 7723 1726883195.75686: starting attempt loop 7723 1726883195.75688: running the handler 7723 1726883195.75701: _low_level_execute_command(): starting 7723 1726883195.75707: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7723 1726883195.76407: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7723 1726883195.76448: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883195.76453: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883195.76455: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7723 1726883195.76458: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 <<< 7723 1726883195.76460: stderr chunk (state=3): >>>debug2: match not found <<< 7723 1726883195.76551: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883195.76554: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7723 1726883195.76556: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.12.120 is address <<< 7723 1726883195.76558: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7723 1726883195.76560: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883195.76562: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883195.76564: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7723 1726883195.76566: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 <<< 7723 1726883195.76576: stderr chunk (state=3): >>>debug2: match found <<< 7723 1726883195.76578: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883195.76638: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883195.76643: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883195.76645: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883195.76683: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883195.78310: stdout chunk (state=3): >>>/root <<< 7723 1726883195.78463: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883195.78468: stdout chunk (state=3): >>><<< 7723 1726883195.78470: stderr chunk (state=3): >>><<< 7723 1726883195.78548: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883195.78552: _low_level_execute_command(): starting 7723 1726883195.78555: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726883195.784988-8845-209287456916563 `" && echo ansible-tmp-1726883195.784988-8845-209287456916563="` echo /root/.ansible/tmp/ansible-tmp-1726883195.784988-8845-209287456916563 `" ) && sleep 0' 7723 1726883195.79162: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7723 1726883195.79186: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883195.79190: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883195.79192: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7723 1726883195.79204: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 <<< 7723 1726883195.79210: stderr chunk (state=3): >>>debug2: match not found <<< 7723 1726883195.79248: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883195.79252: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7723 1726883195.79254: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.12.120 is address <<< 7723 1726883195.79257: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7723 1726883195.79259: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883195.79266: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883195.79295: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7723 1726883195.79298: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 <<< 7723 1726883195.79300: stderr chunk (state=3): >>>debug2: match found <<< 7723 1726883195.79303: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883195.79409: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883195.79413: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883195.79468: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883195.81356: stdout chunk (state=3): >>>ansible-tmp-1726883195.784988-8845-209287456916563=/root/.ansible/tmp/ansible-tmp-1726883195.784988-8845-209287456916563 <<< 7723 1726883195.81504: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883195.81508: stdout chunk (state=3): >>><<< 7723 1726883195.81510: stderr chunk (state=3): >>><<< 7723 1726883195.81538: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726883195.784988-8845-209287456916563=/root/.ansible/tmp/ansible-tmp-1726883195.784988-8845-209287456916563 , 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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883195.81747: variable 'ansible_module_compression' from source: unknown 7723 1726883195.81750: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7723b_d05x07/ansiballz_cache/ansible.modules.uri-ZIP_DEFLATED 7723 1726883195.81752: variable 'ansible_facts' from source: unknown 7723 1726883195.81820: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726883195.784988-8845-209287456916563/AnsiballZ_uri.py 7723 1726883195.81962: Sending initial data 7723 1726883195.82058: Sent initial data (149 bytes) 7723 1726883195.82584: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7723 1726883195.82648: 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 debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883195.82695: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883195.82699: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883195.82703: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883195.82755: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883195.84298: 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 <<< 7723 1726883195.84347: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 7723 1726883195.84402: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7723b_d05x07/tmpf2f2_a02 /root/.ansible/tmp/ansible-tmp-1726883195.784988-8845-209287456916563/AnsiballZ_uri.py <<< 7723 1726883195.84405: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726883195.784988-8845-209287456916563/AnsiballZ_uri.py" <<< 7723 1726883195.84462: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-7723b_d05x07/tmpf2f2_a02" to remote "/root/.ansible/tmp/ansible-tmp-1726883195.784988-8845-209287456916563/AnsiballZ_uri.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726883195.784988-8845-209287456916563/AnsiballZ_uri.py" <<< 7723 1726883195.85447: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883195.85451: stderr chunk (state=3): >>><<< 7723 1726883195.85453: stdout chunk (state=3): >>><<< 7723 1726883195.85455: done transferring module to remote 7723 1726883195.85458: _low_level_execute_command(): starting 7723 1726883195.85460: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726883195.784988-8845-209287456916563/ /root/.ansible/tmp/ansible-tmp-1726883195.784988-8845-209287456916563/AnsiballZ_uri.py && sleep 0' 7723 1726883195.86045: 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 <<< 7723 1726883195.86054: 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.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883195.86075: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883195.86086: 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883195.86126: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883195.86139: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883195.86191: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883195.87991: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883195.88014: stdout chunk (state=3): >>><<< 7723 1726883195.88023: stderr chunk (state=3): >>><<< 7723 1726883195.88106: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883195.88109: _low_level_execute_command(): starting 7723 1726883195.88112: _low_level_execute_command(): using become for this command 7723 1726883195.88114: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-wnkgpddaihtfszsxpoajeqtuhytnaevx ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726883195.784988-8845-209287456916563/AnsiballZ_uri.py'"'"' && sleep 0' 7723 1726883195.88199: Initial state: awaiting_escalation: BECOME-SUCCESS-wnkgpddaihtfszsxpoajeqtuhytnaevx 7723 1726883195.88693: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7723 1726883195.88883: stderr chunk (state=1): >>>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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883195.88887: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883195.88942: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883195.91774: stdout chunk (state=1): >>>BECOME-SUCCESS-wnkgpddaihtfszsxpoajeqtuhytnaevx <<< 7723 1726883195.91778: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-wnkgpddaihtfszsxpoajeqtuhytnaevx' 7723 1726883195.92098: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 7723 1726883195.92134: stdout chunk (state=3): >>>import _imp # builtin <<< 7723 1726883195.92160: stdout chunk (state=3): >>>import '_thread' # <<< 7723 1726883195.92169: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 7723 1726883195.92234: stdout chunk (state=3): >>>import '_io' # <<< 7723 1726883195.92241: stdout chunk (state=3): >>>import 'marshal' # <<< 7723 1726883195.92269: stdout chunk (state=3): >>>import 'posix' # <<< 7723 1726883195.92303: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 7723 1726883195.92331: stdout chunk (state=3): >>>import 'time' # <<< 7723 1726883195.92339: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 7723 1726883195.92386: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 7723 1726883195.92397: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883195.92406: stdout chunk (state=3): >>>import '_codecs' # <<< 7723 1726883195.92438: stdout chunk (state=3): >>>import 'codecs' # <<< 7723 1726883195.92468: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 7723 1726883195.92494: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 7723 1726883195.92497: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d76e83e0><<< 7723 1726883195.92518: stdout chunk (state=3): >>> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d76b7a10> <<< 7723 1726883195.92550: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 7723 1726883195.92555: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d76ea960> <<< 7723 1726883195.92570: stdout chunk (state=3): >>>import '_signal' # <<< 7723 1726883195.92599: stdout chunk (state=3): >>>import '_abc' # <<< 7723 1726883195.92604: stdout chunk (state=3): >>>import 'abc' # <<< 7723 1726883195.92628: stdout chunk (state=3): >>>import 'io' # <<< 7723 1726883195.92661: stdout chunk (state=3): >>>import '_stat' # <<< 7723 1726883195.92666: stdout chunk (state=3): >>>import 'stat' # <<< 7723 1726883195.92750: stdout chunk (state=3): >>>import '_collections_abc' # <<< 7723 1726883195.92774: stdout chunk (state=3): >>>import 'genericpath' # <<< 7723 1726883195.92778: stdout chunk (state=3): >>>import 'posixpath' # <<< 7723 1726883195.92812: stdout chunk (state=3): >>>import 'os' # <<< 7723 1726883195.92819: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 7723 1726883195.92844: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages <<< 7723 1726883195.92848: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 7723 1726883195.93004: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # 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 0x7ff4d7498fe0> # /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 0x7ff4d7499f10> import 'site' # <<< 7723 1726883195.93026: 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. <<< 7723 1726883195.93286: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 7723 1726883195.93295: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 7723 1726883195.93319: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 7723 1726883195.93323: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883195.93351: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 7723 1726883195.93389: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 7723 1726883195.93414: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 7723 1726883195.93439: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 7723 1726883195.93453: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d74d7d40> <<< 7723 1726883195.93472: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 7723 1726883195.93490: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 7723 1726883195.93522: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d74d7f80> <<< 7723 1726883195.93545: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 7723 1726883195.93571: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 7723 1726883195.93594: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 7723 1726883195.93644: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883195.93661: stdout chunk (state=3): >>>import 'itertools' # <<< 7723 1726883195.93688: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 7723 1726883195.93692: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d750f740> <<< 7723 1726883195.93720: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 7723 1726883195.93732: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 7723 1726883195.93750: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d750fdd0> import '_collections' # <<< 7723 1726883195.93803: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d74efa10> <<< 7723 1726883195.93812: stdout chunk (state=3): >>>import '_functools' # <<< 7723 1726883195.93849: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d74ed130> <<< 7723 1726883195.93939: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d74d4ef0> <<< 7723 1726883195.93965: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 7723 1726883195.93981: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 7723 1726883195.93999: stdout chunk (state=3): >>>import '_sre' # <<< 7723 1726883195.94022: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 7723 1726883195.94054: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 7723 1726883195.94073: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 7723 1726883195.94089: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 7723 1726883195.94109: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d7533680> <<< 7723 1726883195.94127: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d75322a0> <<< 7723 1726883195.94174: 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 0x7ff4d74ee000> <<< 7723 1726883195.94180: stdout chunk (state=3): >>>import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d7530b30> <<< 7723 1726883195.94210: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 7723 1726883195.94232: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d75646b0> <<< 7723 1726883195.94236: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d74d4170> <<< 7723 1726883195.94256: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 7723 1726883195.94295: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883195.94301: 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 0x7ff4d7564b60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d7564a10> <<< 7723 1726883195.94343: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883195.94350: stdout chunk (state=3): >>># 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 0x7ff4d7564e00> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d74d2c90> <<< 7723 1726883195.94388: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 7723 1726883195.94391: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883195.94411: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 7723 1726883195.94445: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 7723 1726883195.94450: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d75654c0> <<< 7723 1726883195.94468: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d7565190> import 'importlib.machinery' # <<< 7723 1726883195.94495: 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' <<< 7723 1726883195.94520: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d75663c0> <<< 7723 1726883195.94523: stdout chunk (state=3): >>>import 'importlib.util' # <<< 7723 1726883195.94543: stdout chunk (state=3): >>>import 'runpy' # <<< 7723 1726883195.94565: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 7723 1726883195.94608: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 7723 1726883195.94625: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 7723 1726883195.94650: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d75805f0> import 'errno' # <<< 7723 1726883195.94677: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883195.94687: 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 0x7ff4d7581d30> <<< 7723 1726883195.94707: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 7723 1726883195.94725: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 7723 1726883195.94748: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 7723 1726883195.94756: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 7723 1726883195.94762: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d7582bd0> <<< 7723 1726883195.94805: 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 0x7ff4d7583230> <<< 7723 1726883195.94812: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d7582120> <<< 7723 1726883195.94834: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 7723 1726883195.94847: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 7723 1726883195.94880: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883195.94902: 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 0x7ff4d7583cb0> <<< 7723 1726883195.94905: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d75833e0> <<< 7723 1726883195.94954: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d7566420> <<< 7723 1726883195.94978: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 7723 1726883195.95001: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 7723 1726883195.95046: stdout chunk (state=3): >>># /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' <<< 7723 1726883195.95097: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883195.95101: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff4d72c7bf0> <<< 7723 1726883195.95131: stdout chunk (state=3): >>># /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' <<< 7723 1726883195.95188: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff4d72f06b0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d72f0410> <<< 7723 1726883195.95195: 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 0x7ff4d72f06e0> <<< 7723 1726883195.95216: 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' <<< 7723 1726883195.95281: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883195.95409: 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 0x7ff4d72f1010> <<< 7723 1726883195.95514: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883195.95539: 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 0x7ff4d72f19d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d72f08c0> <<< 7723 1726883195.95562: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d72c5d90> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 7723 1726883195.95595: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 7723 1726883195.95614: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 7723 1726883195.95638: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d72f2d80> <<< 7723 1726883195.95668: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d72f1880> <<< 7723 1726883195.95684: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d7566b10> <<< 7723 1726883195.95720: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 7723 1726883195.95770: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883195.95794: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 7723 1726883195.95834: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 7723 1726883195.95865: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d731b0b0> <<< 7723 1726883195.95910: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 7723 1726883195.95943: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883195.95946: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 7723 1726883195.95967: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 7723 1726883195.96007: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d7343470> <<< 7723 1726883195.96034: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 7723 1726883195.96076: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 7723 1726883195.96132: stdout chunk (state=3): >>>import 'ntpath' # <<< 7723 1726883195.96158: 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 0x7ff4d73a0290> <<< 7723 1726883195.96189: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 7723 1726883195.96220: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 7723 1726883195.96241: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 7723 1726883195.96273: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 7723 1726883195.96369: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d73a29f0> <<< 7723 1726883195.96439: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d73a03b0> <<< 7723 1726883195.96492: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d736d280> <<< 7723 1726883195.96518: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d71a53a0> <<< 7723 1726883195.96529: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d73422a0> <<< 7723 1726883195.96537: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d72f3cb0> <<< 7723 1726883195.96652: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 7723 1726883195.96671: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7ff4d7342600> <<< 7723 1726883195.96794: stdout chunk (state=3): >>># zipimport: found 32 names in '/tmp/ansible_ansible.legacy.uri_payload_a8c1_00l/ansible_ansible.legacy.uri_payload.zip' <<< 7723 1726883195.96800: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883195.96933: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883195.96966: stdout chunk (state=3): >>># /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' <<< 7723 1726883195.97017: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 7723 1726883195.97087: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 7723 1726883195.97126: 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 0x7ff4d71ff110> import '_typing' # <<< 7723 1726883195.97321: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d71de000> <<< 7723 1726883195.97336: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d71dd190> # zipimport: zlib available <<< 7723 1726883195.97377: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available # zipimport: zlib available <<< 7723 1726883195.97404: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 7723 1726883195.97424: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883195.98789: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883195.99901: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' <<< 7723 1726883195.99907: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d71fcfe0> <<< 7723 1726883195.99920: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883195.99935: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 7723 1726883195.99972: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 7723 1726883195.99976: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 7723 1726883196.00011: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff4d7222ae0> <<< 7723 1726883196.00046: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d7222870> <<< 7723 1726883196.00068: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d7222180> <<< 7723 1726883196.00091: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 7723 1726883196.00096: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 7723 1726883196.00148: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d7222bd0> <<< 7723 1726883196.00154: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d71ffda0> import 'atexit' # <<< 7723 1726883196.00185: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883196.00193: stdout chunk (state=3): >>># extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff4d7223860> <<< 7723 1726883196.00218: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883196.00260: stdout chunk (state=3): >>># extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff4d7223aa0> <<< 7723 1726883196.00263: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 7723 1726883196.00305: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 7723 1726883196.00328: stdout chunk (state=3): >>>import '_locale' # <<< 7723 1726883196.00350: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d7223f50> import 'pwd' # <<< 7723 1726883196.00374: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 7723 1726883196.00397: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 7723 1726883196.00438: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6b15cd0> <<< 7723 1726883196.00465: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883196.00472: 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 0x7ff4d6b178f0> <<< 7723 1726883196.00487: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 7723 1726883196.00507: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 7723 1726883196.00543: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6b182f0> <<< 7723 1726883196.00564: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 7723 1726883196.00591: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 7723 1726883196.00611: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6b19490> <<< 7723 1726883196.00632: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 7723 1726883196.00666: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 7723 1726883196.00691: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 7723 1726883196.00698: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 7723 1726883196.00746: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6b1bf50> <<< 7723 1726883196.00782: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff4d7582b40> <<< 7723 1726883196.00802: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6b1a210> <<< 7723 1726883196.00827: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 7723 1726883196.00849: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 7723 1726883196.00878: 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' <<< 7723 1726883196.00901: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 7723 1726883196.00929: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 7723 1726883196.00958: 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' <<< 7723 1726883196.00980: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6b27e30> import '_tokenize' # <<< 7723 1726883196.01048: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6b26900> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6b26660> <<< 7723 1726883196.01072: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 7723 1726883196.01079: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 7723 1726883196.01152: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6b26bd0> <<< 7723 1726883196.01189: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6b1a720> <<< 7723 1726883196.01215: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883196.01221: stdout chunk (state=3): >>># extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff4d6b6bf80> <<< 7723 1726883196.01242: 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 0x7ff4d6b6c200> <<< 7723 1726883196.01266: 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 <<< 7723 1726883196.01283: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 7723 1726883196.01309: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 7723 1726883196.01347: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff4d6b6dd90> <<< 7723 1726883196.01359: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6b6db50> <<< 7723 1726883196.01362: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 7723 1726883196.01463: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 7723 1726883196.01518: 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 0x7ff4d6b70320> <<< 7723 1726883196.01530: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6b6e480> <<< 7723 1726883196.01539: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 7723 1726883196.01576: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883196.01600: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 7723 1726883196.01614: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 7723 1726883196.01621: stdout chunk (state=3): >>>import '_string' # <<< 7723 1726883196.01671: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6b73aa0> <<< 7723 1726883196.01790: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6b70470> <<< 7723 1726883196.01851: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff4d6b74920> <<< 7723 1726883196.01879: 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 0x7ff4d6b74950> <<< 7723 1726883196.01927: 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 0x7ff4d6b74ef0> <<< 7723 1726883196.01934: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6b6c4a0> <<< 7723 1726883196.01961: 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 <<< 7723 1726883196.01973: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 7723 1726883196.01985: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 7723 1726883196.02007: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 7723 1726883196.02037: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883196.02056: 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 0x7ff4d6a004d0> <<< 7723 1726883196.02200: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883196.02210: 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 0x7ff4d6a01640> <<< 7723 1726883196.02222: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6b76c60> <<< 7723 1726883196.02260: 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' <<< 7723 1726883196.02263: stdout chunk (state=3): >>>import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff4d6b77fe0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6b76870> # zipimport: zlib available <<< 7723 1726883196.02290: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883196.02306: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 7723 1726883196.02313: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883196.02396: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883196.02485: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883196.02503: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883196.02513: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 7723 1726883196.02532: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883196.02539: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883196.02550: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 7723 1726883196.02561: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883196.02676: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883196.02795: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883196.03332: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883196.03866: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 7723 1726883196.03893: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 7723 1726883196.03925: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883196.03963: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff4d6a05910> <<< 7723 1726883196.04073: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6a066c0> <<< 7723 1726883196.04082: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6a01910> <<< 7723 1726883196.04109: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 7723 1726883196.04147: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883196.04177: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 7723 1726883196.04324: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883196.04482: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 7723 1726883196.04491: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6a06510> <<< 7723 1726883196.04500: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883196.04946: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883196.05385: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883196.05465: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883196.05535: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 7723 1726883196.05539: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883196.05579: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883196.05613: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 7723 1726883196.05621: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883196.05715: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883196.05775: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 7723 1726883196.05791: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883196.05800: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883196.05819: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 7723 1726883196.05826: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883196.05869: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883196.05905: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 7723 1726883196.05923: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883196.06144: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883196.06374: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 7723 1726883196.06436: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 7723 1726883196.06446: stdout chunk (state=3): >>>import '_ast' # <<< 7723 1726883196.06522: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6a07980> <<< 7723 1726883196.06534: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883196.06596: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883196.06669: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 7723 1726883196.06673: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 7723 1726883196.06692: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 7723 1726883196.06703: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883196.06749: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883196.06787: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 7723 1726883196.06800: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883196.06844: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883196.06891: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883196.06949: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883196.07016: 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 <<< 7723 1726883196.07065: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883196.07136: 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 0x7ff4d6a121b0> <<< 7723 1726883196.07174: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6a0f440> <<< 7723 1726883196.07202: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 7723 1726883196.07217: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 7723 1726883196.07304: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883196.07347: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883196.07384: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883196.07436: 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 <<< 7723 1726883196.07443: stdout chunk (state=3): >>># 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 <<< 7723 1726883196.07471: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 7723 1726883196.07487: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 7723 1726883196.07542: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 7723 1726883196.07577: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 7723 1726883196.07590: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 7723 1726883196.07639: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d7272b10> <<< 7723 1726883196.07678: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d72567e0> <<< 7723 1726883196.07779: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6a12300> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6a05490> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 7723 1726883196.07793: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883196.07804: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883196.07832: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 7723 1726883196.07882: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 7723 1726883196.07906: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883196.07923: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883196.07932: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 7723 1726883196.07938: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883196.08193: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883196.08450: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.urllib' # <<< 7723 1726883196.08457: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.urllib.parse' # # zipimport: zlib available <<< 7723 1726883196.08497: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883196.08525: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # <<< 7723 1726883196.08545: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883196.09243: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883196.09903: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py # code object from '/usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc' import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6aa4860> <<< 7723 1726883196.09951: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/__init__.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc' import 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6aa4a40> <<< 7723 1726883196.09986: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/application.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py <<< 7723 1726883196.09990: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc' <<< 7723 1726883196.10015: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py <<< 7723 1726883196.10044: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6aa5160> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6aa4e00> <<< 7723 1726883196.10067: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc' <<< 7723 1726883196.10090: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py # code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc' <<< 7723 1726883196.10115: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6aa5d90> <<< 7723 1726883196.10136: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc' <<< 7723 1726883196.10174: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py <<< 7723 1726883196.10192: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py <<< 7723 1726883196.10206: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' <<< 7723 1726883196.10232: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py <<< 7723 1726883196.10244: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' <<< 7723 1726883196.10257: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py <<< 7723 1726883196.10295: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' <<< 7723 1726883196.10299: stdout chunk (state=3): >>>import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6a91a90> <<< 7723 1726883196.10330: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py # code object from '/usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6a919a0> <<< 7723 1726883196.10347: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py <<< 7723 1726883196.10353: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d66de720> <<< 7723 1726883196.10408: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6aa7500> <<< 7723 1726883196.10438: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py # code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' <<< 7723 1726883196.10464: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py <<< 7723 1726883196.10498: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' <<< 7723 1726883196.10502: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py <<< 7723 1726883196.10569: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 7723 1726883196.10637: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d66e91f0> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d66dfda0> <<< 7723 1726883196.10670: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d66df140> <<< 7723 1726883196.10696: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6aa6960> <<< 7723 1726883196.10725: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py <<< 7723 1726883196.10774: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' <<< 7723 1726883196.10777: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py <<< 7723 1726883196.10807: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' <<< 7723 1726883196.10848: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py <<< 7723 1726883196.10856: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' <<< 7723 1726883196.10871: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d671d0d0> <<< 7723 1726883196.10990: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d67112e0> <<< 7723 1726883196.11101: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d66dfbc0> <<< 7723 1726883196.11138: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py <<< 7723 1726883196.11147: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' <<< 7723 1726883196.11165: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py <<< 7723 1726883196.11194: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 7723 1726883196.11245: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py # code object from '/usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc' import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6760e90> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d671ee70> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6710e00> <<< 7723 1726883196.11290: stdout chunk (state=3): >>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6aa60f0> <<< 7723 1726883196.11293: stdout chunk (state=3): >>>import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6aa5e20> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6aa5a60> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6aa4ad0> <<< 7723 1726883196.11311: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/multipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc' <<< 7723 1726883196.11348: stdout chunk (state=3): >>>import 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6aa5d30> # /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py <<< 7723 1726883196.11356: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' <<< 7723 1726883196.11361: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py <<< 7723 1726883196.11383: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' <<< 7723 1726883196.11431: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d67614c0> <<< 7723 1726883196.11435: stdout chunk (state=3): >>>import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d67610a0> <<< 7723 1726883196.11461: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py <<< 7723 1726883196.11467: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883196.11535: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6761bb0> <<< 7723 1726883196.11559: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 7723 1726883196.11582: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 7723 1726883196.11642: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 7723 1726883196.11678: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 7723 1726883196.11768: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883196.11833: stdout chunk (state=3): >>># extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff4d67678c0> <<< 7723 1726883196.12015: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6764ec0> <<< 7723 1726883196.12038: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6762ab0> <<< 7723 1726883196.12066: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py <<< 7723 1726883196.12069: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' <<< 7723 1726883196.12109: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6764950> <<< 7723 1726883196.12123: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py <<< 7723 1726883196.12153: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6752c90> <<< 7723 1726883196.12169: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py <<< 7723 1726883196.12175: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc' <<< 7723 1726883196.12202: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py <<< 7723 1726883196.12205: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc' <<< 7723 1726883196.12220: stdout chunk (state=3): >>>import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6753920> <<< 7723 1726883196.12229: stdout chunk (state=3): >>>import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d67533e0> <<< 7723 1726883196.12254: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 7723 1726883196.12323: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 7723 1726883196.12393: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6753e00> <<< 7723 1726883196.12411: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 7723 1726883196.12451: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 7723 1726883196.12668: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6782e10> <<< 7723 1726883196.12689: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 7723 1726883196.12711: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' <<< 7723 1726883196.12735: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d660f9b0> <<< 7723 1726883196.12783: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883196.12875: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 7723 1726883196.12970: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883196.17157: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py <<< 7723 1726883196.17183: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' <<< 7723 1726883196.17198: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py <<< 7723 1726883196.17203: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' <<< 7723 1726883196.17245: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883196.17253: stdout chunk (state=3): >>># extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff4d634f4d0> <<< 7723 1726883196.17268: stdout chunk (state=3): >>>import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d634e750> <<< 7723 1726883196.17312: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d634e3f0> <<< 7723 1726883196.24344: stdout chunk (state=3): >>>/usr/lib64/python3.12/urllib/request.py:1052: UserWarning: Basic Auth Realm was unquoted response = self.http_error_auth_reqed('www-authenticate', <<< 7723 1726883196.78402: stdout chunk (state=3): >>> {"redirected": false, "url": "https://candlepin.local:8443/candlepin/owners/donaldduck/activation_keys?name=default_key", "status": 200, "x_candlepin_request_uuid": "6b38f8ad-04e3-47b8-9fa0-dede64b3e6dc", "x_version": "4.4.16-1", "vary": "accept-encoding", "content_type": "application/json", "transfer_encoding": "chunked", "date": "Sat, 21 Sep 2024 01:46:36 GMT", "connection": "close", "cookies_string": "", "cookies": {}, "msg": "OK (unknown bytes)", "elapsed": 0, "changed": false, "json": [{"created": "2024-09-19T16:12:02+0000", "updated": "2024-09-19T16:12:02+0000", "id": "8a8082e4920b0ce701920b0e0ba80984", "name": "default_key", "description": null, "owner": {"id": "8a8082e4920b0ce701920b0cfa450004", "key": "donaldduck", "displayName": "Donald Duck", "href": "/owners/donaldduck", "contentAccessMode": "org_environment"}, "releaseVer": {"releaseVer": null}, "serviceLevel": null, "usage": null, "role": null, "addOns": [], "autoAttach": null, "pools": [], "products": [], "contentOverrides": []}], "invocation": {"module_args": {"url": "https://candlepin.local:8443/candlepin/owners/donaldduck/activation_keys?name=default_key", "method": "GET", "url_username": "doc", "url_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "force": false, "http_agent": "ansible-httpget", "use_proxy": true, "validate_certs": true, "force_basic_auth": false, "use_gssapi": false, "body_format": "raw", "return_content": false, "follow_redirects": "safe", "status_code": [200], "timeout": 30, "headers": {}, "remote_src": false, "unredirected_headers": [], "decompress": true, "use_netrc": true, "unsafe_writes": false, "client_cert": null, "client_key": null, "dest": null, "body": null, "src": null, "creates": null, "removes": null, "unix_socket": null, "ca_path": null, "ciphers": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 7723 1726883196.78407: stdout chunk (state=3): >>># destroy __main__ <<< 7723 1726883196.79188: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 7723 1726883196.79226: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack <<< 7723 1726883196.79239: stdout chunk (state=3): >>># 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 # 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 <<< 7723 1726883196.79277: stdout chunk (state=3): >>># cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing 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 # cleanup[2] removing ipaddress # cleanup[2] removing 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 <<< 7723 1726883196.79287: stdout chunk (state=3): >>># 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 # 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 # 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 <<< 7723 1726883196.79341: stdout chunk (state=3): >>># 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 # cleanup[2] removing ansible.module_utils.six.moves.urllib # cleanup[2] removing ansible.module_utils.six.moves.urllib.parse # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing email # cleanup[2] removing email.mime # cleanup[2] removing quopri # cleanup[2] removing email.encoders # cleanup[2] removing email.errors # cleanup[2] removing email.quoprimime # cleanup[2] removing email.base64mime # cleanup[2] removing email.charset # cleanup[2] removing email.header # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing email.utils # cleanup[2] removing email._policybase # cleanup[2] removing email._encoded_words # cleanup[2] removing email._header_value_parser # cleanup[2] removing email.headerregistry # cleanup[2] removing email.iterators # cleanup[2] removing email.message <<< 7723 1726883196.79347: stdout chunk (state=3): >>># cleanup[2] removing email.contentmanager # cleanup[2] removing email.policy # cleanup[2] removing email.mime.base # cleanup[2] removing email.mime.nonmultipart # cleanup[2] removing email.mime.application # cleanup[2] removing email.mime.multipart # cleanup[2] removing email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing http # cleanup[2] removing _ssl # cleanup[2] removing ssl # cleanup[2] removing http.client # cleanup[2] removing mimetypes # cleanup[2] removing netrc # cleanup[2] removing urllib.response # cleanup[2] removing urllib.error # cleanup[2] removing urllib.request # cleanup[2] removing http.cookiejar # cleanup[2] removing gzip # cleanup[2] removing ansible.module_utils.urls # destroy ansible.module_utils.urls # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna <<< 7723 1726883196.79776: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 7723 1726883196.79792: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 7723 1726883196.79809: stdout chunk (state=3): >>># destroy _bz2 # destroy _lzma # destroy _blake2 <<< 7723 1726883196.79846: stdout chunk (state=3): >>># destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch <<< 7723 1726883196.79864: stdout chunk (state=3): >>># destroy urllib.parse # destroy urllib.response # destroy urllib.error # destroy urllib.request # destroy ntpath # destroy importlib # destroy zipimport <<< 7723 1726883196.79888: stdout chunk (state=3): >>># destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings <<< 7723 1726883196.79946: stdout chunk (state=3): >>># destroy _locale # destroy pwd # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy array <<< 7723 1726883196.79978: stdout chunk (state=3): >>># destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 7723 1726883196.80002: stdout chunk (state=3): >>># destroy mimetypes # destroy netrc # destroy gzip <<< 7723 1726883196.80044: stdout chunk (state=3): >>># destroy email.mime # destroy email.mime.base # destroy email.mime.nonmultipart # destroy email.mime.application # destroy email.mime.multipart # destroy email.base64mime # destroy email._parseaddr # destroy email._policybase # destroy email.headerregistry # destroy email.iterators # destroy email.contentmanager # destroy email.policy # destroy email.feedparser # destroy email.parser # destroy email.encoders # destroy email.message # destroy email.header # destroy random <<< 7723 1726883196.80107: stdout chunk (state=3): >>># destroy calendar # destroy locale # destroy email._header_value_parser # destroy email._encoded_words # destroy unicodedata # destroy email.quoprimime # destroy binascii # destroy quopri # destroy email.utils # destroy email.charset <<< 7723 1726883196.80118: stdout chunk (state=3): >>># destroy email.errors # destroy http.client # destroy http.cookiejar # destroy errno <<< 7723 1726883196.80150: stdout chunk (state=3): >>># destroy _ssl <<< 7723 1726883196.80196: stdout chunk (state=3): >>># destroy base64 # destroy bisect # destroy email # destroy hashlib # destroy socket # destroy string # destroy tempfile # destroy ssl <<< 7723 1726883196.80208: stdout chunk (state=3): >>># destroy copy # destroy datetime # destroy urllib # destroy http # destroy struct # destroy zlib # destroy _compression <<< 7723 1726883196.80722: stdout chunk (state=3): >>># cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping ansible.module_utils.six.moves.urllib.parse # cleanup[3] wiping ansible.module_utils.six.moves.urllib # 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 ipaddress # 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 <<< 7723 1726883196.80746: stdout chunk (state=3): >>># destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 7723 1726883196.80921: stdout chunk (state=3): >>># destroy sys.monitoring <<< 7723 1726883196.80948: stdout chunk (state=3): >>># destroy _socket # destroy _collections <<< 7723 1726883196.80990: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 7723 1726883196.81020: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 7723 1726883196.81053: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize <<< 7723 1726883196.81057: stdout chunk (state=3): >>># 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 operator # destroy ansible.module_utils.six.moves # destroy functools # destroy ipaddress <<< 7723 1726883196.81215: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 7723 1726883196.81231: stdout chunk (state=3): >>># 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 encodings.idna # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 7723 1726883196.81250: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 7723 1726883196.81254: stdout chunk (state=3): >>># destroy _hashlib <<< 7723 1726883196.81277: stdout chunk (state=3): >>># destroy _operator # destroy _sre <<< 7723 1726883196.81285: stdout chunk (state=3): >>># destroy _string # destroy re <<< 7723 1726883196.81291: stdout chunk (state=3): >>># destroy itertools <<< 7723 1726883196.81302: stdout chunk (state=3): >>># destroy _abc # destroy posix # destroy _functools # destroy builtins <<< 7723 1726883196.81318: stdout chunk (state=3): >>># destroy _thread # clear sys.audit hooks <<< 7723 1726883196.82064: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.120 closed. <<< 7723 1726883196.82098: stderr chunk (state=3): >>><<< 7723 1726883196.82102: stdout chunk (state=3): >>><<< 7723 1726883196.82191: _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 0x7ff4d76e83e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d76b7a10> # /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 0x7ff4d76ea960> 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 0x7ff4d7498fe0> # /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 0x7ff4d7499f10> 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 0x7ff4d74d7d40> # /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 0x7ff4d74d7f80> # /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 0x7ff4d750f740> # /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 0x7ff4d750fdd0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d74efa10> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d74ed130> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d74d4ef0> # /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 0x7ff4d7533680> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d75322a0> # /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 0x7ff4d74ee000> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d7530b30> # /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 0x7ff4d75646b0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d74d4170> # /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 0x7ff4d7564b60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d7564a10> # 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 0x7ff4d7564e00> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d74d2c90> # /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 0x7ff4d75654c0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d7565190> 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 0x7ff4d75663c0> 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 0x7ff4d75805f0> 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 0x7ff4d7581d30> # /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 0x7ff4d7582bd0> # 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 0x7ff4d7583230> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d7582120> # /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 0x7ff4d7583cb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d75833e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d7566420> # /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 0x7ff4d72c7bf0> # /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 0x7ff4d72f06b0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d72f0410> # 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 0x7ff4d72f06e0> # /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 0x7ff4d72f1010> # 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 0x7ff4d72f19d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d72f08c0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d72c5d90> # /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 0x7ff4d72f2d80> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d72f1880> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d7566b10> # /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 0x7ff4d731b0b0> # /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 0x7ff4d7343470> # /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 0x7ff4d73a0290> # /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 0x7ff4d73a29f0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d73a03b0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d736d280> # /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 0x7ff4d71a53a0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d73422a0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d72f3cb0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7ff4d7342600> # zipimport: found 32 names in '/tmp/ansible_ansible.legacy.uri_payload_a8c1_00l/ansible_ansible.legacy.uri_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 0x7ff4d71ff110> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d71de000> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d71dd190> # 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 0x7ff4d71fcfe0> # /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 0x7ff4d7222ae0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d7222870> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d7222180> # /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 0x7ff4d7222bd0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d71ffda0> 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 0x7ff4d7223860> # 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 0x7ff4d7223aa0> # /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 0x7ff4d7223f50> 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 0x7ff4d6b15cd0> # 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 0x7ff4d6b178f0> # /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 0x7ff4d6b182f0> # /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 0x7ff4d6b19490> # /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 0x7ff4d6b1bf50> # 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 0x7ff4d7582b40> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6b1a210> # /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 0x7ff4d6b27e30> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6b26900> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6b26660> # /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 0x7ff4d6b26bd0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6b1a720> # 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 0x7ff4d6b6bf80> # /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 0x7ff4d6b6c200> # /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 0x7ff4d6b6dd90> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6b6db50> # /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 0x7ff4d6b70320> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6b6e480> # /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 0x7ff4d6b73aa0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6b70470> # 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 0x7ff4d6b74920> # 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 0x7ff4d6b74950> # 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 0x7ff4d6b74ef0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6b6c4a0> # /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 0x7ff4d6a004d0> # 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 0x7ff4d6a01640> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6b76c60> # 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 0x7ff4d6b77fe0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6b76870> # 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 0x7ff4d6a05910> # /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 0x7ff4d6a066c0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6a01910> 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 0x7ff4d6a06510> # 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 0x7ff4d6a07980> # 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 0x7ff4d6a121b0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6a0f440> 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 0x7ff4d7272b10> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d72567e0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6a12300> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6a05490> # 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 import 'ansible.module_utils.six.moves.urllib' # import 'ansible.module_utils.six.moves.urllib.parse' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.datetime' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py # code object from '/usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc' import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6aa4860> # /usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/__init__.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc' import 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6aa4a40> # /usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/application.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py # code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py # code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6aa5160> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6aa4e00> # /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py # code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc' import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6aa5d90> # /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py # code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py # code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py # code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py # code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6a91a90> # /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py # code object from '/usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6a919a0> # /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py # code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d66de720> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6aa7500> # /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py # code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py # code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py # code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d66e91f0> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d66dfda0> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d66df140> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6aa6960> # /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py # code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py # code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py # code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d671d0d0> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d67112e0> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d66dfbc0> # /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py # code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py # code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py # code object from '/usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc' import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6760e90> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d671ee70> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6710e00> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6aa60f0> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6aa5e20> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6aa5a60> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6aa4ad0> # /usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/multipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc' import 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6aa5d30> # /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py # code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py # code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d67614c0> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d67610a0> # /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py # code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6761bb0> # /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py # code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py # code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' # extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' # extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff4d67678c0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6764ec0> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6762ab0> # /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py # code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6764950> # /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py # code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6752c90> # /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc' # /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc' import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6753920> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d67533e0> # /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6753e00> # /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py # code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d6782e10> # /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py # code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d660f9b0> # zipimport: zlib available import 'ansible.module_utils.urls' # # zipimport: zlib available # /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py # code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' # extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff4d634f4d0> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d634e750> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff4d634e3f0> /usr/lib64/python3.12/urllib/request.py:1052: UserWarning: Basic Auth Realm was unquoted response = self.http_error_auth_reqed('www-authenticate', {"redirected": false, "url": "https://candlepin.local:8443/candlepin/owners/donaldduck/activation_keys?name=default_key", "status": 200, "x_candlepin_request_uuid": "6b38f8ad-04e3-47b8-9fa0-dede64b3e6dc", "x_version": "4.4.16-1", "vary": "accept-encoding", "content_type": "application/json", "transfer_encoding": "chunked", "date": "Sat, 21 Sep 2024 01:46:36 GMT", "connection": "close", "cookies_string": "", "cookies": {}, "msg": "OK (unknown bytes)", "elapsed": 0, "changed": false, "json": [{"created": "2024-09-19T16:12:02+0000", "updated": "2024-09-19T16:12:02+0000", "id": "8a8082e4920b0ce701920b0e0ba80984", "name": "default_key", "description": null, "owner": {"id": "8a8082e4920b0ce701920b0cfa450004", "key": "donaldduck", "displayName": "Donald Duck", "href": "/owners/donaldduck", "contentAccessMode": "org_environment"}, "releaseVer": {"releaseVer": null}, "serviceLevel": null, "usage": null, "role": null, "addOns": [], "autoAttach": null, "pools": [], "products": [], "contentOverrides": []}], "invocation": {"module_args": {"url": "https://candlepin.local:8443/candlepin/owners/donaldduck/activation_keys?name=default_key", "method": "GET", "url_username": "doc", "url_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "force": false, "http_agent": "ansible-httpget", "use_proxy": true, "validate_certs": true, "force_basic_auth": false, "use_gssapi": false, "body_format": "raw", "return_content": false, "follow_redirects": "safe", "status_code": [200], "timeout": 30, "headers": {}, "remote_src": false, "unredirected_headers": [], "decompress": true, "use_netrc": true, "unsafe_writes": false, "client_cert": null, "client_key": null, "dest": null, "body": null, "src": null, "creates": null, "removes": null, "unix_socket": null, "ca_path": null, "ciphers": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} # 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 # 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 # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing 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 # cleanup[2] removing ipaddress # cleanup[2] removing 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 # 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 # 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 # 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 # cleanup[2] removing ansible.module_utils.six.moves.urllib # cleanup[2] removing ansible.module_utils.six.moves.urllib.parse # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing email # cleanup[2] removing email.mime # cleanup[2] removing quopri # cleanup[2] removing email.encoders # cleanup[2] removing email.errors # cleanup[2] removing email.quoprimime # cleanup[2] removing email.base64mime # cleanup[2] removing email.charset # cleanup[2] removing email.header # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing email.utils # cleanup[2] removing email._policybase # cleanup[2] removing email._encoded_words # cleanup[2] removing email._header_value_parser # cleanup[2] removing email.headerregistry # cleanup[2] removing email.iterators # cleanup[2] removing email.message # cleanup[2] removing email.contentmanager # cleanup[2] removing email.policy # cleanup[2] removing email.mime.base # cleanup[2] removing email.mime.nonmultipart # cleanup[2] removing email.mime.application # cleanup[2] removing email.mime.multipart # cleanup[2] removing email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing http # cleanup[2] removing _ssl # cleanup[2] removing ssl # cleanup[2] removing http.client # cleanup[2] removing mimetypes # cleanup[2] removing netrc # cleanup[2] removing urllib.response # cleanup[2] removing urllib.error # cleanup[2] removing urllib.request # cleanup[2] removing http.cookiejar # cleanup[2] removing gzip # cleanup[2] removing ansible.module_utils.urls # destroy ansible.module_utils.urls # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _lzma # destroy _blake2 # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy urllib.parse # destroy urllib.response # destroy urllib.error # destroy urllib.request # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy array # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # destroy mimetypes # destroy netrc # destroy gzip # destroy email.mime # destroy email.mime.base # destroy email.mime.nonmultipart # destroy email.mime.application # destroy email.mime.multipart # destroy email.base64mime # destroy email._parseaddr # destroy email._policybase # destroy email.headerregistry # destroy email.iterators # destroy email.contentmanager # destroy email.policy # destroy email.feedparser # destroy email.parser # destroy email.encoders # destroy email.message # destroy email.header # destroy random # destroy calendar # destroy locale # destroy email._header_value_parser # destroy email._encoded_words # destroy unicodedata # destroy email.quoprimime # destroy binascii # destroy quopri # destroy email.utils # destroy email.charset # destroy email.errors # destroy http.client # destroy http.cookiejar # destroy errno # destroy _ssl # destroy base64 # destroy bisect # destroy email # destroy hashlib # destroy socket # destroy string # destroy tempfile # destroy ssl # destroy copy # destroy datetime # destroy urllib # destroy http # destroy struct # destroy zlib # destroy _compression # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping ansible.module_utils.six.moves.urllib.parse # cleanup[3] wiping ansible.module_utils.six.moves.urllib # 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 ipaddress # 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 operator # destroy ansible.module_utils.six.moves # destroy functools # destroy ipaddress # 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 encodings.idna # 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 _sre # destroy _string # destroy re # destroy itertools # destroy _abc # 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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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.12.120 closed. 7723 1726883196.82824: done with _execute_module (ansible.legacy.uri, {'url': 'https://candlepin.local:8443/candlepin/owners/donaldduck/activation_keys?name=default_key', 'method': 'GET', 'url_username': 'doc', 'url_password': 'password', '_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': 'ansible.legacy.uri', '_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-1726883195.784988-8845-209287456916563/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7723 1726883196.82827: _low_level_execute_command(): starting 7723 1726883196.82830: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726883195.784988-8845-209287456916563/ > /dev/null 2>&1 && sleep 0' 7723 1726883196.82947: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7723 1726883196.82973: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883196.83001: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883196.83049: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7723 1726883196.83058: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883196.83078: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883196.83181: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883196.83218: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883196.85274: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883196.85306: stderr chunk (state=3): >>><<< 7723 1726883196.85309: stdout chunk (state=3): >>><<< 7723 1726883196.85323: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883196.85329: handler run complete 7723 1726883196.85377: attempt loop complete, returning result 7723 1726883196.85381: _execute() done 7723 1726883196.85384: dumping result to json 7723 1726883196.85392: done dumping result, returning 7723 1726883196.85403: done running TaskExecutor() for managed_node1/TASK: Query for default_key activation key [0affc0aa-4893-13c9-9f63-000000000024] 7723 1726883196.85406: sending task result for task 0affc0aa-4893-13c9-9f63-000000000024 7723 1726883196.85510: done sending task result for task 0affc0aa-4893-13c9-9f63-000000000024 7723 1726883196.85512: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "connection": "close", "content_type": "application/json", "cookies": {}, "cookies_string": "", "date": "Sat, 21 Sep 2024 01:46:36 GMT", "elapsed": 0, "json": [ { "addOns": [], "autoAttach": null, "contentOverrides": [], "created": "2024-09-19T16:12:02+0000", "description": null, "id": "8a8082e4920b0ce701920b0e0ba80984", "name": "default_key", "owner": { "contentAccessMode": "org_environment", "displayName": "Donald Duck", "href": "/owners/donaldduck", "id": "8a8082e4920b0ce701920b0cfa450004", "key": "donaldduck" }, "pools": [], "products": [], "releaseVer": { "releaseVer": null }, "role": null, "serviceLevel": null, "updated": "2024-09-19T16:12:02+0000", "usage": null } ], "redirected": false, "status": 200, "transfer_encoding": "chunked", "url": "https://candlepin.local:8443/candlepin/owners/donaldduck/activation_keys?name=default_key", "vary": "accept-encoding", "x_candlepin_request_uuid": "6b38f8ad-04e3-47b8-9fa0-dede64b3e6dc", "x_version": "4.4.16-1" } MSG: OK (unknown bytes) 7723 1726883196.85623: no more pending results, returning what we have 7723 1726883196.85628: results queue empty 7723 1726883196.85629: checking for any_errors_fatal 7723 1726883196.85634: done checking for any_errors_fatal 7723 1726883196.85635: checking for max_fail_percentage 7723 1726883196.85636: done checking for max_fail_percentage 7723 1726883196.85637: checking to see if all hosts have failed and the running result is not ok 7723 1726883196.85638: done checking to see if all hosts have failed 7723 1726883196.85638: getting the remaining hosts for this loop 7723 1726883196.85641: done getting the remaining hosts for this loop 7723 1726883196.85645: getting the next task for host managed_node1 7723 1726883196.85650: done getting next task for host managed_node1 7723 1726883196.85653: ^ task is: TASK: Get pools for product 7050 7723 1726883196.85655: ^ state is: HOST STATE: block=2, task=2, 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=16, 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 7723 1726883196.85658: getting variables 7723 1726883196.85659: in VariableManager get_vars() 7723 1726883196.85684: Calling all_inventory to load vars for managed_node1 7723 1726883196.85686: Calling groups_inventory to load vars for managed_node1 7723 1726883196.85688: Calling all_plugins_inventory to load vars for managed_node1 7723 1726883196.85697: Calling all_plugins_play to load vars for managed_node1 7723 1726883196.85704: Calling groups_plugins_inventory to load vars for managed_node1 7723 1726883196.85707: Calling groups_plugins_play to load vars for managed_node1 7723 1726883196.85761: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7723 1726883196.85784: done with get_vars() 7723 1726883196.85790: done getting variables 7723 1726883196.85834: Loading ActionModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/uri.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Get pools for product 7050] ********************************************** task path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:141 Friday 20 September 2024 21:46:36 -0400 (0:00:01.146) 0:02:01.544 ****** 7723 1726883196.85863: entering _queue_task() for managed_node1/uri 7723 1726883196.86069: worker is 1 (out of 1 available) 7723 1726883196.86080: exiting _queue_task() for managed_node1/uri 7723 1726883196.86093: done queuing things up, now waiting for results queue to drain 7723 1726883196.86094: waiting for pending results... 7723 1726883196.86246: running TaskExecutor() for managed_node1/TASK: Get pools for product 7050 7723 1726883196.86348: in run() - task 0affc0aa-4893-13c9-9f63-000000000025 7723 1726883196.86352: variable 'ansible_search_path' from source: unknown 7723 1726883196.86355: variable 'ansible_search_path' from source: unknown 7723 1726883196.86407: calling self._execute() 7723 1726883196.86546: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883196.86550: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883196.86553: variable 'omit' from source: magic vars 7723 1726883196.86917: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7723 1726883196.88578: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7723 1726883196.88633: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7723 1726883196.88664: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7723 1726883196.88688: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7723 1726883196.88708: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7723 1726883196.88772: 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) 7723 1726883196.88792: 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) 7723 1726883196.88809: 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) 7723 1726883196.88836: 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) 7723 1726883196.88851: 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) 7723 1726883196.88938: variable 'lsr_rhc_test_data_file' from source: set_fact 7723 1726883196.88968: Evaluated conditional (lsr_rhc_test_data_file | length == 0): True 7723 1726883196.88971: variable 'omit' from source: magic vars 7723 1726883196.89002: variable 'omit' from source: magic vars 7723 1726883196.89082: variable '_cp_url_owner' from source: set_fact 7723 1726883196.89142: variable 'lsr_rhc_test_data' from source: include_vars 7723 1726883196.89211: variable 'lsr_rhc_test_data' from source: include_vars 7723 1726883196.89230: variable 'omit' from source: magic vars 7723 1726883196.89253: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7723 1726883196.89278: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7723 1726883196.89293: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7723 1726883196.89307: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7723 1726883196.89315: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7723 1726883196.89330: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 7723 1726883196.89344: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 7723 1726883196.89365: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7723 1726883196.89368: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883196.89370: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883196.89451: Set connection var ansible_shell_type to sh 7723 1726883196.89454: Set connection var ansible_shell_executable to /bin/sh 7723 1726883196.89460: Set connection var ansible_module_compression to ZIP_DEFLATED 7723 1726883196.89462: Set connection var ansible_connection to ssh 7723 1726883196.89467: Set connection var ansible_pipelining to False 7723 1726883196.89472: Set connection var ansible_timeout to 10 7723 1726883196.89492: variable 'ansible_shell_executable' from source: unknown 7723 1726883196.89495: variable 'ansible_connection' from source: unknown 7723 1726883196.89497: variable 'ansible_module_compression' from source: unknown 7723 1726883196.89499: variable 'ansible_shell_type' from source: unknown 7723 1726883196.89504: variable 'ansible_shell_executable' from source: unknown 7723 1726883196.89506: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883196.89508: variable 'ansible_pipelining' from source: unknown 7723 1726883196.89511: variable 'ansible_timeout' from source: unknown 7723 1726883196.89519: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883196.89589: Loading ActionModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/uri.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7723 1726883196.89598: variable 'omit' from source: magic vars 7723 1726883196.89603: starting attempt loop 7723 1726883196.89606: running the handler 7723 1726883196.89616: _low_level_execute_command(): starting 7723 1726883196.89630: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7723 1726883196.90151: 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 <<< 7723 1726883196.90156: 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.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883196.90158: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883196.90161: 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.12.120 originally 10.31.12.120 debug2: match found <<< 7723 1726883196.90163: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883196.90227: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883196.90230: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883196.90236: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883196.90281: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883196.91870: stdout chunk (state=3): >>>/root <<< 7723 1726883196.91996: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883196.92018: stderr chunk (state=3): >>><<< 7723 1726883196.92021: stdout chunk (state=3): >>><<< 7723 1726883196.92051: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883196.92064: _low_level_execute_command(): starting 7723 1726883196.92069: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726883196.9205341-8874-150176937662464 `" && echo ansible-tmp-1726883196.9205341-8874-150176937662464="` echo /root/.ansible/tmp/ansible-tmp-1726883196.9205341-8874-150176937662464 `" ) && sleep 0' 7723 1726883196.92748: 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 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883196.92756: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 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.12.120 originally 10.31.12.120 <<< 7723 1726883196.92759: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883196.92788: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883196.92814: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883196.92869: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883196.94751: stdout chunk (state=3): >>>ansible-tmp-1726883196.9205341-8874-150176937662464=/root/.ansible/tmp/ansible-tmp-1726883196.9205341-8874-150176937662464 <<< 7723 1726883196.94857: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883196.94924: stderr chunk (state=3): >>><<< 7723 1726883196.94928: stdout chunk (state=3): >>><<< 7723 1726883196.94956: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726883196.9205341-8874-150176937662464=/root/.ansible/tmp/ansible-tmp-1726883196.9205341-8874-150176937662464 , 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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883196.95013: variable 'ansible_module_compression' from source: unknown 7723 1726883196.95068: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7723b_d05x07/ansiballz_cache/ansible.modules.uri-ZIP_DEFLATED 7723 1726883196.95111: variable 'ansible_facts' from source: unknown 7723 1726883196.95227: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726883196.9205341-8874-150176937662464/AnsiballZ_uri.py 7723 1726883196.95356: Sending initial data 7723 1726883196.95378: Sent initial data (150 bytes) 7723 1726883196.95892: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883196.95895: 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.12.120 originally 10.31.12.120 debug2: match not found <<< 7723 1726883196.95898: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883196.95900: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883196.95902: 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883196.95958: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883196.95991: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883196.96021: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883196.97569: 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 <<< 7723 1726883196.97604: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 7723 1726883196.97646: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7723b_d05x07/tmpee31diaf /root/.ansible/tmp/ansible-tmp-1726883196.9205341-8874-150176937662464/AnsiballZ_uri.py <<< 7723 1726883196.97651: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726883196.9205341-8874-150176937662464/AnsiballZ_uri.py" <<< 7723 1726883196.97686: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-7723b_d05x07/tmpee31diaf" to remote "/root/.ansible/tmp/ansible-tmp-1726883196.9205341-8874-150176937662464/AnsiballZ_uri.py" <<< 7723 1726883196.97692: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726883196.9205341-8874-150176937662464/AnsiballZ_uri.py" <<< 7723 1726883196.98343: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883196.98389: stderr chunk (state=3): >>><<< 7723 1726883196.98392: stdout chunk (state=3): >>><<< 7723 1726883196.98410: done transferring module to remote 7723 1726883196.98426: _low_level_execute_command(): starting 7723 1726883196.98429: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726883196.9205341-8874-150176937662464/ /root/.ansible/tmp/ansible-tmp-1726883196.9205341-8874-150176937662464/AnsiballZ_uri.py && sleep 0' 7723 1726883196.98890: 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 <<< 7723 1726883196.98894: 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.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883196.98896: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address <<< 7723 1726883196.98898: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883196.98900: 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883196.98946: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883196.98958: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883196.98962: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883196.99012: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883197.00746: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883197.00777: stderr chunk (state=3): >>><<< 7723 1726883197.00780: stdout chunk (state=3): >>><<< 7723 1726883197.00804: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883197.00808: _low_level_execute_command(): starting 7723 1726883197.00811: _low_level_execute_command(): using become for this command 7723 1726883197.00827: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-etjicgafncryrduchyamohmixucildiu ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726883196.9205341-8874-150176937662464/AnsiballZ_uri.py'"'"' && sleep 0' 7723 1726883197.00969: Initial state: awaiting_escalation: BECOME-SUCCESS-etjicgafncryrduchyamohmixucildiu 7723 1726883197.01505: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883197.01509: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883197.01530: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883197.01545: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883197.01647: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883197.04456: stdout chunk (state=1): >>>BECOME-SUCCESS-etjicgafncryrduchyamohmixucildiu <<< 7723 1726883197.04460: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-etjicgafncryrduchyamohmixucildiu' 7723 1726883197.04778: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 7723 1726883197.04813: stdout chunk (state=3): >>>import _imp # builtin <<< 7723 1726883197.04846: stdout chunk (state=3): >>>import '_thread' # <<< 7723 1726883197.04852: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 7723 1726883197.04918: stdout chunk (state=3): >>>import '_io' # <<< 7723 1726883197.04925: stdout chunk (state=3): >>>import 'marshal' # <<< 7723 1726883197.04955: stdout chunk (state=3): >>>import 'posix' # <<< 7723 1726883197.04988: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 7723 1726883197.04992: stdout chunk (state=3): >>># installing zipimport hook <<< 7723 1726883197.05014: stdout chunk (state=3): >>>import 'time' # <<< 7723 1726883197.05019: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 7723 1726883197.05070: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 7723 1726883197.05086: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883197.05113: stdout chunk (state=3): >>>import '_codecs' # <<< 7723 1726883197.05119: stdout chunk (state=3): >>>import 'codecs' # <<< 7723 1726883197.05166: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 7723 1726883197.05198: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f6183e0> <<< 7723 1726883197.05206: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f5e7a10> <<< 7723 1726883197.05227: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 7723 1726883197.05250: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f61a960> <<< 7723 1726883197.05283: stdout chunk (state=3): >>>import '_signal' # <<< 7723 1726883197.05297: stdout chunk (state=3): >>>import '_abc' # <<< 7723 1726883197.05323: stdout chunk (state=3): >>>import 'abc' # import 'io' # <<< 7723 1726883197.05360: stdout chunk (state=3): >>>import '_stat' # <<< 7723 1726883197.05363: stdout chunk (state=3): >>>import 'stat' # <<< 7723 1726883197.05448: stdout chunk (state=3): >>>import '_collections_abc' # <<< 7723 1726883197.05465: stdout chunk (state=3): >>>import 'genericpath' # <<< 7723 1726883197.05470: stdout chunk (state=3): >>>import 'posixpath' # <<< 7723 1726883197.05525: stdout chunk (state=3): >>>import 'os' # <<< 7723 1726883197.05576: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages <<< 7723 1726883197.05580: stdout chunk (state=3): >>>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' <<< 7723 1726883197.05610: 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 # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 7723 1726883197.05621: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f3e8fe0> <<< 7723 1726883197.05679: 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 <<< 7723 1726883197.05694: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883197.05699: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f3e9f10> <<< 7723 1726883197.05720: stdout chunk (state=3): >>>import 'site' # <<< 7723 1726883197.05755: 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. <<< 7723 1726883197.06001: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 7723 1726883197.06024: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 7723 1726883197.06045: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 7723 1726883197.06051: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883197.06070: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 7723 1726883197.06124: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 7723 1726883197.06139: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 7723 1726883197.06161: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 7723 1726883197.06166: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f427d40> <<< 7723 1726883197.06207: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 7723 1726883197.06236: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 7723 1726883197.06251: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f427f80> <<< 7723 1726883197.06257: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 7723 1726883197.06303: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 7723 1726883197.06314: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 7723 1726883197.06362: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883197.06373: stdout chunk (state=3): >>>import 'itertools' # <<< 7723 1726883197.06404: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f45f740> <<< 7723 1726883197.06450: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 7723 1726883197.06454: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 7723 1726883197.06471: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f45fdd0> import '_collections' # <<< 7723 1726883197.06508: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f43fa10> <<< 7723 1726883197.06520: stdout chunk (state=3): >>>import '_functools' # <<< 7723 1726883197.06552: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f43d130> <<< 7723 1726883197.06648: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f424ef0> <<< 7723 1726883197.06673: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 7723 1726883197.06701: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 7723 1726883197.06704: stdout chunk (state=3): >>>import '_sre' # <<< 7723 1726883197.06725: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 7723 1726883197.06751: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 7723 1726883197.06773: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 7723 1726883197.06779: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 7723 1726883197.06817: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f483680> <<< 7723 1726883197.06832: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f4822a0> <<< 7723 1726883197.06863: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 7723 1726883197.06867: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f43e000> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f480b30> <<< 7723 1726883197.06911: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 7723 1726883197.06918: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f4b46b0> <<< 7723 1726883197.06937: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f424170> <<< 7723 1726883197.06953: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 7723 1726883197.06992: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883197.06996: 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 0x7f6b4f4b4b60> <<< 7723 1726883197.07044: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f4b4a10> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883197.07047: stdout chunk (state=3): >>># 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 0x7f6b4f4b4e00> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f422c90> <<< 7723 1726883197.07080: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 7723 1726883197.07084: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883197.07115: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 7723 1726883197.07136: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 7723 1726883197.07152: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f4b54c0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f4b5190> <<< 7723 1726883197.07161: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 7723 1726883197.07194: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 7723 1726883197.07241: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 7723 1726883197.07245: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f4b63c0> <<< 7723 1726883197.07248: stdout chunk (state=3): >>>import 'importlib.util' # <<< 7723 1726883197.07271: stdout chunk (state=3): >>>import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 7723 1726883197.07305: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 7723 1726883197.07338: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 7723 1726883197.07344: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f4d05f0> <<< 7723 1726883197.07358: stdout chunk (state=3): >>>import 'errno' # <<< 7723 1726883197.07381: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883197.07384: 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 0x7f6b4f4d1d30> <<< 7723 1726883197.07411: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 7723 1726883197.07450: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 7723 1726883197.07464: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f4d2bd0> <<< 7723 1726883197.07499: 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' <<< 7723 1726883197.07522: stdout chunk (state=3): >>>import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6b4f4d3230> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f4d2120> <<< 7723 1726883197.07528: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 7723 1726883197.07550: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 7723 1726883197.07584: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883197.07588: 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 0x7f6b4f4d3cb0> <<< 7723 1726883197.07595: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f4d33e0> <<< 7723 1726883197.07653: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f4b6420> <<< 7723 1726883197.07678: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 7723 1726883197.07703: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 7723 1726883197.07713: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 7723 1726883197.07734: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 7723 1726883197.07760: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6b4f213bf0> <<< 7723 1726883197.07805: stdout chunk (state=3): >>># /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' <<< 7723 1726883197.07853: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6b4f23c6e0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f23c440> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883197.07864: stdout chunk (state=3): >>># extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6b4f23c710> <<< 7723 1726883197.07882: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 7723 1726883197.07891: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 7723 1726883197.07955: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883197.08076: 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 0x7f6b4f23cfe0> <<< 7723 1726883197.08185: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6b4f23d9a0> <<< 7723 1726883197.08200: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f23c890> <<< 7723 1726883197.08209: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f211d90> <<< 7723 1726883197.08239: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 7723 1726883197.08253: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 7723 1726883197.08279: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 7723 1726883197.08283: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 7723 1726883197.08301: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f23ed80> <<< 7723 1726883197.08325: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f23dac0> <<< 7723 1726883197.08349: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f4b6b10> <<< 7723 1726883197.08373: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 7723 1726883197.08432: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883197.08460: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 7723 1726883197.08486: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 7723 1726883197.08511: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f2670e0> <<< 7723 1726883197.08568: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 7723 1726883197.08578: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883197.08602: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 7723 1726883197.08624: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 7723 1726883197.08664: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f28b470> <<< 7723 1726883197.08685: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 7723 1726883197.08730: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 7723 1726883197.08780: stdout chunk (state=3): >>>import 'ntpath' # <<< 7723 1726883197.08808: 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 0x7f6b4f2ec290> <<< 7723 1726883197.08827: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 7723 1726883197.08859: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 7723 1726883197.08882: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 7723 1726883197.08926: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 7723 1726883197.09006: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f2ee9f0> <<< 7723 1726883197.09082: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f2ec3b0> <<< 7723 1726883197.09119: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f2b9280> <<< 7723 1726883197.09147: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' <<< 7723 1726883197.09157: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f0f9310> <<< 7723 1726883197.09173: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f28a2a0> <<< 7723 1726883197.09178: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f23fce0> <<< 7723 1726883197.09291: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 7723 1726883197.09311: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f6b4f28a600> <<< 7723 1726883197.09437: stdout chunk (state=3): >>># zipimport: found 32 names in '/tmp/ansible_ansible.legacy.uri_payload_gifu2kg2/ansible_ansible.legacy.uri_payload.zip' <<< 7723 1726883197.09443: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883197.09565: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883197.09591: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 7723 1726883197.09607: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 7723 1726883197.09649: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 7723 1726883197.09728: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 7723 1726883197.09757: 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' <<< 7723 1726883197.09760: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f153050> import '_typing' # <<< 7723 1726883197.09950: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f131f40> <<< 7723 1726883197.09995: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f1310d0> # zipimport: zlib available <<< 7723 1726883197.09999: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 7723 1726883197.10032: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7723 1726883197.10036: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 7723 1726883197.10073: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883197.11447: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883197.12585: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f151340> <<< 7723 1726883197.12625: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883197.12639: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 7723 1726883197.12659: stdout chunk (state=3): >>># 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 <<< 7723 1726883197.12663: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 7723 1726883197.12681: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6b4f17aa20> <<< 7723 1726883197.12725: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f17a7b0> <<< 7723 1726883197.12752: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f17a0c0> <<< 7723 1726883197.12771: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 7723 1726883197.12775: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 7723 1726883197.12822: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f17aab0> <<< 7723 1726883197.12828: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f153ce0> import 'atexit' # <<< 7723 1726883197.12870: 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 0x7f6b4f17b710> <<< 7723 1726883197.12913: 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 0x7f6b4f17b8c0> <<< 7723 1726883197.12920: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 7723 1726883197.12968: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 7723 1726883197.12971: stdout chunk (state=3): >>>import '_locale' # <<< 7723 1726883197.13015: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f17bdd0> <<< 7723 1726883197.13018: stdout chunk (state=3): >>>import 'pwd' # <<< 7723 1726883197.13044: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 7723 1726883197.13071: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 7723 1726883197.13101: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4eb11b50> <<< 7723 1726883197.13134: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883197.13149: 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 0x7f6b4eb13770> <<< 7723 1726883197.13162: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 7723 1726883197.13182: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 7723 1726883197.13208: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4eb14140> <<< 7723 1726883197.13230: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 7723 1726883197.13257: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 7723 1726883197.13275: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4eb15010> <<< 7723 1726883197.13294: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 7723 1726883197.13332: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 7723 1726883197.13358: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 7723 1726883197.13362: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 7723 1726883197.13410: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4eb17d40> <<< 7723 1726883197.13451: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6b4f4d2b40> <<< 7723 1726883197.13463: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4eb16030> <<< 7723 1726883197.13488: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 7723 1726883197.13515: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 7723 1726883197.13539: 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' <<< 7723 1726883197.13564: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 7723 1726883197.13647: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 7723 1726883197.13650: 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' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4eb23da0> import '_tokenize' # <<< 7723 1726883197.13702: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4eb22870> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4eb225d0> <<< 7723 1726883197.13729: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 7723 1726883197.13732: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 7723 1726883197.13810: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4eb22b40> <<< 7723 1726883197.13838: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4eb16540> <<< 7723 1726883197.13865: 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 0x7f6b4eb67a10> <<< 7723 1726883197.13891: 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 0x7f6b4eb681a0> <<< 7723 1726883197.13917: 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 <<< 7723 1726883197.13929: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 7723 1726883197.13952: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 7723 1726883197.13988: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6b4eb69c10> <<< 7723 1726883197.14003: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4eb699d0> <<< 7723 1726883197.14008: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 7723 1726883197.14120: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 7723 1726883197.14168: 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 0x7f6b4eb6c1a0> <<< 7723 1726883197.14175: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4eb6a300> <<< 7723 1726883197.14194: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 7723 1726883197.14234: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883197.14261: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 7723 1726883197.14273: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 7723 1726883197.14275: stdout chunk (state=3): >>>import '_string' # <<< 7723 1726883197.14322: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4eb6f980> <<< 7723 1726883197.14437: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4eb6c350> <<< 7723 1726883197.14499: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6b4eb70800> <<< 7723 1726883197.14530: 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 0x7f6b4eb70bc0> <<< 7723 1726883197.14572: 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 0x7f6b4eb70c80> <<< 7723 1726883197.14578: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4eb68350> <<< 7723 1726883197.14605: 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 <<< 7723 1726883197.14610: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 7723 1726883197.14631: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 7723 1726883197.14652: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 7723 1726883197.14681: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883197.14699: 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 0x7f6b4ebfc320> <<< 7723 1726883197.14849: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883197.14863: 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 0x7f6b4ebfd6d0> <<< 7723 1726883197.14867: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4eb72ab0> <<< 7723 1726883197.14908: 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 0x7f6b4eb73e60> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4eb726c0> <<< 7723 1726883197.14913: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883197.14935: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883197.14951: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 7723 1726883197.14954: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883197.15039: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883197.15131: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883197.15138: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883197.15158: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # # zipimport: zlib available <<< 7723 1726883197.15181: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 7723 1726883197.15199: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883197.15313: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883197.15431: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883197.15956: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883197.16487: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 7723 1726883197.16500: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 7723 1726883197.16511: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 7723 1726883197.16520: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 7723 1726883197.16538: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883197.16583: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6b4ea01910> <<< 7723 1726883197.16662: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 7723 1726883197.16668: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 7723 1726883197.16691: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4ea025d0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4ebfd9d0> <<< 7723 1726883197.16744: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 7723 1726883197.16750: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883197.16777: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883197.16791: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 7723 1726883197.16803: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883197.16947: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883197.17096: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 7723 1726883197.17108: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4ea02300> <<< 7723 1726883197.17126: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883197.17579: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883197.18009: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883197.18080: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883197.18158: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 7723 1726883197.18163: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883197.18204: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883197.18247: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 7723 1726883197.18250: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883197.18319: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883197.18402: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 7723 1726883197.18406: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883197.18438: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 7723 1726883197.18443: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883197.18485: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883197.18529: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 7723 1726883197.18534: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883197.18759: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883197.18986: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 7723 1726883197.19049: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 7723 1726883197.19054: stdout chunk (state=3): >>>import '_ast' # <<< 7723 1726883197.19124: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4ea03680> <<< 7723 1726883197.19130: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883197.19203: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883197.19284: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 7723 1726883197.19293: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 7723 1726883197.19317: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883197.19356: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883197.19399: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 7723 1726883197.19404: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883197.19453: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883197.19496: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883197.19555: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883197.19702: 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 # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883197.19737: 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 0x7f6b4ea0dfd0> <<< 7723 1726883197.19772: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4ea090a0> <<< 7723 1726883197.19808: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 7723 1726883197.19812: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883197.19880: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883197.19943: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883197.19973: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883197.20017: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883197.20042: 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 <<< 7723 1726883197.20060: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 7723 1726883197.20083: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 7723 1726883197.20142: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 7723 1726883197.20162: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 7723 1726883197.20178: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 7723 1726883197.20239: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4eb028a0> <<< 7723 1726883197.20280: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f1b2570> <<< 7723 1726883197.20362: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4ea0dfa0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4ea046e0> <<< 7723 1726883197.20376: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 7723 1726883197.20384: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883197.20409: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883197.20438: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 7723 1726883197.20446: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 7723 1726883197.20500: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 7723 1726883197.20503: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883197.20531: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883197.20542: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 7723 1726883197.20556: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883197.20805: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883197.21069: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.urllib' # <<< 7723 1726883197.21075: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.urllib.parse' # # zipimport: zlib available <<< 7723 1726883197.21112: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883197.21148: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # <<< 7723 1726883197.21156: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883197.21872: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883197.22547: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py # code object from '/usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc' import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4eaa0590> <<< 7723 1726883197.22577: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/__init__.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc' import 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4eaa0740> <<< 7723 1726883197.22599: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/application.py <<< 7723 1726883197.22616: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc' <<< 7723 1726883197.22620: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py # code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc' <<< 7723 1726883197.22643: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py <<< 7723 1726883197.22664: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4eaa0ec0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4eaa0aa0> <<< 7723 1726883197.22682: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc' <<< 7723 1726883197.22707: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py # code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc' <<< 7723 1726883197.22754: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4eaa1af0> <<< 7723 1726883197.22774: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc' <<< 7723 1726883197.22796: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py <<< 7723 1726883197.22801: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' <<< 7723 1726883197.22827: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py <<< 7723 1726883197.22834: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' <<< 7723 1726883197.22859: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py <<< 7723 1726883197.22870: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' <<< 7723 1726883197.22900: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py <<< 7723 1726883197.22904: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' <<< 7723 1726883197.22924: stdout chunk (state=3): >>>import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4ea8d730> <<< 7723 1726883197.22951: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py <<< 7723 1726883197.22958: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4ea8d4f0> <<< 7723 1726883197.22976: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py <<< 7723 1726883197.22988: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' <<< 7723 1726883197.23000: stdout chunk (state=3): >>>import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4e62e4b0> <<< 7723 1726883197.23042: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4eaa32f0> <<< 7723 1726883197.23060: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 7723 1726883197.23076: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' <<< 7723 1726883197.23103: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py <<< 7723 1726883197.23112: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' <<< 7723 1726883197.23136: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py <<< 7723 1726883197.23188: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 7723 1726883197.23256: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4e638fb0> <<< 7723 1726883197.23263: stdout chunk (state=3): >>>import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4e62fb60> <<< 7723 1726883197.23293: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4e62ef00> <<< 7723 1726883197.23313: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4eaa2750> <<< 7723 1726883197.23334: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py <<< 7723 1726883197.23355: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' <<< 7723 1726883197.23375: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py <<< 7723 1726883197.23434: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' <<< 7723 1726883197.23459: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py <<< 7723 1726883197.23471: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' <<< 7723 1726883197.23481: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4e66cf20> <<< 7723 1726883197.23617: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4e661130> <<< 7723 1726883197.23729: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4eaa2c90> <<< 7723 1726883197.23754: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py <<< 7723 1726883197.23758: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' <<< 7723 1726883197.23781: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py <<< 7723 1726883197.23806: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 7723 1726883197.23851: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py # code object from '/usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc' <<< 7723 1726883197.23864: stdout chunk (state=3): >>>import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4e6b0ce0> <<< 7723 1726883197.23870: stdout chunk (state=3): >>>import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4e66ecc0> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4e660c20> <<< 7723 1726883197.23917: stdout chunk (state=3): >>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4eaa2210> <<< 7723 1726883197.23920: stdout chunk (state=3): >>>import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4eaa1bb0> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4eaa1820> <<< 7723 1726883197.23923: stdout chunk (state=3): >>>import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4eaa0800> <<< 7723 1726883197.23948: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/multipart.py <<< 7723 1726883197.23960: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc' import 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4eaa1be0> <<< 7723 1726883197.23975: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py <<< 7723 1726883197.23988: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' <<< 7723 1726883197.23999: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py <<< 7723 1726883197.24014: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' <<< 7723 1726883197.24067: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4e6b1370> <<< 7723 1726883197.24070: stdout chunk (state=3): >>>import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4e6b0f80> <<< 7723 1726883197.24101: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py <<< 7723 1726883197.24106: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883197.24168: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4e6b1a60> <<< 7723 1726883197.24193: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 7723 1726883197.24219: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 7723 1726883197.24276: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 7723 1726883197.24313: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 7723 1726883197.24382: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883197.24462: stdout chunk (state=3): >>># extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6b4e6b7620> <<< 7723 1726883197.24645: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4e6b4c20> <<< 7723 1726883197.24669: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4e6b2810> <<< 7723 1726883197.24696: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py <<< 7723 1726883197.24708: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' <<< 7723 1726883197.24744: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4e6b46b0> <<< 7723 1726883197.24770: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py <<< 7723 1726883197.24774: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4e6a2a50> <<< 7723 1726883197.24807: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc' <<< 7723 1726883197.24837: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc' <<< 7723 1726883197.24860: stdout chunk (state=3): >>>import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4e6a36b0> <<< 7723 1726883197.24868: stdout chunk (state=3): >>>import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4e6a3170> <<< 7723 1726883197.24893: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 7723 1726883197.24960: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 7723 1726883197.25044: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4e6a39b0> <<< 7723 1726883197.25055: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 7723 1726883197.25096: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 7723 1726883197.25306: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4e6d2f90> <<< 7723 1726883197.25330: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 7723 1726883197.25350: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' <<< 7723 1726883197.25374: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4e5c7770> <<< 7723 1726883197.25421: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883197.25520: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 7723 1726883197.25614: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883197.30046: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py <<< 7723 1726883197.30067: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' <<< 7723 1726883197.30075: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py <<< 7723 1726883197.30096: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' <<< 7723 1726883197.30128: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6b4e3032c0> <<< 7723 1726883197.30145: stdout chunk (state=3): >>>import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4e302540> <<< 7723 1726883197.30196: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4e302210> <<< 7723 1726883197.34061: stdout chunk (state=3): >>>/usr/lib64/python3.12/urllib/request.py:1052: UserWarning: Basic Auth Realm was unquoted response = self.http_error_auth_reqed('www-authenticate', <<< 7723 1726883197.61649: stdout chunk (state=3): >>> {"redirected": false, "url": "https://candlepin.local:8443/candlepin/owners/donaldduck/pools?product=7050", "status": 200, "x_candlepin_request_uuid": "9c9c749d-2f80-4fa9-b7d5-e4545642d060", "x_version": "4.4.16-1", "vary": "accept-encoding", "content_type": "application/json", "transfer_encoding": "chunked", "date": "Sat, 21 Sep 2024 01:46:36 GMT", "connection": "close", "cookies_string": "", "cookies": {}, "msg": "OK (unknown bytes)", "elapsed": 0, "changed": false, "json": [{"created": "2024-09-19T16:11:00+0000", "updated": "2024-09-19T16:11:00+0000", "id": "8a8082e4920b0ce701920b0d1816051f", "type": "NORMAL", "owner": {"id": "8a8082e4920b0ce701920b0cfa450004", "key": "donaldduck", "displayName": "Donald Duck", "href": "/owners/donaldduck", "contentAccessMode": "org_environment"}, "activeSubscription": true, "sourceEntitlement": null, "quantity": 5, "startDate": "2024-09-14T16:10:55+0000", "endDate": "2025-09-14T16:10:55+0000", "attributes": [], "restrictedToUsername": null, "contractNumber": "0", "accountNumber": "4430910818", "orderNumber": "order-01213291", "consumed": 0, "exported": 0, "branding": [{"created": "2024-09-19T16:11:00+0000", "updated": "2024-09-19T16:11:00+0000", "productId": "37065", "name": "Branded Donaldy OS Server Bundled (2 Sockets, Standard Support)", "type": "OS"}], "calculatedAttributes": {"compliance_type": "Standard"}, "upstreamPoolId": null, "upstreamEntitlementId": null, "upstreamConsumerId": null, "productName": "Donaldy OS Server Bundled (2 Sockets, Standard Support)", "productId": "donaldyos-server-2-socket-std", "productAttributes": [{"name": "management_enabled", "value": "1"}, {"name": "vcpu", "value": "4"}, {"name": "warning_period", "value": "30"}, {"name": "variant", "value": "ALL"}, {"name": "sockets", "value": "2"}, {"name": "support_level", "value": "Standard"}, {"name": "support_type", "value": "L1-L3"}, {"name": "arch", "value": "ALL"}, {"name": "type", "value": "MKT"}, {"name": "version", "value": "6.1"}], "stackId": null, "stacked": false, "sourceStackId": null, "<<< 7723 1726883197.61720: stdout chunk (state=3): >>>href": "/pools/8a8082e4920b0ce701920b0d1816051f", "derivedProductAttributes": [], "derivedProductId": null, "derivedProductName": null, "providedProducts": [{"productId": "37065", "productName": "Clustering Bits (no content)"}, {"productId": "37067", "productName": "Shared Storage Bits (no content)"}, {"productId": "7051", "productName": "Donaldy OS Developer Bits"}, {"productId": "7050", "productName": "Donaldy OS Premium Architecture Bits"}, {"productId": "37060", "productName": "Awesome OS Server Bits"}, {"productId": "37068", "productName": "Large File Support Bits (no content)"}, {"productId": "37070", "productName": "Load Balancing Bits (no content)"}, {"productId": "37069", "productName": "Management Bits (no content)"}], "derivedProvidedProducts": [], "subscriptionSubKey": "master", "subscriptionId": "upstream-75705823", "managed": true}, {"created": "2024-09-19T16:11:00+0000", "updated": "2024-09-19T16:11:00+0000", "id": "8a8082e4920b0ce701920b0d181c0543", "type": "NORMAL", "owner": {"id": "8a8082e4920b0ce701920b0cfa450004", "key": "donaldduck", "displayName": "Donald Duck", "href": "/owners/donaldduck", "contentAccessMode": "org_environment"}, "activeSubscription": true, "sourceEntitlement": null, "quantity": 50, "startDate": "2024-09-14T16:10:55+0000", "endDate": "2025-09-14T16:10:55+0000", "attributes": [], "restrictedToUsername": null, "contractNumber": "0", "accountNumber": "4430910818", "orderNumber": "order-01213291", "consumed": 0, "exported": 0, "branding": [{"created": "2024-09-19T16:11:00+0000", "updated": "2024-09-19T16:11:00+0000", "productId": "37065", "name": "Branded Donaldy OS Server Bundled (2 Sockets, Standard Support)", "type": "OS"}], "calculatedAttributes": {"compliance_type": "Standard"}, "upstreamPoolId": null, "upstreamEntitlementId": null, "upstreamConsumerId": null, "productName": "Donaldy OS Server Bundled (2 Sockets, Standard Support)", "productId": "donaldyos-server-2-socket-std", "productAttributes": [{"name": "management_enabled", "value": "1"}, {"name": "vcpu", "value": "4"}, {"name": "warning_period", "value": "30"}, {"name": "variant", "value": "ALL"}, {"name": "sockets", "value": "2"}, {"name": "support_level", "value": "Standard"}, {"name": "support_type", "value": "L1-L3"}, {"name": "arch", "value": "ALL"}, {"name": "type", "value": "MKT"}, {"name": "version", "value": "6.1"}], "stackId": null, "stacked": false, "sourceStackId": null, "href": "/pools/8a8082e4920b0ce701920b0d181c0543", "derivedProductAttributes": [], "derivedProductId": null, "derivedProductName": null, "providedProducts": [{"productId": "37065", "productName": "Clustering Bits (no content)"}, {"productId": "37067", "productName": "Shared Storage Bits (no content)"}, {"productId": "7051", "productName": "Donaldy OS Developer Bits"}, {"productId": "7050", "productName": "Donaldy OS Premium Architecture Bits"}, {"productId": "37060", "productName": "Awesome OS Server Bits"}, {"productId": "37068", "productName": "Large File Support Bits (no content)"}, {"productId": "37070", "productName": "Load Balancing Bits (no content)"}, {"productId": "37069", "productName": "Management Bits (no content)"}], "derivedProvidedProducts": [], "subscriptionSubKey": "master", "subscriptionId": "upstream-49261425", "managed": true}, {"created": "2024-09-19T16:11:00+0000", "updated": "2024-09-19T16:11:00+0000", "id": "8a8082e4920b0ce701920b0d183705d7", "type": "NORMAL", "owner": {"id": "8a8082e4920b0ce701920b0cfa450004", "key": "donaldduck", "displayName": "Donald Duck", "href": "/owners/donaldduck", "contentAccessMode": "org_environment"}, "activeSubscription": true, "sourceEntitlement": null, "quantity": 10, "startDate": "2024-09-14T16:10:55+0000", "endDate": "2025-09-14T16:10:55+0000", "attributes": [], "restrictedToUsername": null, "contractNumber": "0", "accountNumber": "4430910818", "orderNumber": "order-01213291", "consumed": 0, "exported": 0, "branding": [{"created": "2024-09-19T16:11:00+0000", "updated": "2024-09-19T16:11:00+0000", "productId": "32060", "name": "Branded Donaldy OS Instance Based one socket", "type": "OS"<<< 7723 1726883197.61834: stdout chunk (state=3): >>>}], "calculatedAttributes": {"compliance_type": "Instance Based"}, "upstreamPoolId": null, "upstreamEntitlementId": null, "upstreamConsumerId": null, "productName": "Donaldy OS Instance Based one socket", "productId": "donaldyos-onesocketib", "productAttributes": [{"name": "host_limited", "value": "true"}, {"name": "instance_multiplier", "value": "2"}, {"name": "multi-entitlement", "value": "yes"}, {"name": "virt_limit", "value": "1"}, {"name": "variant", "value": "ALL"}, {"name": "stacking_id", "value": "15"}, {"name": "support_level", "value": "Standard"}, {"name": "sockets", "value": "1"}, {"name": "support_type", "value": "L1-L3"}, {"name": "arch", "value": "ALL"}, {"name": "type", "value": "MKT"}, {"name": "version", "value": "1.0"}], "stackId": "15", "stacked": true, "sourceStackId": null, "href": "/pools/8a8082e4920b0ce701920b0d183705d7", "derivedProductAttributes": [], "derivedProductId": null, "derivedProductName": null, "providedProducts": [{"productId": "7051", "productName": "Donaldy OS Developer Bits"}, {"productId": "7050", "productName": "Donaldy OS Premium Architecture Bits"}, {"productId": "32060", "productName": "Awesome OS Instance Server Bits"}], "derivedProvidedProducts": [], "subscriptionSubKey": "master", "subscriptionId": "upstream-68618359", "managed": true}, {"created": "2024-09-19T16:11:00+0000", "updated": "2024-09-19T16:11:00+0000", "id": "8a8082e4920b0ce701920b0d183705d9", "type": "UNMAPPED_GUEST", "owner": {"id": "8a8082e4920b0ce701920b0cfa450004", "key": "donaldduck", "displayName": "Donald Duck", "href": "/owners/donaldduck", "contentAccessMode": "org_environment"}, "activeSubscription": true, "sourceEntitlement": null, "quantity": 10, "startDate": "2024-09-14T16:10:55+0000", "endDate": "2025-09-14T16:10:55+0000", "attributes": [{"name": "unmapped_guests_only", "value": "true"}, {"name": "pool_derived", "value": "true"}, {"name": "physical_only", "value": "false"}, {"name": "virt_limit", "value": "0"}, {"name": "requires_consumer_type", "value": "system"}, {"name": "virt_only", "value": "true"}], "restrictedToUsername": null, "contractNumber": "0", "accountNumber": "4430910818", "orderNumber": "order-01213291", "consumed": 0, "exported": 0, "branding": [{"created": "2024-09-19T16:11:00+0000", "updated": "2024-09-19T16:11:00+0000", "productId": "32060", "name": "Branded Donaldy OS Instance Based one socket", "type": "OS"}], "calculatedAttributes": {"compliance_type": "Instance Based (Temporary)"}, "upstreamPoolId": null, "upstreamEntitlementId": null, "upstreamConsumerId": null, "productName": "Donaldy OS Instance Based one socket", "productId": "donaldyos-onesocketib", "productAttributes": [{"name": "host_limited", "value": "true"}, {"name": "instance_multiplier", "value": "2"}, {"name": "multi-entitlement", "value": "yes"}, {"name": "virt_limit", "value": "1"}, {"name": "variant", "value": "ALL"}, {"name": "stacking_id", "value": "15"}, {"name": "support_level", "value": "Standard"}, {"name": "sockets", "value": "1"}, {"name": "support_type", "value": "L1-L3"}, {"name": "arch", "value": "ALL"}, {"name": "type", "value": "MKT"}, {"name": "version", "value": "1.0"}], "stackId": "15", "stacked": true, "sourceStackId": null, "href": "/pools/8a8082e4920b0ce701920b0d183705d9", "derivedProductAttributes": [], "derivedProductId": null, "derivedProductName": null, "providedProducts": [{"productId": "7051", "productName": "Donaldy OS Developer Bits"}, {"productId": "7050", "productName": "Donaldy OS Premium Architecture Bits"}, {"productId": "32060", "productName": "Awesome OS Instance Server Bits"}], "derivedProvidedProducts": [], "subscriptionSubKey": "derived", "subscriptionId": "upstream-68618359", "managed": true}, {"created": "2024-09-19T16:11:00+0000", "updated": "2024-09-19T16:11:00+0000", "id": "8a8082e4920b0ce701920b0d184c066b", "type": "NORMAL", "owner": {"id": "8a8082e4920b0ce701920b0cfa450004", "key": "donaldduck", "displayName": "Donald Duck", "href": "/owners/donaldduck", "contentAccessMode": "org_environment"}, "activeSubscription": true, "sourceEntitlement": null, "quantity": 100, "startDate": "2024-09-14T16:10:55+0000", "endDate": "2025-09-14T16:10:55+0000", "attributes": [], "restrictedToUsername": null, "contractNumber": "0", "accountNumber": "4430910818", "orderNumber": "order-01213291", "consumed": 0, "exported": 0, "branding": [{"created": "2024-09-19T16:11:00+0000", "updated": "2024-09-19T16:11:00+0000", "productId": "32060", "name": "Branded Donaldy OS Instance Based one socket", "type": "OS"}], "calculatedAttributes": {"compliance_type": "Instance Based"}, "upstreamPoolId": null, "upstreamEntitlementId": null, "upstreamConsumerId": null, "productName": "Donaldy OS Instance Based one socket", "productId": "donaldyos-onesocketib", "productAttributes": [{"name": "host_limited", "value": "true"}, {"name": "instance_multiplier", "value": "2"}, {"name": "multi-entitlement", "value": "yes"}, {"name": "virt_limit", "value": "1"}, {"name": "variant", "value": "ALL"}, {"name": "stacking_id", "value": "15"}, {"name": "support_level", "value": "Standard"}, {"name": "sockets", "value": "1"}, {"name": "support_type", "value": "L1-L3"}, {"name": "arch", "value": "ALL"}, {"name": "type", "value": "MKT"}, {"name": "version", "value": "1.0"}], "stackId": "15", "stacked": true, "sourceStackId": null, "href": "/pools/8a8082e4920b0ce701920b0d184c066b", "derivedProductAttributes": [], "derivedProductId": null, "derivedProductName": null, "providedProducts": [{"productId": "7051", "productName": "Donaldy OS Developer Bits"}, {"productId": "7050", "productName": "Donaldy OS Premium Architecture Bits"}, {"productId": "32060", "productName": "Awesome OS Instance Server Bits"}], "derivedProvidedProducts": [], "subscriptionSubKey": "master", "subscriptionId": "upstream-59934462", "managed": true}, {"created": "2024-09-19T16:11:00+0000", "updated": "2024-09-19T16:11:00+0000", "id": "8a8082e4920b0ce701920b0d184c066d", "type": "UNMAPPED_GUEST", "owner": {"id": "8a8082e4920b0ce701920b0cfa450004", "key": "donaldduck", "displayName": "Donald Duck", "href": "/owners/donaldduck", "contentAccessMode": "org_environment"}, "activeSubscription": true, "sourceEntitlement": null, "quantity": 100, "startDate": "2024-09-14T16:10:55+0000", "endDate": "2025-09-14T16:10:55+0000", "attributes": [{"name": "unmapped_guests_only", "value": "true"}, {"name": "pool_derived", "value": "true"}, {"name": "physical_only", "value": "false"}, {"name": "virt_limit", "value": "0"}, {"name": "requires_consumer_type", "value": "system"}, {"name": "virt_only", "value": "true"}], "restrictedToUsername": null, "contractNumber": "0", "accountNumber": "4430910818", "orderNumber": "order-01213291", "consumed": 0, "exported": 0, "branding": [{"created": "2024-09-19T16:11:00+0000", "updated": "2024-09-19T16:11:00+0000", "productId": "32060", "name": "Branded Donaldy OS Instance Based one socket", "type": "OS"}], "calculatedAttributes": {"compliance_type": "Instance Based (Temporary)"}, "upstreamPoolId": null, "upstreamEntitlementId": null, "upstreamConsumerId": null, "productName": "Donaldy OS Instance Based one socket", "productId": "donaldyos-onesocketib", "productAttributes": [{"name": "host_limited", "value": "true"}, {"name": "instance_multiplier", "value": "2"}, {"name": "multi-entitlement", "value": "yes"}, {"name": "virt_limit", "value": "1"}, {"name": "variant", "value": "ALL"}, {"name": "stacking_id", "value": "15"}, {"name": "support_level", "value": "Standard"}, {"name": "sockets", "value": "1"}, {"name": "support_type", "value": "L1-L3"}, {"name": "arch", "value": "ALL"}, {"name": "type", "value": "MKT"}, {"name": "version", "value": "1.0"}], "stackId": "15", "stacked": true, "sourceStackId": null, "href": "/pools/8a8082e4920b0ce701920b0d184c066d", "derivedProductAttributes": [], "derivedProductId": null, "derivedProductName": null, "providedProducts": [{"productId": "7051", "productName": "Donaldy OS Developer Bits"}, {"productId": "7050", "productName": "Donaldy OS Premium Architecture Bits"}, {"productId": "32060", "productName": "Awesome OS Instance Server Bits"}], "derivedProvidedProducts": [], "subscriptionSubKey": "derived", "subscript<<< 7723 1726883197.61864: stdout chunk (state=3): >>>ionId": "upstream-59934462", "managed": true}], "invocation": {"module_args": {"url": "https://candlepin.local:8443/candlepin/owners/donaldduck/pools?product=7050", "method": "GET", "url_username": "doc", "url_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "force": false, "http_agent": "ansible-httpget", "use_proxy": true, "validate_certs": true, "force_basic_auth": false, "use_gssapi": false, "body_format": "raw", "return_content": false, "follow_redirects": "safe", "status_code": [200], "timeout": 30, "headers": {}, "remote_src": false, "unredirected_headers": [], "decompress": true, "use_netrc": true, "unsafe_writes": false, "client_cert": null, "client_key": null, "dest": null, "body": null, "src": null, "creates": null, "removes": null, "unix_socket": null, "ca_path": null, "ciphers": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} # destroy __main__ <<< 7723 1726883197.62636: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cl<<< 7723 1726883197.62665: stdout chunk (state=3): >>>eanup[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 # 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 # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing 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 # cleanup[2] removing ipaddress # cleanup[2] removing 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 # 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 # 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<<< 7723 1726883197.62680: stdout chunk (state=3): >>> ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing 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 # cleanup[2] removing ansible.module_utils.six.moves.urllib # cleanup[2] removing ansible.module_utils.six.moves.urllib.parse # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing email # cleanup[2] removing email.mime # cleanup[2] removing quopri # cleanup[2] removing email.encoders # cleanup[2] removing email.errors # cleanup[2] removing email.quoprimime # cleanup[2] removing email.base64mime # cleanup[2] removing email.charset # cleanup[2] removing email.header # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing email.utils # cleanup[2] removing email._policybase # cleanup[2] removing email._encoded_words # cleanup[2] removing email._header_value_parser # cleanup[2] removing email.headerregistry # cleanup[2] removing email.iterators # cleanup[2] removing email.message # cleanup[2] removing email.contentmanager # cleanup[2] removing email.policy # cleanup[2] removing email.mime.base # cleanup[2] removing email.mime.nonmultipart # cleanup[2] removing email.mime.application # cleanup[2] removing email.mime.multipart # cleanup[2] removing email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing http # cleanup[2] removing _ssl # cleanup[2] removing ssl # cleanup[2] removing http.client # cleanup[2] removing mimetypes # cleanup[2] removing netrc # cleanup[2] removing urllib.response # cleanup[2] removing urllib.error # cleanup[2] removing urllib.request # cleanup[2] removing http.cookiejar # cleanup[2] removing gzip # cleanup[2] removing ansible.module_utils.urls # destroy ansible.module_utils.urls # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna <<< 7723 1726883197.63133: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery <<< 7723 1726883197.63136: stdout chunk (state=3): >>># destroy importlib._abc<<< 7723 1726883197.63197: stdout chunk (state=3): >>> # destroy importlib.util <<< 7723 1726883197.63203: stdout chunk (state=3): >>># destroy _bz2<<< 7723 1726883197.63206: stdout chunk (state=3): >>> # destroy _lzma<<< 7723 1726883197.63210: stdout chunk (state=3): >>> # destroy _blake2<<< 7723 1726883197.63278: stdout chunk (state=3): >>> # destroy bz2 # destroy lzma<<< 7723 1726883197.63287: stdout chunk (state=3): >>> # destroy zipfile._path # destroy zipfile # destroy pathlib<<< 7723 1726883197.63326: stdout chunk (state=3): >>> # destroy zipfile._path.glob # destroy fnmatch # destroy urllib.parse<<< 7723 1726883197.63371: stdout chunk (state=3): >>> # destroy urllib.response # destroy urllib.error # destroy urllib.request # destroy ntpath <<< 7723 1726883197.63400: stdout chunk (state=3): >>># destroy importlib # destroy zipimport<<< 7723 1726883197.63406: stdout chunk (state=3): >>> # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy json.decoder<<< 7723 1726883197.63439: stdout chunk (state=3): >>> # destroy json.encoder # destroy json.scanner # destroy _json<<< 7723 1726883197.63490: stdout chunk (state=3): >>> # destroy grp # destroy encodings # destroy _locale<<< 7723 1726883197.63516: stdout chunk (state=3): >>> # destroy pwd # destroy signal<<< 7723 1726883197.63552: stdout chunk (state=3): >>> # destroy fcntl # destroy select<<< 7723 1726883197.63578: stdout chunk (state=3): >>> # destroy _signal # destroy _posixsubprocess<<< 7723 1726883197.63621: stdout chunk (state=3): >>> # destroy syslog # destroy uuid <<< 7723 1726883197.63624: stdout chunk (state=3): >>># destroy selectors <<< 7723 1726883197.63672: stdout chunk (state=3): >>># destroy array # destroy selinux <<< 7723 1726883197.63677: stdout chunk (state=3): >>># destroy shutil<<< 7723 1726883197.63704: stdout chunk (state=3): >>> # destroy distro<<< 7723 1726883197.63713: stdout chunk (state=3): >>> <<< 7723 1726883197.63733: stdout chunk (state=3): >>># destroy distro.distro # destroy argparse<<< 7723 1726883197.63814: stdout chunk (state=3): >>> # destroy json # destroy logging # destroy shlex # destroy subprocess # destroy mimetypes <<< 7723 1726883197.63850: stdout chunk (state=3): >>># destroy netrc # destroy gzip<<< 7723 1726883197.63885: stdout chunk (state=3): >>> # destroy email.mime <<< 7723 1726883197.63927: stdout chunk (state=3): >>># destroy email.mime.base # destroy email.mime.nonmultipart # destroy email.mime.application # destroy email.mime.multipart # destroy email.base64mime # destroy email._parseaddr # destroy email._policybase # destroy email.headerregistry # destroy email.iterators # destroy email.contentmanager # destroy email.policy<<< 7723 1726883197.63964: stdout chunk (state=3): >>> # destroy email.feedparser # destroy email.parser # destroy email.encoders # destroy email.message # destroy email.header # destroy random<<< 7723 1726883197.63983: stdout chunk (state=3): >>> <<< 7723 1726883197.64030: stdout chunk (state=3): >>># destroy calendar # destroy locale # destroy email._header_value_parser # destroy email._encoded_words<<< 7723 1726883197.64049: stdout chunk (state=3): >>> <<< 7723 1726883197.64100: stdout chunk (state=3): >>># destroy email.quoprimime # destroy binascii # destroy quopri # destroy email.utils # destroy email.charset # destroy email.errors <<< 7723 1726883197.64147: stdout chunk (state=3): >>># destroy http.client<<< 7723 1726883197.64167: stdout chunk (state=3): >>> # destroy http.cookiejar # destroy errno <<< 7723 1726883197.64218: stdout chunk (state=3): >>># destroy _ssl<<< 7723 1726883197.64226: stdout chunk (state=3): >>> <<< 7723 1726883197.64269: stdout chunk (state=3): >>># destroy base64 # destroy bisect<<< 7723 1726883197.64276: stdout chunk (state=3): >>> # destroy email # destroy hashlib # destroy socket<<< 7723 1726883197.64332: stdout chunk (state=3): >>> # destroy string # destroy tempfile # destroy ssl # destroy copy # destroy datetime<<< 7723 1726883197.64376: stdout chunk (state=3): >>> <<< 7723 1726883197.64379: stdout chunk (state=3): >>># destroy urllib # destroy http <<< 7723 1726883197.64381: stdout chunk (state=3): >>># destroy struct<<< 7723 1726883197.64505: stdout chunk (state=3): >>> # destroy zlib # destroy _compression <<< 7723 1726883197.64699: stdout chunk (state=3): >>># destroy unicodedata <<< 7723 1726883197.64770: stdout chunk (state=3): >>># cleanup[3] wiping encodings.idna <<< 7723 1726883197.64785: stdout chunk (state=3): >>># destroy stringprep <<< 7723 1726883197.64819: stdout chunk (state=3): >>># cleanup[3] wiping ansible.module_utils.six.moves.urllib.parse <<< 7723 1726883197.64824: stdout chunk (state=3): >>># cleanup[3] wiping ansible.module_utils.six.moves.urllib<<< 7723 1726883197.64885: stdout chunk (state=3): >>> # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian<<< 7723 1726883197.64888: stdout chunk (state=3): >>> <<< 7723 1726883197.64891: stdout chunk (state=3): >>># cleanup[3] wiping _ctypes <<< 7723 1726883197.64930: stdout chunk (state=3): >>># cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves<<< 7723 1726883197.64998: stdout chunk (state=3): >>> # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128<<< 7723 1726883197.65002: stdout chunk (state=3): >>> # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime<<< 7723 1726883197.65076: stdout chunk (state=3): >>> # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize<<< 7723 1726883197.65081: stdout chunk (state=3): >>> # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit<<< 7723 1726883197.65089: stdout chunk (state=3): >>> # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping ipaddress <<< 7723 1726883197.65111: stdout chunk (state=3): >>># cleanup[3] wiping contextlib # cleanup[3] wiping threading <<< 7723 1726883197.65149: stdout chunk (state=3): >>># cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect<<< 7723 1726883197.65161: stdout chunk (state=3): >>> # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external<<< 7723 1726883197.65174: stdout chunk (state=3): >>> # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct <<< 7723 1726883197.65198: stdout chunk (state=3): >>># cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum<<< 7723 1726883197.65221: stdout chunk (state=3): >>> # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser<<< 7723 1726883197.65268: stdout chunk (state=3): >>> # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools<<< 7723 1726883197.65278: stdout chunk (state=3): >>> # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections<<< 7723 1726883197.65301: stdout chunk (state=3): >>> # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator<<< 7723 1726883197.65338: stdout chunk (state=3): >>> # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath<<< 7723 1726883197.65348: stdout chunk (state=3): >>> <<< 7723 1726883197.65360: stdout chunk (state=3): >>># cleanup[3] wiping genericpath # cleanup[3] wiping stat <<< 7723 1726883197.65407: stdout chunk (state=3): >>># 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 <<< 7723 1726883197.65425: stdout chunk (state=3): >>># 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<<< 7723 1726883197.65437: stdout chunk (state=3): >>> # cleanup[3] wiping _io # cleanup[3] wiping _weakref<<< 7723 1726883197.65471: stdout chunk (state=3): >>> # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys<<< 7723 1726883197.65522: stdout chunk (state=3): >>> # cleanup[3] wiping builtins<<< 7723 1726883197.65526: stdout chunk (state=3): >>> # destroy selinux._selinux # destroy systemd._daemon<<< 7723 1726883197.65545: stdout chunk (state=3): >>> # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime<<< 7723 1726883197.65600: stdout chunk (state=3): >>> <<< 7723 1726883197.65775: stdout chunk (state=3): >>># destroy sys.monitoring<<< 7723 1726883197.65809: stdout chunk (state=3): >>> <<< 7723 1726883197.65815: stdout chunk (state=3): >>># destroy _socket <<< 7723 1726883197.65857: stdout chunk (state=3): >>># destroy _collections <<< 7723 1726883197.65883: stdout chunk (state=3): >>># destroy platform<<< 7723 1726883197.65910: stdout chunk (state=3): >>> # destroy _uuid<<< 7723 1726883197.65913: stdout chunk (state=3): >>> <<< 7723 1726883197.65955: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize<<< 7723 1726883197.65994: stdout chunk (state=3): >>> <<< 7723 1726883197.65997: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib<<< 7723 1726883197.66029: stdout chunk (state=3): >>> <<< 7723 1726883197.66036: stdout chunk (state=3): >>># destroy copyreg<<< 7723 1726883197.66039: stdout chunk (state=3): >>> <<< 7723 1726883197.66109: stdout chunk (state=3): >>># destroy contextlib # destroy _typing <<< 7723 1726883197.66113: stdout chunk (state=3): >>># destroy _tokenize<<< 7723 1726883197.66117: stdout chunk (state=3): >>> <<< 7723 1726883197.66145: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib_parse<<< 7723 1726883197.66187: stdout chunk (state=3): >>> # 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 operator<<< 7723 1726883197.66193: stdout chunk (state=3): >>> # destroy ansible.module_utils.six.moves # destroy functools<<< 7723 1726883197.66195: stdout chunk (state=3): >>> # destroy ipaddress<<< 7723 1726883197.66227: stdout chunk (state=3): >>> <<< 7723 1726883197.66232: stdout chunk (state=3): >>># destroy _frozen_importlib_external<<< 7723 1726883197.66261: stdout chunk (state=3): >>> # destroy _imp<<< 7723 1726883197.66272: stdout chunk (state=3): >>> <<< 7723 1726883197.66314: stdout chunk (state=3): >>># destroy _io # destroy marshal # clear sys.meta_path <<< 7723 1726883197.66321: stdout chunk (state=3): >>># clear sys.modules<<< 7723 1726883197.66339: stdout chunk (state=3): >>> <<< 7723 1726883197.66351: stdout chunk (state=3): >>># destroy _frozen_importlib<<< 7723 1726883197.66472: stdout chunk (state=3): >>> # destroy codecs <<< 7723 1726883197.66485: stdout chunk (state=3): >>># destroy encodings.aliases<<< 7723 1726883197.66504: stdout chunk (state=3): >>> <<< 7723 1726883197.66517: stdout chunk (state=3): >>># destroy encodings.utf_8 <<< 7723 1726883197.66544: stdout chunk (state=3): >>># destroy encodings.utf_8_sig<<< 7723 1726883197.66554: stdout chunk (state=3): >>> # destroy encodings.cp437 <<< 7723 1726883197.66577: stdout chunk (state=3): >>># destroy encodings.idna<<< 7723 1726883197.66621: stdout chunk (state=3): >>> # destroy _codecs # destroy io <<< 7723 1726883197.66633: stdout chunk (state=3): >>># destroy traceback<<< 7723 1726883197.66651: stdout chunk (state=3): >>> # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit<<< 7723 1726883197.66701: stdout chunk (state=3): >>> # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 7723 1726883197.66835: stdout chunk (state=3): >>># destroy _random<<< 7723 1726883197.66854: stdout chunk (state=3): >>> <<< 7723 1726883197.66858: stdout chunk (state=3): >>># destroy _weakref <<< 7723 1726883197.66895: stdout chunk (state=3): >>># destroy _hashlib<<< 7723 1726883197.66927: stdout chunk (state=3): >>> # destroy _operator<<< 7723 1726883197.66948: stdout chunk (state=3): >>> # destroy _sre # destroy _string<<< 7723 1726883197.66981: stdout chunk (state=3): >>> # destroy re # destroy itertools<<< 7723 1726883197.67019: stdout chunk (state=3): >>> # destroy _abc<<< 7723 1726883197.67022: stdout chunk (state=3): >>> <<< 7723 1726883197.67038: stdout chunk (state=3): >>># destroy posix<<< 7723 1726883197.67050: stdout chunk (state=3): >>> # destroy _functools <<< 7723 1726883197.67080: stdout chunk (state=3): >>># destroy builtins # destroy _thread <<< 7723 1726883197.67108: stdout chunk (state=3): >>># clear sys.audit hooks <<< 7723 1726883197.67914: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.120 closed. <<< 7723 1726883197.67945: stderr chunk (state=3): >>><<< 7723 1726883197.67949: stdout chunk (state=3): >>><<< 7723 1726883197.68054: _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 0x7f6b4f6183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f5e7a10> # /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 0x7f6b4f61a960> 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 0x7f6b4f3e8fe0> # /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 0x7f6b4f3e9f10> 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 0x7f6b4f427d40> # /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 0x7f6b4f427f80> # /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 0x7f6b4f45f740> # /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 0x7f6b4f45fdd0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f43fa10> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f43d130> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f424ef0> # /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 0x7f6b4f483680> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f4822a0> # /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 0x7f6b4f43e000> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f480b30> # /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 0x7f6b4f4b46b0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f424170> # /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 0x7f6b4f4b4b60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f4b4a10> # 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 0x7f6b4f4b4e00> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f422c90> # /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 0x7f6b4f4b54c0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f4b5190> 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 0x7f6b4f4b63c0> 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 0x7f6b4f4d05f0> 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 0x7f6b4f4d1d30> # /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 0x7f6b4f4d2bd0> # 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 0x7f6b4f4d3230> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f4d2120> # /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 0x7f6b4f4d3cb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f4d33e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f4b6420> # /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 0x7f6b4f213bf0> # /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 0x7f6b4f23c6e0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f23c440> # 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 0x7f6b4f23c710> # /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 0x7f6b4f23cfe0> # 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 0x7f6b4f23d9a0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f23c890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f211d90> # /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 0x7f6b4f23ed80> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f23dac0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f4b6b10> # /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 0x7f6b4f2670e0> # /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 0x7f6b4f28b470> # /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 0x7f6b4f2ec290> # /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 0x7f6b4f2ee9f0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f2ec3b0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f2b9280> # /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 0x7f6b4f0f9310> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f28a2a0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f23fce0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f6b4f28a600> # zipimport: found 32 names in '/tmp/ansible_ansible.legacy.uri_payload_gifu2kg2/ansible_ansible.legacy.uri_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 0x7f6b4f153050> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f131f40> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f1310d0> # 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 0x7f6b4f151340> # /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 0x7f6b4f17aa20> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f17a7b0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f17a0c0> # /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 0x7f6b4f17aab0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f153ce0> 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 0x7f6b4f17b710> # 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 0x7f6b4f17b8c0> # /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 0x7f6b4f17bdd0> 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 0x7f6b4eb11b50> # 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 0x7f6b4eb13770> # /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 0x7f6b4eb14140> # /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 0x7f6b4eb15010> # /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 0x7f6b4eb17d40> # 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 0x7f6b4f4d2b40> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4eb16030> # /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 0x7f6b4eb23da0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4eb22870> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4eb225d0> # /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 0x7f6b4eb22b40> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4eb16540> # 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 0x7f6b4eb67a10> # /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 0x7f6b4eb681a0> # /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 0x7f6b4eb69c10> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4eb699d0> # /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 0x7f6b4eb6c1a0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4eb6a300> # /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 0x7f6b4eb6f980> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4eb6c350> # 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 0x7f6b4eb70800> # 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 0x7f6b4eb70bc0> # 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 0x7f6b4eb70c80> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4eb68350> # /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 0x7f6b4ebfc320> # 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 0x7f6b4ebfd6d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4eb72ab0> # 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 0x7f6b4eb73e60> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4eb726c0> # 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 0x7f6b4ea01910> # /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 0x7f6b4ea025d0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4ebfd9d0> 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 0x7f6b4ea02300> # 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 0x7f6b4ea03680> # 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 0x7f6b4ea0dfd0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4ea090a0> 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 0x7f6b4eb028a0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4f1b2570> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4ea0dfa0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4ea046e0> # 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 import 'ansible.module_utils.six.moves.urllib' # import 'ansible.module_utils.six.moves.urllib.parse' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.datetime' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py # code object from '/usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc' import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4eaa0590> # /usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/__init__.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc' import 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4eaa0740> # /usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/application.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py # code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py # code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4eaa0ec0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4eaa0aa0> # /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py # code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc' import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4eaa1af0> # /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py # code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py # code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py # code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py # code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4ea8d730> # /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py # code object from '/usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4ea8d4f0> # /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py # code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4e62e4b0> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4eaa32f0> # /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py # code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py # code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py # code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4e638fb0> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4e62fb60> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4e62ef00> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4eaa2750> # /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py # code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py # code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py # code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4e66cf20> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4e661130> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4eaa2c90> # /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py # code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py # code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py # code object from '/usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc' import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4e6b0ce0> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4e66ecc0> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4e660c20> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4eaa2210> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4eaa1bb0> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4eaa1820> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4eaa0800> # /usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/multipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc' import 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4eaa1be0> # /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py # code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py # code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4e6b1370> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4e6b0f80> # /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py # code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4e6b1a60> # /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py # code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py # code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' # extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' # extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6b4e6b7620> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4e6b4c20> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4e6b2810> # /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py # code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4e6b46b0> # /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py # code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4e6a2a50> # /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc' # /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc' import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4e6a36b0> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4e6a3170> # /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4e6a39b0> # /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py # code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4e6d2f90> # /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py # code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4e5c7770> # zipimport: zlib available import 'ansible.module_utils.urls' # # zipimport: zlib available # /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py # code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' # extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6b4e3032c0> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4e302540> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6b4e302210> /usr/lib64/python3.12/urllib/request.py:1052: UserWarning: Basic Auth Realm was unquoted response = self.http_error_auth_reqed('www-authenticate', {"redirected": false, "url": "https://candlepin.local:8443/candlepin/owners/donaldduck/pools?product=7050", "status": 200, "x_candlepin_request_uuid": "9c9c749d-2f80-4fa9-b7d5-e4545642d060", "x_version": "4.4.16-1", "vary": "accept-encoding", "content_type": "application/json", "transfer_encoding": "chunked", "date": "Sat, 21 Sep 2024 01:46:36 GMT", "connection": "close", "cookies_string": "", "cookies": {}, "msg": "OK (unknown bytes)", "elapsed": 0, "changed": false, "json": [{"created": "2024-09-19T16:11:00+0000", "updated": "2024-09-19T16:11:00+0000", "id": "8a8082e4920b0ce701920b0d1816051f", "type": "NORMAL", "owner": {"id": "8a8082e4920b0ce701920b0cfa450004", "key": "donaldduck", "displayName": "Donald Duck", "href": "/owners/donaldduck", "contentAccessMode": "org_environment"}, "activeSubscription": true, "sourceEntitlement": null, "quantity": 5, "startDate": "2024-09-14T16:10:55+0000", "endDate": "2025-09-14T16:10:55+0000", "attributes": [], "restrictedToUsername": null, "contractNumber": "0", "accountNumber": "4430910818", "orderNumber": "order-01213291", "consumed": 0, "exported": 0, "branding": [{"created": "2024-09-19T16:11:00+0000", "updated": "2024-09-19T16:11:00+0000", "productId": "37065", "name": "Branded Donaldy OS Server Bundled (2 Sockets, Standard Support)", "type": "OS"}], "calculatedAttributes": {"compliance_type": "Standard"}, "upstreamPoolId": null, "upstreamEntitlementId": null, "upstreamConsumerId": null, "productName": "Donaldy OS Server Bundled (2 Sockets, Standard Support)", "productId": "donaldyos-server-2-socket-std", "productAttributes": [{"name": "management_enabled", "value": "1"}, {"name": "vcpu", "value": "4"}, {"name": "warning_period", "value": "30"}, {"name": "variant", "value": "ALL"}, {"name": "sockets", "value": "2"}, {"name": "support_level", "value": "Standard"}, {"name": "support_type", "value": "L1-L3"}, {"name": "arch", "value": "ALL"}, {"name": "type", "value": "MKT"}, {"name": "version", "value": "6.1"}], "stackId": null, "stacked": false, "sourceStackId": null, "href": "/pools/8a8082e4920b0ce701920b0d1816051f", "derivedProductAttributes": [], "derivedProductId": null, "derivedProductName": null, "providedProducts": [{"productId": "37065", "productName": "Clustering Bits (no content)"}, {"productId": "37067", "productName": "Shared Storage Bits (no content)"}, {"productId": "7051", "productName": "Donaldy OS Developer Bits"}, {"productId": "7050", "productName": "Donaldy OS Premium Architecture Bits"}, {"productId": "37060", "productName": "Awesome OS Server Bits"}, {"productId": "37068", "productName": "Large File Support Bits (no content)"}, {"productId": "37070", "productName": "Load Balancing Bits (no content)"}, {"productId": "37069", "productName": "Management Bits (no content)"}], "derivedProvidedProducts": [], "subscriptionSubKey": "master", "subscriptionId": "upstream-75705823", "managed": true}, {"created": "2024-09-19T16:11:00+0000", "updated": "2024-09-19T16:11:00+0000", "id": "8a8082e4920b0ce701920b0d181c0543", "type": "NORMAL", "owner": {"id": "8a8082e4920b0ce701920b0cfa450004", "key": "donaldduck", "displayName": "Donald Duck", "href": "/owners/donaldduck", "contentAccessMode": "org_environment"}, "activeSubscription": true, "sourceEntitlement": null, "quantity": 50, "startDate": "2024-09-14T16:10:55+0000", "endDate": "2025-09-14T16:10:55+0000", "attributes": [], "restrictedToUsername": null, "contractNumber": "0", "accountNumber": "4430910818", "orderNumber": "order-01213291", "consumed": 0, "exported": 0, "branding": [{"created": "2024-09-19T16:11:00+0000", "updated": "2024-09-19T16:11:00+0000", "productId": "37065", "name": "Branded Donaldy OS Server Bundled (2 Sockets, Standard Support)", "type": "OS"}], "calculatedAttributes": {"compliance_type": "Standard"}, "upstreamPoolId": null, "upstreamEntitlementId": null, "upstreamConsumerId": null, "productName": "Donaldy OS Server Bundled (2 Sockets, Standard Support)", "productId": "donaldyos-server-2-socket-std", "productAttributes": [{"name": "management_enabled", "value": "1"}, {"name": "vcpu", "value": "4"}, {"name": "warning_period", "value": "30"}, {"name": "variant", "value": "ALL"}, {"name": "sockets", "value": "2"}, {"name": "support_level", "value": "Standard"}, {"name": "support_type", "value": "L1-L3"}, {"name": "arch", "value": "ALL"}, {"name": "type", "value": "MKT"}, {"name": "version", "value": "6.1"}], "stackId": null, "stacked": false, "sourceStackId": null, "href": "/pools/8a8082e4920b0ce701920b0d181c0543", "derivedProductAttributes": [], "derivedProductId": null, "derivedProductName": null, "providedProducts": [{"productId": "37065", "productName": "Clustering Bits (no content)"}, {"productId": "37067", "productName": "Shared Storage Bits (no content)"}, {"productId": "7051", "productName": "Donaldy OS Developer Bits"}, {"productId": "7050", "productName": "Donaldy OS Premium Architecture Bits"}, {"productId": "37060", "productName": "Awesome OS Server Bits"}, {"productId": "37068", "productName": "Large File Support Bits (no content)"}, {"productId": "37070", "productName": "Load Balancing Bits (no content)"}, {"productId": "37069", "productName": "Management Bits (no content)"}], "derivedProvidedProducts": [], "subscriptionSubKey": "master", "subscriptionId": "upstream-49261425", "managed": true}, {"created": "2024-09-19T16:11:00+0000", "updated": "2024-09-19T16:11:00+0000", "id": "8a8082e4920b0ce701920b0d183705d7", "type": "NORMAL", "owner": {"id": "8a8082e4920b0ce701920b0cfa450004", "key": "donaldduck", "displayName": "Donald Duck", "href": "/owners/donaldduck", "contentAccessMode": "org_environment"}, "activeSubscription": true, "sourceEntitlement": null, "quantity": 10, "startDate": "2024-09-14T16:10:55+0000", "endDate": "2025-09-14T16:10:55+0000", "attributes": [], "restrictedToUsername": null, "contractNumber": "0", "accountNumber": "4430910818", "orderNumber": "order-01213291", "consumed": 0, "exported": 0, "branding": [{"created": "2024-09-19T16:11:00+0000", "updated": "2024-09-19T16:11:00+0000", "productId": "32060", "name": "Branded Donaldy OS Instance Based one socket", "type": "OS"}], "calculatedAttributes": {"compliance_type": "Instance Based"}, "upstreamPoolId": null, "upstreamEntitlementId": null, "upstreamConsumerId": null, "productName": "Donaldy OS Instance Based one socket", "productId": "donaldyos-onesocketib", "productAttributes": [{"name": "host_limited", "value": "true"}, {"name": "instance_multiplier", "value": "2"}, {"name": "multi-entitlement", "value": "yes"}, {"name": "virt_limit", "value": "1"}, {"name": "variant", "value": "ALL"}, {"name": "stacking_id", "value": "15"}, {"name": "support_level", "value": "Standard"}, {"name": "sockets", "value": "1"}, {"name": "support_type", "value": "L1-L3"}, {"name": "arch", "value": "ALL"}, {"name": "type", "value": "MKT"}, {"name": "version", "value": "1.0"}], "stackId": "15", "stacked": true, "sourceStackId": null, "href": "/pools/8a8082e4920b0ce701920b0d183705d7", "derivedProductAttributes": [], "derivedProductId": null, "derivedProductName": null, "providedProducts": [{"productId": "7051", "productName": "Donaldy OS Developer Bits"}, {"productId": "7050", "productName": "Donaldy OS Premium Architecture Bits"}, {"productId": "32060", "productName": "Awesome OS Instance Server Bits"}], "derivedProvidedProducts": [], "subscriptionSubKey": "master", "subscriptionId": "upstream-68618359", "managed": true}, {"created": "2024-09-19T16:11:00+0000", "updated": "2024-09-19T16:11:00+0000", "id": "8a8082e4920b0ce701920b0d183705d9", "type": "UNMAPPED_GUEST", "owner": {"id": "8a8082e4920b0ce701920b0cfa450004", "key": "donaldduck", "displayName": "Donald Duck", "href": "/owners/donaldduck", "contentAccessMode": "org_environment"}, "activeSubscription": true, "sourceEntitlement": null, "quantity": 10, "startDate": "2024-09-14T16:10:55+0000", "endDate": "2025-09-14T16:10:55+0000", "attributes": [{"name": "unmapped_guests_only", "value": "true"}, {"name": "pool_derived", "value": "true"}, {"name": "physical_only", "value": "false"}, {"name": "virt_limit", "value": "0"}, {"name": "requires_consumer_type", "value": "system"}, {"name": "virt_only", "value": "true"}], "restrictedToUsername": null, "contractNumber": "0", "accountNumber": "4430910818", "orderNumber": "order-01213291", "consumed": 0, "exported": 0, "branding": [{"created": "2024-09-19T16:11:00+0000", "updated": "2024-09-19T16:11:00+0000", "productId": "32060", "name": "Branded Donaldy OS Instance Based one socket", "type": "OS"}], "calculatedAttributes": {"compliance_type": "Instance Based (Temporary)"}, "upstreamPoolId": null, "upstreamEntitlementId": null, "upstreamConsumerId": null, "productName": "Donaldy OS Instance Based one socket", "productId": "donaldyos-onesocketib", "productAttributes": [{"name": "host_limited", "value": "true"}, {"name": "instance_multiplier", "value": "2"}, {"name": "multi-entitlement", "value": "yes"}, {"name": "virt_limit", "value": "1"}, {"name": "variant", "value": "ALL"}, {"name": "stacking_id", "value": "15"}, {"name": "support_level", "value": "Standard"}, {"name": "sockets", "value": "1"}, {"name": "support_type", "value": "L1-L3"}, {"name": "arch", "value": "ALL"}, {"name": "type", "value": "MKT"}, {"name": "version", "value": "1.0"}], "stackId": "15", "stacked": true, "sourceStackId": null, "href": "/pools/8a8082e4920b0ce701920b0d183705d9", "derivedProductAttributes": [], "derivedProductId": null, "derivedProductName": null, "providedProducts": [{"productId": "7051", "productName": "Donaldy OS Developer Bits"}, {"productId": "7050", "productName": "Donaldy OS Premium Architecture Bits"}, {"productId": "32060", "productName": "Awesome OS Instance Server Bits"}], "derivedProvidedProducts": [], "subscriptionSubKey": "derived", "subscriptionId": "upstream-68618359", "managed": true}, {"created": "2024-09-19T16:11:00+0000", "updated": "2024-09-19T16:11:00+0000", "id": "8a8082e4920b0ce701920b0d184c066b", "type": "NORMAL", "owner": {"id": "8a8082e4920b0ce701920b0cfa450004", "key": "donaldduck", "displayName": "Donald Duck", "href": "/owners/donaldduck", "contentAccessMode": "org_environment"}, "activeSubscription": true, "sourceEntitlement": null, "quantity": 100, "startDate": "2024-09-14T16:10:55+0000", "endDate": "2025-09-14T16:10:55+0000", "attributes": [], "restrictedToUsername": null, "contractNumber": "0", "accountNumber": "4430910818", "orderNumber": "order-01213291", "consumed": 0, "exported": 0, "branding": [{"created": "2024-09-19T16:11:00+0000", "updated": "2024-09-19T16:11:00+0000", "productId": "32060", "name": "Branded Donaldy OS Instance Based one socket", "type": "OS"}], "calculatedAttributes": {"compliance_type": "Instance Based"}, "upstreamPoolId": null, "upstreamEntitlementId": null, "upstreamConsumerId": null, "productName": "Donaldy OS Instance Based one socket", "productId": "donaldyos-onesocketib", "productAttributes": [{"name": "host_limited", "value": "true"}, {"name": "instance_multiplier", "value": "2"}, {"name": "multi-entitlement", "value": "yes"}, {"name": "virt_limit", "value": "1"}, {"name": "variant", "value": "ALL"}, {"name": "stacking_id", "value": "15"}, {"name": "support_level", "value": "Standard"}, {"name": "sockets", "value": "1"}, {"name": "support_type", "value": "L1-L3"}, {"name": "arch", "value": "ALL"}, {"name": "type", "value": "MKT"}, {"name": "version", "value": "1.0"}], "stackId": "15", "stacked": true, "sourceStackId": null, "href": "/pools/8a8082e4920b0ce701920b0d184c066b", "derivedProductAttributes": [], "derivedProductId": null, "derivedProductName": null, "providedProducts": [{"productId": "7051", "productName": "Donaldy OS Developer Bits"}, {"productId": "7050", "productName": "Donaldy OS Premium Architecture Bits"}, {"productId": "32060", "productName": "Awesome OS Instance Server Bits"}], "derivedProvidedProducts": [], "subscriptionSubKey": "master", "subscriptionId": "upstream-59934462", "managed": true}, {"created": "2024-09-19T16:11:00+0000", "updated": "2024-09-19T16:11:00+0000", "id": "8a8082e4920b0ce701920b0d184c066d", "type": "UNMAPPED_GUEST", "owner": {"id": "8a8082e4920b0ce701920b0cfa450004", "key": "donaldduck", "displayName": "Donald Duck", "href": "/owners/donaldduck", "contentAccessMode": "org_environment"}, "activeSubscription": true, "sourceEntitlement": null, "quantity": 100, "startDate": "2024-09-14T16:10:55+0000", "endDate": "2025-09-14T16:10:55+0000", "attributes": [{"name": "unmapped_guests_only", "value": "true"}, {"name": "pool_derived", "value": "true"}, {"name": "physical_only", "value": "false"}, {"name": "virt_limit", "value": "0"}, {"name": "requires_consumer_type", "value": "system"}, {"name": "virt_only", "value": "true"}], "restrictedToUsername": null, "contractNumber": "0", "accountNumber": "4430910818", "orderNumber": "order-01213291", "consumed": 0, "exported": 0, "branding": [{"created": "2024-09-19T16:11:00+0000", "updated": "2024-09-19T16:11:00+0000", "productId": "32060", "name": "Branded Donaldy OS Instance Based one socket", "type": "OS"}], "calculatedAttributes": {"compliance_type": "Instance Based (Temporary)"}, "upstreamPoolId": null, "upstreamEntitlementId": null, "upstreamConsumerId": null, "productName": "Donaldy OS Instance Based one socket", "productId": "donaldyos-onesocketib", "productAttributes": [{"name": "host_limited", "value": "true"}, {"name": "instance_multiplier", "value": "2"}, {"name": "multi-entitlement", "value": "yes"}, {"name": "virt_limit", "value": "1"}, {"name": "variant", "value": "ALL"}, {"name": "stacking_id", "value": "15"}, {"name": "support_level", "value": "Standard"}, {"name": "sockets", "value": "1"}, {"name": "support_type", "value": "L1-L3"}, {"name": "arch", "value": "ALL"}, {"name": "type", "value": "MKT"}, {"name": "version", "value": "1.0"}], "stackId": "15", "stacked": true, "sourceStackId": null, "href": "/pools/8a8082e4920b0ce701920b0d184c066d", "derivedProductAttributes": [], "derivedProductId": null, "derivedProductName": null, "providedProducts": [{"productId": "7051", "productName": "Donaldy OS Developer Bits"}, {"productId": "7050", "productName": "Donaldy OS Premium Architecture Bits"}, {"productId": "32060", "productName": "Awesome OS Instance Server Bits"}], "derivedProvidedProducts": [], "subscriptionSubKey": "derived", "subscriptionId": "upstream-59934462", "managed": true}], "invocation": {"module_args": {"url": "https://candlepin.local:8443/candlepin/owners/donaldduck/pools?product=7050", "method": "GET", "url_username": "doc", "url_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "force": false, "http_agent": "ansible-httpget", "use_proxy": true, "validate_certs": true, "force_basic_auth": false, "use_gssapi": false, "body_format": "raw", "return_content": false, "follow_redirects": "safe", "status_code": [200], "timeout": 30, "headers": {}, "remote_src": false, "unredirected_headers": [], "decompress": true, "use_netrc": true, "unsafe_writes": false, "client_cert": null, "client_key": null, "dest": null, "body": null, "src": null, "creates": null, "removes": null, "unix_socket": null, "ca_path": null, "ciphers": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} # 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 # 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 # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing 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 # cleanup[2] removing ipaddress # cleanup[2] removing 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 # 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 # 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 # 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 # cleanup[2] removing ansible.module_utils.six.moves.urllib # cleanup[2] removing ansible.module_utils.six.moves.urllib.parse # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing email # cleanup[2] removing email.mime # cleanup[2] removing quopri # cleanup[2] removing email.encoders # cleanup[2] removing email.errors # cleanup[2] removing email.quoprimime # cleanup[2] removing email.base64mime # cleanup[2] removing email.charset # cleanup[2] removing email.header # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing email.utils # cleanup[2] removing email._policybase # cleanup[2] removing email._encoded_words # cleanup[2] removing email._header_value_parser # cleanup[2] removing email.headerregistry # cleanup[2] removing email.iterators # cleanup[2] removing email.message # cleanup[2] removing email.contentmanager # cleanup[2] removing email.policy # cleanup[2] removing email.mime.base # cleanup[2] removing email.mime.nonmultipart # cleanup[2] removing email.mime.application # cleanup[2] removing email.mime.multipart # cleanup[2] removing email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing http # cleanup[2] removing _ssl # cleanup[2] removing ssl # cleanup[2] removing http.client # cleanup[2] removing mimetypes # cleanup[2] removing netrc # cleanup[2] removing urllib.response # cleanup[2] removing urllib.error # cleanup[2] removing urllib.request # cleanup[2] removing http.cookiejar # cleanup[2] removing gzip # cleanup[2] removing ansible.module_utils.urls # destroy ansible.module_utils.urls # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _lzma # destroy _blake2 # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy urllib.parse # destroy urllib.response # destroy urllib.error # destroy urllib.request # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy array # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # destroy mimetypes # destroy netrc # destroy gzip # destroy email.mime # destroy email.mime.base # destroy email.mime.nonmultipart # destroy email.mime.application # destroy email.mime.multipart # destroy email.base64mime # destroy email._parseaddr # destroy email._policybase # destroy email.headerregistry # destroy email.iterators # destroy email.contentmanager # destroy email.policy # destroy email.feedparser # destroy email.parser # destroy email.encoders # destroy email.message # destroy email.header # destroy random # destroy calendar # destroy locale # destroy email._header_value_parser # destroy email._encoded_words # destroy email.quoprimime # destroy binascii # destroy quopri # destroy email.utils # destroy email.charset # destroy email.errors # destroy http.client # destroy http.cookiejar # destroy errno # destroy _ssl # destroy base64 # destroy bisect # destroy email # destroy hashlib # destroy socket # destroy string # destroy tempfile # destroy ssl # destroy copy # destroy datetime # destroy urllib # destroy http # destroy struct # destroy zlib # destroy _compression # destroy unicodedata # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping ansible.module_utils.six.moves.urllib.parse # cleanup[3] wiping ansible.module_utils.six.moves.urllib # 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 ipaddress # 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 operator # destroy ansible.module_utils.six.moves # destroy functools # destroy ipaddress # 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 encodings.idna # 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 _sre # destroy _string # destroy re # destroy itertools # destroy _abc # 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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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.12.120 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 # 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 # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing 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 # cleanup[2] removing ipaddress # cleanup[2] removing 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 # 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 # 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 # 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 # cleanup[2] removing ansible.module_utils.six.moves.urllib # cleanup[2] removing ansible.module_utils.six.moves.urllib.parse # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing email # cleanup[2] removing email.mime # cleanup[2] removing quopri # cleanup[2] removing email.encoders # cleanup[2] removing email.errors # cleanup[2] removing email.quoprimime # cleanup[2] removing email.base64mime # cleanup[2] removing email.charset # cleanup[2] removing email.header # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing email.utils # cleanup[2] removing email._policybase # cleanup[2] removing email._encoded_words # cleanup[2] removing email._header_value_parser # cleanup[2] removing email.headerregistry # cleanup[2] removing email.iterators # cleanup[2] removing email.message # cleanup[2] removing email.contentmanager # cleanup[2] removing email.policy # cleanup[2] removing email.mime.base # cleanup[2] removing email.mime.nonmultipart # cleanup[2] removing email.mime.application # cleanup[2] removing email.mime.multipart # cleanup[2] removing email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing http # cleanup[2] removing _ssl # cleanup[2] removing ssl # cleanup[2] removing http.client # cleanup[2] removing mimetypes # cleanup[2] removing netrc # cleanup[2] removing urllib.response # cleanup[2] removing urllib.error # cleanup[2] removing urllib.request # cleanup[2] removing http.cookiejar # cleanup[2] removing gzip # cleanup[2] removing ansible.module_utils.urls # destroy ansible.module_utils.urls # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _lzma # destroy _blake2 # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy urllib.parse # destroy urllib.response # destroy urllib.error # destroy urllib.request # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy array # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # destroy mimetypes # destroy netrc # destroy gzip # destroy email.mime # destroy email.mime.base # destroy email.mime.nonmultipart # destroy email.mime.application # destroy email.mime.multipart # destroy email.base64mime # destroy email._parseaddr # destroy email._policybase # destroy email.headerregistry # destroy email.iterators # destroy email.contentmanager # destroy email.policy # destroy email.feedparser # destroy email.parser # destroy email.encoders # destroy email.message # destroy email.header # destroy random # destroy calendar # destroy locale # destroy email._header_value_parser # destroy email._encoded_words # destroy email.quoprimime # destroy binascii # destroy quopri # destroy email.utils # destroy email.charset # destroy email.errors # destroy http.client # destroy http.cookiejar # destroy errno # destroy _ssl # destroy base64 # destroy bisect # destroy email # destroy hashlib # destroy socket # destroy string # destroy tempfile # destroy ssl # destroy copy # destroy datetime # destroy urllib # destroy http # destroy struct # destroy zlib # destroy _compression # destroy unicodedata # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping ansible.module_utils.six.moves.urllib.parse # cleanup[3] wiping ansible.module_utils.six.moves.urllib # 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 ipaddress # 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 operator # destroy ansible.module_utils.six.moves # destroy functools # destroy ipaddress # 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 encodings.idna # 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 _sre # destroy _string # destroy re # destroy itertools # destroy _abc # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks 7723 1726883197.68691: done with _execute_module (ansible.legacy.uri, {'url': 'https://candlepin.local:8443/candlepin/owners/donaldduck/pools?product=7050', 'method': 'GET', 'url_username': 'doc', 'url_password': 'password', '_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': 'ansible.legacy.uri', '_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-1726883196.9205341-8874-150176937662464/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7723 1726883197.68695: _low_level_execute_command(): starting 7723 1726883197.68697: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726883196.9205341-8874-150176937662464/ > /dev/null 2>&1 && sleep 0' 7723 1726883197.69027: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883197.69030: 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.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883197.69033: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883197.69035: 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.12.120 originally 10.31.12.120 debug2: match found <<< 7723 1726883197.69037: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883197.69092: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883197.69095: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883197.69098: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883197.69151: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883197.71737: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883197.71772: stderr chunk (state=3): >>><<< 7723 1726883197.71776: stdout chunk (state=3): >>><<< 7723 1726883197.71790: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883197.71797: handler run complete 7723 1726883197.72018: attempt loop complete, returning result 7723 1726883197.72022: _execute() done 7723 1726883197.72026: dumping result to json 7723 1726883197.72061: done dumping result, returning 7723 1726883197.72064: done running TaskExecutor() for managed_node1/TASK: Get pools for product 7050 [0affc0aa-4893-13c9-9f63-000000000025] 7723 1726883197.72066: sending task result for task 0affc0aa-4893-13c9-9f63-000000000025 7723 1726883197.72416: done sending task result for task 0affc0aa-4893-13c9-9f63-000000000025 7723 1726883197.72419: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "connection": "close", "content_type": "application/json", "cookies": {}, "cookies_string": "", "date": "Sat, 21 Sep 2024 01:46:36 GMT", "elapsed": 0, "json": [ { "accountNumber": "4430910818", "activeSubscription": true, "attributes": [], "branding": [ { "created": "2024-09-19T16:11:00+0000", "name": "Branded Donaldy OS Server Bundled (2 Sockets, Standard Support)", "productId": "37065", "type": "OS", "updated": "2024-09-19T16:11:00+0000" } ], "calculatedAttributes": { "compliance_type": "Standard" }, "consumed": 0, "contractNumber": "0", "created": "2024-09-19T16:11:00+0000", "derivedProductAttributes": [], "derivedProductId": null, "derivedProductName": null, "derivedProvidedProducts": [], "endDate": "2025-09-14T16:10:55+0000", "exported": 0, "href": "/pools/8a8082e4920b0ce701920b0d1816051f", "id": "8a8082e4920b0ce701920b0d1816051f", "managed": true, "orderNumber": "order-01213291", "owner": { "contentAccessMode": "org_environment", "displayName": "Donald Duck", "href": "/owners/donaldduck", "id": "8a8082e4920b0ce701920b0cfa450004", "key": "donaldduck" }, "productAttributes": [ { "name": "management_enabled", "value": "1" }, { "name": "vcpu", "value": "4" }, { "name": "warning_period", "value": "30" }, { "name": "variant", "value": "ALL" }, { "name": "sockets", "value": "2" }, { "name": "support_level", "value": "Standard" }, { "name": "support_type", "value": "L1-L3" }, { "name": "arch", "value": "ALL" }, { "name": "type", "value": "MKT" }, { "name": "version", "value": "6.1" } ], "productId": "donaldyos-server-2-socket-std", "productName": "Donaldy OS Server Bundled (2 Sockets, Standard Support)", "providedProducts": [ { "productId": "37065", "productName": "Clustering Bits (no content)" }, { "productId": "37067", "productName": "Shared Storage Bits (no content)" }, { "productId": "7051", "productName": "Donaldy OS Developer Bits" }, { "productId": "7050", "productName": "Donaldy OS Premium Architecture Bits" }, { "productId": "37060", "productName": "Awesome OS Server Bits" }, { "productId": "37068", "productName": "Large File Support Bits (no content)" }, { "productId": "37070", "productName": "Load Balancing Bits (no content)" }, { "productId": "37069", "productName": "Management Bits (no content)" } ], "quantity": 5, "restrictedToUsername": null, "sourceEntitlement": null, "sourceStackId": null, "stackId": null, "stacked": false, "startDate": "2024-09-14T16:10:55+0000", "subscriptionId": "upstream-75705823", "subscriptionSubKey": "master", "type": "NORMAL", "updated": "2024-09-19T16:11:00+0000", "upstreamConsumerId": null, "upstreamEntitlementId": null, "upstreamPoolId": null }, { "accountNumber": "4430910818", "activeSubscription": true, "attributes": [], "branding": [ { "created": "2024-09-19T16:11:00+0000", "name": "Branded Donaldy OS Server Bundled (2 Sockets, Standard Support)", "productId": "37065", "type": "OS", "updated": "2024-09-19T16:11:00+0000" } ], "calculatedAttributes": { "compliance_type": "Standard" }, "consumed": 0, "contractNumber": "0", "created": "2024-09-19T16:11:00+0000", "derivedProductAttributes": [], "derivedProductId": null, "derivedProductName": null, "derivedProvidedProducts": [], "endDate": "2025-09-14T16:10:55+0000", "exported": 0, "href": "/pools/8a8082e4920b0ce701920b0d181c0543", "id": "8a8082e4920b0ce701920b0d181c0543", "managed": true, "orderNumber": "order-01213291", "owner": { "contentAccessMode": "org_environment", "displayName": "Donald Duck", "href": "/owners/donaldduck", "id": "8a8082e4920b0ce701920b0cfa450004", "key": "donaldduck" }, "productAttributes": [ { "name": "management_enabled", "value": "1" }, { "name": "vcpu", "value": "4" }, { "name": "warning_period", "value": "30" }, { "name": "variant", "value": "ALL" }, { "name": "sockets", "value": "2" }, { "name": "support_level", "value": "Standard" }, { "name": "support_type", "value": "L1-L3" }, { "name": "arch", "value": "ALL" }, { "name": "type", "value": "MKT" }, { "name": "version", "value": "6.1" } ], "productId": "donaldyos-server-2-socket-std", "productName": "Donaldy OS Server Bundled (2 Sockets, Standard Support)", "providedProducts": [ { "productId": "37065", "productName": "Clustering Bits (no content)" }, { "productId": "37067", "productName": "Shared Storage Bits (no content)" }, { "productId": "7051", "productName": "Donaldy OS Developer Bits" }, { "productId": "7050", "productName": "Donaldy OS Premium Architecture Bits" }, { "productId": "37060", "productName": "Awesome OS Server Bits" }, { "productId": "37068", "productName": "Large File Support Bits (no content)" }, { "productId": "37070", "productName": "Load Balancing Bits (no content)" }, { "productId": "37069", "productName": "Management Bits (no content)" } ], "quantity": 50, "restrictedToUsername": null, "sourceEntitlement": null, "sourceStackId": null, "stackId": null, "stacked": false, "startDate": "2024-09-14T16:10:55+0000", "subscriptionId": "upstream-49261425", "subscriptionSubKey": "master", "type": "NORMAL", "updated": "2024-09-19T16:11:00+0000", "upstreamConsumerId": null, "upstreamEntitlementId": null, "upstreamPoolId": null }, { "accountNumber": "4430910818", "activeSubscription": true, "attributes": [], "branding": [ { "created": "2024-09-19T16:11:00+0000", "name": "Branded Donaldy OS Instance Based one socket", "productId": "32060", "type": "OS", "updated": "2024-09-19T16:11:00+0000" } ], "calculatedAttributes": { "compliance_type": "Instance Based" }, "consumed": 0, "contractNumber": "0", "created": "2024-09-19T16:11:00+0000", "derivedProductAttributes": [], "derivedProductId": null, "derivedProductName": null, "derivedProvidedProducts": [], "endDate": "2025-09-14T16:10:55+0000", "exported": 0, "href": "/pools/8a8082e4920b0ce701920b0d183705d7", "id": "8a8082e4920b0ce701920b0d183705d7", "managed": true, "orderNumber": "order-01213291", "owner": { "contentAccessMode": "org_environment", "displayName": "Donald Duck", "href": "/owners/donaldduck", "id": "8a8082e4920b0ce701920b0cfa450004", "key": "donaldduck" }, "productAttributes": [ { "name": "host_limited", "value": "true" }, { "name": "instance_multiplier", "value": "2" }, { "name": "multi-entitlement", "value": "yes" }, { "name": "virt_limit", "value": "1" }, { "name": "variant", "value": "ALL" }, { "name": "stacking_id", "value": "15" }, { "name": "support_level", "value": "Standard" }, { "name": "sockets", "value": "1" }, { "name": "support_type", "value": "L1-L3" }, { "name": "arch", "value": "ALL" }, { "name": "type", "value": "MKT" }, { "name": "version", "value": "1.0" } ], "productId": "donaldyos-onesocketib", "productName": "Donaldy OS Instance Based one socket", "providedProducts": [ { "productId": "7051", "productName": "Donaldy OS Developer Bits" }, { "productId": "7050", "productName": "Donaldy OS Premium Architecture Bits" }, { "productId": "32060", "productName": "Awesome OS Instance Server Bits" } ], "quantity": 10, "restrictedToUsername": null, "sourceEntitlement": null, "sourceStackId": null, "stackId": "15", "stacked": true, "startDate": "2024-09-14T16:10:55+0000", "subscriptionId": "upstream-68618359", "subscriptionSubKey": "master", "type": "NORMAL", "updated": "2024-09-19T16:11:00+0000", "upstreamConsumerId": null, "upstreamEntitlementId": null, "upstreamPoolId": null }, { "accountNumber": "4430910818", "activeSubscription": true, "attributes": [ { "name": "unmapped_guests_only", "value": "true" }, { "name": "pool_derived", "value": "true" }, { "name": "physical_only", "value": "false" }, { "name": "virt_limit", "value": "0" }, { "name": "requires_consumer_type", "value": "system" }, { "name": "virt_only", "value": "true" } ], "branding": [ { "created": "2024-09-19T16:11:00+0000", "name": "Branded Donaldy OS Instance Based one socket", "productId": "32060", "type": "OS", "updated": "2024-09-19T16:11:00+0000" } ], "calculatedAttributes": { "compliance_type": "Instance Based (Temporary)" }, "consumed": 0, "contractNumber": "0", "created": "2024-09-19T16:11:00+0000", "derivedProductAttributes": [], "derivedProductId": null, "derivedProductName": null, "derivedProvidedProducts": [], "endDate": "2025-09-14T16:10:55+0000", "exported": 0, "href": "/pools/8a8082e4920b0ce701920b0d183705d9", "id": "8a8082e4920b0ce701920b0d183705d9", "managed": true, "orderNumber": "order-01213291", "owner": { "contentAccessMode": "org_environment", "displayName": "Donald Duck", "href": "/owners/donaldduck", "id": "8a8082e4920b0ce701920b0cfa450004", "key": "donaldduck" }, "productAttributes": [ { "name": "host_limited", "value": "true" }, { "name": "instance_multiplier", "value": "2" }, { "name": "multi-entitlement", "value": "yes" }, { "name": "virt_limit", "value": "1" }, { "name": "variant", "value": "ALL" }, { "name": "stacking_id", "value": "15" }, { "name": "support_level", "value": "Standard" }, { "name": "sockets", "value": "1" }, { "name": "support_type", "value": "L1-L3" }, { "name": "arch", "value": "ALL" }, { "name": "type", "value": "MKT" }, { "name": "version", "value": "1.0" } ], "productId": "donaldyos-onesocketib", "productName": "Donaldy OS Instance Based one socket", "providedProducts": [ { "productId": "7051", "productName": "Donaldy OS Developer Bits" }, { "productId": "7050", "productName": "Donaldy OS Premium Architecture Bits" }, { "productId": "32060", "productName": "Awesome OS Instance Server Bits" } ], "quantity": 10, "restrictedToUsername": null, "sourceEntitlement": null, "sourceStackId": null, "stackId": "15", "stacked": true, "startDate": "2024-09-14T16:10:55+0000", "subscriptionId": "upstream-68618359", "subscriptionSubKey": "derived", "type": "UNMAPPED_GUEST", "updated": "2024-09-19T16:11:00+0000", "upstreamConsumerId": null, "upstreamEntitlementId": null, "upstreamPoolId": null }, { "accountNumber": "4430910818", "activeSubscription": true, "attributes": [], "branding": [ { "created": "2024-09-19T16:11:00+0000", "name": "Branded Donaldy OS Instance Based one socket", "productId": "32060", "type": "OS", "updated": "2024-09-19T16:11:00+0000" } ], "calculatedAttributes": { "compliance_type": "Instance Based" }, "consumed": 0, "contractNumber": "0", "created": "2024-09-19T16:11:00+0000", "derivedProductAttributes": [], "derivedProductId": null, "derivedProductName": null, "derivedProvidedProducts": [], "endDate": "2025-09-14T16:10:55+0000", "exported": 0, "href": "/pools/8a8082e4920b0ce701920b0d184c066b", "id": "8a8082e4920b0ce701920b0d184c066b", "managed": true, "orderNumber": "order-01213291", "owner": { "contentAccessMode": "org_environment", "displayName": "Donald Duck", "href": "/owners/donaldduck", "id": "8a8082e4920b0ce701920b0cfa450004", "key": "donaldduck" }, "productAttributes": [ { "name": "host_limited", "value": "true" }, { "name": "instance_multiplier", "value": "2" }, { "name": "multi-entitlement", "value": "yes" }, { "name": "virt_limit", "value": "1" }, { "name": "variant", "value": "ALL" }, { "name": "stacking_id", "value": "15" }, { "name": "support_level", "value": "Standard" }, { "name": "sockets", "value": "1" }, { "name": "support_type", "value": "L1-L3" }, { "name": "arch", "value": "ALL" }, { "name": "type", "value": "MKT" }, { "name": "version", "value": "1.0" } ], "productId": "donaldyos-onesocketib", "productName": "Donaldy OS Instance Based one socket", "providedProducts": [ { "productId": "7051", "productName": "Donaldy OS Developer Bits" }, { "productId": "7050", "productName": "Donaldy OS Premium Architecture Bits" }, { "productId": "32060", "productName": "Awesome OS Instance Server Bits" } ], "quantity": 100, "restrictedToUsername": null, "sourceEntitlement": null, "sourceStackId": null, "stackId": "15", "stacked": true, "startDate": "2024-09-14T16:10:55+0000", "subscriptionId": "upstream-59934462", "subscriptionSubKey": "master", "type": "NORMAL", "updated": "2024-09-19T16:11:00+0000", "upstreamConsumerId": null, "upstreamEntitlementId": null, "upstreamPoolId": null }, { "accountNumber": "4430910818", "activeSubscription": true, "attributes": [ { "name": "unmapped_guests_only", "value": "true" }, { "name": "pool_derived", "value": "true" }, { "name": "physical_only", "value": "false" }, { "name": "virt_limit", "value": "0" }, { "name": "requires_consumer_type", "value": "system" }, { "name": "virt_only", "value": "true" } ], "branding": [ { "created": "2024-09-19T16:11:00+0000", "name": "Branded Donaldy OS Instance Based one socket", "productId": "32060", "type": "OS", "updated": "2024-09-19T16:11:00+0000" } ], "calculatedAttributes": { "compliance_type": "Instance Based (Temporary)" }, "consumed": 0, "contractNumber": "0", "created": "2024-09-19T16:11:00+0000", "derivedProductAttributes": [], "derivedProductId": null, "derivedProductName": null, "derivedProvidedProducts": [], "endDate": "2025-09-14T16:10:55+0000", "exported": 0, "href": "/pools/8a8082e4920b0ce701920b0d184c066d", "id": "8a8082e4920b0ce701920b0d184c066d", "managed": true, "orderNumber": "order-01213291", "owner": { "contentAccessMode": "org_environment", "displayName": "Donald Duck", "href": "/owners/donaldduck", "id": "8a8082e4920b0ce701920b0cfa450004", "key": "donaldduck" }, "productAttributes": [ { "name": "host_limited", "value": "true" }, { "name": "instance_multiplier", "value": "2" }, { "name": "multi-entitlement", "value": "yes" }, { "name": "virt_limit", "value": "1" }, { "name": "variant", "value": "ALL" }, { "name": "stacking_id", "value": "15" }, { "name": "support_level", "value": "Standard" }, { "name": "sockets", "value": "1" }, { "name": "support_type", "value": "L1-L3" }, { "name": "arch", "value": "ALL" }, { "name": "type", "value": "MKT" }, { "name": "version", "value": "1.0" } ], "productId": "donaldyos-onesocketib", "productName": "Donaldy OS Instance Based one socket", "providedProducts": [ { "productId": "7051", "productName": "Donaldy OS Developer Bits" }, { "productId": "7050", "productName": "Donaldy OS Premium Architecture Bits" }, { "productId": "32060", "productName": "Awesome OS Instance Server Bits" } ], "quantity": 100, "restrictedToUsername": null, "sourceEntitlement": null, "sourceStackId": null, "stackId": "15", "stacked": true, "startDate": "2024-09-14T16:10:55+0000", "subscriptionId": "upstream-59934462", "subscriptionSubKey": "derived", "type": "UNMAPPED_GUEST", "updated": "2024-09-19T16:11:00+0000", "upstreamConsumerId": null, "upstreamEntitlementId": null, "upstreamPoolId": null } ], "redirected": false, "status": 200, "transfer_encoding": "chunked", "url": "https://candlepin.local:8443/candlepin/owners/donaldduck/pools?product=7050", "vary": "accept-encoding", "x_candlepin_request_uuid": "9c9c749d-2f80-4fa9-b7d5-e4545642d060", "x_version": "4.4.16-1" } MSG: OK (unknown bytes) 7723 1726883197.73107: no more pending results, returning what we have 7723 1726883197.73111: results queue empty 7723 1726883197.73112: checking for any_errors_fatal 7723 1726883197.73116: done checking for any_errors_fatal 7723 1726883197.73117: checking for max_fail_percentage 7723 1726883197.73119: done checking for max_fail_percentage 7723 1726883197.73120: checking to see if all hosts have failed and the running result is not ok 7723 1726883197.73120: done checking to see if all hosts have failed 7723 1726883197.73121: getting the remaining hosts for this loop 7723 1726883197.73122: done getting the remaining hosts for this loop 7723 1726883197.73126: getting the next task for host managed_node1 7723 1726883197.73132: done getting next task for host managed_node1 7723 1726883197.73134: ^ task is: TASK: Add pools for product 7050 to default_key activation key 7723 1726883197.73136: ^ state is: HOST STATE: block=2, task=2, 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=17, 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 7723 1726883197.73138: getting variables 7723 1726883197.73139: in VariableManager get_vars() 7723 1726883197.73159: Calling all_inventory to load vars for managed_node1 7723 1726883197.73160: Calling groups_inventory to load vars for managed_node1 7723 1726883197.73163: Calling all_plugins_inventory to load vars for managed_node1 7723 1726883197.73170: Calling all_plugins_play to load vars for managed_node1 7723 1726883197.73171: Calling groups_plugins_inventory to load vars for managed_node1 7723 1726883197.73173: Calling groups_plugins_play to load vars for managed_node1 7723 1726883197.73206: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7723 1726883197.73230: done with get_vars() 7723 1726883197.73242: done getting variables 7723 1726883197.73288: Loading ActionModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/uri.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Add pools for product 7050 to default_key activation key] **************** task path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:149 Friday 20 September 2024 21:46:37 -0400 (0:00:00.874) 0:02:02.419 ****** 7723 1726883197.73308: entering _queue_task() for managed_node1/uri 7723 1726883197.73532: worker is 1 (out of 1 available) 7723 1726883197.73547: exiting _queue_task() for managed_node1/uri 7723 1726883197.73559: done queuing things up, now waiting for results queue to drain 7723 1726883197.73561: waiting for pending results... 7723 1726883197.73713: running TaskExecutor() for managed_node1/TASK: Add pools for product 7050 to default_key activation key 7723 1726883197.73783: in run() - task 0affc0aa-4893-13c9-9f63-000000000026 7723 1726883197.73797: variable 'ansible_search_path' from source: unknown 7723 1726883197.73800: variable 'ansible_search_path' from source: unknown 7723 1726883197.74086: variable 'pools' from source: set_fact 7723 1726883197.75331: variable 'omit' from source: magic vars 7723 1726883197.75406: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883197.75412: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883197.75421: variable 'omit' from source: magic vars 7723 1726883197.75621: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7723 1726883197.78223: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7723 1726883197.78228: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7723 1726883197.78258: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7723 1726883197.78298: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7723 1726883197.78336: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7723 1726883197.78425: 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) 7723 1726883197.78460: 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) 7723 1726883197.78486: 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) 7723 1726883197.78545: 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) 7723 1726883197.78563: 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) 7723 1726883197.78699: variable 'lsr_rhc_test_data_file' from source: set_fact 7723 1726883197.78724: Evaluated conditional (lsr_rhc_test_data_file | length == 0): True 7723 1726883197.78735: variable 'omit' from source: magic vars 7723 1726883197.78870: variable 'omit' from source: magic vars 7723 1726883197.78986: variable '_cp_url' from source: set_fact 7723 1726883197.78991: variable 'default_key' from source: set_fact 7723 1726883197.79013: variable 'item' from source: unknown 7723 1726883197.79351: variable 'lsr_rhc_test_data' from source: include_vars 7723 1726883197.79459: variable 'lsr_rhc_test_data' from source: include_vars 7723 1726883197.79487: variable 'omit' from source: magic vars 7723 1726883197.79527: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7723 1726883197.79575: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7723 1726883197.79595: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7723 1726883197.79613: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7723 1726883197.79624: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7723 1726883197.79645: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 7723 1726883197.79664: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 7723 1726883197.79693: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7723 1726883197.79696: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883197.79701: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883197.79823: Set connection var ansible_shell_type to sh 7723 1726883197.79844: Set connection var ansible_shell_executable to /bin/sh 7723 1726883197.80045: Set connection var ansible_module_compression to ZIP_DEFLATED 7723 1726883197.80049: Set connection var ansible_connection to ssh 7723 1726883197.80051: Set connection var ansible_pipelining to False 7723 1726883197.80053: Set connection var ansible_timeout to 10 7723 1726883197.80055: variable 'ansible_shell_executable' from source: unknown 7723 1726883197.80058: variable 'ansible_connection' from source: unknown 7723 1726883197.80060: variable 'ansible_module_compression' from source: unknown 7723 1726883197.80062: variable 'ansible_shell_type' from source: unknown 7723 1726883197.80064: variable 'ansible_shell_executable' from source: unknown 7723 1726883197.80066: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883197.80068: variable 'ansible_pipelining' from source: unknown 7723 1726883197.80070: variable 'ansible_timeout' from source: unknown 7723 1726883197.80072: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883197.80074: Loading ActionModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/uri.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7723 1726883197.80076: variable 'omit' from source: magic vars 7723 1726883197.80078: starting attempt loop 7723 1726883197.80080: running the handler 7723 1726883197.80082: _low_level_execute_command(): starting 7723 1726883197.80084: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7723 1726883197.80788: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7723 1726883197.80801: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883197.80813: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883197.80834: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7723 1726883197.80862: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 <<< 7723 1726883197.80870: stderr chunk (state=3): >>>debug2: match not found <<< 7723 1726883197.80882: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883197.80908: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7723 1726883197.80924: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.12.120 is address <<< 7723 1726883197.81052: stderr chunk (state=3): >>>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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883197.81253: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883197.81276: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883197.82967: stdout chunk (state=3): >>>/root <<< 7723 1726883197.83059: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883197.83246: stderr chunk (state=3): >>><<< 7723 1726883197.83250: stdout chunk (state=3): >>><<< 7723 1726883197.83253: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883197.83256: _low_level_execute_command(): starting 7723 1726883197.83259: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726883197.8312743-8890-34645810633399 `" && echo ansible-tmp-1726883197.8312743-8890-34645810633399="` echo /root/.ansible/tmp/ansible-tmp-1726883197.8312743-8890-34645810633399 `" ) && sleep 0' 7723 1726883197.83903: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7723 1726883197.83907: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883197.83927: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883197.83939: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7723 1726883197.83962: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 <<< 7723 1726883197.83965: stderr chunk (state=3): >>>debug2: match not found <<< 7723 1726883197.83974: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883197.83990: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7723 1726883197.84037: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.12.120 is address <<< 7723 1726883197.84055: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7723 1726883197.84058: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883197.84060: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883197.84063: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7723 1726883197.84065: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 <<< 7723 1726883197.84068: stderr chunk (state=3): >>>debug2: match found <<< 7723 1726883197.84070: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883197.84215: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883197.84219: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883197.84221: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883197.84252: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883197.86114: stdout chunk (state=3): >>>ansible-tmp-1726883197.8312743-8890-34645810633399=/root/.ansible/tmp/ansible-tmp-1726883197.8312743-8890-34645810633399 <<< 7723 1726883197.86218: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883197.86252: stderr chunk (state=3): >>><<< 7723 1726883197.86255: stdout chunk (state=3): >>><<< 7723 1726883197.86272: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726883197.8312743-8890-34645810633399=/root/.ansible/tmp/ansible-tmp-1726883197.8312743-8890-34645810633399 , 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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883197.86312: variable 'ansible_module_compression' from source: unknown 7723 1726883197.86360: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7723b_d05x07/ansiballz_cache/ansible.modules.uri-ZIP_DEFLATED 7723 1726883197.86379: variable 'ansible_facts' from source: unknown 7723 1726883197.86454: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726883197.8312743-8890-34645810633399/AnsiballZ_uri.py 7723 1726883197.86559: Sending initial data 7723 1726883197.86562: Sent initial data (149 bytes) 7723 1726883197.87001: 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 <<< 7723 1726883197.87036: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7723 1726883197.87039: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 debug2: match not found <<< 7723 1726883197.87044: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883197.87046: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883197.87050: 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.12.120 originally 10.31.12.120 debug2: match found <<< 7723 1726883197.87052: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883197.87099: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883197.87111: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883197.87113: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883197.87150: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883197.88706: 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 <<< 7723 1726883197.88757: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 7723 1726883197.88796: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7723b_d05x07/tmpnqs8i0f7 /root/.ansible/tmp/ansible-tmp-1726883197.8312743-8890-34645810633399/AnsiballZ_uri.py <<< 7723 1726883197.88806: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726883197.8312743-8890-34645810633399/AnsiballZ_uri.py" <<< 7723 1726883197.88839: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-7723b_d05x07/tmpnqs8i0f7" to remote "/root/.ansible/tmp/ansible-tmp-1726883197.8312743-8890-34645810633399/AnsiballZ_uri.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726883197.8312743-8890-34645810633399/AnsiballZ_uri.py" <<< 7723 1726883197.89435: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883197.89486: stderr chunk (state=3): >>><<< 7723 1726883197.89489: stdout chunk (state=3): >>><<< 7723 1726883197.89508: done transferring module to remote 7723 1726883197.89522: _low_level_execute_command(): starting 7723 1726883197.89529: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726883197.8312743-8890-34645810633399/ /root/.ansible/tmp/ansible-tmp-1726883197.8312743-8890-34645810633399/AnsiballZ_uri.py && sleep 0' 7723 1726883197.89986: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883197.89990: 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.12.120 originally 10.31.12.120 debug2: match not found <<< 7723 1726883197.89994: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883197.89996: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883197.89999: 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883197.90053: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883197.90059: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883197.90104: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883197.91839: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883197.91868: stderr chunk (state=3): >>><<< 7723 1726883197.91871: stdout chunk (state=3): >>><<< 7723 1726883197.91886: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883197.91889: _low_level_execute_command(): starting 7723 1726883197.91895: _low_level_execute_command(): using become for this command 7723 1726883197.91905: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-ipsduuxktotvijijdnrjzfhtfkyepssy ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726883197.8312743-8890-34645810633399/AnsiballZ_uri.py'"'"' && sleep 0' 7723 1726883197.91997: Initial state: awaiting_escalation: BECOME-SUCCESS-ipsduuxktotvijijdnrjzfhtfkyepssy 7723 1726883197.92425: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883197.92430: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883197.92467: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883197.92471: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883197.92473: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883197.92523: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883197.95389: stdout chunk (state=1): >>>BECOME-SUCCESS-ipsduuxktotvijijdnrjzfhtfkyepssy <<< 7723 1726883197.95394: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-ipsduuxktotvijijdnrjzfhtfkyepssy' 7723 1726883197.95711: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 7723 1726883197.95750: stdout chunk (state=3): >>>import _imp # builtin <<< 7723 1726883197.95774: stdout chunk (state=3): >>>import '_thread' # <<< 7723 1726883197.95782: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 7723 1726883197.95851: stdout chunk (state=3): >>>import '_io' # <<< 7723 1726883197.95860: stdout chunk (state=3): >>>import 'marshal' # <<< 7723 1726883197.95883: stdout chunk (state=3): >>>import 'posix' # <<< 7723 1726883197.95918: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 7723 1726883197.95923: stdout chunk (state=3): >>># installing zipimport hook <<< 7723 1726883197.95946: stdout chunk (state=3): >>>import 'time' # <<< 7723 1726883197.95951: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 7723 1726883197.96003: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 7723 1726883197.96008: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883197.96034: stdout chunk (state=3): >>>import '_codecs' # <<< 7723 1726883197.96055: stdout chunk (state=3): >>>import 'codecs' # <<< 7723 1726883197.96093: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 7723 1726883197.96113: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 7723 1726883197.96132: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17ed103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17ecdfa10> <<< 7723 1726883197.96165: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 7723 1726883197.96180: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17ed12960> <<< 7723 1726883197.96196: stdout chunk (state=3): >>>import '_signal' # <<< 7723 1726883197.96223: stdout chunk (state=3): >>>import '_abc' # <<< 7723 1726883197.96229: stdout chunk (state=3): >>>import 'abc' # <<< 7723 1726883197.96252: stdout chunk (state=3): >>>import 'io' # <<< 7723 1726883197.96280: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 7723 1726883197.96367: stdout chunk (state=3): >>>import '_collections_abc' # <<< 7723 1726883197.96400: stdout chunk (state=3): >>>import 'genericpath' # <<< 7723 1726883197.96414: stdout chunk (state=3): >>>import 'posixpath' # <<< 7723 1726883197.96424: stdout chunk (state=3): >>>import 'os' # <<< 7723 1726883197.96447: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 7723 1726883197.96457: stdout chunk (state=3): >>>Processing user site-packages <<< 7723 1726883197.96475: stdout chunk (state=3): >>>Processing global site-packages <<< 7723 1726883197.96478: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 7723 1726883197.96492: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 7723 1726883197.96498: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 7723 1726883197.96526: 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 <<< 7723 1726883197.96533: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 7723 1726883197.96555: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17eac0fe0> <<< 7723 1726883197.96606: 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 <<< 7723 1726883197.96628: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883197.96633: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17eac1f10> <<< 7723 1726883197.96658: stdout chunk (state=3): >>>import 'site' # <<< 7723 1726883197.96687: 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. <<< 7723 1726883197.96944: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 7723 1726883197.96951: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 7723 1726883197.96977: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 7723 1726883197.96982: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883197.97005: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 7723 1726883197.97046: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 7723 1726883197.97070: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 7723 1726883197.97094: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 7723 1726883197.97111: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17eaffd40> <<< 7723 1726883197.97141: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 7723 1726883197.97160: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 7723 1726883197.97175: stdout chunk (state=3): >>>import '_operator' # <<< 7723 1726883197.97184: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17eafff80> <<< 7723 1726883197.97196: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 7723 1726883197.97222: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 7723 1726883197.97244: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 7723 1726883197.97298: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883197.97310: stdout chunk (state=3): >>>import 'itertools' # <<< 7723 1726883197.97339: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' <<< 7723 1726883197.97349: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17eb37740> <<< 7723 1726883197.97367: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 7723 1726883197.97379: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 7723 1726883197.97389: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17eb37dd0> <<< 7723 1726883197.97397: stdout chunk (state=3): >>>import '_collections' # <<< 7723 1726883197.97450: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17eb17a10> <<< 7723 1726883197.97455: stdout chunk (state=3): >>>import '_functools' # <<< 7723 1726883197.97488: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17eb15130> <<< 7723 1726883197.97577: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17eafcef0> <<< 7723 1726883197.97608: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 7723 1726883197.97621: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 7723 1726883197.97642: stdout chunk (state=3): >>>import '_sre' # <<< 7723 1726883197.97662: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 7723 1726883197.97695: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 7723 1726883197.97707: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 7723 1726883197.97719: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 7723 1726883197.97747: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17eb5b680> <<< 7723 1726883197.97765: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17eb5a2a0> <<< 7723 1726883197.97787: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 7723 1726883197.97806: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17eb16000> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17eb58b30> <<< 7723 1726883197.97865: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 7723 1726883197.97874: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17eb8c6b0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17eafc170> <<< 7723 1726883197.97890: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 7723 1726883197.97931: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883197.97943: 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 0x7fb17eb8cb60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17eb8ca10> <<< 7723 1726883197.97970: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883197.97983: stdout chunk (state=3): >>># 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 0x7fb17eb8ce00> <<< 7723 1726883197.97988: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17eafac90> <<< 7723 1726883197.98018: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 7723 1726883197.98032: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883197.98039: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 7723 1726883197.98073: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 7723 1726883197.98078: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17eb8d4c0> <<< 7723 1726883197.98096: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17eb8d190> import 'importlib.machinery' # <<< 7723 1726883197.98127: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 7723 1726883197.98141: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17eb8e3c0> <<< 7723 1726883197.98163: stdout chunk (state=3): >>>import 'importlib.util' # <<< 7723 1726883197.98168: stdout chunk (state=3): >>>import 'runpy' # <<< 7723 1726883197.98197: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 7723 1726883197.98228: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 7723 1726883197.98252: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 7723 1726883197.98256: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17eba85f0> <<< 7723 1726883197.98277: stdout chunk (state=3): >>>import 'errno' # <<< 7723 1726883197.98301: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883197.98313: 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 0x7fb17eba9d30> <<< 7723 1726883197.98330: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 7723 1726883197.98349: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 7723 1726883197.98381: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 7723 1726883197.98385: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 7723 1726883197.98387: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17ebaabd0> <<< 7723 1726883197.98433: 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 0x7fb17ebab230> <<< 7723 1726883197.98439: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17ebaa120> <<< 7723 1726883197.98458: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 7723 1726883197.98470: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 7723 1726883197.98510: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883197.98519: 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 0x7fb17ebabcb0> <<< 7723 1726883197.98528: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17ebab3e0> <<< 7723 1726883197.98568: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17eb8e420> <<< 7723 1726883197.98593: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 7723 1726883197.98616: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 7723 1726883197.98635: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 7723 1726883197.98658: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 7723 1726883197.98701: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883197.98706: 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 0x7fb17e8f3bf0> <<< 7723 1726883197.98720: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 7723 1726883197.98733: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 7723 1726883197.98764: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb17e91c6e0> <<< 7723 1726883197.98774: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e91c440> <<< 7723 1726883197.98787: 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 0x7fb17e91c710> <<< 7723 1726883197.98818: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 7723 1726883197.98826: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 7723 1726883197.98896: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883197.99015: 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 0x7fb17e91cfe0> <<< 7723 1726883197.99115: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883197.99138: 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 0x7fb17e91d9a0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e91c890> <<< 7723 1726883197.99145: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e8f1d90> <<< 7723 1726883197.99168: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 7723 1726883197.99184: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 7723 1726883197.99214: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 7723 1726883197.99219: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 7723 1726883197.99238: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e91ed80> <<< 7723 1726883197.99256: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e91dac0> <<< 7723 1726883197.99275: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17eb8eb10> <<< 7723 1726883197.99301: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 7723 1726883197.99363: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883197.99381: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 7723 1726883197.99418: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 7723 1726883197.99446: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e9470e0> <<< 7723 1726883197.99499: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 7723 1726883197.99511: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883197.99535: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 7723 1726883197.99557: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 7723 1726883197.99596: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e96b470> <<< 7723 1726883197.99618: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 7723 1726883197.99662: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 7723 1726883197.99718: stdout chunk (state=3): >>>import 'ntpath' # <<< 7723 1726883197.99748: 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 0x7fb17e9cc290> <<< 7723 1726883197.99757: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 7723 1726883197.99791: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 7723 1726883197.99819: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 7723 1726883197.99857: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 7723 1726883197.99943: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e9ce9f0> <<< 7723 1726883198.00021: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e9cc3b0> <<< 7723 1726883198.00053: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e999280> <<< 7723 1726883198.00086: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' <<< 7723 1726883198.00110: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e311310> <<< 7723 1726883198.00126: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e96a2a0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e91fce0> <<< 7723 1726883198.00232: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 7723 1726883198.00249: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fb17e96a600> <<< 7723 1726883198.00375: stdout chunk (state=3): >>># zipimport: found 32 names in '/tmp/ansible_ansible.legacy.uri_payload_ugw6scy_/ansible_ansible.legacy.uri_payload.zip' <<< 7723 1726883198.00381: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.00503: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.00537: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 7723 1726883198.00543: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 7723 1726883198.00600: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 7723 1726883198.00675: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 7723 1726883198.00717: 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 0x7fb17e36b050> import '_typing' # <<< 7723 1726883198.00914: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e349f40> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e3490d0> # zipimport: zlib available <<< 7723 1726883198.00938: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 7723 1726883198.00965: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.00971: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.00994: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 7723 1726883198.01001: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.02381: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.03522: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e369340> <<< 7723 1726883198.03579: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 7723 1726883198.03614: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 7723 1726883198.03618: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 7723 1726883198.03669: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb17e392a20> <<< 7723 1726883198.03694: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e3927b0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e3920c0> <<< 7723 1726883198.03732: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 7723 1726883198.03751: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 7723 1726883198.03878: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e392ab0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e36bce0> 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 0x7fb17e393710> # 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 0x7fb17e3938c0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 7723 1726883198.03909: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 7723 1726883198.03952: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e393dd0> <<< 7723 1726883198.03990: stdout chunk (state=3): >>>import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 7723 1726883198.04093: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 7723 1726883198.04114: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e1fdb50> # 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 0x7fb17e1ff770> # /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' <<< 7723 1726883198.04167: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e200170> <<< 7723 1726883198.04170: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 7723 1726883198.04204: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 7723 1726883198.04229: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e2012e0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 7723 1726883198.04472: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 7723 1726883198.04476: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 7723 1726883198.04478: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 7723 1726883198.04511: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e203e00> # 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 0x7fb17ebaab40> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e2020c0> # /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 <<< 7723 1726883198.04531: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 7723 1726883198.04559: 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' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e20fd40> import '_tokenize' # <<< 7723 1726883198.04636: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e20e840> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e20e5a0> <<< 7723 1726883198.04660: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 7723 1726883198.04731: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e20eae0> <<< 7723 1726883198.04774: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e2025d0> <<< 7723 1726883198.04820: 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 0x7fb17e253fe0> # /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 0x7fb17e254170> <<< 7723 1726883198.04848: 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 # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 7723 1726883198.04869: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 7723 1726883198.04933: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb17e255be0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e2559a0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 7723 1726883198.05032: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 7723 1726883198.05080: 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 0x7fb17e258170> <<< 7723 1726883198.05087: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e2562d0> <<< 7723 1726883198.05100: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 7723 1726883198.05146: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883198.05162: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 7723 1726883198.05180: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 7723 1726883198.05182: stdout chunk (state=3): >>>import '_string' # <<< 7723 1726883198.05228: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e25b950> <<< 7723 1726883198.05346: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e258320> <<< 7723 1726883198.05406: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb17e25c770> <<< 7723 1726883198.05433: 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 0x7fb17e25ca40> <<< 7723 1726883198.05476: 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 0x7fb17e25ca70> <<< 7723 1726883198.05487: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e254320> <<< 7723 1726883198.05516: 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 <<< 7723 1726883198.05519: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 7723 1726883198.05534: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 7723 1726883198.05555: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 7723 1726883198.05581: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883198.05604: 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 0x7fb17e0ec2f0> <<< 7723 1726883198.05754: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883198.05757: 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 0x7fb17e0ed430> <<< 7723 1726883198.05770: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e25ea80> <<< 7723 1726883198.05809: 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 0x7fb17e25fe30> <<< 7723 1726883198.05813: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e25e6f0> <<< 7723 1726883198.05817: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.05837: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.05847: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 7723 1726883198.05858: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.05942: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.06032: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.06037: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 7723 1726883198.06062: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.06069: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.06086: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 7723 1726883198.06090: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.06212: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.06328: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.06861: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.07487: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /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 0x7fb17e0f16a0> <<< 7723 1726883198.07581: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 7723 1726883198.07603: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e0f24b0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e0ed8b0> <<< 7723 1726883198.07646: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 7723 1726883198.07672: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.07700: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 7723 1726883198.07847: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.08014: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 7723 1726883198.08045: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e0f2480> # zipimport: zlib available <<< 7723 1726883198.08468: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.08904: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.08970: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.09054: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 7723 1726883198.09056: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.09096: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.09133: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 7723 1726883198.09142: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.09207: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.09288: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 7723 1726883198.09300: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.09322: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.09330: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 7723 1726883198.09343: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.09375: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.09414: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 7723 1726883198.09423: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.09647: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.09873: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 7723 1726883198.09932: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 7723 1726883198.09936: stdout chunk (state=3): >>>import '_ast' # <<< 7723 1726883198.10005: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e0f3590> <<< 7723 1726883198.10013: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.10090: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.10165: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 7723 1726883198.10176: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 7723 1726883198.10209: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.10243: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.10282: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 7723 1726883198.10287: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.10338: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.10378: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.10439: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.10504: 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 <<< 7723 1726883198.10555: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883198.10626: 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 0x7fb17e0fe180> <<< 7723 1726883198.10686: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e0f9850> <<< 7723 1726883198.10723: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 7723 1726883198.10770: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.10834: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.10865: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.10901: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883198.10938: 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 <<< 7723 1726883198.10965: stdout chunk (state=3): >>># 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 <<< 7723 1726883198.11035: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 7723 1726883198.11060: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 7723 1726883198.11077: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 7723 1726883198.11119: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e1ee9c0> <<< 7723 1726883198.11174: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e3ca690> <<< 7723 1726883198.11278: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e0fdf40> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e25dbb0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 7723 1726883198.11291: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.11348: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 7723 1726883198.11384: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available <<< 7723 1726883198.11419: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 7723 1726883198.11422: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.11660: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.11912: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.urllib' # <<< 7723 1726883198.11928: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.urllib.parse' # <<< 7723 1726883198.11930: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.11963: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.11992: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # <<< 7723 1726883198.12008: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.12708: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.13378: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py # code object from '/usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883198.13389: stdout chunk (state=3): >>>import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e192e70> <<< 7723 1726883198.13414: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/__init__.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc' import 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e1904d0> <<< 7723 1726883198.13461: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/application.py <<< 7723 1726883198.13467: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py <<< 7723 1726883198.13472: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py <<< 7723 1726883198.13516: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e190bc0> <<< 7723 1726883198.13525: stdout chunk (state=3): >>>import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e1907a0> <<< 7723 1726883198.13528: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc' <<< 7723 1726883198.13571: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py # code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc' <<< 7723 1726883198.13603: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e1917c0> <<< 7723 1726883198.13648: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py # code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py <<< 7723 1726883198.13696: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py <<< 7723 1726883198.13729: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' <<< 7723 1726883198.13784: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py # code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e179730> <<< 7723 1726883198.13789: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py # code object from '/usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e179640> <<< 7723 1726883198.13809: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py # code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17dd124b0> <<< 7723 1726883198.13865: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e192fc0> <<< 7723 1726883198.13905: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py # code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' <<< 7723 1726883198.13926: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py # code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' <<< 7723 1726883198.13954: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py <<< 7723 1726883198.14007: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 7723 1726883198.14068: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17dd1cfe0> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17dd13b90> <<< 7723 1726883198.14123: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17dd12f90> <<< 7723 1726883198.14147: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e192420> <<< 7723 1726883198.14191: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py # code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' <<< 7723 1726883198.14195: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py <<< 7723 1726883198.14257: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' <<< 7723 1726883198.14260: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py # code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' <<< 7723 1726883198.14287: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17dd50f20> <<< 7723 1726883198.14408: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17dd45130> <<< 7723 1726883198.14585: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17dd139b0> # /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py # code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py <<< 7723 1726883198.14615: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 7723 1726883198.14660: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py # code object from '/usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc' import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17dd94ce0> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17dd52c90> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17dd44c20> <<< 7723 1726883198.14693: stdout chunk (state=3): >>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e191eb0> <<< 7723 1726883198.14712: stdout chunk (state=3): >>>import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e191850> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e191520> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e190560> <<< 7723 1726883198.14733: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/multipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc' <<< 7723 1726883198.14751: stdout chunk (state=3): >>>import 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e1918e0> <<< 7723 1726883198.14768: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py # code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py <<< 7723 1726883198.14787: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' <<< 7723 1726883198.14838: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17dd95310> <<< 7723 1726883198.14847: stdout chunk (state=3): >>>import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17dd94f20> <<< 7723 1726883198.14885: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py <<< 7723 1726883198.14887: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883198.14948: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17dd95a00> <<< 7723 1726883198.14970: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 7723 1726883198.14999: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 7723 1726883198.15054: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 7723 1726883198.15087: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 7723 1726883198.15158: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883198.15234: stdout chunk (state=3): >>># extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb17dd9b440> <<< 7723 1726883198.15416: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17dd98ad0> <<< 7723 1726883198.15439: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17dd966c0> <<< 7723 1726883198.15465: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py <<< 7723 1726883198.15469: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' <<< 7723 1726883198.15506: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17dd98560> <<< 7723 1726883198.15525: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py <<< 7723 1726883198.15550: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17dd86870> <<< 7723 1726883198.15575: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py <<< 7723 1726883198.15589: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc' <<< 7723 1726883198.15593: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py <<< 7723 1726883198.15610: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc' import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17dd87500> <<< 7723 1726883198.15631: stdout chunk (state=3): >>>import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17dd86fc0> <<< 7723 1726883198.15655: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 7723 1726883198.15717: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 7723 1726883198.15784: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17dd879e0> <<< 7723 1726883198.15807: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 7723 1726883198.15843: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 7723 1726883198.16061: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17ddb6e10> <<< 7723 1726883198.16074: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 7723 1726883198.16098: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' <<< 7723 1726883198.16120: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17dcaf6b0> <<< 7723 1726883198.16165: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.16259: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 7723 1726883198.16357: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.20559: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py <<< 7723 1726883198.20584: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' <<< 7723 1726883198.20588: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py <<< 7723 1726883198.20611: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' <<< 7723 1726883198.20654: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb17d9e7170> <<< 7723 1726883198.20665: stdout chunk (state=3): >>>import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17d9e63f0> <<< 7723 1726883198.20702: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17d9e5fd0> <<< 7723 1726883198.25333: stdout chunk (state=3): >>>/usr/lib64/python3.12/urllib/request.py:1052: UserWarning: Basic Auth Realm was unquoted response = self.http_error_auth_reqed('www-authenticate', <<< 7723 1726883198.44576: stdout chunk (state=3): >>> {"redirected": false, "url": "https://candlepin.local:8443/candlepin/activation_keys/8a8082e4920b0ce701920b0e0ba80984/pools/8a8082e4920b0ce701920b0d1816051f", "status": 200, "x_candlepin_request_uuid": "4af4c7fb-49cd-4c08-ae2f-3670154bc0b8", "x_version": "4.4.16-1", "vary": "accept-encoding", "content_type": "application/json", "transfer_encoding": "chunked", "date": "Sat, 21 Sep 2024 01:46:38 GMT", "connection": "close", "cookies_string": "", "cookies": {}, "msg": "OK (unknown bytes)", "elapsed": 0, "changed": false, "json": {"created": "2024-09-19T16:12:02+0000", "updated": "2024-09-19T16:12:02+0000", "id": "8a8082e4920b0ce701920b0e0ba80984", "name": "default_key", "description": null, "owner": {"id": "8a8082e4920b0ce701920b0cfa450004", "key": "donaldduck", "displayName": "Donald Duck", "href": "/owners/donaldduck", "contentAccessMode": "org_environment"}, "releaseVer": {"releaseVer": null}, "serviceLevel": null, "usage": null, "role": null, "addOns": [], "autoAttach": null, "pools": [{"poolId": "8a8082e4920b0ce701920b0d1816051f", "quantity": null}], "products": [], "contentOverrides": []}, "invocation": {"module_args": {"url": "https://candlepin.local:8443/candlepin/activation_keys/8a8082e4920b0ce701920b0e0ba80984/pools/8a8082e4920b0ce701920b0d1816051f", "method": "POST", "url_username": "doc", "url_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "force": false, "http_agent": "ansible-httpget", "use_proxy": true, "validate_certs": true, "force_basic_auth": false, "use_gssapi": false, "body_format": "raw", "return_content": false, "follow_redirects": "safe", "status_code": [200], "timeout": 30, "headers": {}, "remote_src": false, "unredirected_headers": [], "decompress": true, "use_netrc": true, "unsafe_writes": false, "client_cert": null, "client_key": null, "dest": null, "body": null, "src": null, "creates": null, "removes": null, "unix_socket": null, "ca_path": null, "ciphers": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} # destroy __main__ <<< 7723 1726883198.45076: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 7723 1726883198.45092: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal <<< 7723 1726883198.45151: stdout chunk (state=3): >>># 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 # 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 # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing 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 # cleanup[2] removing ipaddress # cleanup[2] removing 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 <<< 7723 1726883198.45215: stdout chunk (state=3): >>># 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 # 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 # 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 # 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 <<< 7723 1726883198.45271: stdout chunk (state=3): >>># destroy ansible.modules # cleanup[2] removing ansible.module_utils.six.moves.urllib # cleanup[2] removing ansible.module_utils.six.moves.urllib.parse # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing email # cleanup[2] removing email.mime # cleanup[2] removing quopri # cleanup[2] removing email.encoders # cleanup[2] removing email.errors # cleanup[2] removing email.quoprimime # cleanup[2] removing email.base64mime # cleanup[2] removing email.charset # cleanup[2] removing email.header # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing email.utils # cleanup[2] removing email._policybase # cleanup[2] removing email._encoded_words # cleanup[2] removing email._header_value_parser # cleanup[2] removing email.headerregistry # cleanup[2] removing email.iterators # cleanup[2] removing email.message # cleanup[2] removing email.contentmanager # cleanup[2] removing email.policy # cleanup[2] removing email.mime.base # cleanup[2] removing email.mime.nonmultipart # cleanup[2] removing email.mime.application # cleanup[2] removing email.mime.multipart # cleanup[2] removing email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing http # cleanup[2] removing _ssl # cleanup[2] removing ssl # cleanup[2] removing http.client # cleanup[2] removing mimetypes # cleanup[2] removing netrc # cleanup[2] removing urllib.response # cleanup[2] removing urllib.error # cleanup[2] removing urllib.request # cleanup[2] removing http.cookiejar # cleanup[2] removing gzip # cleanup[2] removing ansible.module_utils.urls # destroy ansible.module_utils.urls # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna <<< 7723 1726883198.45602: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 7723 1726883198.45618: stdout chunk (state=3): >>># destroy _bz2 # destroy _lzma <<< 7723 1726883198.45667: stdout chunk (state=3): >>># destroy _blake2 # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch <<< 7723 1726883198.45680: stdout chunk (state=3): >>># destroy urllib.parse # destroy urllib.response # destroy urllib.error # destroy urllib.request # destroy ntpath <<< 7723 1726883198.45703: stdout chunk (state=3): >>># destroy importlib # destroy zipimport # destroy __main__ <<< 7723 1726883198.45709: stdout chunk (state=3): >>># destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json <<< 7723 1726883198.45725: stdout chunk (state=3): >>># destroy grp # destroy encodings # destroy _locale # destroy pwd <<< 7723 1726883198.45759: stdout chunk (state=3): >>># destroy signal # destroy fcntl # destroy select <<< 7723 1726883198.45763: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 7723 1726883198.45807: stdout chunk (state=3): >>># destroy selectors # destroy array <<< 7723 1726883198.45810: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 7723 1726883198.45813: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex <<< 7723 1726883198.45815: stdout chunk (state=3): >>># destroy subprocess <<< 7723 1726883198.45853: stdout chunk (state=3): >>># destroy mimetypes # destroy netrc # destroy gzip <<< 7723 1726883198.45889: stdout chunk (state=3): >>># destroy email.mime # destroy email.mime.base # destroy email.mime.nonmultipart # destroy email.mime.application # destroy email.mime.multipart # destroy email.base64mime # destroy email._parseaddr # destroy email._policybase # destroy email.headerregistry # destroy email.iterators # destroy email.contentmanager # destroy email.policy # destroy email.feedparser # destroy email.parser # destroy email.encoders # destroy email.message # destroy email.header # destroy random # destroy calendar # destroy locale <<< 7723 1726883198.45906: stdout chunk (state=3): >>># destroy email._header_value_parser # destroy email._encoded_words <<< 7723 1726883198.45930: stdout chunk (state=3): >>># destroy unicodedata <<< 7723 1726883198.45938: stdout chunk (state=3): >>># destroy email.quoprimime # destroy binascii # destroy quopri # destroy email.utils # destroy email.charset <<< 7723 1726883198.45965: stdout chunk (state=3): >>># destroy email.errors <<< 7723 1726883198.45972: stdout chunk (state=3): >>># destroy http.client # destroy http.cookiejar # destroy errno <<< 7723 1726883198.45989: stdout chunk (state=3): >>># destroy _ssl <<< 7723 1726883198.46015: stdout chunk (state=3): >>># destroy base64 # destroy bisect # destroy email # destroy hashlib # destroy socket # destroy string # destroy tempfile # destroy ssl <<< 7723 1726883198.46039: stdout chunk (state=3): >>># destroy copy # destroy datetime # destroy urllib # destroy http <<< 7723 1726883198.46046: stdout chunk (state=3): >>># destroy struct # destroy zlib # destroy _compression <<< 7723 1726883198.46267: stdout chunk (state=3): >>># cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping ansible.module_utils.six.moves.urllib.parse # cleanup[3] wiping ansible.module_utils.six.moves.urllib # cleanup[3] wiping selinux._selinux <<< 7723 1726883198.46293: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket <<< 7723 1726883198.46303: stdout chunk (state=3): >>># 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 <<< 7723 1726883198.46322: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit <<< 7723 1726883198.46336: stdout chunk (state=3): >>># cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping ipaddress # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref <<< 7723 1726883198.46359: stdout chunk (state=3): >>># 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 <<< 7723 1726883198.46387: 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 <<< 7723 1726883198.46425: 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 # 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 <<< 7723 1726883198.46440: stdout chunk (state=3): >>># cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys <<< 7723 1726883198.46447: stdout chunk (state=3): >>># cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 7723 1726883198.46594: stdout chunk (state=3): >>># destroy sys.monitoring <<< 7723 1726883198.46609: stdout chunk (state=3): >>># destroy _socket <<< 7723 1726883198.46616: stdout chunk (state=3): >>># destroy _collections <<< 7723 1726883198.46650: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 7723 1726883198.46656: stdout chunk (state=3): >>># destroy tokenize <<< 7723 1726883198.46680: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 7723 1726883198.46704: stdout chunk (state=3): >>># destroy _typing <<< 7723 1726883198.46792: stdout chunk (state=3): >>># destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser <<< 7723 1726883198.46797: stdout chunk (state=3): >>># destroy operator # destroy ansible.module_utils.six.moves # destroy functools # destroy ipaddress <<< 7723 1726883198.46820: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 7723 1726883198.46846: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 7723 1726883198.46927: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases <<< 7723 1726883198.46955: stdout chunk (state=3): >>># destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading <<< 7723 1726883198.46963: stdout chunk (state=3): >>># destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 7723 1726883198.46988: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 7723 1726883198.47005: stdout chunk (state=3): >>># destroy _hashlib <<< 7723 1726883198.47023: stdout chunk (state=3): >>># destroy _operator # destroy _sre # destroy _string # destroy re <<< 7723 1726883198.47043: stdout chunk (state=3): >>># destroy itertools <<< 7723 1726883198.47055: stdout chunk (state=3): >>># destroy _abc # destroy posix <<< 7723 1726883198.47067: stdout chunk (state=3): >>># destroy _functools # destroy builtins # destroy _thread <<< 7723 1726883198.47075: stdout chunk (state=3): >>># clear sys.audit hooks <<< 7723 1726883198.47590: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.120 closed. <<< 7723 1726883198.47623: stderr chunk (state=3): >>><<< 7723 1726883198.47628: stdout chunk (state=3): >>><<< 7723 1726883198.47713: _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 0x7fb17ed103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17ecdfa10> # /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 0x7fb17ed12960> 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 0x7fb17eac0fe0> # /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 0x7fb17eac1f10> 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 0x7fb17eaffd40> # /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 0x7fb17eafff80> # /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 0x7fb17eb37740> # /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 0x7fb17eb37dd0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17eb17a10> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17eb15130> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17eafcef0> # /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 0x7fb17eb5b680> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17eb5a2a0> # /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 0x7fb17eb16000> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17eb58b30> # /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 0x7fb17eb8c6b0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17eafc170> # /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 0x7fb17eb8cb60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17eb8ca10> # 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 0x7fb17eb8ce00> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17eafac90> # /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 0x7fb17eb8d4c0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17eb8d190> 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 0x7fb17eb8e3c0> 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 0x7fb17eba85f0> 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 0x7fb17eba9d30> # /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 0x7fb17ebaabd0> # 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 0x7fb17ebab230> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17ebaa120> # /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 0x7fb17ebabcb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17ebab3e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17eb8e420> # /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 0x7fb17e8f3bf0> # /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 0x7fb17e91c6e0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e91c440> # 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 0x7fb17e91c710> # /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 0x7fb17e91cfe0> # 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 0x7fb17e91d9a0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e91c890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e8f1d90> # /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 0x7fb17e91ed80> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e91dac0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17eb8eb10> # /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 0x7fb17e9470e0> # /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 0x7fb17e96b470> # /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 0x7fb17e9cc290> # /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 0x7fb17e9ce9f0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e9cc3b0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e999280> # /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 0x7fb17e311310> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e96a2a0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e91fce0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fb17e96a600> # zipimport: found 32 names in '/tmp/ansible_ansible.legacy.uri_payload_ugw6scy_/ansible_ansible.legacy.uri_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 0x7fb17e36b050> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e349f40> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e3490d0> # 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 0x7fb17e369340> # /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 0x7fb17e392a20> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e3927b0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e3920c0> # /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 0x7fb17e392ab0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e36bce0> 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 0x7fb17e393710> # 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 0x7fb17e3938c0> # /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 0x7fb17e393dd0> 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 0x7fb17e1fdb50> # 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 0x7fb17e1ff770> # /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 0x7fb17e200170> # /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 0x7fb17e2012e0> # /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 0x7fb17e203e00> # 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 0x7fb17ebaab40> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e2020c0> # /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 0x7fb17e20fd40> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e20e840> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e20e5a0> # /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 0x7fb17e20eae0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e2025d0> # 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 0x7fb17e253fe0> # /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 0x7fb17e254170> # /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 0x7fb17e255be0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e2559a0> # /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 0x7fb17e258170> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e2562d0> # /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 0x7fb17e25b950> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e258320> # 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 0x7fb17e25c770> # 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 0x7fb17e25ca40> # 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 0x7fb17e25ca70> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e254320> # /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 0x7fb17e0ec2f0> # 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 0x7fb17e0ed430> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e25ea80> # 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 0x7fb17e25fe30> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e25e6f0> # 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 0x7fb17e0f16a0> # /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 0x7fb17e0f24b0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e0ed8b0> 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 0x7fb17e0f2480> # 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 0x7fb17e0f3590> # 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 0x7fb17e0fe180> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e0f9850> 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 0x7fb17e1ee9c0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e3ca690> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e0fdf40> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e25dbb0> # 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 import 'ansible.module_utils.six.moves.urllib' # import 'ansible.module_utils.six.moves.urllib.parse' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.datetime' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py # code object from '/usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc' import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e192e70> # /usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/__init__.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc' import 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e1904d0> # /usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/application.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py # code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py # code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e190bc0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e1907a0> # /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py # code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc' import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e1917c0> # /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py # code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py # code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py # code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py # code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e179730> # /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py # code object from '/usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e179640> # /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py # code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17dd124b0> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e192fc0> # /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py # code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py # code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py # code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17dd1cfe0> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17dd13b90> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17dd12f90> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e192420> # /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py # code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py # code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py # code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17dd50f20> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17dd45130> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17dd139b0> # /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py # code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py # code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py # code object from '/usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc' import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17dd94ce0> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17dd52c90> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17dd44c20> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e191eb0> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e191850> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e191520> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e190560> # /usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/multipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc' import 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17e1918e0> # /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py # code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py # code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17dd95310> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17dd94f20> # /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py # code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17dd95a00> # /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py # code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py # code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' # extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' # extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb17dd9b440> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17dd98ad0> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17dd966c0> # /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py # code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17dd98560> # /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py # code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17dd86870> # /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc' # /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc' import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17dd87500> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17dd86fc0> # /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17dd879e0> # /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py # code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17ddb6e10> # /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py # code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17dcaf6b0> # zipimport: zlib available import 'ansible.module_utils.urls' # # zipimport: zlib available # /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py # code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' # extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb17d9e7170> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17d9e63f0> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb17d9e5fd0> /usr/lib64/python3.12/urllib/request.py:1052: UserWarning: Basic Auth Realm was unquoted response = self.http_error_auth_reqed('www-authenticate', {"redirected": false, "url": "https://candlepin.local:8443/candlepin/activation_keys/8a8082e4920b0ce701920b0e0ba80984/pools/8a8082e4920b0ce701920b0d1816051f", "status": 200, "x_candlepin_request_uuid": "4af4c7fb-49cd-4c08-ae2f-3670154bc0b8", "x_version": "4.4.16-1", "vary": "accept-encoding", "content_type": "application/json", "transfer_encoding": "chunked", "date": "Sat, 21 Sep 2024 01:46:38 GMT", "connection": "close", "cookies_string": "", "cookies": {}, "msg": "OK (unknown bytes)", "elapsed": 0, "changed": false, "json": {"created": "2024-09-19T16:12:02+0000", "updated": "2024-09-19T16:12:02+0000", "id": "8a8082e4920b0ce701920b0e0ba80984", "name": "default_key", "description": null, "owner": {"id": "8a8082e4920b0ce701920b0cfa450004", "key": "donaldduck", "displayName": "Donald Duck", "href": "/owners/donaldduck", "contentAccessMode": "org_environment"}, "releaseVer": {"releaseVer": null}, "serviceLevel": null, "usage": null, "role": null, "addOns": [], "autoAttach": null, "pools": [{"poolId": "8a8082e4920b0ce701920b0d1816051f", "quantity": null}], "products": [], "contentOverrides": []}, "invocation": {"module_args": {"url": "https://candlepin.local:8443/candlepin/activation_keys/8a8082e4920b0ce701920b0e0ba80984/pools/8a8082e4920b0ce701920b0d1816051f", "method": "POST", "url_username": "doc", "url_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "force": false, "http_agent": "ansible-httpget", "use_proxy": true, "validate_certs": true, "force_basic_auth": false, "use_gssapi": false, "body_format": "raw", "return_content": false, "follow_redirects": "safe", "status_code": [200], "timeout": 30, "headers": {}, "remote_src": false, "unredirected_headers": [], "decompress": true, "use_netrc": true, "unsafe_writes": false, "client_cert": null, "client_key": null, "dest": null, "body": null, "src": null, "creates": null, "removes": null, "unix_socket": null, "ca_path": null, "ciphers": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} # 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 # 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 # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing 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 # cleanup[2] removing ipaddress # cleanup[2] removing 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 # 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 # 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 # 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 # cleanup[2] removing ansible.module_utils.six.moves.urllib # cleanup[2] removing ansible.module_utils.six.moves.urllib.parse # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing email # cleanup[2] removing email.mime # cleanup[2] removing quopri # cleanup[2] removing email.encoders # cleanup[2] removing email.errors # cleanup[2] removing email.quoprimime # cleanup[2] removing email.base64mime # cleanup[2] removing email.charset # cleanup[2] removing email.header # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing email.utils # cleanup[2] removing email._policybase # cleanup[2] removing email._encoded_words # cleanup[2] removing email._header_value_parser # cleanup[2] removing email.headerregistry # cleanup[2] removing email.iterators # cleanup[2] removing email.message # cleanup[2] removing email.contentmanager # cleanup[2] removing email.policy # cleanup[2] removing email.mime.base # cleanup[2] removing email.mime.nonmultipart # cleanup[2] removing email.mime.application # cleanup[2] removing email.mime.multipart # cleanup[2] removing email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing http # cleanup[2] removing _ssl # cleanup[2] removing ssl # cleanup[2] removing http.client # cleanup[2] removing mimetypes # cleanup[2] removing netrc # cleanup[2] removing urllib.response # cleanup[2] removing urllib.error # cleanup[2] removing urllib.request # cleanup[2] removing http.cookiejar # cleanup[2] removing gzip # cleanup[2] removing ansible.module_utils.urls # destroy ansible.module_utils.urls # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _lzma # destroy _blake2 # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy urllib.parse # destroy urllib.response # destroy urllib.error # destroy urllib.request # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy array # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # destroy mimetypes # destroy netrc # destroy gzip # destroy email.mime # destroy email.mime.base # destroy email.mime.nonmultipart # destroy email.mime.application # destroy email.mime.multipart # destroy email.base64mime # destroy email._parseaddr # destroy email._policybase # destroy email.headerregistry # destroy email.iterators # destroy email.contentmanager # destroy email.policy # destroy email.feedparser # destroy email.parser # destroy email.encoders # destroy email.message # destroy email.header # destroy random # destroy calendar # destroy locale # destroy email._header_value_parser # destroy email._encoded_words # destroy unicodedata # destroy email.quoprimime # destroy binascii # destroy quopri # destroy email.utils # destroy email.charset # destroy email.errors # destroy http.client # destroy http.cookiejar # destroy errno # destroy _ssl # destroy base64 # destroy bisect # destroy email # destroy hashlib # destroy socket # destroy string # destroy tempfile # destroy ssl # destroy copy # destroy datetime # destroy urllib # destroy http # destroy struct # destroy zlib # destroy _compression # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping ansible.module_utils.six.moves.urllib.parse # cleanup[3] wiping ansible.module_utils.six.moves.urllib # 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 ipaddress # 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 operator # destroy ansible.module_utils.six.moves # destroy functools # destroy ipaddress # 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 encodings.idna # 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 _sre # destroy _string # destroy re # destroy itertools # destroy _abc # 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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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.12.120 closed. 7723 1726883198.48351: done with _execute_module (ansible.legacy.uri, {'url': 'https://candlepin.local:8443/candlepin/activation_keys/8a8082e4920b0ce701920b0e0ba80984/pools/8a8082e4920b0ce701920b0d1816051f', 'method': 'POST', 'url_username': 'doc', 'url_password': 'password', '_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': 'ansible.legacy.uri', '_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-1726883197.8312743-8890-34645810633399/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7723 1726883198.48355: _low_level_execute_command(): starting 7723 1726883198.48358: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726883197.8312743-8890-34645810633399/ > /dev/null 2>&1 && sleep 0' 7723 1726883198.48448: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883198.48454: 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.12.120 originally 10.31.12.120 debug2: match not found <<< 7723 1726883198.48459: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration <<< 7723 1726883198.48462: 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 debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 <<< 7723 1726883198.48464: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883198.48510: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883198.48514: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883198.48563: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883198.50408: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883198.50442: stderr chunk (state=3): >>><<< 7723 1726883198.50446: stdout chunk (state=3): >>><<< 7723 1726883198.50460: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883198.50467: handler run complete 7723 1726883198.50495: attempt loop complete, returning result 7723 1726883198.50513: variable 'item' from source: unknown 7723 1726883198.50586: variable 'item' from source: unknown ok: [managed_node1] => (item={'created': '2024-09-19T16:11:00+0000', 'updated': '2024-09-19T16:11:00+0000', 'id': '8a8082e4920b0ce701920b0d1816051f', 'type': 'NORMAL', 'owner': {'id': '8a8082e4920b0ce701920b0cfa450004', 'key': 'donaldduck', 'displayName': 'Donald Duck', 'href': '/owners/donaldduck', 'contentAccessMode': 'org_environment'}, 'activeSubscription': True, 'sourceEntitlement': None, 'quantity': 5, 'startDate': '2024-09-14T16:10:55+0000', 'endDate': '2025-09-14T16:10:55+0000', 'attributes': [], 'restrictedToUsername': None, 'contractNumber': '0', 'accountNumber': '4430910818', 'orderNumber': 'order-01213291', 'consumed': 0, 'exported': 0, 'branding': [{'created': '2024-09-19T16:11:00+0000', 'updated': '2024-09-19T16:11:00+0000', 'productId': '37065', 'name': 'Branded Donaldy OS Server Bundled (2 Sockets, Standard Support)', 'type': 'OS'}], 'calculatedAttributes': {'compliance_type': 'Standard'}, 'upstreamPoolId': None, 'upstreamEntitlementId': None, 'upstreamConsumerId': None, 'productName': 'Donaldy OS Server Bundled (2 Sockets, Standard Support)', 'productId': 'donaldyos-server-2-socket-std', 'productAttributes': [{'name': 'management_enabled', 'value': '1'}, {'name': 'vcpu', 'value': '4'}, {'name': 'warning_period', 'value': '30'}, {'name': 'variant', 'value': 'ALL'}, {'name': 'sockets', 'value': '2'}, {'name': 'support_level', 'value': 'Standard'}, {'name': 'support_type', 'value': 'L1-L3'}, {'name': 'arch', 'value': 'ALL'}, {'name': 'type', 'value': 'MKT'}, {'name': 'version', 'value': '6.1'}], 'stackId': None, 'stacked': False, 'sourceStackId': None, 'href': '/pools/8a8082e4920b0ce701920b0d1816051f', 'derivedProductAttributes': [], 'derivedProductId': None, 'derivedProductName': None, 'providedProducts': [{'productId': '37065', 'productName': 'Clustering Bits (no content)'}, {'productId': '37067', 'productName': 'Shared Storage Bits (no content)'}, {'productId': '7051', 'productName': 'Donaldy OS Developer Bits'}, {'productId': '7050', 'productName': 'Donaldy OS Premium Architecture Bits'}, {'productId': '37060', 'productName': 'Awesome OS Server Bits'}, {'productId': '37068', 'productName': 'Large File Support Bits (no content)'}, {'productId': '37070', 'productName': 'Load Balancing Bits (no content)'}, {'productId': '37069', 'productName': 'Management Bits (no content)'}], 'derivedProvidedProducts': [], 'subscriptionSubKey': 'master', 'subscriptionId': 'upstream-75705823', 'managed': True}) => { "ansible_loop_var": "item", "changed": false, "connection": "close", "content_type": "application/json", "cookies": {}, "cookies_string": "", "date": "Sat, 21 Sep 2024 01:46:38 GMT", "elapsed": 0, "item": { "accountNumber": "4430910818", "activeSubscription": true, "attributes": [], "branding": [ { "created": "2024-09-19T16:11:00+0000", "name": "Branded Donaldy OS Server Bundled (2 Sockets, Standard Support)", "productId": "37065", "type": "OS", "updated": "2024-09-19T16:11:00+0000" } ], "calculatedAttributes": { "compliance_type": "Standard" }, "consumed": 0, "contractNumber": "0", "created": "2024-09-19T16:11:00+0000", "derivedProductAttributes": [], "derivedProductId": null, "derivedProductName": null, "derivedProvidedProducts": [], "endDate": "2025-09-14T16:10:55+0000", "exported": 0, "href": "/pools/8a8082e4920b0ce701920b0d1816051f", "id": "8a8082e4920b0ce701920b0d1816051f", "managed": true, "orderNumber": "order-01213291", "owner": { "contentAccessMode": "org_environment", "displayName": "Donald Duck", "href": "/owners/donaldduck", "id": "8a8082e4920b0ce701920b0cfa450004", "key": "donaldduck" }, "productAttributes": [ { "name": "management_enabled", "value": "1" }, { "name": "vcpu", "value": "4" }, { "name": "warning_period", "value": "30" }, { "name": "variant", "value": "ALL" }, { "name": "sockets", "value": "2" }, { "name": "support_level", "value": "Standard" }, { "name": "support_type", "value": "L1-L3" }, { "name": "arch", "value": "ALL" }, { "name": "type", "value": "MKT" }, { "name": "version", "value": "6.1" } ], "productId": "donaldyos-server-2-socket-std", "productName": "Donaldy OS Server Bundled (2 Sockets, Standard Support)", "providedProducts": [ { "productId": "37065", "productName": "Clustering Bits (no content)" }, { "productId": "37067", "productName": "Shared Storage Bits (no content)" }, { "productId": "7051", "productName": "Donaldy OS Developer Bits" }, { "productId": "7050", "productName": "Donaldy OS Premium Architecture Bits" }, { "productId": "37060", "productName": "Awesome OS Server Bits" }, { "productId": "37068", "productName": "Large File Support Bits (no content)" }, { "productId": "37070", "productName": "Load Balancing Bits (no content)" }, { "productId": "37069", "productName": "Management Bits (no content)" } ], "quantity": 5, "restrictedToUsername": null, "sourceEntitlement": null, "sourceStackId": null, "stackId": null, "stacked": false, "startDate": "2024-09-14T16:10:55+0000", "subscriptionId": "upstream-75705823", "subscriptionSubKey": "master", "type": "NORMAL", "updated": "2024-09-19T16:11:00+0000", "upstreamConsumerId": null, "upstreamEntitlementId": null, "upstreamPoolId": null }, "json": { "addOns": [], "autoAttach": null, "contentOverrides": [], "created": "2024-09-19T16:12:02+0000", "description": null, "id": "8a8082e4920b0ce701920b0e0ba80984", "name": "default_key", "owner": { "contentAccessMode": "org_environment", "displayName": "Donald Duck", "href": "/owners/donaldduck", "id": "8a8082e4920b0ce701920b0cfa450004", "key": "donaldduck" }, "pools": [ { "poolId": "8a8082e4920b0ce701920b0d1816051f", "quantity": null } ], "products": [], "releaseVer": { "releaseVer": null }, "role": null, "serviceLevel": null, "updated": "2024-09-19T16:12:02+0000", "usage": null }, "redirected": false, "status": 200, "transfer_encoding": "chunked", "url": "https://candlepin.local:8443/candlepin/activation_keys/8a8082e4920b0ce701920b0e0ba80984/pools/8a8082e4920b0ce701920b0d1816051f", "vary": "accept-encoding", "x_candlepin_request_uuid": "4af4c7fb-49cd-4c08-ae2f-3670154bc0b8", "x_version": "4.4.16-1" } MSG: OK (unknown bytes) 7723 1726883198.51223: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883198.51227: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883198.51229: variable 'omit' from source: magic vars 7723 1726883198.51231: 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) 7723 1726883198.51234: 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) 7723 1726883198.51236: 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) 7723 1726883198.51237: 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) 7723 1726883198.51239: 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) 7723 1726883198.51268: variable 'lsr_rhc_test_data_file' from source: set_fact 7723 1726883198.51271: Evaluated conditional (lsr_rhc_test_data_file | length == 0): True 7723 1726883198.51276: variable 'omit' from source: magic vars 7723 1726883198.51288: variable 'omit' from source: magic vars 7723 1726883198.51409: variable '_cp_url' from source: set_fact 7723 1726883198.51413: variable 'default_key' from source: set_fact 7723 1726883198.51422: variable 'item' from source: unknown 7723 1726883198.51488: variable 'lsr_rhc_test_data' from source: include_vars 7723 1726883198.51549: variable 'lsr_rhc_test_data' from source: include_vars 7723 1726883198.51567: variable 'omit' from source: magic vars 7723 1726883198.51584: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7723 1726883198.51597: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7723 1726883198.51600: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7723 1726883198.51608: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 7723 1726883198.51617: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7723 1726883198.51620: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883198.51623: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883198.51684: Set connection var ansible_shell_type to sh 7723 1726883198.51688: Set connection var ansible_shell_executable to /bin/sh 7723 1726883198.51693: Set connection var ansible_module_compression to ZIP_DEFLATED 7723 1726883198.51695: Set connection var ansible_connection to ssh 7723 1726883198.51700: Set connection var ansible_pipelining to False 7723 1726883198.51708: Set connection var ansible_timeout to 10 7723 1726883198.51723: variable 'ansible_shell_executable' from source: unknown 7723 1726883198.51726: variable 'ansible_connection' from source: unknown 7723 1726883198.51731: variable 'ansible_module_compression' from source: unknown 7723 1726883198.51733: variable 'ansible_shell_type' from source: unknown 7723 1726883198.51736: variable 'ansible_shell_executable' from source: unknown 7723 1726883198.51738: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883198.51744: variable 'ansible_pipelining' from source: unknown 7723 1726883198.51747: variable 'ansible_timeout' from source: unknown 7723 1726883198.51751: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883198.51816: Loading ActionModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/uri.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7723 1726883198.51830: variable 'omit' from source: magic vars 7723 1726883198.51833: starting attempt loop 7723 1726883198.51836: running the handler 7723 1726883198.51843: _low_level_execute_command(): starting 7723 1726883198.51846: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7723 1726883198.52292: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883198.52296: 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.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883198.52307: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883198.52372: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883198.52375: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883198.52377: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883198.52422: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883198.53999: stdout chunk (state=3): >>>/root <<< 7723 1726883198.54092: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883198.54124: stderr chunk (state=3): >>><<< 7723 1726883198.54128: stdout chunk (state=3): >>><<< 7723 1726883198.54147: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883198.54158: _low_level_execute_command(): starting 7723 1726883198.54163: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726883198.5414882-8890-239177548687092 `" && echo ansible-tmp-1726883198.5414882-8890-239177548687092="` echo /root/.ansible/tmp/ansible-tmp-1726883198.5414882-8890-239177548687092 `" ) && sleep 0' 7723 1726883198.54628: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883198.54632: 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.12.120 originally 10.31.12.120 debug2: match not found <<< 7723 1726883198.54634: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883198.54637: 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.12.120 originally 10.31.12.120 debug2: match found <<< 7723 1726883198.54639: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883198.54675: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883198.54689: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883198.54743: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883198.56618: stdout chunk (state=3): >>>ansible-tmp-1726883198.5414882-8890-239177548687092=/root/.ansible/tmp/ansible-tmp-1726883198.5414882-8890-239177548687092 <<< 7723 1726883198.56720: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883198.56754: stderr chunk (state=3): >>><<< 7723 1726883198.56758: stdout chunk (state=3): >>><<< 7723 1726883198.56774: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726883198.5414882-8890-239177548687092=/root/.ansible/tmp/ansible-tmp-1726883198.5414882-8890-239177548687092 , 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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883198.56804: variable 'ansible_module_compression' from source: unknown 7723 1726883198.56844: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7723b_d05x07/ansiballz_cache/ansible.modules.uri-ZIP_DEFLATED 7723 1726883198.56860: variable 'ansible_facts' from source: unknown 7723 1726883198.56912: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726883198.5414882-8890-239177548687092/AnsiballZ_uri.py 7723 1726883198.57013: Sending initial data 7723 1726883198.57017: Sent initial data (150 bytes) 7723 1726883198.57490: 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 <<< 7723 1726883198.57493: 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.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883198.57496: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration <<< 7723 1726883198.57498: 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 <<< 7723 1726883198.57500: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883198.57545: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883198.57551: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883198.57570: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883198.57607: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883198.59163: 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 <<< 7723 1726883198.59197: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 7723 1726883198.59242: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7723b_d05x07/tmpuvhacla_ /root/.ansible/tmp/ansible-tmp-1726883198.5414882-8890-239177548687092/AnsiballZ_uri.py <<< 7723 1726883198.59247: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726883198.5414882-8890-239177548687092/AnsiballZ_uri.py" <<< 7723 1726883198.59280: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-7723b_d05x07/tmpuvhacla_" to remote "/root/.ansible/tmp/ansible-tmp-1726883198.5414882-8890-239177548687092/AnsiballZ_uri.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726883198.5414882-8890-239177548687092/AnsiballZ_uri.py" <<< 7723 1726883198.59908: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883198.59959: stderr chunk (state=3): >>><<< 7723 1726883198.59963: stdout chunk (state=3): >>><<< 7723 1726883198.59984: done transferring module to remote 7723 1726883198.59997: _low_level_execute_command(): starting 7723 1726883198.60002: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726883198.5414882-8890-239177548687092/ /root/.ansible/tmp/ansible-tmp-1726883198.5414882-8890-239177548687092/AnsiballZ_uri.py && sleep 0' 7723 1726883198.60472: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883198.60475: 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.12.120 originally 10.31.12.120 debug2: match not found <<< 7723 1726883198.60482: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883198.60484: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 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 <<< 7723 1726883198.60486: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883198.60536: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883198.60539: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883198.60586: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883198.62406: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883198.62430: stderr chunk (state=3): >>><<< 7723 1726883198.62434: stdout chunk (state=3): >>><<< 7723 1726883198.62454: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883198.62460: _low_level_execute_command(): starting 7723 1726883198.62465: _low_level_execute_command(): using become for this command 7723 1726883198.62493: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-lhlquozhwihdmongsxtbiceovmqsmpxr ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726883198.5414882-8890-239177548687092/AnsiballZ_uri.py'"'"' && sleep 0' 7723 1726883198.62634: Initial state: awaiting_escalation: BECOME-SUCCESS-lhlquozhwihdmongsxtbiceovmqsmpxr 7723 1726883198.63007: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883198.63011: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883198.63102: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883198.63194: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883198.66082: stdout chunk (state=1): >>>BECOME-SUCCESS-lhlquozhwihdmongsxtbiceovmqsmpxr <<< 7723 1726883198.66090: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-lhlquozhwihdmongsxtbiceovmqsmpxr' 7723 1726883198.66370: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 7723 1726883198.66406: stdout chunk (state=3): >>>import _imp # builtin <<< 7723 1726883198.66433: stdout chunk (state=3): >>>import '_thread' # <<< 7723 1726883198.66439: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 7723 1726883198.66502: stdout chunk (state=3): >>>import '_io' # <<< 7723 1726883198.66509: stdout chunk (state=3): >>>import 'marshal' # <<< 7723 1726883198.66539: stdout chunk (state=3): >>>import 'posix' # <<< 7723 1726883198.66570: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 7723 1726883198.66589: stdout chunk (state=3): >>>import 'time' # <<< 7723 1726883198.66606: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 7723 1726883198.66656: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 7723 1726883198.66667: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883198.66674: stdout chunk (state=3): >>>import '_codecs' # <<< 7723 1726883198.66703: stdout chunk (state=3): >>>import 'codecs' # <<< 7723 1726883198.66742: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 7723 1726883198.66767: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 7723 1726883198.66770: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1acdbc3e0> <<< 7723 1726883198.66784: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1acd8ba10> <<< 7723 1726883198.66808: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 7723 1726883198.66831: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1acdbe930> <<< 7723 1726883198.66839: stdout chunk (state=3): >>>import '_signal' # <<< 7723 1726883198.66870: stdout chunk (state=3): >>>import '_abc' # <<< 7723 1726883198.66874: stdout chunk (state=3): >>>import 'abc' # <<< 7723 1726883198.66897: stdout chunk (state=3): >>>import 'io' # <<< 7723 1726883198.66926: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 7723 1726883198.67013: stdout chunk (state=3): >>>import '_collections_abc' # <<< 7723 1726883198.67050: stdout chunk (state=3): >>>import 'genericpath' # <<< 7723 1726883198.67064: stdout chunk (state=3): >>>import 'posixpath' # <<< 7723 1726883198.67082: stdout chunk (state=3): >>>import 'os' # <<< 7723 1726883198.67090: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 7723 1726883198.67109: stdout chunk (state=3): >>>Processing user site-packages <<< 7723 1726883198.67114: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 7723 1726883198.67123: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 7723 1726883198.67137: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 7723 1726883198.67163: 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 <<< 7723 1726883198.67171: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 7723 1726883198.67191: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1acdccfe0> <<< 7723 1726883198.67246: 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 <<< 7723 1726883198.67255: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883198.67267: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1acdcdf10> <<< 7723 1726883198.67295: stdout chunk (state=3): >>>import 'site' # <<< 7723 1726883198.67327: 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. <<< 7723 1726883198.67596: stdout chunk (state=3): >>># /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' <<< 7723 1726883198.67609: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 7723 1726883198.67630: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883198.67638: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 7723 1726883198.67682: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 7723 1726883198.67700: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 7723 1726883198.67730: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 7723 1726883198.67739: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1acbcbd10> <<< 7723 1726883198.67762: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 7723 1726883198.67780: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 7723 1726883198.67815: stdout chunk (state=3): >>>import '_operator' # <<< 7723 1726883198.67818: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1acbcbf20> <<< 7723 1726883198.67836: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 7723 1726883198.67856: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 7723 1726883198.67879: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 7723 1726883198.67928: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883198.67946: stdout chunk (state=3): >>>import 'itertools' # <<< 7723 1726883198.67978: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' <<< 7723 1726883198.67988: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1acc03710> <<< 7723 1726883198.67991: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 7723 1726883198.68013: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 7723 1726883198.68026: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1acc03da0> <<< 7723 1726883198.68033: stdout chunk (state=3): >>>import '_collections' # <<< 7723 1726883198.68082: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1acbe39b0> <<< 7723 1726883198.68089: stdout chunk (state=3): >>>import '_functools' # <<< 7723 1726883198.68129: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1acbe10d0> <<< 7723 1726883198.68234: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1acbc8ec0> <<< 7723 1726883198.68274: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 7723 1726883198.68295: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 7723 1726883198.68344: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 7723 1726883198.68347: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 7723 1726883198.68375: stdout chunk (state=3): >>># /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 0x7fc1acc27620> <<< 7723 1726883198.68399: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1acc26240> <<< 7723 1726883198.68434: 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 0x7fc1acbe20c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1acbca780> <<< 7723 1726883198.68500: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 7723 1726883198.68509: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1acc58650> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1acbc8140> <<< 7723 1726883198.68529: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 7723 1726883198.68557: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883198.68586: 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 0x7fc1acc58b00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1acc589b0> <<< 7723 1726883198.68592: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883198.68611: stdout chunk (state=3): >>># 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 0x7fc1acc58da0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1acbc6c60> <<< 7723 1726883198.68643: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 7723 1726883198.68667: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883198.68690: stdout chunk (state=3): >>># /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' <<< 7723 1726883198.68712: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1acc59490> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1acc59160> <<< 7723 1726883198.68727: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 7723 1726883198.68748: 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' <<< 7723 1726883198.68788: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1acc5a390> <<< 7723 1726883198.68791: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 7723 1726883198.68813: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 7723 1726883198.68901: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 7723 1726883198.68918: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1acc70590> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883198.68954: 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 0x7fc1acc71c70> <<< 7723 1726883198.68957: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 7723 1726883198.69098: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 7723 1726883198.69105: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 7723 1726883198.69110: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1acc72b10> # 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 0x7fc1acc73170> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1acc72060> # /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' <<< 7723 1726883198.69127: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc1acc73bf0> <<< 7723 1726883198.69147: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1acc73320> <<< 7723 1726883198.69206: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1acc5a300> <<< 7723 1726883198.69360: stdout chunk (state=3): >>># /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 0x7fc1ac9b3aa0> # /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 0x7fc1ac9dc560> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac9dc2c0> <<< 7723 1726883198.69391: 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 0x7fc1ac9dc590> <<< 7723 1726883198.69424: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 7723 1726883198.69456: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 7723 1726883198.69499: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883198.69622: 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 0x7fc1ac9dcec0> <<< 7723 1726883198.69731: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883198.69748: 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 0x7fc1ac9dd880> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac9dc770> <<< 7723 1726883198.69779: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac9b1c40> <<< 7723 1726883198.69782: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 7723 1726883198.69803: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 7723 1726883198.69849: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 7723 1726883198.69854: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac9debd0> <<< 7723 1726883198.69879: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac9dcd40> <<< 7723 1726883198.69892: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1acc5aab0> <<< 7723 1726883198.69921: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 7723 1726883198.69981: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883198.69998: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 7723 1726883198.70055: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 7723 1726883198.70072: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1aca06f60> <<< 7723 1726883198.70129: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 7723 1726883198.70160: stdout chunk (state=3): >>># 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 <<< 7723 1726883198.70178: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 7723 1726883198.70254: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1aca2b2c0> <<< 7723 1726883198.70287: stdout chunk (state=3): >>># /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' <<< 7723 1726883198.70368: stdout chunk (state=3): >>>import 'ntpath' # <<< 7723 1726883198.70393: 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 0x7fc1aca5bfb0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 7723 1726883198.70428: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 7723 1726883198.70444: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 7723 1726883198.70490: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 7723 1726883198.70560: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1aca8e810> <<< 7723 1726883198.70637: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1aca8c1d0> <<< 7723 1726883198.70665: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1aca2bf50> <<< 7723 1726883198.70700: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac3291f0> <<< 7723 1726883198.70736: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1aca2a0f0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac9dfb30> <<< 7723 1726883198.70861: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 7723 1726883198.70892: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fc1aca2a420> <<< 7723 1726883198.70997: stdout chunk (state=3): >>># zipimport: found 32 names in '/tmp/ansible_ansible.legacy.uri_payload__yh9o631/ansible_ansible.legacy.uri_payload.zip' <<< 7723 1726883198.71008: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.71128: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.71152: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 7723 1726883198.71167: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 7723 1726883198.71205: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 7723 1726883198.71278: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 7723 1726883198.71308: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py <<< 7723 1726883198.71319: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac37ee10> <<< 7723 1726883198.71323: stdout chunk (state=3): >>>import '_typing' # <<< 7723 1726883198.71498: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac35dd00> <<< 7723 1726883198.71506: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac35ce90> # zipimport: zlib available <<< 7723 1726883198.71535: stdout chunk (state=3): >>>import 'ansible' # <<< 7723 1726883198.71542: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.71565: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.71575: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.71588: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 7723 1726883198.71602: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.72993: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.74159: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 7723 1726883198.74168: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac37cce0> <<< 7723 1726883198.74180: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 7723 1726883198.74194: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883198.74202: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 7723 1726883198.74225: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 7723 1726883198.74241: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 7723 1726883198.74247: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 7723 1726883198.74273: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883198.74278: 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 0x7fc1ac3aa840> <<< 7723 1726883198.74308: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac3aa5d0> <<< 7723 1726883198.74349: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac3a9ee0> <<< 7723 1726883198.74352: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 7723 1726883198.74371: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 7723 1726883198.74401: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac3aa3c0> <<< 7723 1726883198.74417: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac37faa0> import 'atexit' # <<< 7723 1726883198.74452: 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' <<< 7723 1726883198.74459: stdout chunk (state=3): >>>import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc1ac3ab530> <<< 7723 1726883198.74478: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883198.74482: stdout chunk (state=3): >>># extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc1ac3ab770> <<< 7723 1726883198.74498: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 7723 1726883198.74548: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 7723 1726883198.74557: stdout chunk (state=3): >>>import '_locale' # <<< 7723 1726883198.74601: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac3abcb0> <<< 7723 1726883198.74607: stdout chunk (state=3): >>>import 'pwd' # <<< 7723 1726883198.74631: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 7723 1726883198.74656: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 7723 1726883198.74690: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac20da30> <<< 7723 1726883198.74721: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883198.74732: 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 0x7fc1ac20f650> <<< 7723 1726883198.74742: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 7723 1726883198.74765: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 7723 1726883198.74797: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac20ff50> <<< 7723 1726883198.74818: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 7723 1726883198.74847: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 7723 1726883198.74867: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac2111f0> <<< 7723 1726883198.74887: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 7723 1726883198.74921: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 7723 1726883198.74949: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 7723 1726883198.74955: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 7723 1726883198.75001: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac213c80> <<< 7723 1726883198.75041: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc1ac35ef00> <<< 7723 1726883198.75056: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac211f40> <<< 7723 1726883198.75080: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 7723 1726883198.75105: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 7723 1726883198.75130: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 7723 1726883198.75139: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 7723 1726883198.75157: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 7723 1726883198.75183: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 7723 1726883198.75216: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 7723 1726883198.75225: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 7723 1726883198.75229: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac21fd70> <<< 7723 1726883198.75231: stdout chunk (state=3): >>>import '_tokenize' # <<< 7723 1726883198.75308: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac21e840> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac21e5a0> <<< 7723 1726883198.75315: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 7723 1726883198.75332: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 7723 1726883198.75400: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac21eb10> <<< 7723 1726883198.75445: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac212450> <<< 7723 1726883198.75459: 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 0x7fc1ac263a10> <<< 7723 1726883198.75485: 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 0x7fc1ac264110> <<< 7723 1726883198.75506: 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 <<< 7723 1726883198.75586: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 7723 1726883198.75607: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc1ac265bb0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac265970> <<< 7723 1726883198.75618: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 7723 1726883198.75723: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 7723 1726883198.75779: 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 0x7fc1ac268140> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac266270> <<< 7723 1726883198.75800: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 7723 1726883198.75860: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883198.75875: stdout chunk (state=3): >>># /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' # <<< 7723 1726883198.75946: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac26b8c0> <<< 7723 1726883198.76036: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac2682c0> <<< 7723 1726883198.76097: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc1ac26c740> <<< 7723 1726883198.76126: 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 0x7fc1ac26c770> <<< 7723 1726883198.76174: 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 0x7fc1ac26cd10> <<< 7723 1726883198.76177: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac264260> <<< 7723 1726883198.76210: 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 <<< 7723 1726883198.76216: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 7723 1726883198.76244: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 7723 1726883198.76247: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 7723 1726883198.76274: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883198.76295: 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 0x7fc1ac2f8380> <<< 7723 1726883198.76455: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883198.76462: 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 0x7fc1ac2f9af0> <<< 7723 1726883198.76499: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac26eae0> # 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 0x7fc1ac26fe60> <<< 7723 1726883198.76503: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac26e6f0> <<< 7723 1726883198.76517: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7723 1726883198.76532: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 7723 1726883198.76553: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.76648: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.76752: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # <<< 7723 1726883198.76781: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7723 1726883198.76784: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 7723 1726883198.76802: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.76905: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.77019: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.77550: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.78081: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 7723 1726883198.78105: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 7723 1726883198.78110: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 7723 1726883198.78115: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 7723 1726883198.78131: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883198.78180: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc1ac2fdbb0> <<< 7723 1726883198.78262: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 7723 1726883198.78269: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 7723 1726883198.78276: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac2fe8a0> <<< 7723 1726883198.78294: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac2f9a30> <<< 7723 1726883198.78345: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 7723 1726883198.78350: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.78370: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.78390: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 7723 1726883198.78393: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.78551: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.78701: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 7723 1726883198.78715: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac2fd730> <<< 7723 1726883198.78733: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.79180: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.79618: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.79690: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.79762: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 7723 1726883198.79783: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.79811: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.79861: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 7723 1726883198.79933: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.80012: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 7723 1726883198.80038: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.80053: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 7723 1726883198.80096: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.80136: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 7723 1726883198.80145: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.80362: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.80589: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 7723 1726883198.80643: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 7723 1726883198.80660: stdout chunk (state=3): >>>import '_ast' # <<< 7723 1726883198.80727: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac2ffa40> <<< 7723 1726883198.80735: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.80801: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.80880: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 7723 1726883198.80884: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 7723 1726883198.80900: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 7723 1726883198.80908: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.80955: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.80999: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 7723 1726883198.81002: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.81050: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.81095: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.81150: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.81219: 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 <<< 7723 1726883198.81255: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883198.81334: 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 0x7fc1ac10a210> <<< 7723 1726883198.81370: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac1051f0> <<< 7723 1726883198.81398: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 7723 1726883198.81404: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.81474: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.81534: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.81561: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.81608: 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 <<< 7723 1726883198.81619: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883198.81622: 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 <<< 7723 1726883198.81649: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 7723 1726883198.81668: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 7723 1726883198.81731: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 7723 1726883198.81748: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 7723 1726883198.81762: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 7723 1726883198.81831: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac3fac00> <<< 7723 1726883198.81865: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac3de8d0> <<< 7723 1726883198.81982: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac10a330> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac9b1bb0> <<< 7723 1726883198.81986: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 7723 1726883198.82006: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.82019: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 7723 1726883198.82076: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 7723 1726883198.82109: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # <<< 7723 1726883198.82129: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.82373: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.82638: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.urllib' # <<< 7723 1726883198.82643: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.urllib.parse' # # zipimport: zlib available <<< 7723 1726883198.82672: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.82706: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # <<< 7723 1726883198.82713: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.83423: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.84112: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py # code object from '/usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc' import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac19cb90> <<< 7723 1726883198.84131: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/__init__.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc' import 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac19cd40> <<< 7723 1726883198.84164: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/application.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc' <<< 7723 1726883198.84178: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py <<< 7723 1726883198.84189: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc' <<< 7723 1726883198.84205: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py <<< 7723 1726883198.84216: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac19d430> <<< 7723 1726883198.84229: stdout chunk (state=3): >>>import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac19d010> <<< 7723 1726883198.84238: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc' <<< 7723 1726883198.84267: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py <<< 7723 1726883198.84269: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc' <<< 7723 1726883198.84308: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac19e060> <<< 7723 1726883198.84330: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py <<< 7723 1726883198.84348: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc' <<< 7723 1726883198.84357: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py <<< 7723 1726883198.84373: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' <<< 7723 1726883198.84381: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py <<< 7723 1726883198.84404: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' <<< 7723 1726883198.84415: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py <<< 7723 1726883198.84449: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' <<< 7723 1726883198.84452: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py <<< 7723 1726883198.84470: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac18d340> <<< 7723 1726883198.84719: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py <<< 7723 1726883198.84745: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac18c7d0> # /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py # code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1abdc6780> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac19f860> # /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py # code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py # code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py # code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 7723 1726883198.84813: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1abdd12b0> <<< 7723 1726883198.84825: stdout chunk (state=3): >>>import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1abdc7e60> <<< 7723 1726883198.84860: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1abdc7200> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac19ecc0> <<< 7723 1726883198.84886: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py <<< 7723 1726883198.84924: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' <<< 7723 1726883198.84929: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py <<< 7723 1726883198.85003: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' <<< 7723 1726883198.85007: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py # code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' <<< 7723 1726883198.85030: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1abe05220> <<< 7723 1726883198.85160: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1abdf9430> <<< 7723 1726883198.85276: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1abdc7c80> <<< 7723 1726883198.85310: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py <<< 7723 1726883198.85322: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py <<< 7723 1726883198.85351: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 7723 1726883198.85396: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py <<< 7723 1726883198.85413: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc' import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1abe48fe0> <<< 7723 1726883198.85453: stdout chunk (state=3): >>>import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1abe06f90> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1abdf8f20> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac19e750> <<< 7723 1726883198.85483: stdout chunk (state=3): >>>import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac19e120> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac19dd90> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac19cdd0> <<< 7723 1726883198.85526: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/multipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc' import 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac19dfa0> <<< 7723 1726883198.85541: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py # code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py <<< 7723 1726883198.85559: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' <<< 7723 1726883198.85589: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1abe49670> <<< 7723 1726883198.85607: stdout chunk (state=3): >>>import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1abe49280> <<< 7723 1726883198.85658: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py <<< 7723 1726883198.85716: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883198.85748: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1abe49ee0> # /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py # code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 7723 1726883198.85807: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 7723 1726883198.85844: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 7723 1726883198.85910: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883198.85999: stdout chunk (state=3): >>># extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc1abe4fc50> <<< 7723 1726883198.86166: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1abe4d220> <<< 7723 1726883198.86253: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1abe4ae10> # /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py # code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' <<< 7723 1726883198.86325: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1abe4ccb0> # /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py # code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' <<< 7723 1726883198.86413: stdout chunk (state=3): >>>import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1abe3b020> # /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc' # /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc' import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1abe3bcb0> <<< 7723 1726883198.86469: stdout chunk (state=3): >>>import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1abe3b770> # /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 7723 1726883198.86544: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 7723 1726883198.86611: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1abe3bb00> # /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 7723 1726883198.86622: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 7723 1726883198.86946: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1abe6b5c0> # /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py # code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1abcefd70> # zipimport: zlib available <<< 7723 1726883198.87036: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 7723 1726883198.87134: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883198.91339: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py <<< 7723 1726883198.91361: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' <<< 7723 1726883198.91376: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py <<< 7723 1726883198.91390: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' <<< 7723 1726883198.91425: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883198.91433: stdout chunk (state=3): >>># extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc1abd2f770> <<< 7723 1726883198.91442: stdout chunk (state=3): >>>import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1abd2ea20> <<< 7723 1726883198.91488: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1abd2e8a0> <<< 7723 1726883198.94201: stdout chunk (state=3): >>>/usr/lib64/python3.12/urllib/request.py:1052: UserWarning: Basic Auth Realm was unquoted response = self.http_error_auth_reqed('www-authenticate', <<< 7723 1726883199.00542: stdout chunk (state=3): >>> {"redirected": false, "url": "https://candlepin.local:8443/candlepin/activation_keys/8a8082e4920b0ce701920b0e0ba80984/pools/8a8082e4920b0ce701920b0d181c0543", "status": 200, "x_candlepin_request_uuid": "0cfd4149-5b94-46b5-bb80-9d8f490be273", "x_version": "4.4.16-1", "vary": "accept-encoding", "content_type": "application/json", "transfer_encoding": "chunked", "date": "Sat, 21 Sep 2024 01:46:38 GMT", "connection": "close", "cookies_string": "", "cookies": {}, "msg": "OK (unknown bytes)", "elapsed": 0, "changed": false, "json": {"created": "2024-09-19T16:12:02+0000", "updated": "2024-09-19T16:12:02+0000", "id": "8a8082e4920b0ce701920b0e0ba80984", "name": "default_key", "description": null, "owner": {"id": "8a8082e4920b0ce701920b0cfa450004", "key": "donaldduck", "displayName": "Donald Duck", "href": "/owners/donaldduck", "contentAccessMode": "org_environment"}, "releaseVer": {"releaseVer": null}, "serviceLevel": null, "usage": null, "role": null, "addOns": [], "autoAttach": null, "pools": [{"poolId": "8a8082e4920b0ce701920b0d1816051f", "quantity": null}, {"poolId": "8a8082e4920b0ce701920b0d181c0543", "quantity": null}], "products": [], "contentOverrides": []}, "invocation": {"module_args": {"url": "https://candlepin.local:8443/candlepin/activation_keys/8a8082e4920b0ce701920b0e0ba80984/pools/8a8082e4920b0ce701920b0d181c0543", "method": "POST", "url_username": "doc", "url_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "force": false, "http_agent": "ansible-httpget", "use_proxy": true, "validate_certs": true, "force_basic_auth": false, "use_gssapi": false, "body_format": "raw", "return_content": false, "follow_redirects": "safe", "status_code": [200], "timeout": 30, "headers": {}, "remote_src": false, "unredirected_headers": [], "decompress": true, "use_netrc": true, "unsafe_writes": false, "client_cert": null, "client_key": null, "dest": null, "body": null, "src": null, "creates": null, "removes": null, "unix_socket": null, "ca_path": null, "ciphers": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} # destroy __main__ <<< 7723 1726883199.00835: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # 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 # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # cleanup[2] removing _weakrefset <<< 7723 1726883199.00891: stdout chunk (state=3): >>># 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 # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse <<< 7723 1726883199.00896: stdout chunk (state=3): >>># 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__<<< 7723 1726883199.00907: stdout chunk (state=3): >>> # 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 <<< 7723 1726883199.01135: stdout chunk (state=3): >>># 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 # 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 # 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 # 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 # cleanup[2] removing ansible.module_utils.six.moves.urllib # cleanup[2] removing ansible.module_utils.six.moves.urllib.<<< 7723 1726883199.01169: stdout chunk (state=3): >>>parse # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing email # cleanup[2] removing email.mime # cleanup[2] removing quopri # cleanup[2] removing email.encoders # cleanup[2] removing email.errors # cleanup[2] removing email.quoprimime # cleanup[2] removing email.base64mime # cleanup[2] removing email.charset # cleanup[2] removing email.header # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing email.utils # cleanup[2] removing email._policybase # cleanup[2] removing email._encoded_words # cleanup[2] removing email._header_value_parser # cleanup[2] removing email.headerregistry # cleanup[2] removing email.iterators # cleanup[2] removing email.message # cleanup[2] removing email.contentmanager # cleanup[2] removing email.policy # cleanup[2] removing email.mime.base # cleanup[2] removing email.mime.nonmultipart # cleanup[2] removing email.mime.application # cleanup[2] removing email.mime.multipart # cleanup[2] removing email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing http # cleanup[2] removing _ssl # cleanup[2] removing ssl # cleanup[2] removing http.client # cleanup[2] removing mimetypes # cleanup[2] removing netrc # cleanup[2] removing urllib.response # cleanup[2] removing urllib.error # cleanup[2] removing urllib.request # cleanup[2] removing http.cookiejar # cleanup[2] removing gzip # cleanup[2] removing ansible.module_utils.urls # destroy ansible.module_utils.urls # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna <<< 7723 1726883199.01436: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 7723 1726883199.01448: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 7723 1726883199.01464: stdout chunk (state=3): >>># destroy _bz2 # destroy _lzma <<< 7723 1726883199.01509: stdout chunk (state=3): >>># destroy _blake2 <<< 7723 1726883199.01516: stdout chunk (state=3): >>># destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy urllib.parse # destroy urllib.response # destroy urllib.error # destroy urllib.request <<< 7723 1726883199.01550: stdout chunk (state=3): >>># destroy ntpath # destroy importlib # destroy zipimport <<< 7723 1726883199.01569: stdout chunk (state=3): >>># destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings <<< 7723 1726883199.01573: stdout chunk (state=3): >>># destroy _locale # destroy pwd <<< 7723 1726883199.01606: stdout chunk (state=3): >>># destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess <<< 7723 1726883199.01612: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 7723 1726883199.01615: stdout chunk (state=3): >>># destroy selectors # destroy array <<< 7723 1726883199.01650: stdout chunk (state=3): >>># destroy selinux <<< 7723 1726883199.01700: stdout chunk (state=3): >>># destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 7723 1726883199.01715: stdout chunk (state=3): >>># destroy mimetypes # destroy netrc # destroy gzip # destroy email.mime # destroy email.mime.base # destroy email.mime.nonmultipart # destroy email.mime.application # destroy email.mime.multipart # destroy email.base64mime # destroy email._parseaddr # destroy email._policybase # destroy email.headerregistry # destroy email.iterators # destroy email.contentmanager # destroy email.policy # destroy email.feedparser # destroy email.parser # destroy email.encoders # destroy email.message # destroy email.header <<< 7723 1726883199.01734: stdout chunk (state=3): >>># destroy random # destroy calendar # destroy locale # destroy email._header_value_parser # destroy email._encoded_words <<< 7723 1726883199.01789: stdout chunk (state=3): >>># destroy unicodedata # destroy email.quoprimime # destroy binascii # destroy quopri # destroy email.utils <<< 7723 1726883199.01794: stdout chunk (state=3): >>># destroy email.charset # destroy email.errors # destroy http.client # destroy http.cookiejar # destroy errno <<< 7723 1726883199.01815: stdout chunk (state=3): >>># destroy _ssl <<< 7723 1726883199.01873: stdout chunk (state=3): >>># destroy base64 # destroy bisect # destroy email # destroy hashlib # destroy socket # destroy string # destroy tempfile # destroy ssl <<< 7723 1726883199.01876: stdout chunk (state=3): >>># destroy copy # destroy datetime # destroy urllib # destroy http <<< 7723 1726883199.01880: stdout chunk (state=3): >>># destroy struct # destroy zlib # destroy _compression <<< 7723 1726883199.02097: stdout chunk (state=3): >>># cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping ansible.module_utils.six.moves.urllib.parse # cleanup[3] wiping ansible.module_utils.six.moves.urllib # cleanup[3] wiping selinux._selinux <<< 7723 1726883199.02114: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon <<< 7723 1726883199.02141: stdout chunk (state=3): >>># 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 <<< 7723 1726883199.02145: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 7723 1726883199.02186: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping ipaddress # 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 <<< 7723 1726883199.02190: stdout chunk (state=3): >>># destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser <<< 7723 1726883199.02221: 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 <<< 7723 1726883199.02234: 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 # 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 <<< 7723 1726883199.02258: stdout chunk (state=3): >>># cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 7723 1726883199.02277: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 7723 1726883199.02504: stdout chunk (state=3): >>># 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 <<< 7723 1726883199.02604: stdout chunk (state=3): >>># destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser <<< 7723 1726883199.02610: stdout chunk (state=3): >>># destroy operator # destroy ansible.module_utils.six.moves # destroy functools # destroy ipaddress <<< 7723 1726883199.02635: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 7723 1726883199.02660: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 7723 1726883199.02762: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna <<< 7723 1726883199.02766: stdout chunk (state=3): >>># destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 7723 1726883199.02774: stdout chunk (state=3): >>># destroy time <<< 7723 1726883199.02800: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 7723 1726883199.02812: stdout chunk (state=3): >>># destroy _hashlib <<< 7723 1726883199.02833: stdout chunk (state=3): >>># destroy _operator # destroy _sre <<< 7723 1726883199.02836: stdout chunk (state=3): >>># destroy _string # destroy re # destroy itertools <<< 7723 1726883199.02856: stdout chunk (state=3): >>># destroy _abc <<< 7723 1726883199.02866: stdout chunk (state=3): >>># destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 7723 1726883199.02874: stdout chunk (state=3): >>># clear sys.audit hooks <<< 7723 1726883199.03368: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.120 closed. <<< 7723 1726883199.03401: stderr chunk (state=3): >>><<< 7723 1726883199.03404: stdout chunk (state=3): >>><<< 7723 1726883199.03483: _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 0x7fc1acdbc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1acd8ba10> # /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 0x7fc1acdbe930> 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 0x7fc1acdccfe0> # /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 0x7fc1acdcdf10> 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 0x7fc1acbcbd10> # /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 0x7fc1acbcbf20> # /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 0x7fc1acc03710> # /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 0x7fc1acc03da0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1acbe39b0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1acbe10d0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1acbc8ec0> # /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 0x7fc1acc27620> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1acc26240> # /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 0x7fc1acbe20c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1acbca780> # /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 0x7fc1acc58650> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1acbc8140> # /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 0x7fc1acc58b00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1acc589b0> # 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 0x7fc1acc58da0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1acbc6c60> # /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 0x7fc1acc59490> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1acc59160> 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 0x7fc1acc5a390> 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 0x7fc1acc70590> 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 0x7fc1acc71c70> # /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 0x7fc1acc72b10> # 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 0x7fc1acc73170> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1acc72060> # /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 0x7fc1acc73bf0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1acc73320> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1acc5a300> # /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 0x7fc1ac9b3aa0> # /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 0x7fc1ac9dc560> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac9dc2c0> # 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 0x7fc1ac9dc590> # /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 0x7fc1ac9dcec0> # 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 0x7fc1ac9dd880> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac9dc770> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac9b1c40> # /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 0x7fc1ac9debd0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac9dcd40> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1acc5aab0> # /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 0x7fc1aca06f60> # /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 0x7fc1aca2b2c0> # /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 0x7fc1aca5bfb0> # /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 0x7fc1aca8e810> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1aca8c1d0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1aca2bf50> # /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 0x7fc1ac3291f0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1aca2a0f0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac9dfb30> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fc1aca2a420> # zipimport: found 32 names in '/tmp/ansible_ansible.legacy.uri_payload__yh9o631/ansible_ansible.legacy.uri_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 0x7fc1ac37ee10> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac35dd00> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac35ce90> # 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 0x7fc1ac37cce0> # /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 0x7fc1ac3aa840> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac3aa5d0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac3a9ee0> # /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 0x7fc1ac3aa3c0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac37faa0> 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 0x7fc1ac3ab530> # 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 0x7fc1ac3ab770> # /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 0x7fc1ac3abcb0> 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 0x7fc1ac20da30> # 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 0x7fc1ac20f650> # /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 0x7fc1ac20ff50> # /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 0x7fc1ac2111f0> # /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 0x7fc1ac213c80> # 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 0x7fc1ac35ef00> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac211f40> # /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 0x7fc1ac21fd70> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac21e840> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac21e5a0> # /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 0x7fc1ac21eb10> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac212450> # 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 0x7fc1ac263a10> # /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 0x7fc1ac264110> # /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 0x7fc1ac265bb0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac265970> # /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 0x7fc1ac268140> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac266270> # /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 0x7fc1ac26b8c0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac2682c0> # 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 0x7fc1ac26c740> # 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 0x7fc1ac26c770> # 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 0x7fc1ac26cd10> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac264260> # /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 0x7fc1ac2f8380> # 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 0x7fc1ac2f9af0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac26eae0> # 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 0x7fc1ac26fe60> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac26e6f0> # 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 0x7fc1ac2fdbb0> # /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 0x7fc1ac2fe8a0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac2f9a30> 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 0x7fc1ac2fd730> # 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 0x7fc1ac2ffa40> # 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 0x7fc1ac10a210> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac1051f0> 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 0x7fc1ac3fac00> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac3de8d0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac10a330> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac9b1bb0> # 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 import 'ansible.module_utils.six.moves.urllib' # import 'ansible.module_utils.six.moves.urllib.parse' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.datetime' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py # code object from '/usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc' import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac19cb90> # /usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/__init__.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc' import 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac19cd40> # /usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/application.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py # code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py # code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac19d430> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac19d010> # /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py # code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc' import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac19e060> # /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py # code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py # code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py # code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py # code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac18d340> # /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py # code object from '/usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac18c7d0> # /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py # code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1abdc6780> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac19f860> # /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py # code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py # code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py # code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1abdd12b0> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1abdc7e60> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1abdc7200> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac19ecc0> # /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py # code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py # code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py # code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1abe05220> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1abdf9430> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1abdc7c80> # /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py # code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py # code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py # code object from '/usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc' import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1abe48fe0> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1abe06f90> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1abdf8f20> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac19e750> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac19e120> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac19dd90> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac19cdd0> # /usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/multipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc' import 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1ac19dfa0> # /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py # code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py # code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1abe49670> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1abe49280> # /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py # code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1abe49ee0> # /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py # code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py # code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' # extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' # extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc1abe4fc50> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1abe4d220> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1abe4ae10> # /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py # code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1abe4ccb0> # /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py # code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1abe3b020> # /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc' # /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc' import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1abe3bcb0> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1abe3b770> # /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1abe3bb00> # /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py # code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1abe6b5c0> # /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py # code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1abcefd70> # zipimport: zlib available import 'ansible.module_utils.urls' # # zipimport: zlib available # /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py # code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' # extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fc1abd2f770> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1abd2ea20> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7fc1abd2e8a0> /usr/lib64/python3.12/urllib/request.py:1052: UserWarning: Basic Auth Realm was unquoted response = self.http_error_auth_reqed('www-authenticate', {"redirected": false, "url": "https://candlepin.local:8443/candlepin/activation_keys/8a8082e4920b0ce701920b0e0ba80984/pools/8a8082e4920b0ce701920b0d181c0543", "status": 200, "x_candlepin_request_uuid": "0cfd4149-5b94-46b5-bb80-9d8f490be273", "x_version": "4.4.16-1", "vary": "accept-encoding", "content_type": "application/json", "transfer_encoding": "chunked", "date": "Sat, 21 Sep 2024 01:46:38 GMT", "connection": "close", "cookies_string": "", "cookies": {}, "msg": "OK (unknown bytes)", "elapsed": 0, "changed": false, "json": {"created": "2024-09-19T16:12:02+0000", "updated": "2024-09-19T16:12:02+0000", "id": "8a8082e4920b0ce701920b0e0ba80984", "name": "default_key", "description": null, "owner": {"id": "8a8082e4920b0ce701920b0cfa450004", "key": "donaldduck", "displayName": "Donald Duck", "href": "/owners/donaldduck", "contentAccessMode": "org_environment"}, "releaseVer": {"releaseVer": null}, "serviceLevel": null, "usage": null, "role": null, "addOns": [], "autoAttach": null, "pools": [{"poolId": "8a8082e4920b0ce701920b0d1816051f", "quantity": null}, {"poolId": "8a8082e4920b0ce701920b0d181c0543", "quantity": null}], "products": [], "contentOverrides": []}, "invocation": {"module_args": {"url": "https://candlepin.local:8443/candlepin/activation_keys/8a8082e4920b0ce701920b0e0ba80984/pools/8a8082e4920b0ce701920b0d181c0543", "method": "POST", "url_username": "doc", "url_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "force": false, "http_agent": "ansible-httpget", "use_proxy": true, "validate_certs": true, "force_basic_auth": false, "use_gssapi": false, "body_format": "raw", "return_content": false, "follow_redirects": "safe", "status_code": [200], "timeout": 30, "headers": {}, "remote_src": false, "unredirected_headers": [], "decompress": true, "use_netrc": true, "unsafe_writes": false, "client_cert": null, "client_key": null, "dest": null, "body": null, "src": null, "creates": null, "removes": null, "unix_socket": null, "ca_path": null, "ciphers": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} # 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 # 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 # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing 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 # cleanup[2] removing ipaddress # cleanup[2] removing 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 # 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 # 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 # 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 # cleanup[2] removing ansible.module_utils.six.moves.urllib # cleanup[2] removing ansible.module_utils.six.moves.urllib.parse # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing email # cleanup[2] removing email.mime # cleanup[2] removing quopri # cleanup[2] removing email.encoders # cleanup[2] removing email.errors # cleanup[2] removing email.quoprimime # cleanup[2] removing email.base64mime # cleanup[2] removing email.charset # cleanup[2] removing email.header # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing email.utils # cleanup[2] removing email._policybase # cleanup[2] removing email._encoded_words # cleanup[2] removing email._header_value_parser # cleanup[2] removing email.headerregistry # cleanup[2] removing email.iterators # cleanup[2] removing email.message # cleanup[2] removing email.contentmanager # cleanup[2] removing email.policy # cleanup[2] removing email.mime.base # cleanup[2] removing email.mime.nonmultipart # cleanup[2] removing email.mime.application # cleanup[2] removing email.mime.multipart # cleanup[2] removing email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing http # cleanup[2] removing _ssl # cleanup[2] removing ssl # cleanup[2] removing http.client # cleanup[2] removing mimetypes # cleanup[2] removing netrc # cleanup[2] removing urllib.response # cleanup[2] removing urllib.error # cleanup[2] removing urllib.request # cleanup[2] removing http.cookiejar # cleanup[2] removing gzip # cleanup[2] removing ansible.module_utils.urls # destroy ansible.module_utils.urls # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _lzma # destroy _blake2 # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy urllib.parse # destroy urllib.response # destroy urllib.error # destroy urllib.request # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy array # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # destroy mimetypes # destroy netrc # destroy gzip # destroy email.mime # destroy email.mime.base # destroy email.mime.nonmultipart # destroy email.mime.application # destroy email.mime.multipart # destroy email.base64mime # destroy email._parseaddr # destroy email._policybase # destroy email.headerregistry # destroy email.iterators # destroy email.contentmanager # destroy email.policy # destroy email.feedparser # destroy email.parser # destroy email.encoders # destroy email.message # destroy email.header # destroy random # destroy calendar # destroy locale # destroy email._header_value_parser # destroy email._encoded_words # destroy unicodedata # destroy email.quoprimime # destroy binascii # destroy quopri # destroy email.utils # destroy email.charset # destroy email.errors # destroy http.client # destroy http.cookiejar # destroy errno # destroy _ssl # destroy base64 # destroy bisect # destroy email # destroy hashlib # destroy socket # destroy string # destroy tempfile # destroy ssl # destroy copy # destroy datetime # destroy urllib # destroy http # destroy struct # destroy zlib # destroy _compression # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping ansible.module_utils.six.moves.urllib.parse # cleanup[3] wiping ansible.module_utils.six.moves.urllib # 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 ipaddress # 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 operator # destroy ansible.module_utils.six.moves # destroy functools # destroy ipaddress # 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 encodings.idna # 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 _sre # destroy _string # destroy re # destroy itertools # destroy _abc # 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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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.12.120 closed. 7723 1726883199.04106: done with _execute_module (ansible.legacy.uri, {'url': 'https://candlepin.local:8443/candlepin/activation_keys/8a8082e4920b0ce701920b0e0ba80984/pools/8a8082e4920b0ce701920b0d181c0543', 'method': 'POST', 'url_username': 'doc', 'url_password': 'password', '_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': 'ansible.legacy.uri', '_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-1726883198.5414882-8890-239177548687092/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7723 1726883199.04110: _low_level_execute_command(): starting 7723 1726883199.04112: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726883198.5414882-8890-239177548687092/ > /dev/null 2>&1 && sleep 0' 7723 1726883199.04216: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883199.04222: 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.12.120 originally 10.31.12.120 debug2: match not found <<< 7723 1726883199.04234: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883199.04298: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883199.04305: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883199.04310: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883199.04348: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883199.06181: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883199.06223: stderr chunk (state=3): >>><<< 7723 1726883199.06227: stdout chunk (state=3): >>><<< 7723 1726883199.06260: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883199.06263: handler run complete 7723 1726883199.06307: attempt loop complete, returning result 7723 1726883199.06328: variable 'item' from source: unknown 7723 1726883199.06401: variable 'item' from source: unknown ok: [managed_node1] => (item={'created': '2024-09-19T16:11:00+0000', 'updated': '2024-09-19T16:11:00+0000', 'id': '8a8082e4920b0ce701920b0d181c0543', 'type': 'NORMAL', 'owner': {'id': '8a8082e4920b0ce701920b0cfa450004', 'key': 'donaldduck', 'displayName': 'Donald Duck', 'href': '/owners/donaldduck', 'contentAccessMode': 'org_environment'}, 'activeSubscription': True, 'sourceEntitlement': None, 'quantity': 50, 'startDate': '2024-09-14T16:10:55+0000', 'endDate': '2025-09-14T16:10:55+0000', 'attributes': [], 'restrictedToUsername': None, 'contractNumber': '0', 'accountNumber': '4430910818', 'orderNumber': 'order-01213291', 'consumed': 0, 'exported': 0, 'branding': [{'created': '2024-09-19T16:11:00+0000', 'updated': '2024-09-19T16:11:00+0000', 'productId': '37065', 'name': 'Branded Donaldy OS Server Bundled (2 Sockets, Standard Support)', 'type': 'OS'}], 'calculatedAttributes': {'compliance_type': 'Standard'}, 'upstreamPoolId': None, 'upstreamEntitlementId': None, 'upstreamConsumerId': None, 'productName': 'Donaldy OS Server Bundled (2 Sockets, Standard Support)', 'productId': 'donaldyos-server-2-socket-std', 'productAttributes': [{'name': 'management_enabled', 'value': '1'}, {'name': 'vcpu', 'value': '4'}, {'name': 'warning_period', 'value': '30'}, {'name': 'variant', 'value': 'ALL'}, {'name': 'sockets', 'value': '2'}, {'name': 'support_level', 'value': 'Standard'}, {'name': 'support_type', 'value': 'L1-L3'}, {'name': 'arch', 'value': 'ALL'}, {'name': 'type', 'value': 'MKT'}, {'name': 'version', 'value': '6.1'}], 'stackId': None, 'stacked': False, 'sourceStackId': None, 'href': '/pools/8a8082e4920b0ce701920b0d181c0543', 'derivedProductAttributes': [], 'derivedProductId': None, 'derivedProductName': None, 'providedProducts': [{'productId': '37065', 'productName': 'Clustering Bits (no content)'}, {'productId': '37067', 'productName': 'Shared Storage Bits (no content)'}, {'productId': '7051', 'productName': 'Donaldy OS Developer Bits'}, {'productId': '7050', 'productName': 'Donaldy OS Premium Architecture Bits'}, {'productId': '37060', 'productName': 'Awesome OS Server Bits'}, {'productId': '37068', 'productName': 'Large File Support Bits (no content)'}, {'productId': '37070', 'productName': 'Load Balancing Bits (no content)'}, {'productId': '37069', 'productName': 'Management Bits (no content)'}], 'derivedProvidedProducts': [], 'subscriptionSubKey': 'master', 'subscriptionId': 'upstream-49261425', 'managed': True}) => { "ansible_loop_var": "item", "changed": false, "connection": "close", "content_type": "application/json", "cookies": {}, "cookies_string": "", "date": "Sat, 21 Sep 2024 01:46:38 GMT", "elapsed": 0, "item": { "accountNumber": "4430910818", "activeSubscription": true, "attributes": [], "branding": [ { "created": "2024-09-19T16:11:00+0000", "name": "Branded Donaldy OS Server Bundled (2 Sockets, Standard Support)", "productId": "37065", "type": "OS", "updated": "2024-09-19T16:11:00+0000" } ], "calculatedAttributes": { "compliance_type": "Standard" }, "consumed": 0, "contractNumber": "0", "created": "2024-09-19T16:11:00+0000", "derivedProductAttributes": [], "derivedProductId": null, "derivedProductName": null, "derivedProvidedProducts": [], "endDate": "2025-09-14T16:10:55+0000", "exported": 0, "href": "/pools/8a8082e4920b0ce701920b0d181c0543", "id": "8a8082e4920b0ce701920b0d181c0543", "managed": true, "orderNumber": "order-01213291", "owner": { "contentAccessMode": "org_environment", "displayName": "Donald Duck", "href": "/owners/donaldduck", "id": "8a8082e4920b0ce701920b0cfa450004", "key": "donaldduck" }, "productAttributes": [ { "name": "management_enabled", "value": "1" }, { "name": "vcpu", "value": "4" }, { "name": "warning_period", "value": "30" }, { "name": "variant", "value": "ALL" }, { "name": "sockets", "value": "2" }, { "name": "support_level", "value": "Standard" }, { "name": "support_type", "value": "L1-L3" }, { "name": "arch", "value": "ALL" }, { "name": "type", "value": "MKT" }, { "name": "version", "value": "6.1" } ], "productId": "donaldyos-server-2-socket-std", "productName": "Donaldy OS Server Bundled (2 Sockets, Standard Support)", "providedProducts": [ { "productId": "37065", "productName": "Clustering Bits (no content)" }, { "productId": "37067", "productName": "Shared Storage Bits (no content)" }, { "productId": "7051", "productName": "Donaldy OS Developer Bits" }, { "productId": "7050", "productName": "Donaldy OS Premium Architecture Bits" }, { "productId": "37060", "productName": "Awesome OS Server Bits" }, { "productId": "37068", "productName": "Large File Support Bits (no content)" }, { "productId": "37070", "productName": "Load Balancing Bits (no content)" }, { "productId": "37069", "productName": "Management Bits (no content)" } ], "quantity": 50, "restrictedToUsername": null, "sourceEntitlement": null, "sourceStackId": null, "stackId": null, "stacked": false, "startDate": "2024-09-14T16:10:55+0000", "subscriptionId": "upstream-49261425", "subscriptionSubKey": "master", "type": "NORMAL", "updated": "2024-09-19T16:11:00+0000", "upstreamConsumerId": null, "upstreamEntitlementId": null, "upstreamPoolId": null }, "json": { "addOns": [], "autoAttach": null, "contentOverrides": [], "created": "2024-09-19T16:12:02+0000", "description": null, "id": "8a8082e4920b0ce701920b0e0ba80984", "name": "default_key", "owner": { "contentAccessMode": "org_environment", "displayName": "Donald Duck", "href": "/owners/donaldduck", "id": "8a8082e4920b0ce701920b0cfa450004", "key": "donaldduck" }, "pools": [ { "poolId": "8a8082e4920b0ce701920b0d1816051f", "quantity": null }, { "poolId": "8a8082e4920b0ce701920b0d181c0543", "quantity": null } ], "products": [], "releaseVer": { "releaseVer": null }, "role": null, "serviceLevel": null, "updated": "2024-09-19T16:12:02+0000", "usage": null }, "redirected": false, "status": 200, "transfer_encoding": "chunked", "url": "https://candlepin.local:8443/candlepin/activation_keys/8a8082e4920b0ce701920b0e0ba80984/pools/8a8082e4920b0ce701920b0d181c0543", "vary": "accept-encoding", "x_candlepin_request_uuid": "0cfd4149-5b94-46b5-bb80-9d8f490be273", "x_version": "4.4.16-1" } MSG: OK (unknown bytes) 7723 1726883199.07264: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883199.07267: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883199.07269: variable 'omit' from source: magic vars 7723 1726883199.07272: 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) 7723 1726883199.07282: 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) 7723 1726883199.07284: 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) 7723 1726883199.07286: 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) 7723 1726883199.07289: 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) 7723 1726883199.07291: variable 'lsr_rhc_test_data_file' from source: set_fact 7723 1726883199.07293: Evaluated conditional (lsr_rhc_test_data_file | length == 0): True 7723 1726883199.07297: variable 'omit' from source: magic vars 7723 1726883199.07302: variable 'omit' from source: magic vars 7723 1726883199.07448: variable '_cp_url' from source: set_fact 7723 1726883199.07452: variable 'default_key' from source: set_fact 7723 1726883199.07471: variable 'item' from source: unknown 7723 1726883199.07544: variable 'lsr_rhc_test_data' from source: include_vars 7723 1726883199.07608: variable 'lsr_rhc_test_data' from source: include_vars 7723 1726883199.07628: variable 'omit' from source: magic vars 7723 1726883199.07646: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7723 1726883199.07654: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7723 1726883199.07659: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7723 1726883199.07667: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 7723 1726883199.07676: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7723 1726883199.07679: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883199.07681: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883199.07759: Set connection var ansible_shell_type to sh 7723 1726883199.07763: Set connection var ansible_shell_executable to /bin/sh 7723 1726883199.07768: Set connection var ansible_module_compression to ZIP_DEFLATED 7723 1726883199.07770: Set connection var ansible_connection to ssh 7723 1726883199.07775: Set connection var ansible_pipelining to False 7723 1726883199.07780: Set connection var ansible_timeout to 10 7723 1726883199.07797: variable 'ansible_shell_executable' from source: unknown 7723 1726883199.07799: variable 'ansible_connection' from source: unknown 7723 1726883199.07802: variable 'ansible_module_compression' from source: unknown 7723 1726883199.07804: variable 'ansible_shell_type' from source: unknown 7723 1726883199.07806: variable 'ansible_shell_executable' from source: unknown 7723 1726883199.07808: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883199.07813: variable 'ansible_pipelining' from source: unknown 7723 1726883199.07815: variable 'ansible_timeout' from source: unknown 7723 1726883199.07823: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883199.07888: Loading ActionModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/uri.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7723 1726883199.07895: variable 'omit' from source: magic vars 7723 1726883199.07899: starting attempt loop 7723 1726883199.07901: running the handler 7723 1726883199.07907: _low_level_execute_command(): starting 7723 1726883199.07910: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7723 1726883199.08351: 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 <<< 7723 1726883199.08385: 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.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883199.08388: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 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 <<< 7723 1726883199.08391: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883199.08445: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883199.08448: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883199.08450: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883199.08497: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883199.10076: stdout chunk (state=3): >>>/root <<< 7723 1726883199.10171: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883199.10206: stderr chunk (state=3): >>><<< 7723 1726883199.10211: stdout chunk (state=3): >>><<< 7723 1726883199.10223: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883199.10235: _low_level_execute_command(): starting 7723 1726883199.10239: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726883199.1022642-8890-19193913884338 `" && echo ansible-tmp-1726883199.1022642-8890-19193913884338="` echo /root/.ansible/tmp/ansible-tmp-1726883199.1022642-8890-19193913884338 `" ) && sleep 0' 7723 1726883199.10693: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883199.10697: 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.12.120 originally 10.31.12.120 debug2: match not found <<< 7723 1726883199.10699: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883199.10701: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883199.10704: 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883199.10761: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883199.10769: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883199.10772: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883199.10809: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883199.12691: stdout chunk (state=3): >>>ansible-tmp-1726883199.1022642-8890-19193913884338=/root/.ansible/tmp/ansible-tmp-1726883199.1022642-8890-19193913884338 <<< 7723 1726883199.12794: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883199.12831: stderr chunk (state=3): >>><<< 7723 1726883199.12834: stdout chunk (state=3): >>><<< 7723 1726883199.12850: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726883199.1022642-8890-19193913884338=/root/.ansible/tmp/ansible-tmp-1726883199.1022642-8890-19193913884338 , 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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883199.12873: variable 'ansible_module_compression' from source: unknown 7723 1726883199.12909: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7723b_d05x07/ansiballz_cache/ansible.modules.uri-ZIP_DEFLATED 7723 1726883199.12930: variable 'ansible_facts' from source: unknown 7723 1726883199.12994: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726883199.1022642-8890-19193913884338/AnsiballZ_uri.py 7723 1726883199.13089: Sending initial data 7723 1726883199.13092: Sent initial data (149 bytes) 7723 1726883199.13525: 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 <<< 7723 1726883199.13559: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7723 1726883199.13562: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883199.13565: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration <<< 7723 1726883199.13568: 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 <<< 7723 1726883199.13570: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883199.13622: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883199.13627: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883199.13633: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883199.13671: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883199.15213: 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 <<< 7723 1726883199.15252: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 7723 1726883199.15292: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7723b_d05x07/tmp204m7qfn /root/.ansible/tmp/ansible-tmp-1726883199.1022642-8890-19193913884338/AnsiballZ_uri.py <<< 7723 1726883199.15301: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726883199.1022642-8890-19193913884338/AnsiballZ_uri.py" <<< 7723 1726883199.15334: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-7723b_d05x07/tmp204m7qfn" to remote "/root/.ansible/tmp/ansible-tmp-1726883199.1022642-8890-19193913884338/AnsiballZ_uri.py" <<< 7723 1726883199.15342: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726883199.1022642-8890-19193913884338/AnsiballZ_uri.py" <<< 7723 1726883199.15970: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883199.16013: stderr chunk (state=3): >>><<< 7723 1726883199.16016: stdout chunk (state=3): >>><<< 7723 1726883199.16035: done transferring module to remote 7723 1726883199.16049: _low_level_execute_command(): starting 7723 1726883199.16052: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726883199.1022642-8890-19193913884338/ /root/.ansible/tmp/ansible-tmp-1726883199.1022642-8890-19193913884338/AnsiballZ_uri.py && sleep 0' 7723 1726883199.16515: 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 <<< 7723 1726883199.16522: 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.12.120 originally 10.31.12.120 debug2: match not found <<< 7723 1726883199.16527: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 7723 1726883199.16529: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.12.120 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.12.120 originally 10.31.12.120 debug2: match found <<< 7723 1726883199.16532: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883199.16574: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883199.16580: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883199.16583: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883199.16624: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883199.18380: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883199.18406: stderr chunk (state=3): >>><<< 7723 1726883199.18410: stdout chunk (state=3): >>><<< 7723 1726883199.18427: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883199.18430: _low_level_execute_command(): starting 7723 1726883199.18433: _low_level_execute_command(): using become for this command 7723 1726883199.18445: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-uulrxcnooyguxbmboedxdbbwmjdonmtn ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726883199.1022642-8890-19193913884338/AnsiballZ_uri.py'"'"' && sleep 0' 7723 1726883199.18528: Initial state: awaiting_escalation: BECOME-SUCCESS-uulrxcnooyguxbmboedxdbbwmjdonmtn 7723 1726883199.18927: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883199.18931: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883199.18982: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883199.18986: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883199.18991: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883199.19037: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883199.21946: stdout chunk (state=1): >>>BECOME-SUCCESS-uulrxcnooyguxbmboedxdbbwmjdonmtn <<< 7723 1726883199.21951: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-uulrxcnooyguxbmboedxdbbwmjdonmtn' 7723 1726883199.22262: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 7723 1726883199.22291: stdout chunk (state=3): >>>import _imp # builtin <<< 7723 1726883199.22327: stdout chunk (state=3): >>>import '_thread' # <<< 7723 1726883199.22334: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 7723 1726883199.22395: stdout chunk (state=3): >>>import '_io' # <<< 7723 1726883199.22402: stdout chunk (state=3): >>>import 'marshal' # <<< 7723 1726883199.22434: stdout chunk (state=3): >>>import 'posix' # <<< 7723 1726883199.22465: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 7723 1726883199.22484: stdout chunk (state=3): >>>import 'time' # <<< 7723 1726883199.22500: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 7723 1726883199.22552: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 7723 1726883199.22562: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883199.22568: stdout chunk (state=3): >>>import '_codecs' # <<< 7723 1726883199.22594: stdout chunk (state=3): >>>import 'codecs' # <<< 7723 1726883199.22629: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 7723 1726883199.22654: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 7723 1726883199.22663: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94225bc3e0> <<< 7723 1726883199.22674: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f942258ba10> <<< 7723 1726883199.22692: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 7723 1726883199.22713: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94225be930> <<< 7723 1726883199.22738: stdout chunk (state=3): >>>import '_signal' # <<< 7723 1726883199.22765: stdout chunk (state=3): >>>import '_abc' # <<< 7723 1726883199.22775: stdout chunk (state=3): >>>import 'abc' # <<< 7723 1726883199.22780: stdout chunk (state=3): >>>import 'io' # <<< 7723 1726883199.22819: stdout chunk (state=3): >>>import '_stat' # <<< 7723 1726883199.22822: stdout chunk (state=3): >>>import 'stat' # <<< 7723 1726883199.22907: stdout chunk (state=3): >>>import '_collections_abc' # <<< 7723 1726883199.22935: stdout chunk (state=3): >>>import 'genericpath' # <<< 7723 1726883199.22941: stdout chunk (state=3): >>>import 'posixpath' # <<< 7723 1726883199.22961: stdout chunk (state=3): >>>import 'os' # <<< 7723 1726883199.22999: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages <<< 7723 1726883199.23003: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 7723 1726883199.23024: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 7723 1726883199.23054: 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 <<< 7723 1726883199.23058: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 7723 1726883199.23085: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94225ccfe0> <<< 7723 1726883199.23156: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883199.23167: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94225cdf10> <<< 7723 1726883199.23188: stdout chunk (state=3): >>>import 'site' # <<< 7723 1726883199.23214: 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. <<< 7723 1726883199.23469: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 7723 1726883199.23472: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 7723 1726883199.23506: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 7723 1726883199.23510: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883199.23535: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 7723 1726883199.23571: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 7723 1726883199.23592: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 7723 1726883199.23627: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 7723 1726883199.23632: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94223abd10> <<< 7723 1726883199.23659: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 7723 1726883199.23671: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 7723 1726883199.23715: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94223abf20> <<< 7723 1726883199.23732: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 7723 1726883199.23752: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 7723 1726883199.23782: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 7723 1726883199.23847: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # <<< 7723 1726883199.23902: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94223e3710> <<< 7723 1726883199.23905: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 7723 1726883199.23943: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94223e3da0> import '_collections' # <<< 7723 1726883199.23979: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94223c39b0> <<< 7723 1726883199.23988: stdout chunk (state=3): >>>import '_functools' # <<< 7723 1726883199.24013: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94223c10d0> <<< 7723 1726883199.24101: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94223a8ec0> <<< 7723 1726883199.24131: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 7723 1726883199.24150: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 7723 1726883199.24155: stdout chunk (state=3): >>>import '_sre' # <<< 7723 1726883199.24184: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 7723 1726883199.24206: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 7723 1726883199.24231: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 7723 1726883199.24239: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 7723 1726883199.24272: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9422407620> <<< 7723 1726883199.24278: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9422406240> <<< 7723 1726883199.24320: 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 0x7f94223c20c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94223aa780> <<< 7723 1726883199.24387: 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' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9422438650> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94223a8140> <<< 7723 1726883199.24449: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 7723 1726883199.24468: stdout chunk (state=3): >>># 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 0x7f9422438b00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94224389b0> <<< 7723 1726883199.24512: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9422438da0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94223a6c60> <<< 7723 1726883199.24558: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 7723 1726883199.24568: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883199.24570: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 7723 1726883199.24608: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9422439490> <<< 7723 1726883199.24637: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9422439160> import 'importlib.machinery' # <<< 7723 1726883199.24673: 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' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f942243a390> <<< 7723 1726883199.24691: stdout chunk (state=3): >>>import 'importlib.util' # <<< 7723 1726883199.24707: stdout chunk (state=3): >>>import 'runpy' # <<< 7723 1726883199.24730: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 7723 1726883199.24749: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 7723 1726883199.24767: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 7723 1726883199.24782: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9422450590> import 'errno' # <<< 7723 1726883199.24813: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883199.24816: 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 0x7f9422451c70> <<< 7723 1726883199.24847: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 7723 1726883199.24850: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 7723 1726883199.24880: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 7723 1726883199.24889: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 7723 1726883199.24902: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9422452b10> <<< 7723 1726883199.24968: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883199.24973: stdout chunk (state=3): >>># 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 0x7f9422453170> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9422452060> <<< 7723 1726883199.24990: stdout chunk (state=3): >>># /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' <<< 7723 1726883199.25037: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9422453bf0> <<< 7723 1726883199.25051: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9422453320> <<< 7723 1726883199.25104: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f942243a300> <<< 7723 1726883199.25127: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 7723 1726883199.25145: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 7723 1726883199.25158: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 7723 1726883199.25169: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 7723 1726883199.25206: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883199.25209: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f942218baa0> <<< 7723 1726883199.25235: stdout chunk (state=3): >>># /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' <<< 7723 1726883199.25269: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883199.25288: stdout chunk (state=3): >>>import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f94221b4560> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94221b42c0> <<< 7723 1726883199.25349: 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 0x7f94221b4590> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 7723 1726883199.25366: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 7723 1726883199.25406: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883199.25550: 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 0x7f94221b4ec0> <<< 7723 1726883199.25664: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883199.25695: 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 0x7f94221b5880> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94221b4770> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9422189c40> <<< 7723 1726883199.25723: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 7723 1726883199.25738: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 7723 1726883199.25745: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 7723 1726883199.25801: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94221b6bd0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94221b4d40> <<< 7723 1726883199.25815: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f942243aab0> <<< 7723 1726883199.25836: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 7723 1726883199.25902: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883199.25913: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 7723 1726883199.25952: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 7723 1726883199.25975: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94221def60> <<< 7723 1726883199.26039: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 7723 1726883199.26046: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883199.26069: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 7723 1726883199.26089: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 7723 1726883199.26134: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94222032c0> <<< 7723 1726883199.26155: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 7723 1726883199.26200: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 7723 1726883199.26252: stdout chunk (state=3): >>>import 'ntpath' # <<< 7723 1726883199.26276: 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 0x7f9422233fb0> <<< 7723 1726883199.26302: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 7723 1726883199.26385: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 7723 1726883199.26389: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 7723 1726883199.26409: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 7723 1726883199.26502: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9422266810> <<< 7723 1726883199.26779: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94222641d0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9422203f50> # /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 0x7f9421b251f0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94222020f0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94221b7b30> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 7723 1726883199.26783: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f9422202420> <<< 7723 1726883199.26914: stdout chunk (state=3): >>># zipimport: found 32 names in '/tmp/ansible_ansible.legacy.uri_payload_ue4_varr/ansible_ansible.legacy.uri_payload.zip' <<< 7723 1726883199.26933: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.27050: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.27070: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 7723 1726883199.27093: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 7723 1726883199.27131: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 7723 1726883199.27206: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 7723 1726883199.27226: 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' <<< 7723 1726883199.27248: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421b7ae10> import '_typing' # <<< 7723 1726883199.27437: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421b59d00> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421b58e90> <<< 7723 1726883199.27484: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible' # # zipimport: zlib available <<< 7723 1726883199.27508: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.27536: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 7723 1726883199.27555: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.28966: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.30311: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421b78cb0> # /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 0x7f9421ba6780> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421ba6510> <<< 7723 1726883199.30317: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421ba5e20> <<< 7723 1726883199.30319: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 7723 1726883199.30322: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 7723 1726883199.30365: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421ba6360> <<< 7723 1726883199.30398: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f942258a9c0> import 'atexit' # <<< 7723 1726883199.30402: 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 0x7f9421ba7440> <<< 7723 1726883199.30455: 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 0x7f9421ba7620> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 7723 1726883199.30518: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 7723 1726883199.30535: stdout chunk (state=3): >>>import '_locale' # <<< 7723 1726883199.30584: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421ba7aa0> import 'pwd' # <<< 7723 1726883199.30633: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 7723 1726883199.30643: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 7723 1726883199.30680: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421a098e0> <<< 7723 1726883199.30702: stdout chunk (state=3): >>># 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 0x7f9421a0b500> <<< 7723 1726883199.30780: stdout chunk (state=3): >>># /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' <<< 7723 1726883199.30784: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421a0be90> <<< 7723 1726883199.30832: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 7723 1726883199.30888: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421a0d040> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 7723 1726883199.30919: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 7723 1726883199.30923: 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' <<< 7723 1726883199.31025: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421a0fb30> <<< 7723 1726883199.31047: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9421a0fe60> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421a0ddf0> <<< 7723 1726883199.31081: stdout chunk (state=3): >>># /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' <<< 7723 1726883199.31111: 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' <<< 7723 1726883199.31138: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 7723 1726883199.31212: stdout chunk (state=3): >>># 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 0x7f9421a1bbc0> <<< 7723 1726883199.31231: stdout chunk (state=3): >>>import '_tokenize' # <<< 7723 1726883199.31289: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421a1a690> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421a1a3f0> <<< 7723 1726883199.31332: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 7723 1726883199.31389: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421a1a960> <<< 7723 1726883199.31419: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421a0e300> <<< 7723 1726883199.31460: 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 0x7f9421a5fe90> <<< 7723 1726883199.31480: 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 0x7f9421a5ff20> <<< 7723 1726883199.31508: 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 <<< 7723 1726883199.31536: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 7723 1726883199.31582: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 7723 1726883199.31585: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9421a61a30> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421a617f0> <<< 7723 1726883199.31604: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 7723 1726883199.31747: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 7723 1726883199.31791: 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 0x7f9421a63f20> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421a62120> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 7723 1726883199.31837: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883199.31863: stdout chunk (state=3): >>># /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' # <<< 7723 1726883199.31906: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421a67740> <<< 7723 1726883199.32031: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421a64110> <<< 7723 1726883199.32089: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9421a68590> <<< 7723 1726883199.32123: 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 0x7f9421a68950> <<< 7723 1726883199.32164: 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 0x7f9421a68a10> <<< 7723 1726883199.32176: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421a600b0> <<< 7723 1726883199.32202: 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 <<< 7723 1726883199.32213: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 7723 1726883199.32222: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 7723 1726883199.32248: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 7723 1726883199.32272: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883199.32300: 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 0x7f9421af01a0> <<< 7723 1726883199.32448: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883199.32456: 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 0x7f9421af1490> <<< 7723 1726883199.32461: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421a6a900> <<< 7723 1726883199.32492: 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 0x7f9421a6bc80> <<< 7723 1726883199.32501: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421a6a4e0> <<< 7723 1726883199.32518: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.32542: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.32551: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 7723 1726883199.32556: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.32644: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.32741: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.32754: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 7723 1726883199.32768: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.32776: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.32793: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 7723 1726883199.32798: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.32921: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.33074: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.33621: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.34173: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 7723 1726883199.34192: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 7723 1726883199.34214: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883199.34286: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9421af95b0> <<< 7723 1726883199.34339: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 7723 1726883199.34366: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421afa2d0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421a619d0> <<< 7723 1726883199.34448: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 7723 1726883199.34452: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.34475: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.34481: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 7723 1726883199.34623: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.34781: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 7723 1726883199.34798: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421afa150> <<< 7723 1726883199.34806: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.35260: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.35704: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.35773: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.35852: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 7723 1726883199.35857: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.35902: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.35934: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 7723 1726883199.35948: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.36016: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.36098: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 7723 1726883199.36102: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.36128: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.36144: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 7723 1726883199.36150: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.36186: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.36227: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 7723 1726883199.36239: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.36472: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.36708: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 7723 1726883199.36770: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 7723 1726883199.36790: stdout chunk (state=3): >>>import '_ast' # <<< 7723 1726883199.36851: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421afb410> <<< 7723 1726883199.36865: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.36931: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.36996: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 7723 1726883199.37026: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 7723 1726883199.37046: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.37085: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.37136: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 7723 1726883199.37150: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.37176: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.37227: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.37278: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.37357: 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 <<< 7723 1726883199.37383: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883199.37476: 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 0x7f9421905cd0> <<< 7723 1726883199.37552: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421900e00> import 'ansible.module_utils.common.file' # <<< 7723 1726883199.37583: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 7723 1726883199.37622: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.37680: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.37712: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.37756: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883199.37773: 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 <<< 7723 1726883199.37789: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 7723 1726883199.37817: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 7723 1726883199.37869: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 7723 1726883199.37891: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 7723 1726883199.37905: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 7723 1726883199.37963: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421bfe810> <<< 7723 1726883199.38003: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421bea4e0> <<< 7723 1726883199.38080: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421905e50> <<< 7723 1726883199.38095: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421afacf0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 7723 1726883199.38102: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.38128: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.38157: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 7723 1726883199.38212: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 7723 1726883199.38229: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.38239: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.38263: stdout chunk (state=3): >>>import 'ansible.modules' # # zipimport: zlib available <<< 7723 1726883199.38521: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.38771: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.urllib' # <<< 7723 1726883199.38790: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.urllib.parse' # # zipimport: zlib available <<< 7723 1726883199.38830: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.38856: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # <<< 7723 1726883199.38873: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.39588: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.40265: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py # code object from '/usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc' import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421998200> <<< 7723 1726883199.40329: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/__init__.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc' import 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421998320> # /usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/application.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py # code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc' <<< 7723 1726883199.40373: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py <<< 7723 1726883199.40399: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421998aa0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421998680> # /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py <<< 7723 1726883199.40460: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc' <<< 7723 1726883199.40463: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421999700> <<< 7723 1726883199.40493: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py # code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' <<< 7723 1726883199.40531: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py # code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' <<< 7723 1726883199.40557: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py # code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' <<< 7723 1726883199.40592: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py # code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' <<< 7723 1726883199.40613: stdout chunk (state=3): >>>import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421981700> <<< 7723 1726883199.40668: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py <<< 7723 1726883199.40682: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421981580> # /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py # code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94215a2420> <<< 7723 1726883199.40735: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f942199aed0> <<< 7723 1726883199.40776: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 7723 1726883199.40796: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py <<< 7723 1726883199.40820: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' <<< 7723 1726883199.40833: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py <<< 7723 1726883199.40894: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 7723 1726883199.40952: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94215a4f20> <<< 7723 1726883199.40955: stdout chunk (state=3): >>>import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94215a3b00> <<< 7723 1726883199.40983: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94215a2ed0> <<< 7723 1726883199.41008: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f942199a330> <<< 7723 1726883199.41043: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py # code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' <<< 7723 1726883199.41064: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py <<< 7723 1726883199.41122: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' <<< 7723 1726883199.41134: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py # code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' <<< 7723 1726883199.41160: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94215d8e90> <<< 7723 1726883199.41281: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94215cd0a0> <<< 7723 1726883199.41401: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f942199a7e0> <<< 7723 1726883199.41419: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py <<< 7723 1726883199.41446: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' <<< 7723 1726883199.41453: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py <<< 7723 1726883199.41480: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 7723 1726883199.41517: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py # code object from '/usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc' import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f942161cc80> <<< 7723 1726883199.41541: stdout chunk (state=3): >>>import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94215dac30> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94215ccb90> <<< 7723 1726883199.41570: stdout chunk (state=3): >>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421999dc0> <<< 7723 1726883199.41584: stdout chunk (state=3): >>>import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421999790> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421999400> <<< 7723 1726883199.41603: stdout chunk (state=3): >>>import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421998410> <<< 7723 1726883199.41613: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/multipart.py <<< 7723 1726883199.41622: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc' import 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421999670> <<< 7723 1726883199.41646: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py <<< 7723 1726883199.41659: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' <<< 7723 1726883199.41667: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py <<< 7723 1726883199.41684: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' <<< 7723 1726883199.41724: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f942161d250> <<< 7723 1726883199.41744: stdout chunk (state=3): >>>import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421999820> <<< 7723 1726883199.41765: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py <<< 7723 1726883199.41779: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883199.41837: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f942161d940> <<< 7723 1726883199.41858: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 7723 1726883199.41888: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 7723 1726883199.41946: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 7723 1726883199.41979: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 7723 1726883199.42056: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883199.42134: stdout chunk (state=3): >>># extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f94216235f0> <<< 7723 1726883199.42315: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421620bf0> <<< 7723 1726883199.42339: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f942161e7e0> <<< 7723 1726883199.42367: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py <<< 7723 1726883199.42374: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' <<< 7723 1726883199.42411: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421620680> <<< 7723 1726883199.42434: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py <<< 7723 1726883199.42443: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' <<< 7723 1726883199.42448: stdout chunk (state=3): >>>import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f942160ecc0> <<< 7723 1726883199.42474: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py <<< 7723 1726883199.42479: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc' <<< 7723 1726883199.42502: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py <<< 7723 1726883199.42515: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc' <<< 7723 1726883199.42528: stdout chunk (state=3): >>>import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f942160f950> <<< 7723 1726883199.42545: stdout chunk (state=3): >>>import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f942160f410> <<< 7723 1726883199.42557: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 7723 1726883199.42623: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 7723 1726883199.42699: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f942160fc50> <<< 7723 1726883199.42714: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 7723 1726883199.42758: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 7723 1726883199.42984: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f942163ee10> <<< 7723 1726883199.43009: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 7723 1726883199.43023: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' <<< 7723 1726883199.43047: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94215339e0> <<< 7723 1726883199.43092: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.43191: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 7723 1726883199.43286: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.47544: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py <<< 7723 1726883199.47589: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' <<< 7723 1726883199.47615: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py # code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' <<< 7723 1726883199.47650: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f942156f440> <<< 7723 1726883199.47676: stdout chunk (state=3): >>>import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f942156e6c0> <<< 7723 1726883199.47717: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f942156e480> <<< 7723 1726883199.51623: stdout chunk (state=3): >>>/usr/lib64/python3.12/urllib/request.py:1052: UserWarning: Basic Auth Realm was unquoted response = self.http_error_auth_reqed('www-authenticate', <<< 7723 1726883199.60423: stdout chunk (state=3): >>> <<< 7723 1726883199.60490: stdout chunk (state=3): >>>{"redirected": false, "url": "https://candlepin.local:8443/candlepin/activation_keys/8a8082e4920b0ce701920b0e0ba80984/pools/8a8082e4920b0ce701920b0d183705d7", "status": 200, "x_candlepin_request_uuid": "0aaaa4a2-56d6-438b-a60f-2b40cb04ca87", "x_version": "4.4.16-1", "vary": "accept-encoding", "content_type": "application/json", "transfer_encoding": "chunked", "date": "Sat, 21 Sep 2024 01:46:39 GMT", "connection": "close", "cookies_string": "", "cookies": {}, "msg": "OK (unknown bytes)", "elapsed": 0, "changed": false, "json": {"created": "2024-09-19T16:12:02+0000", "updated": "2024-09-19T16:12:02+0000", "id": "8a8082e4920b0ce701920b0e0ba80984", "name": "default_key", "description": null, "owner": {"id": "8a8082e4920b0ce701920b0cfa450004", "key": "donaldduck", "displayName": "Donald Duck", "href": "/owners/donaldduck", "contentAccessMode": "org_environment"}, "releaseVer": {"releaseVer": null}, "serviceLevel": null, "usage": null, "role": null, "addOns": [], "autoAttach": null, "pools": [{"poolId": "8a8082e4920b0ce701920b0d1816051f", "quantity": null}, {"poolId": "8a8082e4920b0ce701920b0d181c0543", "quantity": null}, {"poolId": "8a8082e4920b0ce701920b0d183705d7", "quantity": null}], "products": [], "contentOverrides": []}, "invocation": {"module_args": {"url": "https://candlepin.local:8443/candlepin/activation_keys/8a8082e4920b0ce701920b0e0ba80984/pools/8a8082e4920b0ce701920b0d183705d7", "method": "POST", "url_username": "doc", "url_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "force": false, "http_agent": "ansible-httpget", "use_proxy": true, "validate_certs": true, "force_basic_auth": false, "use_gssapi": false, "body_format": "raw", "return_content": false, "follow_redirects": "safe", "status_code": [200], "timeout": 30, "headers": {}, "remote_src": false, "unredirected_headers": [], "decompress": true, "use_netrc": true, "unsafe_writes": false, "client_cert": null, "client_key": null, "dest": null, "body": null, "src": null, "creates": null, "removes": null, "unix_socket": null, "ca_path": null, "ciphers": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} <<< 7723 1726883199.60603: stdout chunk (state=3): >>># destroy __main__<<< 7723 1726883199.60809: stdout chunk (state=3): >>> <<< 7723 1726883199.61575: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 7723 1726883199.61591: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys <<< 7723 1726883199.61601: stdout chunk (state=3): >>># 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 <<< 7723 1726883199.61631: stdout chunk (state=3): >>># 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 <<< 7723 1726883199.61664: 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<<< 7723 1726883199.61675: stdout chunk (state=3): >>> # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre <<< 7723 1726883199.61684: 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 <<< 7723 1726883199.61726: stdout chunk (state=3): >>># cleanup[2] removing binascii # cleanup[2] removing 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 <<< 7723 1726883199.61745: stdout chunk (state=3): >>># 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 <<< 7723 1726883199.61891: stdout chunk (state=3): >>># cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # cleanup[2] removing _weakrefset<<< 7723 1726883199.62033: stdout chunk (state=3): >>> # 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 # cleanup[2] removing ipaddress # cleanup[2] removing 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 # 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 # 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 # 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.mod<<< 7723 1726883199.62041: stdout chunk (state=3): >>>ule_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 # cleanup[2] removing ansible.module_utils.six.moves.urllib # cleanup[2] removing ansible.module_utils.six.moves.urllib.parse # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing email # cleanup[2] removing email.mime # cleanup[2] removing quopri # cleanup[2] removing email.encoders # cleanup[2] removing email.errors # cleanup[2] removing email.quoprimime # cleanup[2] removing email.base64mime # cleanup[2] removing email.charset # cleanup[2] removing email.header # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing email.utils # cleanup[2] removing email._policybase # cleanup[2] removing email._encoded_words # cleanup[2] removing email._header_value_parser # cleanup[2] removing email.headerregistry # cleanup[2] removing email.iterators # cleanup[2] removing email.message # cleanup[2] removing email.contentmanager # cleanup[2] removing email.policy # cleanup[2] removing email.mime.base # cleanup[2] removing email.mime.nonmultipart # cleanup[2] removing email.mime.application # cleanup[2] removing email.mime.multipart # cleanup[2] removing email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing http # cleanup[2] removing _ssl # cleanup[2] removing ssl # cleanup[2] removing http.client # cleanup[2] removing mimetypes # cleanup[2] removing netrc # cleanup[2] removing urllib.response # cleanup[2] removing urllib.error # cleanup[2] removing urllib.request # cleanup[2] removing http.cookiejar # cleanup[2] removing gzip # cleanup[2] removing ansible.module_utils.urls # destroy ansible.module_utils.urls # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna <<< 7723 1726883199.62428: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 7723 1726883199.62432: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 7723 1726883199.62469: stdout chunk (state=3): >>># destroy _bz2 # destroy _lzma # destroy _blake2 # destroy bz2 # destroy lzma # destroy zipfile._path <<< 7723 1726883199.62499: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy urllib.parse # destroy urllib.response # destroy urllib.error # destroy urllib.request # destroy ntpath <<< 7723 1726883199.62553: stdout chunk (state=3): >>># destroy importlib # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json <<< 7723 1726883199.62560: stdout chunk (state=3): >>># destroy grp # destroy encodings <<< 7723 1726883199.62586: stdout chunk (state=3): >>># destroy _locale # destroy pwd # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess <<< 7723 1726883199.62589: stdout chunk (state=3): >>># destroy syslog # destroy uuid # destroy selectors <<< 7723 1726883199.62603: stdout chunk (state=3): >>># destroy array <<< 7723 1726883199.62646: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 7723 1726883199.62666: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 7723 1726883199.62677: stdout chunk (state=3): >>># destroy mimetypes # destroy netrc # destroy gzip <<< 7723 1726883199.62736: stdout chunk (state=3): >>># destroy email.mime # destroy email.mime.base # destroy email.mime.nonmultipart # destroy email.mime.application # destroy email.mime.multipart # destroy email.base64mime # destroy email._parseaddr # destroy email._policybase # destroy email.headerregistry # destroy email.iterators # destroy email.contentmanager # destroy email.policy # destroy email.feedparser # destroy email.parser # destroy email.encoders # destroy email.message # destroy email.header # destroy random # destroy calendar # destroy locale <<< 7723 1726883199.62759: stdout chunk (state=3): >>># destroy email._header_value_parser # destroy email._encoded_words <<< 7723 1726883199.62803: stdout chunk (state=3): >>># destroy unicodedata # destroy email.quoprimime # destroy binascii # destroy quopri # destroy email.utils # destroy email.charset # destroy email.errors # destroy http.client # destroy http.cookiejar <<< 7723 1726883199.62806: stdout chunk (state=3): >>># destroy errno <<< 7723 1726883199.62818: stdout chunk (state=3): >>># destroy _ssl <<< 7723 1726883199.62856: stdout chunk (state=3): >>># destroy base64 # destroy bisect # destroy email # destroy hashlib # destroy socket # destroy string # destroy tempfile # destroy ssl <<< 7723 1726883199.62874: stdout chunk (state=3): >>># destroy copy # destroy datetime # destroy urllib # destroy http # destroy struct # destroy zlib # destroy _compression <<< 7723 1726883199.63124: stdout chunk (state=3): >>># cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping ansible.module_utils.six.moves.urllib.parse # cleanup[3] wiping ansible.module_utils.six.moves.urllib # 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 <<< 7723 1726883199.63144: stdout chunk (state=3): >>># 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 <<< 7723 1726883199.63170: stdout chunk (state=3): >>># 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 ipaddress # cleanup[3] wiping contextlib # cleanup[3] wiping threading <<< 7723 1726883199.63210: stdout chunk (state=3): >>># 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 <<< 7723 1726883199.63217: stdout chunk (state=3): >>># 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 <<< 7723 1726883199.63250: 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 # 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 <<< 7723 1726883199.63263: stdout chunk (state=3): >>># 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 <<< 7723 1726883199.63432: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 7723 1726883199.63472: stdout chunk (state=3): >>># destroy _collections <<< 7723 1726883199.63475: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 7723 1726883199.63516: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 7723 1726883199.63545: stdout chunk (state=3): >>># destroy _typing <<< 7723 1726883199.63624: stdout chunk (state=3): >>># destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy operator # destroy ansible.module_utils.six.moves <<< 7723 1726883199.63644: stdout chunk (state=3): >>># destroy functools # destroy ipaddress <<< 7723 1726883199.63653: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 7723 1726883199.63677: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 7723 1726883199.63783: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit <<< 7723 1726883199.63804: stdout chunk (state=3): >>># destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref <<< 7723 1726883199.63829: stdout chunk (state=3): >>># destroy _hashlib <<< 7723 1726883199.63862: stdout chunk (state=3): >>># destroy _operator # destroy _sre # destroy _string # destroy re <<< 7723 1726883199.63887: stdout chunk (state=3): >>># destroy itertools # destroy _abc # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 7723 1726883199.63911: stdout chunk (state=3): >>># clear sys.audit hooks <<< 7723 1726883199.64434: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.120 closed. <<< 7723 1726883199.64469: stderr chunk (state=3): >>><<< 7723 1726883199.64472: stdout chunk (state=3): >>><<< 7723 1726883199.64564: _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 0x7f94225bc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f942258ba10> # /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 0x7f94225be930> 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 0x7f94225ccfe0> # /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 0x7f94225cdf10> 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 0x7f94223abd10> # /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 0x7f94223abf20> # /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 0x7f94223e3710> # /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 0x7f94223e3da0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94223c39b0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94223c10d0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94223a8ec0> # /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 0x7f9422407620> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9422406240> # /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 0x7f94223c20c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94223aa780> # /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 0x7f9422438650> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94223a8140> # /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 0x7f9422438b00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94224389b0> # 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 0x7f9422438da0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94223a6c60> # /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 0x7f9422439490> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9422439160> 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 0x7f942243a390> 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 0x7f9422450590> 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 0x7f9422451c70> # /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 0x7f9422452b10> # 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 0x7f9422453170> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9422452060> # /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 0x7f9422453bf0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9422453320> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f942243a300> # /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 0x7f942218baa0> # /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 0x7f94221b4560> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94221b42c0> # 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 0x7f94221b4590> # /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 0x7f94221b4ec0> # 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 0x7f94221b5880> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94221b4770> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9422189c40> # /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 0x7f94221b6bd0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94221b4d40> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f942243aab0> # /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 0x7f94221def60> # /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 0x7f94222032c0> # /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 0x7f9422233fb0> # /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 0x7f9422266810> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94222641d0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9422203f50> # /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 0x7f9421b251f0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94222020f0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94221b7b30> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f9422202420> # zipimport: found 32 names in '/tmp/ansible_ansible.legacy.uri_payload_ue4_varr/ansible_ansible.legacy.uri_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 0x7f9421b7ae10> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421b59d00> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421b58e90> # 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 0x7f9421b78cb0> # /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 0x7f9421ba6780> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421ba6510> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421ba5e20> # /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 0x7f9421ba6360> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f942258a9c0> 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 0x7f9421ba7440> # 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 0x7f9421ba7620> # /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 0x7f9421ba7aa0> 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 0x7f9421a098e0> # 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 0x7f9421a0b500> # /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 0x7f9421a0be90> # /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 0x7f9421a0d040> # /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 0x7f9421a0fb30> # 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 0x7f9421a0fe60> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421a0ddf0> # /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 0x7f9421a1bbc0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421a1a690> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421a1a3f0> # /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 0x7f9421a1a960> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421a0e300> # 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 0x7f9421a5fe90> # /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 0x7f9421a5ff20> # /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 0x7f9421a61a30> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421a617f0> # /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 0x7f9421a63f20> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421a62120> # /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 0x7f9421a67740> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421a64110> # 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 0x7f9421a68590> # 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 0x7f9421a68950> # 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 0x7f9421a68a10> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421a600b0> # /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 0x7f9421af01a0> # 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 0x7f9421af1490> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421a6a900> # 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 0x7f9421a6bc80> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421a6a4e0> # 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 0x7f9421af95b0> # /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 0x7f9421afa2d0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421a619d0> 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 0x7f9421afa150> # 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 0x7f9421afb410> # 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 0x7f9421905cd0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421900e00> 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 0x7f9421bfe810> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421bea4e0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421905e50> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421afacf0> # 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 import 'ansible.module_utils.six.moves.urllib' # import 'ansible.module_utils.six.moves.urllib.parse' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.datetime' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py # code object from '/usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc' import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421998200> # /usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/__init__.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc' import 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421998320> # /usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/application.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py # code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py # code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421998aa0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421998680> # /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py # code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc' import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421999700> # /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py # code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py # code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py # code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py # code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421981700> # /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py # code object from '/usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421981580> # /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py # code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94215a2420> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f942199aed0> # /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py # code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py # code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py # code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94215a4f20> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94215a3b00> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94215a2ed0> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f942199a330> # /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py # code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py # code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py # code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94215d8e90> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94215cd0a0> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f942199a7e0> # /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py # code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py # code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py # code object from '/usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc' import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f942161cc80> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94215dac30> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94215ccb90> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421999dc0> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421999790> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421999400> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421998410> # /usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/multipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc' import 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421999670> # /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py # code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py # code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f942161d250> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421999820> # /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py # code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f942161d940> # /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py # code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py # code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' # extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' # extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f94216235f0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421620bf0> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f942161e7e0> # /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py # code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9421620680> # /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py # code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f942160ecc0> # /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc' # /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc' import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f942160f950> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f942160f410> # /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f942160fc50> # /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py # code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f942163ee10> # /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py # code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f94215339e0> # zipimport: zlib available import 'ansible.module_utils.urls' # # zipimport: zlib available # /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py # code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' # extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f942156f440> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f942156e6c0> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f942156e480> /usr/lib64/python3.12/urllib/request.py:1052: UserWarning: Basic Auth Realm was unquoted response = self.http_error_auth_reqed('www-authenticate', {"redirected": false, "url": "https://candlepin.local:8443/candlepin/activation_keys/8a8082e4920b0ce701920b0e0ba80984/pools/8a8082e4920b0ce701920b0d183705d7", "status": 200, "x_candlepin_request_uuid": "0aaaa4a2-56d6-438b-a60f-2b40cb04ca87", "x_version": "4.4.16-1", "vary": "accept-encoding", "content_type": "application/json", "transfer_encoding": "chunked", "date": "Sat, 21 Sep 2024 01:46:39 GMT", "connection": "close", "cookies_string": "", "cookies": {}, "msg": "OK (unknown bytes)", "elapsed": 0, "changed": false, "json": {"created": "2024-09-19T16:12:02+0000", "updated": "2024-09-19T16:12:02+0000", "id": "8a8082e4920b0ce701920b0e0ba80984", "name": "default_key", "description": null, "owner": {"id": "8a8082e4920b0ce701920b0cfa450004", "key": "donaldduck", "displayName": "Donald Duck", "href": "/owners/donaldduck", "contentAccessMode": "org_environment"}, "releaseVer": {"releaseVer": null}, "serviceLevel": null, "usage": null, "role": null, "addOns": [], "autoAttach": null, "pools": [{"poolId": "8a8082e4920b0ce701920b0d1816051f", "quantity": null}, {"poolId": "8a8082e4920b0ce701920b0d181c0543", "quantity": null}, {"poolId": "8a8082e4920b0ce701920b0d183705d7", "quantity": null}], "products": [], "contentOverrides": []}, "invocation": {"module_args": {"url": "https://candlepin.local:8443/candlepin/activation_keys/8a8082e4920b0ce701920b0e0ba80984/pools/8a8082e4920b0ce701920b0d183705d7", "method": "POST", "url_username": "doc", "url_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "force": false, "http_agent": "ansible-httpget", "use_proxy": true, "validate_certs": true, "force_basic_auth": false, "use_gssapi": false, "body_format": "raw", "return_content": false, "follow_redirects": "safe", "status_code": [200], "timeout": 30, "headers": {}, "remote_src": false, "unredirected_headers": [], "decompress": true, "use_netrc": true, "unsafe_writes": false, "client_cert": null, "client_key": null, "dest": null, "body": null, "src": null, "creates": null, "removes": null, "unix_socket": null, "ca_path": null, "ciphers": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} # 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 # 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 # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing 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 # cleanup[2] removing ipaddress # cleanup[2] removing 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 # 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 # 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 # 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 # cleanup[2] removing ansible.module_utils.six.moves.urllib # cleanup[2] removing ansible.module_utils.six.moves.urllib.parse # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing email # cleanup[2] removing email.mime # cleanup[2] removing quopri # cleanup[2] removing email.encoders # cleanup[2] removing email.errors # cleanup[2] removing email.quoprimime # cleanup[2] removing email.base64mime # cleanup[2] removing email.charset # cleanup[2] removing email.header # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing email.utils # cleanup[2] removing email._policybase # cleanup[2] removing email._encoded_words # cleanup[2] removing email._header_value_parser # cleanup[2] removing email.headerregistry # cleanup[2] removing email.iterators # cleanup[2] removing email.message # cleanup[2] removing email.contentmanager # cleanup[2] removing email.policy # cleanup[2] removing email.mime.base # cleanup[2] removing email.mime.nonmultipart # cleanup[2] removing email.mime.application # cleanup[2] removing email.mime.multipart # cleanup[2] removing email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing http # cleanup[2] removing _ssl # cleanup[2] removing ssl # cleanup[2] removing http.client # cleanup[2] removing mimetypes # cleanup[2] removing netrc # cleanup[2] removing urllib.response # cleanup[2] removing urllib.error # cleanup[2] removing urllib.request # cleanup[2] removing http.cookiejar # cleanup[2] removing gzip # cleanup[2] removing ansible.module_utils.urls # destroy ansible.module_utils.urls # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _lzma # destroy _blake2 # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy urllib.parse # destroy urllib.response # destroy urllib.error # destroy urllib.request # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy array # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # destroy mimetypes # destroy netrc # destroy gzip # destroy email.mime # destroy email.mime.base # destroy email.mime.nonmultipart # destroy email.mime.application # destroy email.mime.multipart # destroy email.base64mime # destroy email._parseaddr # destroy email._policybase # destroy email.headerregistry # destroy email.iterators # destroy email.contentmanager # destroy email.policy # destroy email.feedparser # destroy email.parser # destroy email.encoders # destroy email.message # destroy email.header # destroy random # destroy calendar # destroy locale # destroy email._header_value_parser # destroy email._encoded_words # destroy unicodedata # destroy email.quoprimime # destroy binascii # destroy quopri # destroy email.utils # destroy email.charset # destroy email.errors # destroy http.client # destroy http.cookiejar # destroy errno # destroy _ssl # destroy base64 # destroy bisect # destroy email # destroy hashlib # destroy socket # destroy string # destroy tempfile # destroy ssl # destroy copy # destroy datetime # destroy urllib # destroy http # destroy struct # destroy zlib # destroy _compression # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping ansible.module_utils.six.moves.urllib.parse # cleanup[3] wiping ansible.module_utils.six.moves.urllib # 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 ipaddress # 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 operator # destroy ansible.module_utils.six.moves # destroy functools # destroy ipaddress # 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 encodings.idna # 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 _sre # destroy _string # destroy re # destroy itertools # destroy _abc # 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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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.12.120 closed. 7723 1726883199.65175: done with _execute_module (ansible.legacy.uri, {'url': 'https://candlepin.local:8443/candlepin/activation_keys/8a8082e4920b0ce701920b0e0ba80984/pools/8a8082e4920b0ce701920b0d183705d7', 'method': 'POST', 'url_username': 'doc', 'url_password': 'password', '_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': 'ansible.legacy.uri', '_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-1726883199.1022642-8890-19193913884338/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7723 1726883199.65179: _low_level_execute_command(): starting 7723 1726883199.65181: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726883199.1022642-8890-19193913884338/ > /dev/null 2>&1 && sleep 0' 7723 1726883199.65282: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7723 1726883199.65286: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883199.65288: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7723 1726883199.65311: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883199.65314: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 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 <<< 7723 1726883199.65316: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883199.65373: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883199.65376: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883199.65378: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883199.65427: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883199.67276: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883199.67313: stderr chunk (state=3): >>><<< 7723 1726883199.67316: stdout chunk (state=3): >>><<< 7723 1726883199.67363: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883199.67367: handler run complete 7723 1726883199.67431: attempt loop complete, returning result 7723 1726883199.67445: variable 'item' from source: unknown 7723 1726883199.67546: variable 'item' from source: unknown ok: [managed_node1] => (item={'created': '2024-09-19T16:11:00+0000', 'updated': '2024-09-19T16:11:00+0000', 'id': '8a8082e4920b0ce701920b0d183705d7', 'type': 'NORMAL', 'owner': {'id': '8a8082e4920b0ce701920b0cfa450004', 'key': 'donaldduck', 'displayName': 'Donald Duck', 'href': '/owners/donaldduck', 'contentAccessMode': 'org_environment'}, 'activeSubscription': True, 'sourceEntitlement': None, 'quantity': 10, 'startDate': '2024-09-14T16:10:55+0000', 'endDate': '2025-09-14T16:10:55+0000', 'attributes': [], 'restrictedToUsername': None, 'contractNumber': '0', 'accountNumber': '4430910818', 'orderNumber': 'order-01213291', 'consumed': 0, 'exported': 0, 'branding': [{'created': '2024-09-19T16:11:00+0000', 'updated': '2024-09-19T16:11:00+0000', 'productId': '32060', 'name': 'Branded Donaldy OS Instance Based one socket', 'type': 'OS'}], 'calculatedAttributes': {'compliance_type': 'Instance Based'}, 'upstreamPoolId': None, 'upstreamEntitlementId': None, 'upstreamConsumerId': None, 'productName': 'Donaldy OS Instance Based one socket', 'productId': 'donaldyos-onesocketib', 'productAttributes': [{'name': 'host_limited', 'value': 'true'}, {'name': 'instance_multiplier', 'value': '2'}, {'name': 'multi-entitlement', 'value': 'yes'}, {'name': 'virt_limit', 'value': '1'}, {'name': 'variant', 'value': 'ALL'}, {'name': 'stacking_id', 'value': '15'}, {'name': 'support_level', 'value': 'Standard'}, {'name': 'sockets', 'value': '1'}, {'name': 'support_type', 'value': 'L1-L3'}, {'name': 'arch', 'value': 'ALL'}, {'name': 'type', 'value': 'MKT'}, {'name': 'version', 'value': '1.0'}], 'stackId': '15', 'stacked': True, 'sourceStackId': None, 'href': '/pools/8a8082e4920b0ce701920b0d183705d7', 'derivedProductAttributes': [], 'derivedProductId': None, 'derivedProductName': None, 'providedProducts': [{'productId': '7051', 'productName': 'Donaldy OS Developer Bits'}, {'productId': '7050', 'productName': 'Donaldy OS Premium Architecture Bits'}, {'productId': '32060', 'productName': 'Awesome OS Instance Server Bits'}], 'derivedProvidedProducts': [], 'subscriptionSubKey': 'master', 'subscriptionId': 'upstream-68618359', 'managed': True}) => { "ansible_loop_var": "item", "changed": false, "connection": "close", "content_type": "application/json", "cookies": {}, "cookies_string": "", "date": "Sat, 21 Sep 2024 01:46:39 GMT", "elapsed": 0, "item": { "accountNumber": "4430910818", "activeSubscription": true, "attributes": [], "branding": [ { "created": "2024-09-19T16:11:00+0000", "name": "Branded Donaldy OS Instance Based one socket", "productId": "32060", "type": "OS", "updated": "2024-09-19T16:11:00+0000" } ], "calculatedAttributes": { "compliance_type": "Instance Based" }, "consumed": 0, "contractNumber": "0", "created": "2024-09-19T16:11:00+0000", "derivedProductAttributes": [], "derivedProductId": null, "derivedProductName": null, "derivedProvidedProducts": [], "endDate": "2025-09-14T16:10:55+0000", "exported": 0, "href": "/pools/8a8082e4920b0ce701920b0d183705d7", "id": "8a8082e4920b0ce701920b0d183705d7", "managed": true, "orderNumber": "order-01213291", "owner": { "contentAccessMode": "org_environment", "displayName": "Donald Duck", "href": "/owners/donaldduck", "id": "8a8082e4920b0ce701920b0cfa450004", "key": "donaldduck" }, "productAttributes": [ { "name": "host_limited", "value": "true" }, { "name": "instance_multiplier", "value": "2" }, { "name": "multi-entitlement", "value": "yes" }, { "name": "virt_limit", "value": "1" }, { "name": "variant", "value": "ALL" }, { "name": "stacking_id", "value": "15" }, { "name": "support_level", "value": "Standard" }, { "name": "sockets", "value": "1" }, { "name": "support_type", "value": "L1-L3" }, { "name": "arch", "value": "ALL" }, { "name": "type", "value": "MKT" }, { "name": "version", "value": "1.0" } ], "productId": "donaldyos-onesocketib", "productName": "Donaldy OS Instance Based one socket", "providedProducts": [ { "productId": "7051", "productName": "Donaldy OS Developer Bits" }, { "productId": "7050", "productName": "Donaldy OS Premium Architecture Bits" }, { "productId": "32060", "productName": "Awesome OS Instance Server Bits" } ], "quantity": 10, "restrictedToUsername": null, "sourceEntitlement": null, "sourceStackId": null, "stackId": "15", "stacked": true, "startDate": "2024-09-14T16:10:55+0000", "subscriptionId": "upstream-68618359", "subscriptionSubKey": "master", "type": "NORMAL", "updated": "2024-09-19T16:11:00+0000", "upstreamConsumerId": null, "upstreamEntitlementId": null, "upstreamPoolId": null }, "json": { "addOns": [], "autoAttach": null, "contentOverrides": [], "created": "2024-09-19T16:12:02+0000", "description": null, "id": "8a8082e4920b0ce701920b0e0ba80984", "name": "default_key", "owner": { "contentAccessMode": "org_environment", "displayName": "Donald Duck", "href": "/owners/donaldduck", "id": "8a8082e4920b0ce701920b0cfa450004", "key": "donaldduck" }, "pools": [ { "poolId": "8a8082e4920b0ce701920b0d1816051f", "quantity": null }, { "poolId": "8a8082e4920b0ce701920b0d181c0543", "quantity": null }, { "poolId": "8a8082e4920b0ce701920b0d183705d7", "quantity": null } ], "products": [], "releaseVer": { "releaseVer": null }, "role": null, "serviceLevel": null, "updated": "2024-09-19T16:12:02+0000", "usage": null }, "redirected": false, "status": 200, "transfer_encoding": "chunked", "url": "https://candlepin.local:8443/candlepin/activation_keys/8a8082e4920b0ce701920b0e0ba80984/pools/8a8082e4920b0ce701920b0d183705d7", "vary": "accept-encoding", "x_candlepin_request_uuid": "0aaaa4a2-56d6-438b-a60f-2b40cb04ca87", "x_version": "4.4.16-1" } MSG: OK (unknown bytes) 7723 1726883199.68510: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883199.68513: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883199.68516: variable 'omit' from source: magic vars 7723 1726883199.68519: 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) 7723 1726883199.68521: 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) 7723 1726883199.68523: 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) 7723 1726883199.68527: 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) 7723 1726883199.68529: 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) 7723 1726883199.68531: variable 'lsr_rhc_test_data_file' from source: set_fact 7723 1726883199.68533: Evaluated conditional (lsr_rhc_test_data_file | length == 0): True 7723 1726883199.68535: variable 'omit' from source: magic vars 7723 1726883199.68536: variable 'omit' from source: magic vars 7723 1726883199.68538: variable '_cp_url' from source: set_fact 7723 1726883199.68560: variable 'default_key' from source: set_fact 7723 1726883199.68564: variable 'item' from source: unknown 7723 1726883199.68611: variable 'lsr_rhc_test_data' from source: include_vars 7723 1726883199.68666: variable 'lsr_rhc_test_data' from source: include_vars 7723 1726883199.68683: variable 'omit' from source: magic vars 7723 1726883199.68777: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7723 1726883199.68781: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7723 1726883199.68783: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7723 1726883199.68785: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 7723 1726883199.68787: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7723 1726883199.68790: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883199.68792: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883199.68856: Set connection var ansible_shell_type to sh 7723 1726883199.68860: Set connection var ansible_shell_executable to /bin/sh 7723 1726883199.68865: Set connection var ansible_module_compression to ZIP_DEFLATED 7723 1726883199.68868: Set connection var ansible_connection to ssh 7723 1726883199.68872: Set connection var ansible_pipelining to False 7723 1726883199.68877: Set connection var ansible_timeout to 10 7723 1726883199.68895: variable 'ansible_shell_executable' from source: unknown 7723 1726883199.68898: variable 'ansible_connection' from source: unknown 7723 1726883199.68900: variable 'ansible_module_compression' from source: unknown 7723 1726883199.68902: variable 'ansible_shell_type' from source: unknown 7723 1726883199.68904: variable 'ansible_shell_executable' from source: unknown 7723 1726883199.68907: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883199.68920: variable 'ansible_pipelining' from source: unknown 7723 1726883199.68923: variable 'ansible_timeout' from source: unknown 7723 1726883199.68947: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883199.68994: Loading ActionModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/uri.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7723 1726883199.69001: variable 'omit' from source: magic vars 7723 1726883199.69004: starting attempt loop 7723 1726883199.69007: running the handler 7723 1726883199.69026: _low_level_execute_command(): starting 7723 1726883199.69029: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7723 1726883199.69497: 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 <<< 7723 1726883199.69500: 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.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883199.69503: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883199.69505: 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883199.69560: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883199.69563: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883199.69566: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883199.69619: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883199.71206: stdout chunk (state=3): >>>/root <<< 7723 1726883199.71298: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883199.71332: stderr chunk (state=3): >>><<< 7723 1726883199.71335: stdout chunk (state=3): >>><<< 7723 1726883199.71352: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883199.71361: _low_level_execute_command(): starting 7723 1726883199.71366: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726883199.7135324-8890-24745512632209 `" && echo ansible-tmp-1726883199.7135324-8890-24745512632209="` echo /root/.ansible/tmp/ansible-tmp-1726883199.7135324-8890-24745512632209 `" ) && sleep 0' 7723 1726883199.71806: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883199.71810: 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.12.120 originally 10.31.12.120 <<< 7723 1726883199.71843: stderr chunk (state=3): >>>debug2: match not found <<< 7723 1726883199.71847: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883199.71849: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 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 <<< 7723 1726883199.71851: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883199.71906: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883199.71909: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883199.71911: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883199.71960: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883199.73846: stdout chunk (state=3): >>>ansible-tmp-1726883199.7135324-8890-24745512632209=/root/.ansible/tmp/ansible-tmp-1726883199.7135324-8890-24745512632209 <<< 7723 1726883199.73950: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883199.73980: stderr chunk (state=3): >>><<< 7723 1726883199.73983: stdout chunk (state=3): >>><<< 7723 1726883199.73997: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726883199.7135324-8890-24745512632209=/root/.ansible/tmp/ansible-tmp-1726883199.7135324-8890-24745512632209 , 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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883199.74026: variable 'ansible_module_compression' from source: unknown 7723 1726883199.74066: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7723b_d05x07/ansiballz_cache/ansible.modules.uri-ZIP_DEFLATED 7723 1726883199.74082: variable 'ansible_facts' from source: unknown 7723 1726883199.74138: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726883199.7135324-8890-24745512632209/AnsiballZ_uri.py 7723 1726883199.74231: Sending initial data 7723 1726883199.74234: Sent initial data (149 bytes) 7723 1726883199.74705: 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 <<< 7723 1726883199.74709: 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.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883199.74711: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883199.74713: 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883199.74767: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883199.74770: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883199.74773: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883199.74822: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883199.76371: 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 <<< 7723 1726883199.76409: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 7723 1726883199.76454: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7723b_d05x07/tmpwygm45xa /root/.ansible/tmp/ansible-tmp-1726883199.7135324-8890-24745512632209/AnsiballZ_uri.py <<< 7723 1726883199.76460: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726883199.7135324-8890-24745512632209/AnsiballZ_uri.py" <<< 7723 1726883199.76496: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-7723b_d05x07/tmpwygm45xa" to remote "/root/.ansible/tmp/ansible-tmp-1726883199.7135324-8890-24745512632209/AnsiballZ_uri.py" <<< 7723 1726883199.76499: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726883199.7135324-8890-24745512632209/AnsiballZ_uri.py" <<< 7723 1726883199.77118: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883199.77178: stderr chunk (state=3): >>><<< 7723 1726883199.77181: stdout chunk (state=3): >>><<< 7723 1726883199.77201: done transferring module to remote 7723 1726883199.77212: _low_level_execute_command(): starting 7723 1726883199.77215: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726883199.7135324-8890-24745512632209/ /root/.ansible/tmp/ansible-tmp-1726883199.7135324-8890-24745512632209/AnsiballZ_uri.py && sleep 0' 7723 1726883199.77645: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883199.77676: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7723 1726883199.77683: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 debug2: match not found <<< 7723 1726883199.77685: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883199.77687: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883199.77689: 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883199.77743: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883199.77751: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883199.77789: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883199.79535: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883199.79566: stderr chunk (state=3): >>><<< 7723 1726883199.79571: stdout chunk (state=3): >>><<< 7723 1726883199.79590: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883199.79593: _low_level_execute_command(): starting 7723 1726883199.79596: _low_level_execute_command(): using become for this command 7723 1726883199.79605: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-pagmrrgqayasosoogfghfcwzucquplyg ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726883199.7135324-8890-24745512632209/AnsiballZ_uri.py'"'"' && sleep 0' 7723 1726883199.79693: Initial state: awaiting_escalation: BECOME-SUCCESS-pagmrrgqayasosoogfghfcwzucquplyg 7723 1726883199.80085: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883199.80089: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883199.80144: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883199.80147: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883199.80153: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883199.80199: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883199.83069: stdout chunk (state=1): >>>BECOME-SUCCESS-pagmrrgqayasosoogfghfcwzucquplyg <<< 7723 1726883199.83073: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-pagmrrgqayasosoogfghfcwzucquplyg' 7723 1726883199.83401: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 7723 1726883199.83433: stdout chunk (state=3): >>>import _imp # builtin <<< 7723 1726883199.83456: stdout chunk (state=3): >>>import '_thread' # <<< 7723 1726883199.83471: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 7723 1726883199.83538: stdout chunk (state=3): >>>import '_io' # <<< 7723 1726883199.83545: stdout chunk (state=3): >>>import 'marshal' # <<< 7723 1726883199.83574: stdout chunk (state=3): >>>import 'posix' # <<< 7723 1726883199.83608: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 7723 1726883199.83636: stdout chunk (state=3): >>>import 'time' # <<< 7723 1726883199.83647: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 7723 1726883199.83696: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 7723 1726883199.83701: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883199.83713: stdout chunk (state=3): >>>import '_codecs' # <<< 7723 1726883199.83740: stdout chunk (state=3): >>>import 'codecs' # <<< 7723 1726883199.83773: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 7723 1726883199.83801: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 7723 1726883199.83813: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d393683e0> <<< 7723 1726883199.83821: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d39337a10> <<< 7723 1726883199.83849: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 7723 1726883199.83854: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 7723 1726883199.83897: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3936a960> <<< 7723 1726883199.84110: stdout chunk (state=3): >>>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' <<< 7723 1726883199.84119: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 7723 1726883199.84144: 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 # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 7723 1726883199.84167: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3911cfe0> <<< 7723 1726883199.84235: 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 <<< 7723 1726883199.84238: stdout chunk (state=3): >>># 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 0x7f9d3911df10> <<< 7723 1726883199.84271: stdout chunk (state=3): >>>import 'site' # <<< 7723 1726883199.84299: 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. <<< 7723 1726883199.84552: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 7723 1726883199.84557: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 7723 1726883199.84584: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 7723 1726883199.84588: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883199.84615: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 7723 1726883199.84652: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 7723 1726883199.84674: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 7723 1726883199.84701: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 7723 1726883199.84713: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3915bd40> <<< 7723 1726883199.84738: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 7723 1726883199.84761: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 7723 1726883199.84786: stdout chunk (state=3): >>>import '_operator' # <<< 7723 1726883199.84803: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3915bf80> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 7723 1726883199.84841: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 7723 1726883199.84856: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 7723 1726883199.84935: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883199.84943: stdout chunk (state=3): >>>import 'itertools' # <<< 7723 1726883199.84952: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d39193770> <<< 7723 1726883199.84967: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 7723 1726883199.84985: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 7723 1726883199.84994: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d39193e00> <<< 7723 1726883199.85006: stdout chunk (state=3): >>>import '_collections' # <<< 7723 1726883199.85062: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d39173a10> <<< 7723 1726883199.85065: stdout chunk (state=3): >>>import '_functools' # <<< 7723 1726883199.85096: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d39171130> <<< 7723 1726883199.85185: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d39158ef0> <<< 7723 1726883199.85210: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 7723 1726883199.85236: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 7723 1726883199.85242: stdout chunk (state=3): >>>import '_sre' # <<< 7723 1726883199.85279: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 7723 1726883199.85306: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 7723 1726883199.85360: stdout chunk (state=3): >>># /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' <<< 7723 1726883199.85388: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d391b7770> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d391b6390> <<< 7723 1726883199.85424: 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 0x7f9d39172120> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d391b4b60> <<< 7723 1726883199.85496: 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' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d391e87a0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d39158170> # /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' <<< 7723 1726883199.85535: stdout chunk (state=3): >>># 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 0x7f9d391e8c50> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d391e8b00> <<< 7723 1726883199.85578: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883199.85623: stdout chunk (state=3): >>># 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 0x7f9d391e8ec0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d39156c90> <<< 7723 1726883199.85626: 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' <<< 7723 1726883199.85649: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 7723 1726883199.85682: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d391e9550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d391e9220> <<< 7723 1726883199.85711: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 7723 1726883199.85721: 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' <<< 7723 1726883199.85759: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d391ea420> import 'importlib.util' # <<< 7723 1726883199.85789: stdout chunk (state=3): >>>import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 7723 1726883199.85822: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 7723 1726883199.85845: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 7723 1726883199.85861: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d39204650> <<< 7723 1726883199.85864: stdout chunk (state=3): >>>import 'errno' # <<< 7723 1726883199.85892: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883199.85898: 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 0x7f9d39205d90> <<< 7723 1726883199.85931: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 7723 1726883199.85936: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 7723 1726883199.85962: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 7723 1726883199.85976: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 7723 1726883199.85979: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d39206c30> <<< 7723 1726883199.86023: 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 0x7f9d39207290> <<< 7723 1726883199.86051: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d39206180> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 7723 1726883199.86094: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 7723 1726883199.86117: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d39207d10> <<< 7723 1726883199.86134: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d39207440> <<< 7723 1726883199.86170: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d391ea480> <<< 7723 1726883199.86202: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 7723 1726883199.86220: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 7723 1726883199.86243: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 7723 1726883199.86249: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 7723 1726883199.86274: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d38f3bc50> <<< 7723 1726883199.86298: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 7723 1726883199.86302: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 7723 1726883199.86339: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d38f64680> <<< 7723 1726883199.86345: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d38f643e0> <<< 7723 1726883199.86370: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883199.86377: stdout chunk (state=3): >>># extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d38f646b0> <<< 7723 1726883199.86422: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 7723 1726883199.86430: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 7723 1726883199.86488: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883199.86608: 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 0x7f9d38f64fe0> <<< 7723 1726883199.86713: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883199.86720: 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 0x7f9d38f659d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d38f64890> <<< 7723 1726883199.86760: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d38f39df0> <<< 7723 1726883199.86837: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py # code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 7723 1726883199.86846: stdout chunk (state=3): >>># /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' <<< 7723 1726883199.86851: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d38f66db0> <<< 7723 1726883199.86894: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d38f65af0> <<< 7723 1726883199.86897: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d391eab70> <<< 7723 1726883199.86902: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 7723 1726883199.86956: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883199.86977: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 7723 1726883199.87012: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 7723 1726883199.87043: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d38f8f140> <<< 7723 1726883199.87093: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 7723 1726883199.87108: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883199.87131: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 7723 1726883199.87150: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 7723 1726883199.87189: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d38fb7530> <<< 7723 1726883199.87216: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 7723 1726883199.87257: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 7723 1726883199.87312: stdout chunk (state=3): >>>import 'ntpath' # <<< 7723 1726883199.87337: 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 0x7f9d390142f0> <<< 7723 1726883199.87357: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 7723 1726883199.87383: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 7723 1726883199.87421: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 7723 1726883199.87471: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 7723 1726883199.87548: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d39016a50> <<< 7723 1726883199.87617: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d39014410> <<< 7723 1726883199.87656: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d38fdd2e0> <<< 7723 1726883199.87710: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' <<< 7723 1726883199.87714: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d389293d0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d38fb6330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d38f67d10> <<< 7723 1726883199.87932: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 7723 1726883199.87964: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f9d38fb6930> <<< 7723 1726883199.87992: stdout chunk (state=3): >>># zipimport: found 32 names in '/tmp/ansible_ansible.legacy.uri_payload_mbqdzyi5/ansible_ansible.legacy.uri_payload.zip' # zipimport: zlib available <<< 7723 1726883199.88118: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.88152: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 7723 1726883199.88167: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 7723 1726883199.88198: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 7723 1726883199.88268: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 7723 1726883199.88303: 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 0x7f9d389830e0> <<< 7723 1726883199.88379: stdout chunk (state=3): >>>import '_typing' # <<< 7723 1726883199.88512: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d38961fd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d38961160> # zipimport: zlib available <<< 7723 1726883199.88618: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 7723 1726883199.89986: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.91360: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d38980f80> # /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' <<< 7723 1726883199.91378: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d389aaab0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d389aa8a0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d389aa1e0> # /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 0x7f9d389aab70> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d38983b00> import 'atexit' # <<< 7723 1726883199.91663: 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 0x7f9d389ab7d0> <<< 7723 1726883199.91733: 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 0x7f9d389aba10> # /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 0x7f9d389abf50> 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 0x7f9d38811d30> # 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 0x7f9d38813950> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 7723 1726883199.91737: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d38814350> <<< 7723 1726883199.91742: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 7723 1726883199.91779: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 7723 1726883199.91785: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d388154f0> <<< 7723 1726883199.91813: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 7723 1726883199.91869: stdout chunk (state=3): >>># 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' <<< 7723 1726883199.91986: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d38817fb0> # 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 0x7f9d388202f0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d38816270> <<< 7723 1726883199.92004: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 7723 1726883199.92092: stdout chunk (state=3): >>># 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 <<< 7723 1726883199.92115: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 7723 1726883199.92122: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 7723 1726883199.92298: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d38823f50> import '_tokenize' # <<< 7723 1726883199.92312: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d38822a20> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d38822780> <<< 7723 1726883199.92316: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 7723 1726883199.92319: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 7723 1726883199.92556: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d38822cf0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d38816780> # 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 0x7f9d38867f50> # /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 0x7f9d388681d0> <<< 7723 1726883199.92571: 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 # 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 0x7f9d38869d90> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d38869b50> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 7723 1726883199.92648: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 7723 1726883199.92694: 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 0x7f9d3886c2f0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3886a480> <<< 7723 1726883199.92721: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 7723 1726883199.92761: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883199.92789: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 7723 1726883199.92797: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 7723 1726883199.92862: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3886fa70> <<< 7723 1726883199.92973: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3886c440> <<< 7723 1726883199.93059: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d388708f0> # 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 0x7f9d38870ad0> <<< 7723 1726883199.93105: 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 0x7f9d38870bf0> <<< 7723 1726883199.93178: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d388684d0> # /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' <<< 7723 1726883199.93208: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883199.93346: 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 0x7f9d388fc500> <<< 7723 1726883199.93422: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d388fd400> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d38872c90> <<< 7723 1726883199.93556: 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 0x7f9d38870590> <<< 7723 1726883199.93560: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d388728a0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 7723 1726883199.93581: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.93675: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.93691: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 7723 1726883199.93694: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.93717: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.93721: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 7723 1726883199.94059: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7723 1726883199.94502: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.95035: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 7723 1726883199.95039: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 7723 1726883199.95096: stdout chunk (state=3): >>># /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' <<< 7723 1726883199.95171: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d38701700> <<< 7723 1726883199.95207: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 7723 1726883199.95246: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d38702450> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d388fd670> <<< 7723 1726883199.95300: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 7723 1726883199.95347: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.95362: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 7723 1726883199.95499: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.95680: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d387021b0> <<< 7723 1726883199.95684: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.96131: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.96573: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.96633: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.96712: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 7723 1726883199.96724: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.96756: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.96799: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 7723 1726883199.96816: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.96873: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.97145: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available <<< 7723 1726883199.97149: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.97164: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 7723 1726883199.97457: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.97538: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 7723 1726883199.97597: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 7723 1726883199.97609: stdout chunk (state=3): >>>import '_ast' # <<< 7723 1726883199.97673: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d38703620> <<< 7723 1726883199.97686: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.97792: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.97834: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 7723 1726883199.97864: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 7723 1726883199.97876: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.97912: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.98015: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 7723 1726883199.98018: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.98050: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.98310: stdout chunk (state=3): >>># 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 0x7f9d3870e150> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3870be60> <<< 7723 1726883199.98343: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 7723 1726883199.98351: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.98411: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.98472: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.98510: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.98575: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 7723 1726883199.98604: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 7723 1726883199.98622: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 7723 1726883199.98682: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 7723 1726883199.98703: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 7723 1726883199.98722: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 7723 1726883199.98780: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d38802a50> <<< 7723 1726883199.98824: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d389e2720> <<< 7723 1726883199.98913: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3870e240> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d38703050> <<< 7723 1726883199.98920: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 7723 1726883199.98955: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.98980: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 7723 1726883199.99046: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 7723 1726883199.99051: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.99073: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.99078: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 7723 1726883199.99099: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.99350: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.99603: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.urllib' # <<< 7723 1726883199.99617: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.urllib.parse' # <<< 7723 1726883199.99622: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.99656: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883199.99688: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # <<< 7723 1726883199.99700: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883200.00420: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883200.01094: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py <<< 7723 1726883200.01098: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc' import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d387a04a0> <<< 7723 1726883200.01126: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/__init__.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc' import 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d387a0590> <<< 7723 1726883200.01172: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/application.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc' <<< 7723 1726883200.01184: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py <<< 7723 1726883200.01195: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py <<< 7723 1726883200.01218: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d387a0d70> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d387a0950> <<< 7723 1726883200.01230: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py <<< 7723 1726883200.01241: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc' <<< 7723 1726883200.01257: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py <<< 7723 1726883200.01260: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc' <<< 7723 1726883200.01298: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d387a1970> <<< 7723 1726883200.01325: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py <<< 7723 1726883200.01337: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc' <<< 7723 1726883200.01364: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py # code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' <<< 7723 1726883200.01380: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py <<< 7723 1726883200.01396: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' <<< 7723 1726883200.01403: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py <<< 7723 1726883200.01422: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' <<< 7723 1726883200.01448: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py <<< 7723 1726883200.01459: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' <<< 7723 1726883200.01464: stdout chunk (state=3): >>>import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d38788e60> <<< 7723 1726883200.01493: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py <<< 7723 1726883200.01498: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d387890a0> <<< 7723 1726883200.01525: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py <<< 7723 1726883200.01539: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' <<< 7723 1726883200.01546: stdout chunk (state=3): >>>import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3834e5d0> <<< 7723 1726883200.01585: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d387a3140> <<< 7723 1726883200.01612: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 7723 1726883200.01621: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' <<< 7723 1726883200.01649: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py <<< 7723 1726883200.01657: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' <<< 7723 1726883200.01683: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py <<< 7723 1726883200.01742: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 7723 1726883200.01804: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3835d070> <<< 7723 1726883200.01809: stdout chunk (state=3): >>>import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3834fc20> <<< 7723 1726883200.01847: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3834eff0> <<< 7723 1726883200.01861: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d387a25a0> <<< 7723 1726883200.01881: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py <<< 7723 1726883200.01900: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' <<< 7723 1726883200.01926: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py <<< 7723 1726883200.01978: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' <<< 7723 1726883200.02001: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py <<< 7723 1726883200.02006: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' <<< 7723 1726883200.02033: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d38391130> <<< 7723 1726883200.02159: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d38385340> <<< 7723 1726883200.02284: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3834faa0> <<< 7723 1726883200.02311: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py <<< 7723 1726883200.02318: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' <<< 7723 1726883200.02336: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py <<< 7723 1726883200.02364: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 7723 1726883200.02401: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py <<< 7723 1726883200.02420: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc' import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d383d4f50> <<< 7723 1726883200.02424: stdout chunk (state=3): >>>import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d38392f00> <<< 7723 1726883200.02431: stdout chunk (state=3): >>>import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d38384e30> <<< 7723 1726883200.02454: stdout chunk (state=3): >>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d387a2030> <<< 7723 1726883200.02477: stdout chunk (state=3): >>>import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d387a1a30> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d387a1670> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d387a06b0> <<< 7723 1726883200.02497: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/multipart.py <<< 7723 1726883200.02513: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc' import 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d387a1a60> <<< 7723 1726883200.02528: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py <<< 7723 1726883200.02536: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' <<< 7723 1726883200.02557: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py <<< 7723 1726883200.02569: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' <<< 7723 1726883200.02618: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d383d55b0> <<< 7723 1726883200.02624: stdout chunk (state=3): >>>import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d383d51c0> <<< 7723 1726883200.02655: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py <<< 7723 1726883200.02660: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883200.02729: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d383d5ca0> <<< 7723 1726883200.02750: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 7723 1726883200.02779: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 7723 1726883200.02854: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 7723 1726883200.02880: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 7723 1726883200.02964: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883200.03038: stdout chunk (state=3): >>># extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d383db950> <<< 7723 1726883200.03224: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d383d8f50> <<< 7723 1726883200.03256: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d383d6b70> <<< 7723 1726883200.03283: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py # code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' <<< 7723 1726883200.03335: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d383d8950> <<< 7723 1726883200.03367: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py # code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d383c6d20> <<< 7723 1726883200.03405: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc' <<< 7723 1726883200.03449: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc' <<< 7723 1726883200.03474: stdout chunk (state=3): >>>import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d383c79b0> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d383c7470> # /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 7723 1726883200.03555: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 7723 1726883200.03613: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d383c7e90> <<< 7723 1726883200.03644: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 7723 1726883200.03674: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 7723 1726883200.03912: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d383f72c0> <<< 7723 1726883200.03915: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 7723 1726883200.03977: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' <<< 7723 1726883200.03980: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d382ebaa0> <<< 7723 1726883200.04015: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883200.04116: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 7723 1726883200.04213: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883200.08462: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py <<< 7723 1726883200.08488: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' <<< 7723 1726883200.08492: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py <<< 7723 1726883200.08517: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' <<< 7723 1726883200.08556: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883200.08560: stdout chunk (state=3): >>># extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d38027500> <<< 7723 1726883200.08568: stdout chunk (state=3): >>>import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d38026780> <<< 7723 1726883200.08621: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d38026660> <<< 7723 1726883200.11026: stdout chunk (state=3): >>>/usr/lib64/python3.12/urllib/request.py:1052: UserWarning: Basic Auth Realm was unquoted response = self.http_error_auth_reqed('www-authenticate', <<< 7723 1726883200.17202: stdout chunk (state=3): >>> {"redirected": false, "url": "https://candlepin.local:8443/candlepin/activation_keys/8a8082e4920b0ce701920b0e0ba80984/pools/8a8082e4920b0ce701920b0d183705d9", "status": 200, "x_candlepin_request_uuid": "88b934b4-5523-4d14-b10e-4ea084175d58", "x_version": "4.4.16-1", "vary": "accept-encoding", "content_type": "application/json", "transfer_encoding": "chunked", "date": "Sat, 21 Sep 2024 01:46:39 GMT", "connection": "close", "cookies_string": "", "cookies": {}, "msg": "OK (unknown bytes)", "elapsed": 0, "changed": false, "json": {"created": "2024-09-19T16:12:02+0000", "updated": "2024-09-19T16:12:02+0000", "id": "8a8082e4920b0ce701920b0e0ba80984", "name": "default_key", "description": null, "owner": {"id": "8a8082e4920b0ce701920b0cfa450004", "key": "donaldduck", "displayName": "Donald Duck", "href": "/owners/donaldduck", "contentAccessMode": "org_environment"}, "releaseVer": {"releaseVer": null}, "serviceLevel": null, "usage": null, "role": null, "addOns": [], "autoAttach": null, "pools": [{"poolId": "8a8082e4920b0ce701920b0d1816051f", "quantity": null}, {"poolId": "8a8082e4920b0ce701920b0d181c0543", "quantity": null}, {"poolId": "8a8082e4920b0ce701920b0d183705d9", "quantity": null}, {"poolId": "8a8082e4920b0ce701920b0d183705d7", "quantity": null}], "products": [], "contentOverrides": []}, "invocation": {"module_args": {"url": "https://candlepin.local:8443/candlepin/activation_keys/8a8082e4920b0ce701920b0e0ba80984/pools/8a8082e4920b0ce701920b0d183705d9", "method": "POST", "url_username": "doc", "url_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "force": false, "http_agent": "ansible-httpget", "use_proxy": true, "validate_certs": true, "force_basic_auth": false, "use_gssapi": false, "body_format": "raw", "return_content": false, "follow_redirects": "safe", "status_code": [200], "timeout": 30, "headers": {}, "remote_src": false, "unredirected_headers": [], "decompress": true, "use_netrc": true, "unsafe_writes": false, "client_cert": null, "client_key": null, "dest": null, "body": null, "src": null, "creates": null, "removes": null, "unix_socket": null, "ca_path": null, "ciphers": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} # destroy __main__ <<< 7723 1726883200.17515: 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 <<< 7723 1726883200.17651: stdout chunk (state=3): >>># 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 # 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 # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing 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 # cleanup[2] removing ipaddress # cleanup[2] removing 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 # cleanu<<< 7723 1726883200.17664: stdout chunk (state=3): >>>p[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 # 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 # 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 # 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 <<< 7723 1726883200.17671: stdout chunk (state=3): >>># 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 # cleanup[2] removing ansible.module_utils.six.moves.urllib # cleanup[2] removing ansible.module_utils.six.moves.urllib.parse # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing email # cleanup[2] removing email.mime # cleanup[2] removing quopri # cleanup[2] removing email.encoders # cleanup[2] removing email.errors # cleanup[2] removing email.quoprimime # cleanup[2] removing email.base64mime # cleanup[2] removing email.charset # cleanup[2] removing email.header # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing email.utils # cleanup[2] removing email._policybase # cleanup[2] removing email._encoded_words # cleanup[2] removing email._header_value_parser # cleanup[2] removing email.headerregistry # cleanup[2] removing email.iterators # cleanup[2] removing email.message # cleanup[2] removing email.contentmanager # cleanup[2] removing email.policy # cleanup[2] removing email.mime.base # cleanup[2] removing email.mime.nonmultipart # cleanup[2] removing email.mime.application # cleanup[2] removing email.mime.multipart # cleanup[2] removing email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing http # cleanup[2] removing _ssl # cleanup[2] removing ssl # cleanup[2] removing http.client # cleanup[2] removing mimetypes # cleanup[2] removing netrc # cleanup[2] removing urllib.response # cleanup[2] removing urllib.error # cleanup[2] removing urllib.request # cleanup[2] removing http.cookiejar # cleanup[2] removing gzip # cleanup[2] removing ansible.module_utils.urls # destroy ansible.module_utils.urls # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna <<< 7723 1726883200.17988: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 7723 1726883200.17992: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 7723 1726883200.18011: stdout chunk (state=3): >>># destroy _bz2 <<< 7723 1726883200.18029: stdout chunk (state=3): >>># destroy _lzma # destroy _blake2 # destroy bz2 # destroy lzma # destroy zipfile._path <<< 7723 1726883200.18049: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy urllib.parse # destroy urllib.response # destroy urllib.error # destroy urllib.request <<< 7723 1726883200.18059: stdout chunk (state=3): >>># destroy ntpath <<< 7723 1726883200.18084: stdout chunk (state=3): >>># destroy importlib # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux <<< 7723 1726883200.18090: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings <<< 7723 1726883200.18114: stdout chunk (state=3): >>># destroy _locale # destroy pwd <<< 7723 1726883200.18128: stdout chunk (state=3): >>># destroy signal # destroy fcntl # destroy select # destroy _signal <<< 7723 1726883200.18139: stdout chunk (state=3): >>># destroy _posixsubprocess # destroy syslog # destroy uuid <<< 7723 1726883200.18153: stdout chunk (state=3): >>># destroy selectors # destroy array <<< 7723 1726883200.18173: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 7723 1726883200.18179: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 7723 1726883200.18210: stdout chunk (state=3): >>># destroy mimetypes # destroy netrc # destroy gzip <<< 7723 1726883200.18241: stdout chunk (state=3): >>># destroy email.mime # destroy email.mime.base # destroy email.mime.nonmultipart # destroy email.mime.application # destroy email.mime.multipart # destroy email.base64mime # destroy email._parseaddr # destroy email._policybase # destroy email.headerregistry # destroy email.iterators # destroy email.contentmanager # destroy email.policy # destroy email.feedparser # destroy email.parser # destroy email.encoders <<< 7723 1726883200.18253: stdout chunk (state=3): >>># destroy email.message # destroy email.header <<< 7723 1726883200.18256: stdout chunk (state=3): >>># destroy random # destroy calendar # destroy locale <<< 7723 1726883200.18261: stdout chunk (state=3): >>># destroy email._header_value_parser # destroy email._encoded_words <<< 7723 1726883200.18293: stdout chunk (state=3): >>># destroy unicodedata <<< 7723 1726883200.18300: stdout chunk (state=3): >>># destroy email.quoprimime # destroy binascii # destroy quopri # destroy email.utils # destroy email.charset <<< 7723 1726883200.18320: stdout chunk (state=3): >>># destroy email.errors # destroy http.client # destroy http.cookiejar <<< 7723 1726883200.18334: stdout chunk (state=3): >>># destroy errno <<< 7723 1726883200.18341: stdout chunk (state=3): >>># destroy _ssl <<< 7723 1726883200.18369: stdout chunk (state=3): >>># destroy base64 # destroy bisect # destroy email # destroy hashlib # destroy socket # destroy string # destroy tempfile # destroy ssl <<< 7723 1726883200.18389: stdout chunk (state=3): >>># destroy copy # destroy datetime # destroy urllib # destroy http <<< 7723 1726883200.18403: stdout chunk (state=3): >>># destroy struct # destroy zlib # destroy _compression <<< 7723 1726883200.18636: stdout chunk (state=3): >>># cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping ansible.module_utils.six.moves.urllib.parse # cleanup[3] wiping ansible.module_utils.six.moves.urllib # cleanup[3] wiping selinux._selinux <<< 7723 1726883200.18677: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 7723 1726883200.18689: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping ipaddress # 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 <<< 7723 1726883200.18730: stdout chunk (state=3): >>># 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 <<< 7723 1726883200.18753: stdout chunk (state=3): >>># 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 <<< 7723 1726883200.18774: 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 # 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 <<< 7723 1726883200.18925: stdout chunk (state=3): >>># destroy sys.monitoring <<< 7723 1726883200.18969: stdout chunk (state=3): >>># destroy _socket # destroy _collections <<< 7723 1726883200.18978: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 7723 1726883200.19005: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 7723 1726883200.19023: stdout chunk (state=3): >>># destroy _typing <<< 7723 1726883200.19118: stdout chunk (state=3): >>># destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy operator # destroy ansible.module_utils.six.moves # destroy functools # destroy ipaddress <<< 7723 1726883200.19137: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 7723 1726883200.19160: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 7723 1726883200.19269: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 7723 1726883200.19273: stdout chunk (state=3): >>># destroy time <<< 7723 1726883200.19329: stdout chunk (state=3): >>># destroy _random # destroy _weakref # destroy _hashlib <<< 7723 1726883200.19364: stdout chunk (state=3): >>># destroy _operator # destroy _sre # destroy _string # destroy re # destroy itertools <<< 7723 1726883200.19370: stdout chunk (state=3): >>># destroy _abc # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 7723 1726883200.19881: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.120 closed. <<< 7723 1726883200.19931: stderr chunk (state=3): >>><<< 7723 1726883200.19934: stdout chunk (state=3): >>><<< 7723 1726883200.20071: _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 0x7f9d393683e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d39337a10> # /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 0x7f9d3936a960> 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 0x7f9d3911cfe0> # /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 0x7f9d3911df10> 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 0x7f9d3915bd40> # /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 0x7f9d3915bf80> # /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 0x7f9d39193770> # /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 0x7f9d39193e00> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d39173a10> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d39171130> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d39158ef0> # /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 0x7f9d391b7770> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d391b6390> # /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 0x7f9d39172120> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d391b4b60> # /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 0x7f9d391e87a0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d39158170> # /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 0x7f9d391e8c50> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d391e8b00> # 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 0x7f9d391e8ec0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d39156c90> # /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 0x7f9d391e9550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d391e9220> 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 0x7f9d391ea420> 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 0x7f9d39204650> 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 0x7f9d39205d90> # /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 0x7f9d39206c30> # 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 0x7f9d39207290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d39206180> # /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 0x7f9d39207d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d39207440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d391ea480> # /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 0x7f9d38f3bc50> # /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 0x7f9d38f64680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d38f643e0> # 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 0x7f9d38f646b0> # /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 0x7f9d38f64fe0> # 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 0x7f9d38f659d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d38f64890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d38f39df0> # /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 0x7f9d38f66db0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d38f65af0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d391eab70> # /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 0x7f9d38f8f140> # /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 0x7f9d38fb7530> # /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 0x7f9d390142f0> # /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 0x7f9d39016a50> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d39014410> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d38fdd2e0> # /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 0x7f9d389293d0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d38fb6330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d38f67d10> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f9d38fb6930> # zipimport: found 32 names in '/tmp/ansible_ansible.legacy.uri_payload_mbqdzyi5/ansible_ansible.legacy.uri_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 0x7f9d389830e0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d38961fd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d38961160> # 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 0x7f9d38980f80> # /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 0x7f9d389aaab0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d389aa8a0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d389aa1e0> # /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 0x7f9d389aab70> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d38983b00> 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 0x7f9d389ab7d0> # 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 0x7f9d389aba10> # /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 0x7f9d389abf50> 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 0x7f9d38811d30> # 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 0x7f9d38813950> # /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 0x7f9d38814350> # /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 0x7f9d388154f0> # /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 0x7f9d38817fb0> # 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 0x7f9d388202f0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d38816270> # /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 0x7f9d38823f50> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d38822a20> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d38822780> # /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 0x7f9d38822cf0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d38816780> # 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 0x7f9d38867f50> # /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 0x7f9d388681d0> # /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 0x7f9d38869d90> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d38869b50> # /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 0x7f9d3886c2f0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3886a480> # /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 0x7f9d3886fa70> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3886c440> # 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 0x7f9d388708f0> # 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 0x7f9d38870ad0> # 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 0x7f9d38870bf0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d388684d0> # /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 0x7f9d388fc500> # 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 0x7f9d388fd400> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d38872c90> # 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 0x7f9d38870590> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d388728a0> # 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 0x7f9d38701700> # /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 0x7f9d38702450> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d388fd670> 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 0x7f9d387021b0> # 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 0x7f9d38703620> # 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 0x7f9d3870e150> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3870be60> 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 0x7f9d38802a50> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d389e2720> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3870e240> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d38703050> # 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 import 'ansible.module_utils.six.moves.urllib' # import 'ansible.module_utils.six.moves.urllib.parse' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.datetime' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py # code object from '/usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc' import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d387a04a0> # /usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/__init__.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc' import 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d387a0590> # /usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/application.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py # code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py # code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d387a0d70> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d387a0950> # /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py # code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc' import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d387a1970> # /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py # code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py # code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py # code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py # code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d38788e60> # /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py # code object from '/usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d387890a0> # /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py # code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3834e5d0> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d387a3140> # /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py # code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py # code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py # code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3835d070> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3834fc20> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3834eff0> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d387a25a0> # /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py # code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py # code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py # code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d38391130> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d38385340> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d3834faa0> # /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py # code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py # code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py # code object from '/usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc' import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d383d4f50> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d38392f00> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d38384e30> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d387a2030> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d387a1a30> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d387a1670> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d387a06b0> # /usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/multipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc' import 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d387a1a60> # /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py # code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py # code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d383d55b0> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d383d51c0> # /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py # code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d383d5ca0> # /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py # code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py # code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' # extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' # extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d383db950> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d383d8f50> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d383d6b70> # /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py # code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d383d8950> # /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py # code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d383c6d20> # /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc' # /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc' import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d383c79b0> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d383c7470> # /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d383c7e90> # /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py # code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d383f72c0> # /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py # code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d382ebaa0> # zipimport: zlib available import 'ansible.module_utils.urls' # # zipimport: zlib available # /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py # code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' # extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f9d38027500> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d38026780> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f9d38026660> /usr/lib64/python3.12/urllib/request.py:1052: UserWarning: Basic Auth Realm was unquoted response = self.http_error_auth_reqed('www-authenticate', {"redirected": false, "url": "https://candlepin.local:8443/candlepin/activation_keys/8a8082e4920b0ce701920b0e0ba80984/pools/8a8082e4920b0ce701920b0d183705d9", "status": 200, "x_candlepin_request_uuid": "88b934b4-5523-4d14-b10e-4ea084175d58", "x_version": "4.4.16-1", "vary": "accept-encoding", "content_type": "application/json", "transfer_encoding": "chunked", "date": "Sat, 21 Sep 2024 01:46:39 GMT", "connection": "close", "cookies_string": "", "cookies": {}, "msg": "OK (unknown bytes)", "elapsed": 0, "changed": false, "json": {"created": "2024-09-19T16:12:02+0000", "updated": "2024-09-19T16:12:02+0000", "id": "8a8082e4920b0ce701920b0e0ba80984", "name": "default_key", "description": null, "owner": {"id": "8a8082e4920b0ce701920b0cfa450004", "key": "donaldduck", "displayName": "Donald Duck", "href": "/owners/donaldduck", "contentAccessMode": "org_environment"}, "releaseVer": {"releaseVer": null}, "serviceLevel": null, "usage": null, "role": null, "addOns": [], "autoAttach": null, "pools": [{"poolId": "8a8082e4920b0ce701920b0d1816051f", "quantity": null}, {"poolId": "8a8082e4920b0ce701920b0d181c0543", "quantity": null}, {"poolId": "8a8082e4920b0ce701920b0d183705d9", "quantity": null}, {"poolId": "8a8082e4920b0ce701920b0d183705d7", "quantity": null}], "products": [], "contentOverrides": []}, "invocation": {"module_args": {"url": "https://candlepin.local:8443/candlepin/activation_keys/8a8082e4920b0ce701920b0e0ba80984/pools/8a8082e4920b0ce701920b0d183705d9", "method": "POST", "url_username": "doc", "url_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "force": false, "http_agent": "ansible-httpget", "use_proxy": true, "validate_certs": true, "force_basic_auth": false, "use_gssapi": false, "body_format": "raw", "return_content": false, "follow_redirects": "safe", "status_code": [200], "timeout": 30, "headers": {}, "remote_src": false, "unredirected_headers": [], "decompress": true, "use_netrc": true, "unsafe_writes": false, "client_cert": null, "client_key": null, "dest": null, "body": null, "src": null, "creates": null, "removes": null, "unix_socket": null, "ca_path": null, "ciphers": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} # 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 # 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 # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing 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 # cleanup[2] removing ipaddress # cleanup[2] removing 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 # 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 # 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 # 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 # cleanup[2] removing ansible.module_utils.six.moves.urllib # cleanup[2] removing ansible.module_utils.six.moves.urllib.parse # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing email # cleanup[2] removing email.mime # cleanup[2] removing quopri # cleanup[2] removing email.encoders # cleanup[2] removing email.errors # cleanup[2] removing email.quoprimime # cleanup[2] removing email.base64mime # cleanup[2] removing email.charset # cleanup[2] removing email.header # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing email.utils # cleanup[2] removing email._policybase # cleanup[2] removing email._encoded_words # cleanup[2] removing email._header_value_parser # cleanup[2] removing email.headerregistry # cleanup[2] removing email.iterators # cleanup[2] removing email.message # cleanup[2] removing email.contentmanager # cleanup[2] removing email.policy # cleanup[2] removing email.mime.base # cleanup[2] removing email.mime.nonmultipart # cleanup[2] removing email.mime.application # cleanup[2] removing email.mime.multipart # cleanup[2] removing email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing http # cleanup[2] removing _ssl # cleanup[2] removing ssl # cleanup[2] removing http.client # cleanup[2] removing mimetypes # cleanup[2] removing netrc # cleanup[2] removing urllib.response # cleanup[2] removing urllib.error # cleanup[2] removing urllib.request # cleanup[2] removing http.cookiejar # cleanup[2] removing gzip # cleanup[2] removing ansible.module_utils.urls # destroy ansible.module_utils.urls # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _lzma # destroy _blake2 # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy urllib.parse # destroy urllib.response # destroy urllib.error # destroy urllib.request # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy array # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # destroy mimetypes # destroy netrc # destroy gzip # destroy email.mime # destroy email.mime.base # destroy email.mime.nonmultipart # destroy email.mime.application # destroy email.mime.multipart # destroy email.base64mime # destroy email._parseaddr # destroy email._policybase # destroy email.headerregistry # destroy email.iterators # destroy email.contentmanager # destroy email.policy # destroy email.feedparser # destroy email.parser # destroy email.encoders # destroy email.message # destroy email.header # destroy random # destroy calendar # destroy locale # destroy email._header_value_parser # destroy email._encoded_words # destroy unicodedata # destroy email.quoprimime # destroy binascii # destroy quopri # destroy email.utils # destroy email.charset # destroy email.errors # destroy http.client # destroy http.cookiejar # destroy errno # destroy _ssl # destroy base64 # destroy bisect # destroy email # destroy hashlib # destroy socket # destroy string # destroy tempfile # destroy ssl # destroy copy # destroy datetime # destroy urllib # destroy http # destroy struct # destroy zlib # destroy _compression # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping ansible.module_utils.six.moves.urllib.parse # cleanup[3] wiping ansible.module_utils.six.moves.urllib # 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 ipaddress # 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 operator # destroy ansible.module_utils.six.moves # destroy functools # destroy ipaddress # 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 encodings.idna # 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 _sre # destroy _string # destroy re # destroy itertools # destroy _abc # 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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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.12.120 closed. 7723 1726883200.20939: done with _execute_module (ansible.legacy.uri, {'url': 'https://candlepin.local:8443/candlepin/activation_keys/8a8082e4920b0ce701920b0e0ba80984/pools/8a8082e4920b0ce701920b0d183705d9', 'method': 'POST', 'url_username': 'doc', 'url_password': 'password', '_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': 'ansible.legacy.uri', '_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-1726883199.7135324-8890-24745512632209/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7723 1726883200.21147: _low_level_execute_command(): starting 7723 1726883200.21151: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726883199.7135324-8890-24745512632209/ > /dev/null 2>&1 && sleep 0' 7723 1726883200.21153: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7723 1726883200.21157: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883200.21159: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883200.21161: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7723 1726883200.21163: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 <<< 7723 1726883200.21165: stderr chunk (state=3): >>>debug2: match not found <<< 7723 1726883200.21167: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883200.21169: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7723 1726883200.21171: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.12.120 is address <<< 7723 1726883200.21173: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7723 1726883200.21182: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883200.21185: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883200.21187: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7723 1726883200.21189: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 <<< 7723 1726883200.21191: stderr chunk (state=3): >>>debug2: match found <<< 7723 1726883200.21193: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883200.21217: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883200.21223: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883200.21226: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883200.21264: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883200.23087: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883200.23113: stderr chunk (state=3): >>><<< 7723 1726883200.23116: stdout chunk (state=3): >>><<< 7723 1726883200.23137: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883200.23142: handler run complete 7723 1726883200.23190: attempt loop complete, returning result 7723 1726883200.23206: variable 'item' from source: unknown 7723 1726883200.23272: variable 'item' from source: unknown ok: [managed_node1] => (item={'created': '2024-09-19T16:11:00+0000', 'updated': '2024-09-19T16:11:00+0000', 'id': '8a8082e4920b0ce701920b0d183705d9', 'type': 'UNMAPPED_GUEST', 'owner': {'id': '8a8082e4920b0ce701920b0cfa450004', 'key': 'donaldduck', 'displayName': 'Donald Duck', 'href': '/owners/donaldduck', 'contentAccessMode': 'org_environment'}, 'activeSubscription': True, 'sourceEntitlement': None, 'quantity': 10, 'startDate': '2024-09-14T16:10:55+0000', 'endDate': '2025-09-14T16:10:55+0000', 'attributes': [{'name': 'unmapped_guests_only', 'value': 'true'}, {'name': 'pool_derived', 'value': 'true'}, {'name': 'physical_only', 'value': 'false'}, {'name': 'virt_limit', 'value': '0'}, {'name': 'requires_consumer_type', 'value': 'system'}, {'name': 'virt_only', 'value': 'true'}], 'restrictedToUsername': None, 'contractNumber': '0', 'accountNumber': '4430910818', 'orderNumber': 'order-01213291', 'consumed': 0, 'exported': 0, 'branding': [{'created': '2024-09-19T16:11:00+0000', 'updated': '2024-09-19T16:11:00+0000', 'productId': '32060', 'name': 'Branded Donaldy OS Instance Based one socket', 'type': 'OS'}], 'calculatedAttributes': {'compliance_type': 'Instance Based (Temporary)'}, 'upstreamPoolId': None, 'upstreamEntitlementId': None, 'upstreamConsumerId': None, 'productName': 'Donaldy OS Instance Based one socket', 'productId': 'donaldyos-onesocketib', 'productAttributes': [{'name': 'host_limited', 'value': 'true'}, {'name': 'instance_multiplier', 'value': '2'}, {'name': 'multi-entitlement', 'value': 'yes'}, {'name': 'virt_limit', 'value': '1'}, {'name': 'variant', 'value': 'ALL'}, {'name': 'stacking_id', 'value': '15'}, {'name': 'support_level', 'value': 'Standard'}, {'name': 'sockets', 'value': '1'}, {'name': 'support_type', 'value': 'L1-L3'}, {'name': 'arch', 'value': 'ALL'}, {'name': 'type', 'value': 'MKT'}, {'name': 'version', 'value': '1.0'}], 'stackId': '15', 'stacked': True, 'sourceStackId': None, 'href': '/pools/8a8082e4920b0ce701920b0d183705d9', 'derivedProductAttributes': [], 'derivedProductId': None, 'derivedProductName': None, 'providedProducts': [{'productId': '7051', 'productName': 'Donaldy OS Developer Bits'}, {'productId': '7050', 'productName': 'Donaldy OS Premium Architecture Bits'}, {'productId': '32060', 'productName': 'Awesome OS Instance Server Bits'}], 'derivedProvidedProducts': [], 'subscriptionSubKey': 'derived', 'subscriptionId': 'upstream-68618359', 'managed': True}) => { "ansible_loop_var": "item", "changed": false, "connection": "close", "content_type": "application/json", "cookies": {}, "cookies_string": "", "date": "Sat, 21 Sep 2024 01:46:39 GMT", "elapsed": 0, "item": { "accountNumber": "4430910818", "activeSubscription": true, "attributes": [ { "name": "unmapped_guests_only", "value": "true" }, { "name": "pool_derived", "value": "true" }, { "name": "physical_only", "value": "false" }, { "name": "virt_limit", "value": "0" }, { "name": "requires_consumer_type", "value": "system" }, { "name": "virt_only", "value": "true" } ], "branding": [ { "created": "2024-09-19T16:11:00+0000", "name": "Branded Donaldy OS Instance Based one socket", "productId": "32060", "type": "OS", "updated": "2024-09-19T16:11:00+0000" } ], "calculatedAttributes": { "compliance_type": "Instance Based (Temporary)" }, "consumed": 0, "contractNumber": "0", "created": "2024-09-19T16:11:00+0000", "derivedProductAttributes": [], "derivedProductId": null, "derivedProductName": null, "derivedProvidedProducts": [], "endDate": "2025-09-14T16:10:55+0000", "exported": 0, "href": "/pools/8a8082e4920b0ce701920b0d183705d9", "id": "8a8082e4920b0ce701920b0d183705d9", "managed": true, "orderNumber": "order-01213291", "owner": { "contentAccessMode": "org_environment", "displayName": "Donald Duck", "href": "/owners/donaldduck", "id": "8a8082e4920b0ce701920b0cfa450004", "key": "donaldduck" }, "productAttributes": [ { "name": "host_limited", "value": "true" }, { "name": "instance_multiplier", "value": "2" }, { "name": "multi-entitlement", "value": "yes" }, { "name": "virt_limit", "value": "1" }, { "name": "variant", "value": "ALL" }, { "name": "stacking_id", "value": "15" }, { "name": "support_level", "value": "Standard" }, { "name": "sockets", "value": "1" }, { "name": "support_type", "value": "L1-L3" }, { "name": "arch", "value": "ALL" }, { "name": "type", "value": "MKT" }, { "name": "version", "value": "1.0" } ], "productId": "donaldyos-onesocketib", "productName": "Donaldy OS Instance Based one socket", "providedProducts": [ { "productId": "7051", "productName": "Donaldy OS Developer Bits" }, { "productId": "7050", "productName": "Donaldy OS Premium Architecture Bits" }, { "productId": "32060", "productName": "Awesome OS Instance Server Bits" } ], "quantity": 10, "restrictedToUsername": null, "sourceEntitlement": null, "sourceStackId": null, "stackId": "15", "stacked": true, "startDate": "2024-09-14T16:10:55+0000", "subscriptionId": "upstream-68618359", "subscriptionSubKey": "derived", "type": "UNMAPPED_GUEST", "updated": "2024-09-19T16:11:00+0000", "upstreamConsumerId": null, "upstreamEntitlementId": null, "upstreamPoolId": null }, "json": { "addOns": [], "autoAttach": null, "contentOverrides": [], "created": "2024-09-19T16:12:02+0000", "description": null, "id": "8a8082e4920b0ce701920b0e0ba80984", "name": "default_key", "owner": { "contentAccessMode": "org_environment", "displayName": "Donald Duck", "href": "/owners/donaldduck", "id": "8a8082e4920b0ce701920b0cfa450004", "key": "donaldduck" }, "pools": [ { "poolId": "8a8082e4920b0ce701920b0d1816051f", "quantity": null }, { "poolId": "8a8082e4920b0ce701920b0d181c0543", "quantity": null }, { "poolId": "8a8082e4920b0ce701920b0d183705d9", "quantity": null }, { "poolId": "8a8082e4920b0ce701920b0d183705d7", "quantity": null } ], "products": [], "releaseVer": { "releaseVer": null }, "role": null, "serviceLevel": null, "updated": "2024-09-19T16:12:02+0000", "usage": null }, "redirected": false, "status": 200, "transfer_encoding": "chunked", "url": "https://candlepin.local:8443/candlepin/activation_keys/8a8082e4920b0ce701920b0e0ba80984/pools/8a8082e4920b0ce701920b0d183705d9", "vary": "accept-encoding", "x_candlepin_request_uuid": "88b934b4-5523-4d14-b10e-4ea084175d58", "x_version": "4.4.16-1" } MSG: OK (unknown bytes) 7723 1726883200.23923: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883200.23926: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883200.23928: variable 'omit' from source: magic vars 7723 1726883200.23931: 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) 7723 1726883200.23933: 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) 7723 1726883200.23935: 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) 7723 1726883200.23937: 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) 7723 1726883200.23939: 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) 7723 1726883200.23945: variable 'lsr_rhc_test_data_file' from source: set_fact 7723 1726883200.23948: Evaluated conditional (lsr_rhc_test_data_file | length == 0): True 7723 1726883200.23950: variable 'omit' from source: magic vars 7723 1726883200.23964: variable 'omit' from source: magic vars 7723 1726883200.24085: variable '_cp_url' from source: set_fact 7723 1726883200.24088: variable 'default_key' from source: set_fact 7723 1726883200.24097: variable 'item' from source: unknown 7723 1726883200.24164: variable 'lsr_rhc_test_data' from source: include_vars 7723 1726883200.24242: variable 'lsr_rhc_test_data' from source: include_vars 7723 1726883200.24254: variable 'omit' from source: magic vars 7723 1726883200.24270: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7723 1726883200.24277: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7723 1726883200.24285: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7723 1726883200.24314: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 7723 1726883200.24317: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7723 1726883200.24319: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883200.24321: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883200.24407: Set connection var ansible_shell_type to sh 7723 1726883200.24410: Set connection var ansible_shell_executable to /bin/sh 7723 1726883200.24412: Set connection var ansible_module_compression to ZIP_DEFLATED 7723 1726883200.24414: Set connection var ansible_connection to ssh 7723 1726883200.24419: Set connection var ansible_pipelining to False 7723 1726883200.24421: Set connection var ansible_timeout to 10 7723 1726883200.24482: variable 'ansible_shell_executable' from source: unknown 7723 1726883200.24485: variable 'ansible_connection' from source: unknown 7723 1726883200.24487: variable 'ansible_module_compression' from source: unknown 7723 1726883200.24489: variable 'ansible_shell_type' from source: unknown 7723 1726883200.24491: variable 'ansible_shell_executable' from source: unknown 7723 1726883200.24493: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883200.24494: variable 'ansible_pipelining' from source: unknown 7723 1726883200.24496: variable 'ansible_timeout' from source: unknown 7723 1726883200.24500: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883200.24573: Loading ActionModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/uri.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7723 1726883200.24581: variable 'omit' from source: magic vars 7723 1726883200.24584: starting attempt loop 7723 1726883200.24586: running the handler 7723 1726883200.24592: _low_level_execute_command(): starting 7723 1726883200.24596: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7723 1726883200.25181: 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 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883200.25302: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883200.25322: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883200.26927: stdout chunk (state=3): >>>/root <<< 7723 1726883200.27038: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883200.27076: stderr chunk (state=3): >>><<< 7723 1726883200.27080: stdout chunk (state=3): >>><<< 7723 1726883200.27091: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883200.27100: _low_level_execute_command(): starting 7723 1726883200.27105: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726883200.270925-8890-52895399127448 `" && echo ansible-tmp-1726883200.270925-8890-52895399127448="` echo /root/.ansible/tmp/ansible-tmp-1726883200.270925-8890-52895399127448 `" ) && sleep 0' 7723 1726883200.27638: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883200.27645: 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.12.120 originally 10.31.12.120 debug2: match not found <<< 7723 1726883200.27648: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883200.27650: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883200.27652: 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.12.120 originally 10.31.12.120 debug2: match found <<< 7723 1726883200.27654: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883200.27705: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883200.27708: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883200.27713: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883200.27755: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883200.29670: stdout chunk (state=3): >>>ansible-tmp-1726883200.270925-8890-52895399127448=/root/.ansible/tmp/ansible-tmp-1726883200.270925-8890-52895399127448 <<< 7723 1726883200.29791: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883200.29819: stderr chunk (state=3): >>><<< 7723 1726883200.29822: stdout chunk (state=3): >>><<< 7723 1726883200.29844: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726883200.270925-8890-52895399127448=/root/.ansible/tmp/ansible-tmp-1726883200.270925-8890-52895399127448 , 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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883200.29867: variable 'ansible_module_compression' from source: unknown 7723 1726883200.29920: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7723b_d05x07/ansiballz_cache/ansible.modules.uri-ZIP_DEFLATED 7723 1726883200.29937: variable 'ansible_facts' from source: unknown 7723 1726883200.29994: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726883200.270925-8890-52895399127448/AnsiballZ_uri.py 7723 1726883200.30197: Sending initial data 7723 1726883200.30204: Sent initial data (148 bytes) 7723 1726883200.30750: 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 <<< 7723 1726883200.30788: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7723 1726883200.30791: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 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.12.120 is address debug1: re-parsing configuration <<< 7723 1726883200.30793: 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 debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 debug2: match found <<< 7723 1726883200.30796: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883200.30853: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883200.30857: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883200.30869: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883200.30915: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883200.32450: 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 <<< 7723 1726883200.32489: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 7723 1726883200.32535: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7723b_d05x07/tmpgr83jkz_ /root/.ansible/tmp/ansible-tmp-1726883200.270925-8890-52895399127448/AnsiballZ_uri.py <<< 7723 1726883200.32537: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726883200.270925-8890-52895399127448/AnsiballZ_uri.py" <<< 7723 1726883200.32575: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-7723b_d05x07/tmpgr83jkz_" to remote "/root/.ansible/tmp/ansible-tmp-1726883200.270925-8890-52895399127448/AnsiballZ_uri.py" <<< 7723 1726883200.32582: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726883200.270925-8890-52895399127448/AnsiballZ_uri.py" <<< 7723 1726883200.33168: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883200.33214: stderr chunk (state=3): >>><<< 7723 1726883200.33217: stdout chunk (state=3): >>><<< 7723 1726883200.33240: done transferring module to remote 7723 1726883200.33252: _low_level_execute_command(): starting 7723 1726883200.33255: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726883200.270925-8890-52895399127448/ /root/.ansible/tmp/ansible-tmp-1726883200.270925-8890-52895399127448/AnsiballZ_uri.py && sleep 0' 7723 1726883200.33714: 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 <<< 7723 1726883200.33722: 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.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883200.33727: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883200.33729: 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.12.120 originally 10.31.12.120 debug2: match found <<< 7723 1726883200.33731: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883200.33776: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883200.33785: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883200.33789: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883200.33827: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883200.35584: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883200.35611: stderr chunk (state=3): >>><<< 7723 1726883200.35615: stdout chunk (state=3): >>><<< 7723 1726883200.35632: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883200.35636: _low_level_execute_command(): starting 7723 1726883200.35638: _low_level_execute_command(): using become for this command 7723 1726883200.35650: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-edezeslvpqifmchljkyrbxcjguftdekn ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726883200.270925-8890-52895399127448/AnsiballZ_uri.py'"'"' && sleep 0' 7723 1726883200.35738: Initial state: awaiting_escalation: BECOME-SUCCESS-edezeslvpqifmchljkyrbxcjguftdekn 7723 1726883200.36143: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883200.36147: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883200.36188: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883200.36231: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883200.36336: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883200.39235: stdout chunk (state=1): >>>BECOME-SUCCESS-edezeslvpqifmchljkyrbxcjguftdekn <<< 7723 1726883200.39241: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-edezeslvpqifmchljkyrbxcjguftdekn' 7723 1726883200.39558: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 7723 1726883200.39591: stdout chunk (state=3): >>>import _imp # builtin <<< 7723 1726883200.39804: stdout chunk (state=3): >>>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 <<< 7723 1726883200.39812: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883200.39844: stdout chunk (state=3): >>>import '_codecs' # <<< 7723 1726883200.39871: stdout chunk (state=3): >>>import 'codecs' # <<< 7723 1726883200.39909: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 7723 1726883200.39939: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 7723 1726883200.39944: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9cb1683e0> <<< 7723 1726883200.39967: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9cb137a10> <<< 7723 1726883200.39993: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 7723 1726883200.40005: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 7723 1726883200.40022: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9cb16a960> <<< 7723 1726883200.40049: stdout chunk (state=3): >>>import '_signal' # <<< 7723 1726883200.40073: stdout chunk (state=3): >>>import '_abc' # <<< 7723 1726883200.40092: stdout chunk (state=3): >>>import 'abc' # <<< 7723 1726883200.40302: stdout chunk (state=3): >>>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' <<< 7723 1726883200.40316: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 7723 1726883200.40319: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 7723 1726883200.40359: 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 <<< 7723 1726883200.40368: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 7723 1726883200.40395: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9caf3cfe0> <<< 7723 1726883200.40455: 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 <<< 7723 1726883200.40478: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883200.40486: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9caf3df10> <<< 7723 1726883200.40527: stdout chunk (state=3): >>>import 'site' # <<< 7723 1726883200.40557: 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. <<< 7723 1726883200.40811: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 7723 1726883200.40853: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 7723 1726883200.40860: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 7723 1726883200.40866: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883200.40888: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 7723 1726883200.40926: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 7723 1726883200.40948: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 7723 1726883200.40971: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 7723 1726883200.40989: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9caf7bd40> <<< 7723 1726883200.41013: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 7723 1726883200.41028: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 7723 1726883200.41057: stdout chunk (state=3): >>>import '_operator' # <<< 7723 1726883200.41062: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9caf7bf80> <<< 7723 1726883200.41078: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 7723 1726883200.41109: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 7723 1726883200.41131: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 7723 1726883200.41176: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883200.41197: stdout chunk (state=3): >>>import 'itertools' # <<< 7723 1726883200.41229: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9cafb3770> <<< 7723 1726883200.41254: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 7723 1726883200.41258: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 7723 1726883200.41274: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9cafb3e00> <<< 7723 1726883200.41280: stdout chunk (state=3): >>>import '_collections' # <<< 7723 1726883200.41337: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9caf93a10> <<< 7723 1726883200.41342: stdout chunk (state=3): >>>import '_functools' # <<< 7723 1726883200.41376: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9caf91130> <<< 7723 1726883200.41464: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9caf78ef0> <<< 7723 1726883200.41494: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 7723 1726883200.41510: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 7723 1726883200.41531: stdout chunk (state=3): >>>import '_sre' # <<< 7723 1726883200.41553: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 7723 1726883200.41575: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 7723 1726883200.41603: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 7723 1726883200.41608: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 7723 1726883200.41644: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9cafd7770> <<< 7723 1726883200.41658: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9cafd6390> <<< 7723 1726883200.41687: 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' <<< 7723 1726883200.41693: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9caf92120> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9cafd4b60> <<< 7723 1726883200.41738: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 7723 1726883200.41761: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9cb0087a0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9caf78170> <<< 7723 1726883200.41778: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 7723 1726883200.41815: stdout chunk (state=3): >>># 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 0x7fa9cb008c50> <<< 7723 1726883200.41828: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9cb008b00> <<< 7723 1726883200.41864: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883200.41875: stdout chunk (state=3): >>># 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 0x7fa9cb008ec0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9caf76c90> <<< 7723 1726883200.41910: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 7723 1726883200.41915: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883200.41934: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 7723 1726883200.41962: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 7723 1726883200.41983: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9cb009550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9cb009220> import 'importlib.machinery' # <<< 7723 1726883200.42028: 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' <<< 7723 1726883200.42035: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9cb00a420> <<< 7723 1726883200.42058: stdout chunk (state=3): >>>import 'importlib.util' # <<< 7723 1726883200.42062: stdout chunk (state=3): >>>import 'runpy' # <<< 7723 1726883200.42095: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 7723 1726883200.42123: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 7723 1726883200.42148: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 7723 1726883200.42153: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9cb024650> <<< 7723 1726883200.42172: stdout chunk (state=3): >>>import 'errno' # <<< 7723 1726883200.42209: stdout chunk (state=3): >>># 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 0x7fa9cb025d90> <<< 7723 1726883200.42238: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 7723 1726883200.42243: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 7723 1726883200.42271: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 7723 1726883200.42279: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 7723 1726883200.42285: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9cb026c30> <<< 7723 1726883200.42329: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883200.42335: stdout chunk (state=3): >>># 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 0x7fa9cb027290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9cb026180> <<< 7723 1726883200.42363: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 7723 1726883200.42366: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 7723 1726883200.42413: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883200.42425: 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 0x7fa9cb027d10> <<< 7723 1726883200.42434: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9cb027440> <<< 7723 1726883200.42473: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9cb00a480> <<< 7723 1726883200.42497: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 7723 1726883200.42524: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 7723 1726883200.42545: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 7723 1726883200.42563: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 7723 1726883200.42599: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883200.42603: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa9cad5fc50> <<< 7723 1726883200.42629: stdout chunk (state=3): >>># /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' <<< 7723 1726883200.42660: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa9cad88740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9cad884a0> <<< 7723 1726883200.42686: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883200.42690: stdout chunk (state=3): >>># extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa9cad88680> <<< 7723 1726883200.42727: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 7723 1726883200.42734: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 7723 1726883200.42798: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883200.42924: 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 0x7fa9cad89010> <<< 7723 1726883200.43044: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883200.43050: 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 0x7fa9cad899d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9cad888c0> <<< 7723 1726883200.43072: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9cad5ddf0> <<< 7723 1726883200.43090: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 7723 1726883200.43112: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 7723 1726883200.43147: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 7723 1726883200.43157: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9cad8ad80> <<< 7723 1726883200.43188: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9cad89880> <<< 7723 1726883200.43206: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9cb00ab70> <<< 7723 1726883200.43234: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 7723 1726883200.43296: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883200.43316: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 7723 1726883200.43347: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 7723 1726883200.43378: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9cadb30b0> <<< 7723 1726883200.43434: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 7723 1726883200.43449: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883200.43469: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 7723 1726883200.43494: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 7723 1726883200.43539: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9caddb470> <<< 7723 1726883200.43559: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 7723 1726883200.43602: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 7723 1726883200.43657: stdout chunk (state=3): >>>import 'ntpath' # <<< 7723 1726883200.43679: 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 0x7fa9cae38200> <<< 7723 1726883200.43705: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 7723 1726883200.43735: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 7723 1726883200.43759: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 7723 1726883200.43800: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 7723 1726883200.43885: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9cae3a960> <<< 7723 1726883200.43960: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9cae38320> <<< 7723 1726883200.43998: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9cae05220> <<< 7723 1726883200.44025: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca725340> <<< 7723 1726883200.44052: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9cadda2a0> <<< 7723 1726883200.44056: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9cad8bcb0> <<< 7723 1726883200.44171: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 7723 1726883200.44191: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fa9cadda5d0> <<< 7723 1726883200.44332: stdout chunk (state=3): >>># zipimport: found 32 names in '/tmp/ansible_ansible.legacy.uri_payload_wnse6j9o/ansible_ansible.legacy.uri_payload.zip' <<< 7723 1726883200.44337: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883200.44466: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883200.44500: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 7723 1726883200.44509: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 7723 1726883200.44547: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 7723 1726883200.44621: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 7723 1726883200.44655: 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 0x7fa9ca77f0e0> <<< 7723 1726883200.44661: stdout chunk (state=3): >>>import '_typing' # <<< 7723 1726883200.44851: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca75dfd0> <<< 7723 1726883200.44858: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca75d160> # zipimport: zlib available <<< 7723 1726883200.44884: stdout chunk (state=3): >>>import 'ansible' # <<< 7723 1726883200.44896: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883200.44907: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883200.44930: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883200.44936: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 7723 1726883200.44956: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883200.46347: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883200.47496: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca77d3d0> <<< 7723 1726883200.47507: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 7723 1726883200.47512: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883200.47535: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 7723 1726883200.47539: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 7723 1726883200.47569: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 7723 1726883200.47602: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa9ca7a6ab0> <<< 7723 1726883200.47637: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca7a6840> <<< 7723 1726883200.47674: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca7a6150> <<< 7723 1726883200.47693: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 7723 1726883200.47699: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 7723 1726883200.47743: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca7a6c00> <<< 7723 1726883200.47746: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca77fd70> import 'atexit' # <<< 7723 1726883200.47778: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883200.47784: stdout chunk (state=3): >>># extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa9ca7a7800> <<< 7723 1726883200.47811: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883200.47816: stdout chunk (state=3): >>># extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa9ca7a7a10> <<< 7723 1726883200.47833: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 7723 1726883200.47878: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 7723 1726883200.47887: stdout chunk (state=3): >>>import '_locale' # <<< 7723 1726883200.47935: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca7a7f20> <<< 7723 1726883200.47941: stdout chunk (state=3): >>>import 'pwd' # <<< 7723 1726883200.47963: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 7723 1726883200.47986: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 7723 1726883200.48027: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca60dc10> <<< 7723 1726883200.48058: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883200.48068: 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 0x7fa9ca60f830> <<< 7723 1726883200.48075: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 7723 1726883200.48097: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 7723 1726883200.48133: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca610230> <<< 7723 1726883200.48153: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 7723 1726883200.48178: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 7723 1726883200.48198: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca6113d0> <<< 7723 1726883200.48218: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 7723 1726883200.48254: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 7723 1726883200.48278: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 7723 1726883200.48283: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 7723 1726883200.48336: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca613e60> <<< 7723 1726883200.48370: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa9cadb3020> <<< 7723 1726883200.48389: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca612120> <<< 7723 1726883200.48411: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 7723 1726883200.48443: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 7723 1726883200.48466: 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' <<< 7723 1726883200.48487: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 7723 1726883200.48513: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 7723 1726883200.48541: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 7723 1726883200.48551: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca61fd40> <<< 7723 1726883200.48568: stdout chunk (state=3): >>>import '_tokenize' # <<< 7723 1726883200.48629: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca61e810> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca61e570> <<< 7723 1726883200.48652: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 7723 1726883200.48656: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 7723 1726883200.48741: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca61eae0> <<< 7723 1726883200.48768: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca612630> <<< 7723 1726883200.48795: 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 0x7fa9ca663ef0> <<< 7723 1726883200.48818: 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 0x7fa9ca664080> <<< 7723 1726883200.48848: 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 <<< 7723 1726883200.48857: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 7723 1726883200.48886: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 7723 1726883200.48924: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa9ca665b80> <<< 7723 1726883200.48934: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca665940> <<< 7723 1726883200.48941: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 7723 1726883200.49057: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 7723 1726883200.49110: 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 0x7fa9ca6680e0> <<< 7723 1726883200.49116: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca666270> <<< 7723 1726883200.49134: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 7723 1726883200.49170: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883200.49187: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 7723 1726883200.49209: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 7723 1726883200.49214: stdout chunk (state=3): >>>import '_string' # <<< 7723 1726883200.49258: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca66b7a0> <<< 7723 1726883200.49378: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca668260> <<< 7723 1726883200.49443: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa9ca66c6b0> <<< 7723 1726883200.49469: 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 0x7fa9ca66c6e0> <<< 7723 1726883200.49516: 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 0x7fa9ca66cb30> <<< 7723 1726883200.49519: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca664290> <<< 7723 1726883200.49552: 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 <<< 7723 1726883200.49567: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 7723 1726883200.49573: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 7723 1726883200.49593: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 7723 1726883200.49620: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883200.49648: 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 0x7fa9ca6f8320> <<< 7723 1726883200.49794: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883200.49807: 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 0x7fa9ca6f9460> <<< 7723 1726883200.49811: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca66eab0> <<< 7723 1726883200.49851: 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' <<< 7723 1726883200.49857: stdout chunk (state=3): >>>import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa9ca66fe60> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca66e6c0> <<< 7723 1726883200.49881: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883200.49890: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 7723 1726883200.49903: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883200.49985: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883200.50079: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883200.50092: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 7723 1726883200.50107: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883200.50117: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883200.50132: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 7723 1726883200.50137: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883200.50259: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883200.50374: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883200.50933: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883200.51445: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 7723 1726883200.51467: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 7723 1726883200.51482: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 7723 1726883200.51506: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883200.51563: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa9ca6fd640> <<< 7723 1726883200.51641: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 7723 1726883200.51681: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca6fe450> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca6f9700> <<< 7723 1726883200.51721: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 7723 1726883200.51727: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883200.51755: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883200.51769: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 7723 1726883200.51922: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883200.52072: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 7723 1726883200.52088: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca6fe210> <<< 7723 1726883200.52093: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883200.52554: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883200.52993: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883200.53065: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883200.53146: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 7723 1726883200.53153: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883200.53205: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883200.53237: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 7723 1726883200.53239: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883200.53304: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883200.53426: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 7723 1726883200.53432: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7723 1726883200.53464: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 7723 1726883200.53486: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883200.53512: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 7723 1726883200.53515: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883200.53750: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883200.53976: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 7723 1726883200.54039: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 7723 1726883200.54046: stdout chunk (state=3): >>>import '_ast' # <<< 7723 1726883200.54118: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca6ff5f0> <<< 7723 1726883200.54130: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883200.54208: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883200.54296: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 7723 1726883200.54311: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883200.54358: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883200.54413: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 7723 1726883200.54451: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883200.54668: stdout chunk (state=3): >>># 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' <<< 7723 1726883200.54744: 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 0x7fa9ca50a150> <<< 7723 1726883200.54781: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca5058b0> <<< 7723 1726883200.54883: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available <<< 7723 1726883200.54947: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883200.54977: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883200.55013: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883200.55039: 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 <<< 7723 1726883200.55086: stdout chunk (state=3): >>># 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 <<< 7723 1726883200.55143: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 7723 1726883200.55167: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 7723 1726883200.55203: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 7723 1726883200.55263: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca7faae0> <<< 7723 1726883200.55282: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca7ee7b0> <<< 7723 1726883200.55394: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca50a2d0> <<< 7723 1726883200.55398: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca6f96d0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 7723 1726883200.55442: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 7723 1726883200.55528: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available <<< 7723 1726883200.55531: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883200.55559: stdout chunk (state=3): >>>import 'ansible.modules' # # zipimport: zlib available <<< 7723 1726883200.55794: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883200.56041: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.urllib' # <<< 7723 1726883200.56062: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.urllib.parse' # # zipimport: zlib available <<< 7723 1726883200.56095: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883200.56131: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # <<< 7723 1726883200.56137: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883200.56853: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883200.57543: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py # code object from '/usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc' import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca59c5c0> <<< 7723 1726883200.57650: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/__init__.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc' import 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca59c830> # /usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/application.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py # code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc' <<< 7723 1726883200.57661: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py # code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca59cf50> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca59cbf0> <<< 7723 1726883200.57690: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py <<< 7723 1726883200.57713: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc' <<< 7723 1726883200.57723: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca59dbb0> <<< 7723 1726883200.57751: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py <<< 7723 1726883200.57773: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py # code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' <<< 7723 1726883200.57822: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py <<< 7723 1726883200.57866: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py # code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' <<< 7723 1726883200.57871: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py <<< 7723 1726883200.57888: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' <<< 7723 1726883200.57920: stdout chunk (state=3): >>>import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca589a60> <<< 7723 1726883200.57958: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py # code object from '/usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca589130> # /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py # code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' <<< 7723 1726883200.57970: stdout chunk (state=3): >>>import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca172720> <<< 7723 1726883200.58008: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca59f320> <<< 7723 1726883200.58042: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 7723 1726883200.58066: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' <<< 7723 1726883200.58078: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py # code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' <<< 7723 1726883200.58102: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py <<< 7723 1726883200.58174: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 7723 1726883200.58251: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca17d1f0> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca173da0> <<< 7723 1726883200.58284: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca173170> <<< 7723 1726883200.58297: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca59e7b0> <<< 7723 1726883200.58321: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py <<< 7723 1726883200.58336: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' <<< 7723 1726883200.58365: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py <<< 7723 1726883200.58414: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' <<< 7723 1726883200.58448: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py <<< 7723 1726883200.58452: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' <<< 7723 1726883200.58645: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca1b11c0> <<< 7723 1726883200.58668: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca1a53d0> <<< 7723 1726883200.58718: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca173bc0> <<< 7723 1726883200.58733: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py <<< 7723 1726883200.58761: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py <<< 7723 1726883200.58795: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 7723 1726883200.58838: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py <<< 7723 1726883200.58860: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc' import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca1f4f80> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca1b2f30> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca1a4ec0> <<< 7723 1726883200.58890: stdout chunk (state=3): >>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca59e240> <<< 7723 1726883200.58925: stdout chunk (state=3): >>>import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca59dc40> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca59d8b0> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca59c8c0> # /usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/multipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc' <<< 7723 1726883200.59060: stdout chunk (state=3): >>>import 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca59dc70> # /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py # code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py # code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' <<< 7723 1726883200.59064: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca1f55e0> <<< 7723 1726883200.59074: stdout chunk (state=3): >>>import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca1f51f0> <<< 7723 1726883200.59095: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py # code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883200.59205: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca1f5ca0> <<< 7723 1726883200.59226: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 7723 1726883200.59242: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 7723 1726883200.59259: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 7723 1726883200.59312: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 7723 1726883200.59423: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883200.59446: stdout chunk (state=3): >>># extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa9ca1fb980> <<< 7723 1726883200.59639: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca1f8f80> <<< 7723 1726883200.59662: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca1f6b70> <<< 7723 1726883200.59687: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py # code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' <<< 7723 1726883200.59730: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca1f8a10> <<< 7723 1726883200.59753: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py <<< 7723 1726883200.59772: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca1e6e10> <<< 7723 1726883200.59811: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py <<< 7723 1726883200.59815: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc' # /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py <<< 7723 1726883200.59850: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc' import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca1e7a70> <<< 7723 1726883200.59876: stdout chunk (state=3): >>>import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca1e7560> <<< 7723 1726883200.59878: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 7723 1726883200.59945: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 7723 1726883200.60015: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca1e7f50> <<< 7723 1726883200.60034: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 7723 1726883200.60080: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 7723 1726883200.60289: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca217380> <<< 7723 1726883200.60318: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 7723 1726883200.60335: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' <<< 7723 1726883200.60361: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca0a3b30> <<< 7723 1726883200.60411: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883200.60508: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 7723 1726883200.60616: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883200.64966: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py <<< 7723 1726883200.65003: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' <<< 7723 1726883200.65034: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py # code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' # extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa9ca0df590> <<< 7723 1726883200.65038: stdout chunk (state=3): >>>import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca0de810> <<< 7723 1726883200.65080: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca0de420> <<< 7723 1726883200.67916: stdout chunk (state=3): >>>/usr/lib64/python3.12/urllib/request.py:1052: UserWarning: Basic Auth Realm was unquoted response = self.http_error_auth_reqed('www-authenticate', <<< 7723 1726883200.73412: stdout chunk (state=3): >>> {"redirected": false, "url": "https://candlepin.local:8443/candlepin/activation_keys/8a8082e4920b0ce701920b0e0ba80984/pools/8a8082e4920b0ce701920b0d184c066b", "status": 200, "x_candlepin_request_uuid": "1b57a43f-e365-4a3d-83d2-949046bffdd2", "x_version": "4.4.16-1", "vary": "accept-encoding", "content_type": "application/json", "transfer_encoding": "chunked", "date": "Sat, 21 Sep 2024 01:46:40 GMT", "connection": "close", "cookies_string": "", "cookies": {}, "msg": "OK (unknown bytes)", "elapsed": 0, "changed": false, "json": {"created": "2024-09-19T16:12:02+0000", "updated": "2024-09-19T16:12:02+0000", "id": "8a8082e4920b0ce701920b0e0ba80984", "name": "default_key", "description": null, "owner": {"id": "8a8082e4920b0ce701920b0cfa450004", "key": "donaldduck", "displayName": "Donald Duck", "href": "/owners/donaldduck", "contentAccessMode": "org_environment"}, "releaseVer": {"releaseVer": null}, "serviceLevel": null, "usage": null, "role": null, "addOns": [], "autoAttach": null, "pools": [{"poolId": "8a8082e4920b0ce701920b0d1816051f", "quantity": null}, {"poolId": "8a8082e4920b0ce701920b0d184c066b", "quantity": null}, {"poolId": "8a8082e4920b0ce701920b0d183705d9", "quantity": null}, {"poolId": "8a8082e4920b0ce701920b0d181c0543", "quantity": null}, {"poolId": "8a8082e4920b0ce701920b0d183705d7", "quantity": null}], "products": [], "contentOverrides": []}, "invocation": {"module_args": {"url": "https://candlepin.local:8443/candlepin/activation_keys/8a8082e4920b0ce701920b0e0ba80984/pools/8a8082e4920b0ce701920b0d184c066b", "method": "POST", "url_username": "doc", "url_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "force": false, "http_agent": "ansible-httpget", "use_proxy": true, "validate_certs": true, "force_basic_auth": false, "use_gssapi": false, "body_format": "raw", "return_content": false, "follow_redirects": "safe", "status_code": [200], "timeout": 30, "headers": {}, "remote_src": false, "unredirected_headers": [], "decompress": true, "use_netrc": true, "unsafe_writes": false, "client_cert": null, "client_key": null, "dest": null, "body": null, "src": null, "creates": null, "removes": null, "unix_socket": null, "ca_path": null, "ciphers": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} # destroy __main__ <<< 7723 1726883200.73870: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path <<< 7723 1726883200.73875: stdout chunk (state=3): >>># 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 # 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 <<< 7723 1726883200.73968: stdout chunk (state=3): >>># cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing 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 # cleanup[2] removing ipaddress # cleanup[2] removing 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 # 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 # 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 # 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] re<<< 7723 1726883200.73981: stdout chunk (state=3): >>>moving 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 # cleanup[2] removing ansible.module_utils.six.moves.urllib # cleanup[2] removing ansible.module_utils.six.moves.urllib.parse # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing email # cleanup[2] removing email.mime # cleanup[2] removing quopri # cleanup[2] removing email.encoders # cleanup[2] removing email.errors # cleanup[2] removing email.quoprimime # cleanup[2] removing email.base64mime # cleanup[2] removing email.charset # cleanup[2] removing email.header # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing email.utils # cleanup[2] removing email._policybase # cleanup[2] removing email._encoded_words # cleanup[2] removing email._header_value_parser # cleanup[2] removing email.headerregistry # cleanup[2] removing email.iterators # cleanup[2] removing email.message # cleanup[2] removing email.contentmanager # cleanup[2] removing email.policy # cleanup[2] removing email.mime.base # cleanup[2] removing email.mime.nonmultipart # cleanup[2] removing email.mime.application # cleanup[2] removing email.mime.multipart # cleanup[2] removing email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing http # cleanup[2] removing _ssl # cleanup[2] removing ssl # cleanup[2] removing http.client # cleanup[2] removing mimetypes # cleanup[2] removing netrc # cleanup[2] removing urllib.response # cleanup[2] removing urllib.error # cleanup[2] removing urllib.request # cleanup[2] removing http.cookiejar # cleanup[2] removing gzip # cleanup[2] removing ansible.module_utils.urls # destroy ansible.module_utils.urls # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna <<< 7723 1726883200.74311: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 7723 1726883200.74317: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 7723 1726883200.74357: stdout chunk (state=3): >>># destroy _bz2 # destroy _lzma # destroy _blake2 # destroy bz2 # destroy lzma # destroy zipfile._path <<< 7723 1726883200.74376: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy urllib.parse # destroy urllib.response # destroy urllib.error # destroy urllib.request # destroy ntpath <<< 7723 1726883200.74393: stdout chunk (state=3): >>># destroy importlib # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json <<< 7723 1726883200.74413: stdout chunk (state=3): >>># destroy grp # destroy encodings # destroy _locale # destroy pwd <<< 7723 1726883200.74433: stdout chunk (state=3): >>># destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess <<< 7723 1726883200.74462: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 7723 1726883200.74467: stdout chunk (state=3): >>># destroy selectors # destroy array <<< 7723 1726883200.74477: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 7723 1726883200.74499: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json <<< 7723 1726883200.74504: stdout chunk (state=3): >>># destroy logging # destroy shlex # destroy subprocess <<< 7723 1726883200.74531: stdout chunk (state=3): >>># destroy mimetypes # destroy netrc # destroy gzip <<< 7723 1726883200.74564: stdout chunk (state=3): >>># destroy email.mime # destroy email.mime.base # destroy email.mime.nonmultipart # destroy email.mime.application # destroy email.mime.multipart # destroy email.base64mime # destroy email._parseaddr # destroy email._policybase # destroy email.headerregistry # destroy email.iterators # destroy email.contentmanager # destroy email.policy # destroy email.feedparser # destroy email.parser # destroy email.encoders <<< 7723 1726883200.74578: stdout chunk (state=3): >>># destroy email.message # destroy email.header # destroy random # destroy calendar # destroy locale <<< 7723 1726883200.74585: stdout chunk (state=3): >>># destroy email._header_value_parser # destroy email._encoded_words <<< 7723 1726883200.74611: stdout chunk (state=3): >>># destroy unicodedata <<< 7723 1726883200.74625: stdout chunk (state=3): >>># destroy email.quoprimime # destroy binascii # destroy quopri # destroy email.utils # destroy email.charset <<< 7723 1726883200.74634: stdout chunk (state=3): >>># destroy email.errors <<< 7723 1726883200.74656: stdout chunk (state=3): >>># destroy http.client # destroy http.cookiejar <<< 7723 1726883200.74659: stdout chunk (state=3): >>># destroy errno # destroy _ssl <<< 7723 1726883200.74692: stdout chunk (state=3): >>># destroy base64 # destroy bisect # destroy email # destroy hashlib # destroy socket # destroy string # destroy tempfile # destroy ssl <<< 7723 1726883200.74716: stdout chunk (state=3): >>># destroy copy # destroy datetime # destroy urllib # destroy http <<< 7723 1726883200.74722: stdout chunk (state=3): >>># destroy struct # destroy zlib # destroy _compression <<< 7723 1726883200.74952: stdout chunk (state=3): >>># cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping ansible.module_utils.six.moves.urllib.parse # cleanup[3] wiping ansible.module_utils.six.moves.urllib # cleanup[3] wiping selinux._selinux <<< 7723 1726883200.74979: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize <<< 7723 1726883200.74987: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 7723 1726883200.75019: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping ipaddress # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref <<< 7723 1726883200.75027: stdout chunk (state=3): >>># 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 <<< 7723 1726883200.75058: stdout chunk (state=3): >>># destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 7723 1726883200.75064: stdout chunk (state=3): >>># 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 <<< 7723 1726883200.75090: stdout chunk (state=3): >>># 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 <<< 7723 1726883200.75105: stdout chunk (state=3): >>># cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 7723 1726883200.75256: stdout chunk (state=3): >>># destroy sys.monitoring <<< 7723 1726883200.75264: stdout chunk (state=3): >>># destroy _socket <<< 7723 1726883200.75277: stdout chunk (state=3): >>># destroy _collections <<< 7723 1726883200.75379: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 7723 1726883200.75385: stdout chunk (state=3): >>># destroy tokenize <<< 7723 1726883200.75412: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg <<< 7723 1726883200.75418: stdout chunk (state=3): >>># destroy contextlib <<< 7723 1726883200.75451: stdout chunk (state=3): >>># destroy _typing <<< 7723 1726883200.75470: stdout chunk (state=3): >>># destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy operator # destroy ansible.module_utils.six.moves # destroy functools # destroy ipaddress <<< 7723 1726883200.75479: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 7723 1726883200.75507: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 7723 1726883200.75600: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # destroy _codecs <<< 7723 1726883200.75611: stdout chunk (state=3): >>># destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit <<< 7723 1726883200.75628: stdout chunk (state=3): >>># destroy _warnings # destroy math # destroy _bisect # destroy time <<< 7723 1726883200.75644: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 7723 1726883200.75662: stdout chunk (state=3): >>># destroy _hashlib <<< 7723 1726883200.75670: stdout chunk (state=3): >>># destroy _operator # destroy _sre # destroy _string # destroy re <<< 7723 1726883200.75688: stdout chunk (state=3): >>># destroy itertools <<< 7723 1726883200.75707: stdout chunk (state=3): >>># destroy _abc # destroy posix # destroy _functools # destroy builtins <<< 7723 1726883200.75713: stdout chunk (state=3): >>># destroy _thread # clear sys.audit hooks <<< 7723 1726883200.76301: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.120 closed. <<< 7723 1726883200.76304: stdout chunk (state=3): >>><<< 7723 1726883200.76307: stderr chunk (state=3): >>><<< 7723 1726883200.76658: _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 0x7fa9cb1683e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9cb137a10> # /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 0x7fa9cb16a960> 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 0x7fa9caf3cfe0> # /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 0x7fa9caf3df10> 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 0x7fa9caf7bd40> # /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 0x7fa9caf7bf80> # /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 0x7fa9cafb3770> # /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 0x7fa9cafb3e00> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9caf93a10> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9caf91130> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9caf78ef0> # /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 0x7fa9cafd7770> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9cafd6390> # /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 0x7fa9caf92120> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9cafd4b60> # /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 0x7fa9cb0087a0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9caf78170> # /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 0x7fa9cb008c50> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9cb008b00> # 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 0x7fa9cb008ec0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9caf76c90> # /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 0x7fa9cb009550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9cb009220> 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 0x7fa9cb00a420> 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 0x7fa9cb024650> 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 0x7fa9cb025d90> # /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 0x7fa9cb026c30> # 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 0x7fa9cb027290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9cb026180> # /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 0x7fa9cb027d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9cb027440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9cb00a480> # /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 0x7fa9cad5fc50> # /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 0x7fa9cad88740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9cad884a0> # 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 0x7fa9cad88680> # /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 0x7fa9cad89010> # 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 0x7fa9cad899d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9cad888c0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9cad5ddf0> # /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 0x7fa9cad8ad80> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9cad89880> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9cb00ab70> # /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 0x7fa9cadb30b0> # /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 0x7fa9caddb470> # /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 0x7fa9cae38200> # /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 0x7fa9cae3a960> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9cae38320> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9cae05220> # /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 0x7fa9ca725340> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9cadda2a0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9cad8bcb0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fa9cadda5d0> # zipimport: found 32 names in '/tmp/ansible_ansible.legacy.uri_payload_wnse6j9o/ansible_ansible.legacy.uri_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 0x7fa9ca77f0e0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca75dfd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca75d160> # 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 0x7fa9ca77d3d0> # /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 0x7fa9ca7a6ab0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca7a6840> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca7a6150> # /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 0x7fa9ca7a6c00> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca77fd70> 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 0x7fa9ca7a7800> # 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 0x7fa9ca7a7a10> # /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 0x7fa9ca7a7f20> 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 0x7fa9ca60dc10> # 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 0x7fa9ca60f830> # /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 0x7fa9ca610230> # /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 0x7fa9ca6113d0> # /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 0x7fa9ca613e60> # 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 0x7fa9cadb3020> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca612120> # /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 0x7fa9ca61fd40> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca61e810> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca61e570> # /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 0x7fa9ca61eae0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca612630> # 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 0x7fa9ca663ef0> # /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 0x7fa9ca664080> # /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 0x7fa9ca665b80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca665940> # /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 0x7fa9ca6680e0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca666270> # /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 0x7fa9ca66b7a0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca668260> # 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 0x7fa9ca66c6b0> # 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 0x7fa9ca66c6e0> # 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 0x7fa9ca66cb30> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca664290> # /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 0x7fa9ca6f8320> # 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 0x7fa9ca6f9460> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca66eab0> # 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 0x7fa9ca66fe60> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca66e6c0> # 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 0x7fa9ca6fd640> # /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 0x7fa9ca6fe450> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca6f9700> 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 0x7fa9ca6fe210> # 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 0x7fa9ca6ff5f0> # 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 0x7fa9ca50a150> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca5058b0> 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 0x7fa9ca7faae0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca7ee7b0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca50a2d0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca6f96d0> # 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 import 'ansible.module_utils.six.moves.urllib' # import 'ansible.module_utils.six.moves.urllib.parse' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.datetime' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py # code object from '/usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc' import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca59c5c0> # /usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/__init__.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc' import 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca59c830> # /usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/application.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py # code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py # code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca59cf50> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca59cbf0> # /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py # code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc' import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca59dbb0> # /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py # code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py # code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py # code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py # code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca589a60> # /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py # code object from '/usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca589130> # /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py # code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca172720> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca59f320> # /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py # code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py # code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py # code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca17d1f0> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca173da0> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca173170> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca59e7b0> # /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py # code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py # code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py # code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca1b11c0> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca1a53d0> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca173bc0> # /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py # code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py # code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py # code object from '/usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc' import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca1f4f80> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca1b2f30> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca1a4ec0> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca59e240> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca59dc40> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca59d8b0> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca59c8c0> # /usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/multipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc' import 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca59dc70> # /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py # code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py # code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca1f55e0> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca1f51f0> # /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py # code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca1f5ca0> # /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py # code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py # code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' # extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' # extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa9ca1fb980> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca1f8f80> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca1f6b70> # /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py # code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca1f8a10> # /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py # code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca1e6e10> # /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc' # /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc' import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca1e7a70> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca1e7560> # /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca1e7f50> # /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py # code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca217380> # /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py # code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca0a3b30> # zipimport: zlib available import 'ansible.module_utils.urls' # # zipimport: zlib available # /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py # code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' # extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa9ca0df590> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca0de810> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa9ca0de420> /usr/lib64/python3.12/urllib/request.py:1052: UserWarning: Basic Auth Realm was unquoted response = self.http_error_auth_reqed('www-authenticate', {"redirected": false, "url": "https://candlepin.local:8443/candlepin/activation_keys/8a8082e4920b0ce701920b0e0ba80984/pools/8a8082e4920b0ce701920b0d184c066b", "status": 200, "x_candlepin_request_uuid": "1b57a43f-e365-4a3d-83d2-949046bffdd2", "x_version": "4.4.16-1", "vary": "accept-encoding", "content_type": "application/json", "transfer_encoding": "chunked", "date": "Sat, 21 Sep 2024 01:46:40 GMT", "connection": "close", "cookies_string": "", "cookies": {}, "msg": "OK (unknown bytes)", "elapsed": 0, "changed": false, "json": {"created": "2024-09-19T16:12:02+0000", "updated": "2024-09-19T16:12:02+0000", "id": "8a8082e4920b0ce701920b0e0ba80984", "name": "default_key", "description": null, "owner": {"id": "8a8082e4920b0ce701920b0cfa450004", "key": "donaldduck", "displayName": "Donald Duck", "href": "/owners/donaldduck", "contentAccessMode": "org_environment"}, "releaseVer": {"releaseVer": null}, "serviceLevel": null, "usage": null, "role": null, "addOns": [], "autoAttach": null, "pools": [{"poolId": "8a8082e4920b0ce701920b0d1816051f", "quantity": null}, {"poolId": "8a8082e4920b0ce701920b0d184c066b", "quantity": null}, {"poolId": "8a8082e4920b0ce701920b0d183705d9", "quantity": null}, {"poolId": "8a8082e4920b0ce701920b0d181c0543", "quantity": null}, {"poolId": "8a8082e4920b0ce701920b0d183705d7", "quantity": null}], "products": [], "contentOverrides": []}, "invocation": {"module_args": {"url": "https://candlepin.local:8443/candlepin/activation_keys/8a8082e4920b0ce701920b0e0ba80984/pools/8a8082e4920b0ce701920b0d184c066b", "method": "POST", "url_username": "doc", "url_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "force": false, "http_agent": "ansible-httpget", "use_proxy": true, "validate_certs": true, "force_basic_auth": false, "use_gssapi": false, "body_format": "raw", "return_content": false, "follow_redirects": "safe", "status_code": [200], "timeout": 30, "headers": {}, "remote_src": false, "unredirected_headers": [], "decompress": true, "use_netrc": true, "unsafe_writes": false, "client_cert": null, "client_key": null, "dest": null, "body": null, "src": null, "creates": null, "removes": null, "unix_socket": null, "ca_path": null, "ciphers": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} # 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 # 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 # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing 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 # cleanup[2] removing ipaddress # cleanup[2] removing 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 # 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 # 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 # 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 # cleanup[2] removing ansible.module_utils.six.moves.urllib # cleanup[2] removing ansible.module_utils.six.moves.urllib.parse # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing email # cleanup[2] removing email.mime # cleanup[2] removing quopri # cleanup[2] removing email.encoders # cleanup[2] removing email.errors # cleanup[2] removing email.quoprimime # cleanup[2] removing email.base64mime # cleanup[2] removing email.charset # cleanup[2] removing email.header # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing email.utils # cleanup[2] removing email._policybase # cleanup[2] removing email._encoded_words # cleanup[2] removing email._header_value_parser # cleanup[2] removing email.headerregistry # cleanup[2] removing email.iterators # cleanup[2] removing email.message # cleanup[2] removing email.contentmanager # cleanup[2] removing email.policy # cleanup[2] removing email.mime.base # cleanup[2] removing email.mime.nonmultipart # cleanup[2] removing email.mime.application # cleanup[2] removing email.mime.multipart # cleanup[2] removing email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing http # cleanup[2] removing _ssl # cleanup[2] removing ssl # cleanup[2] removing http.client # cleanup[2] removing mimetypes # cleanup[2] removing netrc # cleanup[2] removing urllib.response # cleanup[2] removing urllib.error # cleanup[2] removing urllib.request # cleanup[2] removing http.cookiejar # cleanup[2] removing gzip # cleanup[2] removing ansible.module_utils.urls # destroy ansible.module_utils.urls # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _lzma # destroy _blake2 # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy urllib.parse # destroy urllib.response # destroy urllib.error # destroy urllib.request # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy array # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # destroy mimetypes # destroy netrc # destroy gzip # destroy email.mime # destroy email.mime.base # destroy email.mime.nonmultipart # destroy email.mime.application # destroy email.mime.multipart # destroy email.base64mime # destroy email._parseaddr # destroy email._policybase # destroy email.headerregistry # destroy email.iterators # destroy email.contentmanager # destroy email.policy # destroy email.feedparser # destroy email.parser # destroy email.encoders # destroy email.message # destroy email.header # destroy random # destroy calendar # destroy locale # destroy email._header_value_parser # destroy email._encoded_words # destroy unicodedata # destroy email.quoprimime # destroy binascii # destroy quopri # destroy email.utils # destroy email.charset # destroy email.errors # destroy http.client # destroy http.cookiejar # destroy errno # destroy _ssl # destroy base64 # destroy bisect # destroy email # destroy hashlib # destroy socket # destroy string # destroy tempfile # destroy ssl # destroy copy # destroy datetime # destroy urllib # destroy http # destroy struct # destroy zlib # destroy _compression # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping ansible.module_utils.six.moves.urllib.parse # cleanup[3] wiping ansible.module_utils.six.moves.urllib # 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 ipaddress # 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 operator # destroy ansible.module_utils.six.moves # destroy functools # destroy ipaddress # 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 encodings.idna # 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 _sre # destroy _string # destroy re # destroy itertools # destroy _abc # 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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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.12.120 closed. 7723 1726883200.77653: done with _execute_module (ansible.legacy.uri, {'url': 'https://candlepin.local:8443/candlepin/activation_keys/8a8082e4920b0ce701920b0e0ba80984/pools/8a8082e4920b0ce701920b0d184c066b', 'method': 'POST', 'url_username': 'doc', 'url_password': 'password', '_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': 'ansible.legacy.uri', '_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-1726883200.270925-8890-52895399127448/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7723 1726883200.77657: _low_level_execute_command(): starting 7723 1726883200.77659: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726883200.270925-8890-52895399127448/ > /dev/null 2>&1 && sleep 0' 7723 1726883200.77802: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883200.77806: 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.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883200.77809: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883200.77811: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883200.77823: 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883200.77876: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883200.77880: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883200.77889: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883200.77938: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883200.79782: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883200.79810: stderr chunk (state=3): >>><<< 7723 1726883200.79813: stdout chunk (state=3): >>><<< 7723 1726883200.79830: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883200.79833: handler run complete 7723 1726883200.79868: attempt loop complete, returning result 7723 1726883200.79882: variable 'item' from source: unknown 7723 1726883200.79948: variable 'item' from source: unknown ok: [managed_node1] => (item={'created': '2024-09-19T16:11:00+0000', 'updated': '2024-09-19T16:11:00+0000', 'id': '8a8082e4920b0ce701920b0d184c066b', 'type': 'NORMAL', 'owner': {'id': '8a8082e4920b0ce701920b0cfa450004', 'key': 'donaldduck', 'displayName': 'Donald Duck', 'href': '/owners/donaldduck', 'contentAccessMode': 'org_environment'}, 'activeSubscription': True, 'sourceEntitlement': None, 'quantity': 100, 'startDate': '2024-09-14T16:10:55+0000', 'endDate': '2025-09-14T16:10:55+0000', 'attributes': [], 'restrictedToUsername': None, 'contractNumber': '0', 'accountNumber': '4430910818', 'orderNumber': 'order-01213291', 'consumed': 0, 'exported': 0, 'branding': [{'created': '2024-09-19T16:11:00+0000', 'updated': '2024-09-19T16:11:00+0000', 'productId': '32060', 'name': 'Branded Donaldy OS Instance Based one socket', 'type': 'OS'}], 'calculatedAttributes': {'compliance_type': 'Instance Based'}, 'upstreamPoolId': None, 'upstreamEntitlementId': None, 'upstreamConsumerId': None, 'productName': 'Donaldy OS Instance Based one socket', 'productId': 'donaldyos-onesocketib', 'productAttributes': [{'name': 'host_limited', 'value': 'true'}, {'name': 'instance_multiplier', 'value': '2'}, {'name': 'multi-entitlement', 'value': 'yes'}, {'name': 'virt_limit', 'value': '1'}, {'name': 'variant', 'value': 'ALL'}, {'name': 'stacking_id', 'value': '15'}, {'name': 'support_level', 'value': 'Standard'}, {'name': 'sockets', 'value': '1'}, {'name': 'support_type', 'value': 'L1-L3'}, {'name': 'arch', 'value': 'ALL'}, {'name': 'type', 'value': 'MKT'}, {'name': 'version', 'value': '1.0'}], 'stackId': '15', 'stacked': True, 'sourceStackId': None, 'href': '/pools/8a8082e4920b0ce701920b0d184c066b', 'derivedProductAttributes': [], 'derivedProductId': None, 'derivedProductName': None, 'providedProducts': [{'productId': '7051', 'productName': 'Donaldy OS Developer Bits'}, {'productId': '7050', 'productName': 'Donaldy OS Premium Architecture Bits'}, {'productId': '32060', 'productName': 'Awesome OS Instance Server Bits'}], 'derivedProvidedProducts': [], 'subscriptionSubKey': 'master', 'subscriptionId': 'upstream-59934462', 'managed': True}) => { "ansible_loop_var": "item", "changed": false, "connection": "close", "content_type": "application/json", "cookies": {}, "cookies_string": "", "date": "Sat, 21 Sep 2024 01:46:40 GMT", "elapsed": 0, "item": { "accountNumber": "4430910818", "activeSubscription": true, "attributes": [], "branding": [ { "created": "2024-09-19T16:11:00+0000", "name": "Branded Donaldy OS Instance Based one socket", "productId": "32060", "type": "OS", "updated": "2024-09-19T16:11:00+0000" } ], "calculatedAttributes": { "compliance_type": "Instance Based" }, "consumed": 0, "contractNumber": "0", "created": "2024-09-19T16:11:00+0000", "derivedProductAttributes": [], "derivedProductId": null, "derivedProductName": null, "derivedProvidedProducts": [], "endDate": "2025-09-14T16:10:55+0000", "exported": 0, "href": "/pools/8a8082e4920b0ce701920b0d184c066b", "id": "8a8082e4920b0ce701920b0d184c066b", "managed": true, "orderNumber": "order-01213291", "owner": { "contentAccessMode": "org_environment", "displayName": "Donald Duck", "href": "/owners/donaldduck", "id": "8a8082e4920b0ce701920b0cfa450004", "key": "donaldduck" }, "productAttributes": [ { "name": "host_limited", "value": "true" }, { "name": "instance_multiplier", "value": "2" }, { "name": "multi-entitlement", "value": "yes" }, { "name": "virt_limit", "value": "1" }, { "name": "variant", "value": "ALL" }, { "name": "stacking_id", "value": "15" }, { "name": "support_level", "value": "Standard" }, { "name": "sockets", "value": "1" }, { "name": "support_type", "value": "L1-L3" }, { "name": "arch", "value": "ALL" }, { "name": "type", "value": "MKT" }, { "name": "version", "value": "1.0" } ], "productId": "donaldyos-onesocketib", "productName": "Donaldy OS Instance Based one socket", "providedProducts": [ { "productId": "7051", "productName": "Donaldy OS Developer Bits" }, { "productId": "7050", "productName": "Donaldy OS Premium Architecture Bits" }, { "productId": "32060", "productName": "Awesome OS Instance Server Bits" } ], "quantity": 100, "restrictedToUsername": null, "sourceEntitlement": null, "sourceStackId": null, "stackId": "15", "stacked": true, "startDate": "2024-09-14T16:10:55+0000", "subscriptionId": "upstream-59934462", "subscriptionSubKey": "master", "type": "NORMAL", "updated": "2024-09-19T16:11:00+0000", "upstreamConsumerId": null, "upstreamEntitlementId": null, "upstreamPoolId": null }, "json": { "addOns": [], "autoAttach": null, "contentOverrides": [], "created": "2024-09-19T16:12:02+0000", "description": null, "id": "8a8082e4920b0ce701920b0e0ba80984", "name": "default_key", "owner": { "contentAccessMode": "org_environment", "displayName": "Donald Duck", "href": "/owners/donaldduck", "id": "8a8082e4920b0ce701920b0cfa450004", "key": "donaldduck" }, "pools": [ { "poolId": "8a8082e4920b0ce701920b0d1816051f", "quantity": null }, { "poolId": "8a8082e4920b0ce701920b0d184c066b", "quantity": null }, { "poolId": "8a8082e4920b0ce701920b0d183705d9", "quantity": null }, { "poolId": "8a8082e4920b0ce701920b0d181c0543", "quantity": null }, { "poolId": "8a8082e4920b0ce701920b0d183705d7", "quantity": null } ], "products": [], "releaseVer": { "releaseVer": null }, "role": null, "serviceLevel": null, "updated": "2024-09-19T16:12:02+0000", "usage": null }, "redirected": false, "status": 200, "transfer_encoding": "chunked", "url": "https://candlepin.local:8443/candlepin/activation_keys/8a8082e4920b0ce701920b0e0ba80984/pools/8a8082e4920b0ce701920b0d184c066b", "vary": "accept-encoding", "x_candlepin_request_uuid": "1b57a43f-e365-4a3d-83d2-949046bffdd2", "x_version": "4.4.16-1" } MSG: OK (unknown bytes) 7723 1726883200.80495: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883200.80498: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883200.80501: variable 'omit' from source: magic vars 7723 1726883200.80503: 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) 7723 1726883200.80505: 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) 7723 1726883200.80507: 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) 7723 1726883200.80509: 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) 7723 1726883200.80511: 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) 7723 1726883200.80554: variable 'lsr_rhc_test_data_file' from source: set_fact 7723 1726883200.80564: Evaluated conditional (lsr_rhc_test_data_file | length == 0): True 7723 1726883200.80567: variable 'omit' from source: magic vars 7723 1726883200.80579: variable 'omit' from source: magic vars 7723 1726883200.80723: variable '_cp_url' from source: set_fact 7723 1726883200.80729: variable 'default_key' from source: set_fact 7723 1726883200.80738: variable 'item' from source: unknown 7723 1726883200.80805: variable 'lsr_rhc_test_data' from source: include_vars 7723 1726883200.80866: variable 'lsr_rhc_test_data' from source: include_vars 7723 1726883200.80884: variable 'omit' from source: magic vars 7723 1726883200.80900: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7723 1726883200.80907: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7723 1726883200.80913: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7723 1726883200.80920: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 7723 1726883200.80932: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7723 1726883200.80935: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883200.80938: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883200.81000: Set connection var ansible_shell_type to sh 7723 1726883200.81003: Set connection var ansible_shell_executable to /bin/sh 7723 1726883200.81008: Set connection var ansible_module_compression to ZIP_DEFLATED 7723 1726883200.81010: Set connection var ansible_connection to ssh 7723 1726883200.81015: Set connection var ansible_pipelining to False 7723 1726883200.81026: Set connection var ansible_timeout to 10 7723 1726883200.81075: variable 'ansible_shell_executable' from source: unknown 7723 1726883200.81078: variable 'ansible_connection' from source: unknown 7723 1726883200.81080: variable 'ansible_module_compression' from source: unknown 7723 1726883200.81086: variable 'ansible_shell_type' from source: unknown 7723 1726883200.81089: variable 'ansible_shell_executable' from source: unknown 7723 1726883200.81090: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883200.81094: variable 'ansible_pipelining' from source: unknown 7723 1726883200.81096: variable 'ansible_timeout' from source: unknown 7723 1726883200.81098: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883200.81229: Loading ActionModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/uri.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7723 1726883200.81256: variable 'omit' from source: magic vars 7723 1726883200.81259: starting attempt loop 7723 1726883200.81264: running the handler 7723 1726883200.81266: _low_level_execute_command(): starting 7723 1726883200.81270: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7723 1726883200.81948: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883200.81952: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7723 1726883200.81955: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 7723 1726883200.81957: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.12.120 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 <<< 7723 1726883200.81959: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883200.82023: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883200.82072: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883200.83682: stdout chunk (state=3): >>>/root <<< 7723 1726883200.83776: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883200.83825: stderr chunk (state=3): >>><<< 7723 1726883200.83829: stdout chunk (state=3): >>><<< 7723 1726883200.83880: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883200.83884: _low_level_execute_command(): starting 7723 1726883200.83889: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726883200.8386135-8890-32099375166140 `" && echo ansible-tmp-1726883200.8386135-8890-32099375166140="` echo /root/.ansible/tmp/ansible-tmp-1726883200.8386135-8890-32099375166140 `" ) && sleep 0' 7723 1726883200.84562: 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 <<< 7723 1726883200.84566: 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.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883200.84568: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883200.84571: 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883200.84622: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883200.84632: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883200.84690: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883200.86580: stdout chunk (state=3): >>>ansible-tmp-1726883200.8386135-8890-32099375166140=/root/.ansible/tmp/ansible-tmp-1726883200.8386135-8890-32099375166140 <<< 7723 1726883200.86704: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883200.86763: stderr chunk (state=3): >>><<< 7723 1726883200.86766: stdout chunk (state=3): >>><<< 7723 1726883200.86789: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726883200.8386135-8890-32099375166140=/root/.ansible/tmp/ansible-tmp-1726883200.8386135-8890-32099375166140 , 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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883200.86823: variable 'ansible_module_compression' from source: unknown 7723 1726883200.86867: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7723b_d05x07/ansiballz_cache/ansible.modules.uri-ZIP_DEFLATED 7723 1726883200.86883: variable 'ansible_facts' from source: unknown 7723 1726883200.86934: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726883200.8386135-8890-32099375166140/AnsiballZ_uri.py 7723 1726883200.87032: Sending initial data 7723 1726883200.87036: Sent initial data (149 bytes) 7723 1726883200.87510: 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 <<< 7723 1726883200.87513: 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.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883200.87515: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883200.87518: 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883200.87568: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883200.87571: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883200.87573: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883200.87620: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883200.89159: 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 <<< 7723 1726883200.89196: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 7723 1726883200.89248: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7723b_d05x07/tmppf5_lhyz /root/.ansible/tmp/ansible-tmp-1726883200.8386135-8890-32099375166140/AnsiballZ_uri.py <<< 7723 1726883200.89251: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726883200.8386135-8890-32099375166140/AnsiballZ_uri.py" <<< 7723 1726883200.89291: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-7723b_d05x07/tmppf5_lhyz" to remote "/root/.ansible/tmp/ansible-tmp-1726883200.8386135-8890-32099375166140/AnsiballZ_uri.py" <<< 7723 1726883200.89294: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726883200.8386135-8890-32099375166140/AnsiballZ_uri.py" <<< 7723 1726883200.90160: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883200.90194: stderr chunk (state=3): >>><<< 7723 1726883200.90198: stdout chunk (state=3): >>><<< 7723 1726883200.90238: done transferring module to remote 7723 1726883200.90261: _low_level_execute_command(): starting 7723 1726883200.90274: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726883200.8386135-8890-32099375166140/ /root/.ansible/tmp/ansible-tmp-1726883200.8386135-8890-32099375166140/AnsiballZ_uri.py && sleep 0' 7723 1726883200.90987: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7723 1726883200.91039: 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 debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883200.91057: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883200.91117: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883200.92882: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883200.92909: stderr chunk (state=3): >>><<< 7723 1726883200.92912: stdout chunk (state=3): >>><<< 7723 1726883200.92931: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883200.92934: _low_level_execute_command(): starting 7723 1726883200.92937: _low_level_execute_command(): using become for this command 7723 1726883200.92946: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-jydgalmmgemwxrmhxtwnwpygzphyiouh ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726883200.8386135-8890-32099375166140/AnsiballZ_uri.py'"'"' && sleep 0' 7723 1726883200.93032: Initial state: awaiting_escalation: BECOME-SUCCESS-jydgalmmgemwxrmhxtwnwpygzphyiouh 7723 1726883200.93442: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883200.93446: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883200.93493: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883200.93496: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883200.93551: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883200.96453: stdout chunk (state=1): >>>BECOME-SUCCESS-jydgalmmgemwxrmhxtwnwpygzphyiouh <<< 7723 1726883200.96459: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-jydgalmmgemwxrmhxtwnwpygzphyiouh' 7723 1726883200.96780: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 7723 1726883200.96808: stdout chunk (state=3): >>>import _imp # builtin <<< 7723 1726883200.96847: stdout chunk (state=3): >>>import '_thread' # <<< 7723 1726883200.96862: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 7723 1726883200.96910: stdout chunk (state=3): >>>import '_io' # <<< 7723 1726883200.96930: stdout chunk (state=3): >>>import 'marshal' # <<< 7723 1726883200.96956: stdout chunk (state=3): >>>import 'posix' # <<< 7723 1726883200.96992: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 7723 1726883200.97013: stdout chunk (state=3): >>>import 'time' # <<< 7723 1726883200.97018: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 7723 1726883200.97082: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 7723 1726883200.97085: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883200.97095: stdout chunk (state=3): >>>import '_codecs' # <<< 7723 1726883200.97121: stdout chunk (state=3): >>>import 'codecs' # <<< 7723 1726883200.97150: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 7723 1726883200.97174: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 7723 1726883200.97208: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4432183e0> <<< 7723 1726883200.97216: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4431e7a10> <<< 7723 1726883200.97230: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 7723 1726883200.97244: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe44321a960> <<< 7723 1726883200.97247: stdout chunk (state=3): >>>import '_signal' # <<< 7723 1726883200.97295: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 7723 1726883200.97317: stdout chunk (state=3): >>>import 'io' # <<< 7723 1726883200.97330: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 7723 1726883200.97422: stdout chunk (state=3): >>>import '_collections_abc' # <<< 7723 1726883200.97460: stdout chunk (state=3): >>>import 'genericpath' # <<< 7723 1726883200.97463: stdout chunk (state=3): >>>import 'posixpath' # <<< 7723 1726883200.97492: stdout chunk (state=3): >>>import 'os' # <<< 7723 1726883200.97511: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 7723 1726883200.97515: stdout chunk (state=3): >>>Processing user site-packages <<< 7723 1726883200.97544: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 7723 1726883200.97574: stdout chunk (state=3): >>>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 <<< 7723 1726883200.97599: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 7723 1726883200.97602: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe44302cfe0> <<< 7723 1726883200.97657: 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 <<< 7723 1726883200.97695: stdout chunk (state=3): >>># 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 0x7fe44302df10> <<< 7723 1726883200.97698: stdout chunk (state=3): >>>import 'site' # <<< 7723 1726883200.97742: 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. <<< 7723 1726883200.98108: stdout chunk (state=3): >>># /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' <<< 7723 1726883200.98114: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 7723 1726883200.98290: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 7723 1726883200.98293: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe44306bd40> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 7723 1726883200.98296: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 7723 1726883200.98298: stdout chunk (state=3): >>>import '_operator' # <<< 7723 1726883200.98300: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe44306bf80> <<< 7723 1726883200.98303: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 7723 1726883200.98305: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 7723 1726883200.98307: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 7723 1726883200.98444: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883200.98448: stdout chunk (state=3): >>>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 0x7fe4430a3770> <<< 7723 1726883200.98451: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 7723 1726883200.98453: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4430a3e00> import '_collections' # <<< 7723 1726883200.98512: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe443083a10> <<< 7723 1726883200.98515: stdout chunk (state=3): >>>import '_functools' # <<< 7723 1726883200.98545: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe443081130> <<< 7723 1726883200.98703: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe443068ef0> <<< 7723 1726883200.98778: stdout chunk (state=3): >>># /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 <<< 7723 1726883200.98814: stdout chunk (state=3): >>># 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 0x7fe4430c7770> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4430c6390> <<< 7723 1726883200.98850: 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 0x7fe443082120> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4430c4b60> <<< 7723 1726883200.98900: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 7723 1726883200.98955: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4430f87a0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe443068170> # /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' <<< 7723 1726883200.98959: stdout chunk (state=3): >>># 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 0x7fe4430f8c50> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4430f8b00> <<< 7723 1726883200.99031: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe4430f8ec0> <<< 7723 1726883200.99035: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe443066c90> <<< 7723 1726883200.99093: 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' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 7723 1726883200.99149: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 7723 1726883200.99153: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4430f9550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4430f9220> import 'importlib.machinery' # <<< 7723 1726883200.99190: 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' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4430fa420> import 'importlib.util' # import 'runpy' # <<< 7723 1726883200.99233: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 7723 1726883200.99282: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 7723 1726883200.99294: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe443114650> import 'errno' # <<< 7723 1726883200.99354: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883200.99377: 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 0x7fe443115d90> # /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' <<< 7723 1726883200.99412: stdout chunk (state=3): >>># /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 0x7fe443116c30> <<< 7723 1726883200.99470: 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 0x7fe443117290> <<< 7723 1726883200.99534: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe443116180> <<< 7723 1726883200.99575: stdout chunk (state=3): >>># /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 0x7fe443117d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe443117440> <<< 7723 1726883200.99618: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4430fa480> <<< 7723 1726883200.99664: stdout chunk (state=3): >>># /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' <<< 7723 1726883200.99674: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 7723 1726883200.99734: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe442e4fc50> <<< 7723 1726883200.99756: stdout chunk (state=3): >>># /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' <<< 7723 1726883200.99810: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe442e78740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe442e784a0> <<< 7723 1726883200.99844: 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 0x7fe442e78680> # /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' <<< 7723 1726883200.99922: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883201.00137: 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 0x7fe442e79010> <<< 7723 1726883201.00183: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe442e799d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe442e788c0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe442e4ddf0> <<< 7723 1726883201.00203: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 7723 1726883201.00289: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 7723 1726883201.00491: stdout chunk (state=3): >>># /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 0x7fe442e7ad80> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe442e79880> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4430fab70> # /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' <<< 7723 1726883201.00500: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe442ea30b0> <<< 7723 1726883201.00596: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 7723 1726883201.00600: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 7723 1726883201.00636: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe442ecb470> <<< 7723 1726883201.00717: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 7723 1726883201.00721: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 7723 1726883201.00814: stdout chunk (state=3): >>>import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe442f28200> <<< 7723 1726883201.00817: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 7723 1726883201.00871: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 7723 1726883201.01046: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 7723 1726883201.01050: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe442f2a960> <<< 7723 1726883201.01052: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe442f28320> <<< 7723 1726883201.01096: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe442ef5220> <<< 7723 1726883201.01155: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe442d2d340> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe442eca2a0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe442e7bcb0> <<< 7723 1726883201.01280: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fe442eca5d0> <<< 7723 1726883201.01487: stdout chunk (state=3): >>># zipimport: found 32 names in '/tmp/ansible_ansible.legacy.uri_payload_0q217fk7/ansible_ansible.legacy.uri_payload.zip' # zipimport: zlib available <<< 7723 1726883201.01593: stdout chunk (state=3): >>># 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' <<< 7723 1726883201.01672: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 7723 1726883201.01735: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 7723 1726883201.01806: 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 0x7fe442d870e0> import '_typing' # <<< 7723 1726883201.01929: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe442d65fd0> <<< 7723 1726883201.01990: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe442d65160> # zipimport: zlib available import 'ansible' # <<< 7723 1726883201.02103: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 7723 1726883201.02106: stdout chunk (state=3): >>>import 'ansible.module_utils' # # zipimport: zlib available <<< 7723 1726883201.03463: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.04607: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe442d853d0> <<< 7723 1726883201.04632: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 7723 1726883201.04642: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883201.04660: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 7723 1726883201.04664: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 7723 1726883201.04692: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 7723 1726883201.04696: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 7723 1726883201.04725: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883201.04732: 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 0x7fe442daeab0> <<< 7723 1726883201.04767: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe442dae840> <<< 7723 1726883201.04797: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe442dae150> <<< 7723 1726883201.04820: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 7723 1726883201.04825: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 7723 1726883201.04867: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe442daec00> <<< 7723 1726883201.04873: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe442d87d70> import 'atexit' # <<< 7723 1726883201.04907: 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 0x7fe442daf800> <<< 7723 1726883201.04936: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883201.04950: stdout chunk (state=3): >>># extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe442dafa10> <<< 7723 1726883201.04956: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 7723 1726883201.05007: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 7723 1726883201.05015: stdout chunk (state=3): >>>import '_locale' # <<< 7723 1726883201.05059: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe442daff20> <<< 7723 1726883201.05064: stdout chunk (state=3): >>>import 'pwd' # <<< 7723 1726883201.05089: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 7723 1726883201.05118: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 7723 1726883201.05151: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe442715c10> <<< 7723 1726883201.05181: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883201.05191: 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 0x7fe442717830> <<< 7723 1726883201.05200: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 7723 1726883201.05226: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 7723 1726883201.05255: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe442718230> <<< 7723 1726883201.05276: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 7723 1726883201.05303: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 7723 1726883201.05329: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4427193d0> <<< 7723 1726883201.05344: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 7723 1726883201.05378: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 7723 1726883201.05405: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 7723 1726883201.05410: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 7723 1726883201.05458: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe44271be60> <<< 7723 1726883201.05497: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe442ea3020> <<< 7723 1726883201.05515: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe44271a120> <<< 7723 1726883201.05537: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 7723 1726883201.05562: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 7723 1726883201.05585: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 7723 1726883201.05590: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 7723 1726883201.05611: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 7723 1726883201.05638: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 7723 1726883201.05668: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 7723 1726883201.05686: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 7723 1726883201.05688: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe442727d40> import '_tokenize' # <<< 7723 1726883201.05760: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe442726810> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe442726570> <<< 7723 1726883201.05782: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 7723 1726883201.05789: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 7723 1726883201.05859: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe442726ae0> <<< 7723 1726883201.05888: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe44271a630> <<< 7723 1726883201.05920: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883201.05924: stdout chunk (state=3): >>># extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe44276bef0> <<< 7723 1726883201.05947: 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 0x7fe44276c080> <<< 7723 1726883201.05971: 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 <<< 7723 1726883201.05986: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 7723 1726883201.06010: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 7723 1726883201.06051: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe44276db80> <<< 7723 1726883201.06060: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe44276d940> <<< 7723 1726883201.06069: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 7723 1726883201.06181: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 7723 1726883201.06236: 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 0x7fe4427700e0> <<< 7723 1726883201.06249: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe44276e270> <<< 7723 1726883201.06255: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 7723 1726883201.06297: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883201.06327: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 7723 1726883201.06331: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 7723 1726883201.06346: stdout chunk (state=3): >>>import '_string' # <<< 7723 1726883201.06383: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe442773890> <<< 7723 1726883201.06503: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe442770260> <<< 7723 1726883201.06566: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe4427746e0> <<< 7723 1726883201.06595: 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 0x7fe442774710> <<< 7723 1726883201.06646: 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 0x7fe442774b60> <<< 7723 1726883201.06650: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe44276c290> <<< 7723 1726883201.06675: 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' <<< 7723 1726883201.06699: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 7723 1726883201.06720: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 7723 1726883201.06749: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883201.06771: 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 0x7fe4426002f0> <<< 7723 1726883201.06913: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883201.06928: 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 0x7fe442601640> <<< 7723 1726883201.06942: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe442776a80> <<< 7723 1726883201.06975: 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 0x7fe442777e30> <<< 7723 1726883201.06980: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe442776690> # zipimport: zlib available <<< 7723 1726883201.07006: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.07020: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 7723 1726883201.07025: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.07110: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.07200: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.07203: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.07238: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # # zipimport: zlib available <<< 7723 1726883201.07245: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.07261: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 7723 1726883201.07269: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.07383: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.07506: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.08044: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.08571: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 7723 1726883201.08588: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 7723 1726883201.08596: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 7723 1726883201.08605: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 7723 1726883201.08628: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883201.08670: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe442605820> <<< 7723 1726883201.08750: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 7723 1726883201.08760: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 7723 1726883201.08777: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4426065d0> <<< 7723 1726883201.08781: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe442601880> <<< 7723 1726883201.08839: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 7723 1726883201.08846: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.08872: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.08881: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 7723 1726883201.08898: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.09042: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.09189: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 7723 1726883201.09201: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4426062d0> <<< 7723 1726883201.09218: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.09664: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.10101: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.10166: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.10245: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 7723 1726883201.10250: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.10291: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.10334: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 7723 1726883201.10339: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.10406: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.10488: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 7723 1726883201.10492: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.10519: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.10534: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 7723 1726883201.10539: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.10573: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.10615: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 7723 1726883201.10620: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.10849: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.11074: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 7723 1726883201.11136: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 7723 1726883201.11142: stdout chunk (state=3): >>>import '_ast' # <<< 7723 1726883201.11214: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4426077d0> <<< 7723 1726883201.11219: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.11296: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.11376: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 7723 1726883201.11382: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 7723 1726883201.11408: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.11449: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.11494: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 7723 1726883201.11499: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.11545: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.11586: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.11646: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.11714: 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 <<< 7723 1726883201.11753: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883201.11836: 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 0x7fe4426120f0> <<< 7723 1726883201.11870: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe44260fd40> <<< 7723 1726883201.11905: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 7723 1726883201.11913: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.11973: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.12038: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.12063: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.12107: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883201.12129: 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 <<< 7723 1726883201.12162: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 7723 1726883201.12171: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 7723 1726883201.12230: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 7723 1726883201.12248: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 7723 1726883201.12269: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 7723 1726883201.12327: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe442702a20> <<< 7723 1726883201.12369: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe442de26f0> <<< 7723 1726883201.12453: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe442612210> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe442607140> <<< 7723 1726883201.12464: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 7723 1726883201.12467: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.12497: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.12528: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 7723 1726883201.12536: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 7723 1726883201.12596: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 7723 1726883201.12609: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.12624: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.12633: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 7723 1726883201.12638: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.12896: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.13158: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.urllib' # <<< 7723 1726883201.13167: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.urllib.parse' # <<< 7723 1726883201.13172: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.13214: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.13247: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # <<< 7723 1726883201.13259: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.13985: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.14650: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py # code object from '/usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc' import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4426a46e0> <<< 7723 1726883201.14674: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/__init__.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc' import 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4426a48c0> <<< 7723 1726883201.14688: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/application.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc' <<< 7723 1726883201.14714: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py <<< 7723 1726883201.14719: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc' <<< 7723 1726883201.14750: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py # code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4426a4fb0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4426a4b90> <<< 7723 1726883201.14777: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc' <<< 7723 1726883201.14789: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py <<< 7723 1726883201.14801: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc' <<< 7723 1726883201.14843: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4426a5c40> <<< 7723 1726883201.14862: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py <<< 7723 1726883201.14869: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc' <<< 7723 1726883201.14888: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py # code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' <<< 7723 1726883201.14914: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py <<< 7723 1726883201.14923: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' <<< 7723 1726883201.14955: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py <<< 7723 1726883201.14963: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' <<< 7723 1726883201.14985: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py <<< 7723 1726883201.14991: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' <<< 7723 1726883201.15011: stdout chunk (state=3): >>>import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe442691970> <<< 7723 1726883201.15037: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py <<< 7723 1726883201.15049: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe442691880> <<< 7723 1726883201.15067: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py <<< 7723 1726883201.15078: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe442266690> <<< 7723 1726883201.15132: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4426a73e0> <<< 7723 1726883201.15142: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 7723 1726883201.15169: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' <<< 7723 1726883201.15185: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py <<< 7723 1726883201.15204: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' <<< 7723 1726883201.15214: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py <<< 7723 1726883201.15274: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 7723 1726883201.15347: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4422711c0> <<< 7723 1726883201.15352: stdout chunk (state=3): >>>import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe442267d70> <<< 7723 1726883201.15378: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe442267140> <<< 7723 1726883201.15401: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4426a6840> <<< 7723 1726883201.15414: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py <<< 7723 1726883201.15437: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' <<< 7723 1726883201.15456: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py <<< 7723 1726883201.15519: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' <<< 7723 1726883201.15539: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py <<< 7723 1726883201.15547: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' <<< 7723 1726883201.15561: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4422a5190> <<< 7723 1726883201.15691: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4422993a0> <<< 7723 1726883201.15814: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe442de1a60> <<< 7723 1726883201.15841: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py # code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' <<< 7723 1726883201.15866: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py <<< 7723 1726883201.15892: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 7723 1726883201.15939: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py # code object from '/usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc' import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4422e8f20> <<< 7723 1726883201.15953: stdout chunk (state=3): >>>import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4422a6f30> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe442298ec0> <<< 7723 1726883201.15977: stdout chunk (state=3): >>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4426a62d0> <<< 7723 1726883201.15999: stdout chunk (state=3): >>>import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4426a5cd0> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4426a5910> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4426a4890> <<< 7723 1726883201.16016: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/multipart.py <<< 7723 1726883201.16036: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc' import 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4426a5d00> <<< 7723 1726883201.16058: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py <<< 7723 1726883201.16061: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' <<< 7723 1726883201.16081: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py <<< 7723 1726883201.16086: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' <<< 7723 1726883201.16138: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4422e9580> <<< 7723 1726883201.16149: stdout chunk (state=3): >>>import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4422e9130> <<< 7723 1726883201.16168: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py <<< 7723 1726883201.16179: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883201.16243: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4422e9c70> <<< 7723 1726883201.16267: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 7723 1726883201.16292: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 7723 1726883201.16350: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 7723 1726883201.16385: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 7723 1726883201.16458: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883201.16535: stdout chunk (state=3): >>># extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe4422ef8c0> <<< 7723 1726883201.16716: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4422ecef0> <<< 7723 1726883201.16744: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4422eaae0> <<< 7723 1726883201.16769: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py <<< 7723 1726883201.16778: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' <<< 7723 1726883201.16818: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4422ec980> <<< 7723 1726883201.16830: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py <<< 7723 1726883201.16846: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' <<< 7723 1726883201.16852: stdout chunk (state=3): >>>import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4422dac60> <<< 7723 1726883201.16875: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py <<< 7723 1726883201.16879: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc' <<< 7723 1726883201.16903: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py <<< 7723 1726883201.16910: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc' <<< 7723 1726883201.16932: stdout chunk (state=3): >>>import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4422db8f0> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4422db3b0> <<< 7723 1726883201.16957: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 7723 1726883201.17029: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 7723 1726883201.17100: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4422dbdd0> <<< 7723 1726883201.17118: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 7723 1726883201.17158: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 7723 1726883201.17372: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe44230a420> <<< 7723 1726883201.17395: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 7723 1726883201.17415: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' <<< 7723 1726883201.17443: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4421ff980> <<< 7723 1726883201.17487: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.17586: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 7723 1726883201.17685: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.21981: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py <<< 7723 1726883201.21995: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' <<< 7723 1726883201.22014: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py <<< 7723 1726883201.22028: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' <<< 7723 1726883201.22069: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883201.22072: stdout chunk (state=3): >>># extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe441f3b530> <<< 7723 1726883201.22084: stdout chunk (state=3): >>>import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe441f3a7b0> <<< 7723 1726883201.22136: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe441f39ee0> <<< 7723 1726883201.24746: stdout chunk (state=3): >>>/usr/lib64/python3.12/urllib/request.py:1052: UserWarning: Basic Auth Realm was unquoted response = self.http_error_auth_reqed('www-authenticate', <<< 7723 1726883201.29968: stdout chunk (state=3): >>> {"redirected": false, "url": "https://candlepin.local:8443/candlepin/activation_keys/8a8082e4920b0ce701920b0e0ba80984/pools/8a8082e4920b0ce701920b0d184c066d", "status": 200, "x_candlepin_request_uuid": "2e4f9f03-b626-4d8f-92e5-e1b252b67ec4", "x_version": "4.4.16-1", "vary": "accept-encoding", "content_type": "application/json", "transfer_encoding": "chunked", "date": "Sat, 21 Sep 2024 01:46:40 GMT", "connection": "close", "cookies_string": "", "cookies": {}, "msg": "OK (unknown bytes)", "elapsed": 0, "changed": false, "json": {"created": "2024-09-19T16:12:02+0000", "updated": "2024-09-19T16:12:02+0000", "id": "8a8082e4920b0ce701920b0e0ba80984", "name": "default_key", "description": null, "owner": {"id": "8a8082e4920b0ce701920b0cfa450004", "key": "donaldduck", "displayName": "Donald Duck", "href": "/owners/donaldduck", "contentAccessMode": "org_environment"}, "releaseVer": {"releaseVer": null}, "serviceLevel": null, "usage": null, "role": null, "addOns": [], "autoAttach": null, "pools": [{"poolId": "8a8082e4920b0ce701920b0d1816051f", "quantity": null}, {"poolId": "8a8082e4920b0ce701920b0d181c0543", "quantity": null}, {"poolId": "8a8082e4920b0ce701920b0d184c066b", "quantity": null}, {"poolId": "8a8082e4920b0ce701920b0d183705d9", "quantity": null}, {"poolId": "8a8082e4920b0ce701920b0d184c066d", "quantity": null}, {"poolId": "8a8082e4920b0ce701920b0d183705d7", "quantity": null}], "products": [], "contentOverrides": []}, "invocation": {"module_args": {"url": "https://candlepin.local:8443/candlepin/activation_keys/8a8082e4920b0ce701920b0e0ba80984/pools/8a8082e4920b0ce701920b0d184c066d", "method": "POST", "url_username": "doc", "url_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "force": false, "http_agent": "ansible-httpget", "use_proxy": true, "validate_certs": true, "force_basic_auth": false, "use_gssapi": false, "body_format": "raw", "return_content": false, "follow_redirects": "safe", "status_code": [200], "timeout": 30, "headers": {}, "remote_src": false, "unredirected_headers": [], "decompress": true, "use_netrc": true, "unsafe_writes": false, "client_cert": null, "client_key": null, "dest": null, "body": null, "src": null, "creates": null, "removes": null, "unix_socket": null, "ca_path": null, "ciphers": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} # destroy __main__ <<< 7723 1726883201.30462: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 7723 1726883201.30494: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types <<< 7723 1726883201.30499: stdout chunk (state=3): >>># 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 <<< 7723 1726883201.30535: 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 # 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 # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing 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 # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path <<< 7723 1726883201.30543: stdout chunk (state=3): >>># 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 <<< 7723 1726883201.30571: stdout chunk (state=3): >>># 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 # 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 # 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 # 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 <<< 7723 1726883201.30621: stdout chunk (state=3): >>># 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 <<< 7723 1726883201.30638: stdout chunk (state=3): >>># 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 # cleanup[2] removing ansible.module_utils.six.moves.urllib # cleanup[2] removing ansible.module_utils.six.moves.urllib.parse # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing email # cleanup[2] removing email.mime <<< 7723 1726883201.30649: stdout chunk (state=3): >>># cleanup[2] removing quopri # cleanup[2] removing email.encoders # cleanup[2] removing email.errors # cleanup[2] removing email.quoprimime # cleanup[2] removing email.base64mime # cleanup[2] removing email.charset # cleanup[2] removing email.header # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing email.utils # cleanup[2] removing email._policybase # cleanup[2] removing email._encoded_words # cleanup[2] removing email._header_value_parser # cleanup[2] removing email.headerregistry # cleanup[2] removing email.iterators # cleanup[2] removing email.message # cleanup[2] removing email.contentmanager # cleanup[2] removing email.policy # cleanup[2] removing email.mime.base # cleanup[2] removing email.mime.nonmultipart # cleanup[2] removing email.mime.application # cleanup[2] removing email.mime.multipart # cleanup[2] removing email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing http # cleanup[2] removing _ssl # cleanup[2] removing ssl # cleanup[2] removing http.client # cleanup[2] removing mimetypes # cleanup[2] removing netrc # cleanup[2] removing urllib.response # cleanup[2] removing urllib.error # cleanup[2] removing urllib.request # cleanup[2] removing http.cookiejar # cleanup[2] removing gzip # cleanup[2] removing ansible.module_utils.urls # destroy ansible.module_utils.urls # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna <<< 7723 1726883201.30966: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 7723 1726883201.30978: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 7723 1726883201.30998: stdout chunk (state=3): >>># destroy _bz2 # destroy _lzma <<< 7723 1726883201.31012: stdout chunk (state=3): >>># destroy _blake2 # destroy bz2 # destroy lzma # destroy zipfile._path <<< 7723 1726883201.31030: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy urllib.parse # destroy urllib.response # destroy urllib.error # destroy urllib.request <<< 7723 1726883201.31043: stdout chunk (state=3): >>># destroy ntpath <<< 7723 1726883201.31057: stdout chunk (state=3): >>># destroy importlib # destroy zipimport # destroy __main__ <<< 7723 1726883201.31064: stdout chunk (state=3): >>># destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings <<< 7723 1726883201.31088: stdout chunk (state=3): >>># destroy _locale # destroy pwd <<< 7723 1726883201.31109: stdout chunk (state=3): >>># destroy signal # destroy fcntl # destroy select # destroy _signal <<< 7723 1726883201.31113: stdout chunk (state=3): >>># destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors <<< 7723 1726883201.31120: stdout chunk (state=3): >>># destroy array <<< 7723 1726883201.31142: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 7723 1726883201.31157: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json <<< 7723 1726883201.31164: stdout chunk (state=3): >>># destroy logging # destroy shlex # destroy subprocess <<< 7723 1726883201.31186: stdout chunk (state=3): >>># destroy mimetypes <<< 7723 1726883201.31217: stdout chunk (state=3): >>># destroy netrc # destroy gzip # destroy email.mime # destroy email.mime.base # destroy email.mime.nonmultipart # destroy email.mime.application # destroy email.mime.multipart # destroy email.base64mime # destroy email._parseaddr # destroy email._policybase # destroy email.headerregistry # destroy email.iterators # destroy email.contentmanager # destroy email.policy # destroy email.feedparser # destroy email.parser # destroy email.encoders <<< 7723 1726883201.31224: stdout chunk (state=3): >>># destroy email.message # destroy email.header # destroy random # destroy calendar # destroy locale <<< 7723 1726883201.31246: stdout chunk (state=3): >>># destroy email._header_value_parser # destroy email._encoded_words <<< 7723 1726883201.31274: stdout chunk (state=3): >>># destroy unicodedata # destroy email.quoprimime # destroy binascii # destroy quopri # destroy email.utils # destroy email.charset <<< 7723 1726883201.31287: stdout chunk (state=3): >>># destroy email.errors <<< 7723 1726883201.31304: stdout chunk (state=3): >>># destroy http.client # destroy http.cookiejar <<< 7723 1726883201.31319: stdout chunk (state=3): >>># destroy errno <<< 7723 1726883201.31325: stdout chunk (state=3): >>># destroy _ssl <<< 7723 1726883201.31352: stdout chunk (state=3): >>># destroy base64 # destroy bisect # destroy email # destroy hashlib # destroy socket # destroy string # destroy tempfile # destroy ssl <<< 7723 1726883201.31384: stdout chunk (state=3): >>># destroy copy # destroy datetime # destroy urllib # destroy http <<< 7723 1726883201.31387: stdout chunk (state=3): >>># destroy struct # destroy zlib # destroy _compression <<< 7723 1726883201.31605: stdout chunk (state=3): >>># cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping ansible.module_utils.six.moves.urllib.parse # cleanup[3] wiping ansible.module_utils.six.moves.urllib # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes <<< 7723 1726883201.31627: stdout chunk (state=3): >>># 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 <<< 7723 1726883201.31669: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 7723 1726883201.31677: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping ipaddress # 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 <<< 7723 1726883201.31734: stdout chunk (state=3): >>># 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 <<< 7723 1726883201.31749: 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 # 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 <<< 7723 1726883201.31752: stdout chunk (state=3): >>># cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 7723 1726883201.31766: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 7723 1726883201.31909: stdout chunk (state=3): >>># destroy sys.monitoring <<< 7723 1726883201.31913: stdout chunk (state=3): >>># destroy _socket <<< 7723 1726883201.31925: stdout chunk (state=3): >>># destroy _collections <<< 7723 1726883201.31963: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 7723 1726883201.31968: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser <<< 7723 1726883201.31993: stdout chunk (state=3): >>># destroy tokenize <<< 7723 1726883201.32004: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 7723 1726883201.32021: stdout chunk (state=3): >>># destroy _typing <<< 7723 1726883201.32121: stdout chunk (state=3): >>># destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy operator # destroy ansible.module_utils.six.moves # destroy functools # destroy ipaddress <<< 7723 1726883201.32146: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 7723 1726883201.32159: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 7723 1726883201.32249: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # destroy _codecs <<< 7723 1726883201.32262: stdout chunk (state=3): >>># destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 7723 1726883201.32289: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 7723 1726883201.32304: stdout chunk (state=3): >>># destroy _hashlib <<< 7723 1726883201.32321: stdout chunk (state=3): >>># destroy _operator # destroy _sre # destroy _string # destroy re <<< 7723 1726883201.32354: stdout chunk (state=3): >>># destroy itertools <<< 7723 1726883201.32361: stdout chunk (state=3): >>># destroy _abc # destroy posix # destroy _functools # destroy builtins <<< 7723 1726883201.32374: stdout chunk (state=3): >>># destroy _thread # clear sys.audit hooks <<< 7723 1726883201.32920: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.120 closed. <<< 7723 1726883201.32979: stderr chunk (state=3): >>><<< 7723 1726883201.32984: stdout chunk (state=3): >>><<< 7723 1726883201.33062: _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 0x7fe4432183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4431e7a10> # /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 0x7fe44321a960> 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 0x7fe44302cfe0> # /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 0x7fe44302df10> 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 0x7fe44306bd40> # /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 0x7fe44306bf80> # /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 0x7fe4430a3770> # /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 0x7fe4430a3e00> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe443083a10> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe443081130> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe443068ef0> # /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 0x7fe4430c7770> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4430c6390> # /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 0x7fe443082120> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4430c4b60> # /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 0x7fe4430f87a0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe443068170> # /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 0x7fe4430f8c50> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4430f8b00> # 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 0x7fe4430f8ec0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe443066c90> # /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 0x7fe4430f9550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4430f9220> 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 0x7fe4430fa420> 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 0x7fe443114650> 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 0x7fe443115d90> # /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 0x7fe443116c30> # 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 0x7fe443117290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe443116180> # /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 0x7fe443117d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe443117440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4430fa480> # /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 0x7fe442e4fc50> # /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 0x7fe442e78740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe442e784a0> # 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 0x7fe442e78680> # /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 0x7fe442e79010> # 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 0x7fe442e799d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe442e788c0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe442e4ddf0> # /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 0x7fe442e7ad80> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe442e79880> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4430fab70> # /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 0x7fe442ea30b0> # /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 0x7fe442ecb470> # /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 0x7fe442f28200> # /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 0x7fe442f2a960> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe442f28320> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe442ef5220> # /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 0x7fe442d2d340> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe442eca2a0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe442e7bcb0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fe442eca5d0> # zipimport: found 32 names in '/tmp/ansible_ansible.legacy.uri_payload_0q217fk7/ansible_ansible.legacy.uri_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 0x7fe442d870e0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe442d65fd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe442d65160> # 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 0x7fe442d853d0> # /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 0x7fe442daeab0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe442dae840> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe442dae150> # /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 0x7fe442daec00> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe442d87d70> 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 0x7fe442daf800> # 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 0x7fe442dafa10> # /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 0x7fe442daff20> 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 0x7fe442715c10> # 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 0x7fe442717830> # /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 0x7fe442718230> # /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 0x7fe4427193d0> # /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 0x7fe44271be60> # 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 0x7fe442ea3020> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe44271a120> # /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 0x7fe442727d40> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe442726810> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe442726570> # /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 0x7fe442726ae0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe44271a630> # 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 0x7fe44276bef0> # /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 0x7fe44276c080> # /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 0x7fe44276db80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe44276d940> # /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 0x7fe4427700e0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe44276e270> # /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 0x7fe442773890> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe442770260> # 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 0x7fe4427746e0> # 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 0x7fe442774710> # 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 0x7fe442774b60> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe44276c290> # /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 0x7fe4426002f0> # 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 0x7fe442601640> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe442776a80> # 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 0x7fe442777e30> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe442776690> # 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 0x7fe442605820> # /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 0x7fe4426065d0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe442601880> 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 0x7fe4426062d0> # 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 0x7fe4426077d0> # 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 0x7fe4426120f0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe44260fd40> 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 0x7fe442702a20> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe442de26f0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe442612210> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe442607140> # 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 import 'ansible.module_utils.six.moves.urllib' # import 'ansible.module_utils.six.moves.urllib.parse' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.datetime' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py # code object from '/usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc' import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4426a46e0> # /usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/__init__.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc' import 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4426a48c0> # /usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/application.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py # code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py # code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4426a4fb0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4426a4b90> # /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py # code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc' import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4426a5c40> # /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py # code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py # code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py # code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py # code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe442691970> # /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py # code object from '/usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe442691880> # /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py # code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe442266690> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4426a73e0> # /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py # code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py # code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py # code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4422711c0> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe442267d70> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe442267140> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4426a6840> # /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py # code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py # code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py # code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4422a5190> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4422993a0> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe442de1a60> # /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py # code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py # code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py # code object from '/usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc' import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4422e8f20> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4422a6f30> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe442298ec0> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4426a62d0> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4426a5cd0> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4426a5910> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4426a4890> # /usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/multipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc' import 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4426a5d00> # /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py # code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py # code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4422e9580> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4422e9130> # /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py # code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4422e9c70> # /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py # code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py # code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' # extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' # extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe4422ef8c0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4422ecef0> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4422eaae0> # /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py # code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4422ec980> # /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py # code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4422dac60> # /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc' # /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc' import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4422db8f0> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4422db3b0> # /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4422dbdd0> # /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py # code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe44230a420> # /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py # code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe4421ff980> # zipimport: zlib available import 'ansible.module_utils.urls' # # zipimport: zlib available # /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py # code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' # extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe441f3b530> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe441f3a7b0> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe441f39ee0> /usr/lib64/python3.12/urllib/request.py:1052: UserWarning: Basic Auth Realm was unquoted response = self.http_error_auth_reqed('www-authenticate', {"redirected": false, "url": "https://candlepin.local:8443/candlepin/activation_keys/8a8082e4920b0ce701920b0e0ba80984/pools/8a8082e4920b0ce701920b0d184c066d", "status": 200, "x_candlepin_request_uuid": "2e4f9f03-b626-4d8f-92e5-e1b252b67ec4", "x_version": "4.4.16-1", "vary": "accept-encoding", "content_type": "application/json", "transfer_encoding": "chunked", "date": "Sat, 21 Sep 2024 01:46:40 GMT", "connection": "close", "cookies_string": "", "cookies": {}, "msg": "OK (unknown bytes)", "elapsed": 0, "changed": false, "json": {"created": "2024-09-19T16:12:02+0000", "updated": "2024-09-19T16:12:02+0000", "id": "8a8082e4920b0ce701920b0e0ba80984", "name": "default_key", "description": null, "owner": {"id": "8a8082e4920b0ce701920b0cfa450004", "key": "donaldduck", "displayName": "Donald Duck", "href": "/owners/donaldduck", "contentAccessMode": "org_environment"}, "releaseVer": {"releaseVer": null}, "serviceLevel": null, "usage": null, "role": null, "addOns": [], "autoAttach": null, "pools": [{"poolId": "8a8082e4920b0ce701920b0d1816051f", "quantity": null}, {"poolId": "8a8082e4920b0ce701920b0d181c0543", "quantity": null}, {"poolId": "8a8082e4920b0ce701920b0d184c066b", "quantity": null}, {"poolId": "8a8082e4920b0ce701920b0d183705d9", "quantity": null}, {"poolId": "8a8082e4920b0ce701920b0d184c066d", "quantity": null}, {"poolId": "8a8082e4920b0ce701920b0d183705d7", "quantity": null}], "products": [], "contentOverrides": []}, "invocation": {"module_args": {"url": "https://candlepin.local:8443/candlepin/activation_keys/8a8082e4920b0ce701920b0e0ba80984/pools/8a8082e4920b0ce701920b0d184c066d", "method": "POST", "url_username": "doc", "url_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "force": false, "http_agent": "ansible-httpget", "use_proxy": true, "validate_certs": true, "force_basic_auth": false, "use_gssapi": false, "body_format": "raw", "return_content": false, "follow_redirects": "safe", "status_code": [200], "timeout": 30, "headers": {}, "remote_src": false, "unredirected_headers": [], "decompress": true, "use_netrc": true, "unsafe_writes": false, "client_cert": null, "client_key": null, "dest": null, "body": null, "src": null, "creates": null, "removes": null, "unix_socket": null, "ca_path": null, "ciphers": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} # 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 # 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 # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing 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 # cleanup[2] removing ipaddress # cleanup[2] removing 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 # 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 # 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 # 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 # cleanup[2] removing ansible.module_utils.six.moves.urllib # cleanup[2] removing ansible.module_utils.six.moves.urllib.parse # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing email # cleanup[2] removing email.mime # cleanup[2] removing quopri # cleanup[2] removing email.encoders # cleanup[2] removing email.errors # cleanup[2] removing email.quoprimime # cleanup[2] removing email.base64mime # cleanup[2] removing email.charset # cleanup[2] removing email.header # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing email.utils # cleanup[2] removing email._policybase # cleanup[2] removing email._encoded_words # cleanup[2] removing email._header_value_parser # cleanup[2] removing email.headerregistry # cleanup[2] removing email.iterators # cleanup[2] removing email.message # cleanup[2] removing email.contentmanager # cleanup[2] removing email.policy # cleanup[2] removing email.mime.base # cleanup[2] removing email.mime.nonmultipart # cleanup[2] removing email.mime.application # cleanup[2] removing email.mime.multipart # cleanup[2] removing email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing http # cleanup[2] removing _ssl # cleanup[2] removing ssl # cleanup[2] removing http.client # cleanup[2] removing mimetypes # cleanup[2] removing netrc # cleanup[2] removing urllib.response # cleanup[2] removing urllib.error # cleanup[2] removing urllib.request # cleanup[2] removing http.cookiejar # cleanup[2] removing gzip # cleanup[2] removing ansible.module_utils.urls # destroy ansible.module_utils.urls # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _lzma # destroy _blake2 # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy urllib.parse # destroy urllib.response # destroy urllib.error # destroy urllib.request # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy array # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # destroy mimetypes # destroy netrc # destroy gzip # destroy email.mime # destroy email.mime.base # destroy email.mime.nonmultipart # destroy email.mime.application # destroy email.mime.multipart # destroy email.base64mime # destroy email._parseaddr # destroy email._policybase # destroy email.headerregistry # destroy email.iterators # destroy email.contentmanager # destroy email.policy # destroy email.feedparser # destroy email.parser # destroy email.encoders # destroy email.message # destroy email.header # destroy random # destroy calendar # destroy locale # destroy email._header_value_parser # destroy email._encoded_words # destroy unicodedata # destroy email.quoprimime # destroy binascii # destroy quopri # destroy email.utils # destroy email.charset # destroy email.errors # destroy http.client # destroy http.cookiejar # destroy errno # destroy _ssl # destroy base64 # destroy bisect # destroy email # destroy hashlib # destroy socket # destroy string # destroy tempfile # destroy ssl # destroy copy # destroy datetime # destroy urllib # destroy http # destroy struct # destroy zlib # destroy _compression # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping ansible.module_utils.six.moves.urllib.parse # cleanup[3] wiping ansible.module_utils.six.moves.urllib # 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 ipaddress # 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 operator # destroy ansible.module_utils.six.moves # destroy functools # destroy ipaddress # 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 encodings.idna # 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 _sre # destroy _string # destroy re # destroy itertools # destroy _abc # 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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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.12.120 closed. 7723 1726883201.33663: done with _execute_module (ansible.legacy.uri, {'url': 'https://candlepin.local:8443/candlepin/activation_keys/8a8082e4920b0ce701920b0e0ba80984/pools/8a8082e4920b0ce701920b0d184c066d', 'method': 'POST', 'url_username': 'doc', 'url_password': 'password', '_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': 'ansible.legacy.uri', '_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-1726883200.8386135-8890-32099375166140/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7723 1726883201.33666: _low_level_execute_command(): starting 7723 1726883201.33732: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726883200.8386135-8890-32099375166140/ > /dev/null 2>&1 && sleep 0' 7723 1726883201.33929: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883201.33933: 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.12.120 originally 10.31.12.120 debug2: match not found <<< 7723 1726883201.33935: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883201.33938: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883201.33958: 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883201.34019: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883201.34022: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883201.34033: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883201.34081: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883201.35968: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883201.35973: stdout chunk (state=3): >>><<< 7723 1726883201.35975: stderr chunk (state=3): >>><<< 7723 1726883201.36049: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883201.36053: handler run complete 7723 1726883201.36068: attempt loop complete, returning result 7723 1726883201.36092: variable 'item' from source: unknown 7723 1726883201.36189: variable 'item' from source: unknown ok: [managed_node1] => (item={'created': '2024-09-19T16:11:00+0000', 'updated': '2024-09-19T16:11:00+0000', 'id': '8a8082e4920b0ce701920b0d184c066d', 'type': 'UNMAPPED_GUEST', 'owner': {'id': '8a8082e4920b0ce701920b0cfa450004', 'key': 'donaldduck', 'displayName': 'Donald Duck', 'href': '/owners/donaldduck', 'contentAccessMode': 'org_environment'}, 'activeSubscription': True, 'sourceEntitlement': None, 'quantity': 100, 'startDate': '2024-09-14T16:10:55+0000', 'endDate': '2025-09-14T16:10:55+0000', 'attributes': [{'name': 'unmapped_guests_only', 'value': 'true'}, {'name': 'pool_derived', 'value': 'true'}, {'name': 'physical_only', 'value': 'false'}, {'name': 'virt_limit', 'value': '0'}, {'name': 'requires_consumer_type', 'value': 'system'}, {'name': 'virt_only', 'value': 'true'}], 'restrictedToUsername': None, 'contractNumber': '0', 'accountNumber': '4430910818', 'orderNumber': 'order-01213291', 'consumed': 0, 'exported': 0, 'branding': [{'created': '2024-09-19T16:11:00+0000', 'updated': '2024-09-19T16:11:00+0000', 'productId': '32060', 'name': 'Branded Donaldy OS Instance Based one socket', 'type': 'OS'}], 'calculatedAttributes': {'compliance_type': 'Instance Based (Temporary)'}, 'upstreamPoolId': None, 'upstreamEntitlementId': None, 'upstreamConsumerId': None, 'productName': 'Donaldy OS Instance Based one socket', 'productId': 'donaldyos-onesocketib', 'productAttributes': [{'name': 'host_limited', 'value': 'true'}, {'name': 'instance_multiplier', 'value': '2'}, {'name': 'multi-entitlement', 'value': 'yes'}, {'name': 'virt_limit', 'value': '1'}, {'name': 'variant', 'value': 'ALL'}, {'name': 'stacking_id', 'value': '15'}, {'name': 'support_level', 'value': 'Standard'}, {'name': 'sockets', 'value': '1'}, {'name': 'support_type', 'value': 'L1-L3'}, {'name': 'arch', 'value': 'ALL'}, {'name': 'type', 'value': 'MKT'}, {'name': 'version', 'value': '1.0'}], 'stackId': '15', 'stacked': True, 'sourceStackId': None, 'href': '/pools/8a8082e4920b0ce701920b0d184c066d', 'derivedProductAttributes': [], 'derivedProductId': None, 'derivedProductName': None, 'providedProducts': [{'productId': '7051', 'productName': 'Donaldy OS Developer Bits'}, {'productId': '7050', 'productName': 'Donaldy OS Premium Architecture Bits'}, {'productId': '32060', 'productName': 'Awesome OS Instance Server Bits'}], 'derivedProvidedProducts': [], 'subscriptionSubKey': 'derived', 'subscriptionId': 'upstream-59934462', 'managed': True}) => { "ansible_loop_var": "item", "changed": false, "connection": "close", "content_type": "application/json", "cookies": {}, "cookies_string": "", "date": "Sat, 21 Sep 2024 01:46:40 GMT", "elapsed": 0, "item": { "accountNumber": "4430910818", "activeSubscription": true, "attributes": [ { "name": "unmapped_guests_only", "value": "true" }, { "name": "pool_derived", "value": "true" }, { "name": "physical_only", "value": "false" }, { "name": "virt_limit", "value": "0" }, { "name": "requires_consumer_type", "value": "system" }, { "name": "virt_only", "value": "true" } ], "branding": [ { "created": "2024-09-19T16:11:00+0000", "name": "Branded Donaldy OS Instance Based one socket", "productId": "32060", "type": "OS", "updated": "2024-09-19T16:11:00+0000" } ], "calculatedAttributes": { "compliance_type": "Instance Based (Temporary)" }, "consumed": 0, "contractNumber": "0", "created": "2024-09-19T16:11:00+0000", "derivedProductAttributes": [], "derivedProductId": null, "derivedProductName": null, "derivedProvidedProducts": [], "endDate": "2025-09-14T16:10:55+0000", "exported": 0, "href": "/pools/8a8082e4920b0ce701920b0d184c066d", "id": "8a8082e4920b0ce701920b0d184c066d", "managed": true, "orderNumber": "order-01213291", "owner": { "contentAccessMode": "org_environment", "displayName": "Donald Duck", "href": "/owners/donaldduck", "id": "8a8082e4920b0ce701920b0cfa450004", "key": "donaldduck" }, "productAttributes": [ { "name": "host_limited", "value": "true" }, { "name": "instance_multiplier", "value": "2" }, { "name": "multi-entitlement", "value": "yes" }, { "name": "virt_limit", "value": "1" }, { "name": "variant", "value": "ALL" }, { "name": "stacking_id", "value": "15" }, { "name": "support_level", "value": "Standard" }, { "name": "sockets", "value": "1" }, { "name": "support_type", "value": "L1-L3" }, { "name": "arch", "value": "ALL" }, { "name": "type", "value": "MKT" }, { "name": "version", "value": "1.0" } ], "productId": "donaldyos-onesocketib", "productName": "Donaldy OS Instance Based one socket", "providedProducts": [ { "productId": "7051", "productName": "Donaldy OS Developer Bits" }, { "productId": "7050", "productName": "Donaldy OS Premium Architecture Bits" }, { "productId": "32060", "productName": "Awesome OS Instance Server Bits" } ], "quantity": 100, "restrictedToUsername": null, "sourceEntitlement": null, "sourceStackId": null, "stackId": "15", "stacked": true, "startDate": "2024-09-14T16:10:55+0000", "subscriptionId": "upstream-59934462", "subscriptionSubKey": "derived", "type": "UNMAPPED_GUEST", "updated": "2024-09-19T16:11:00+0000", "upstreamConsumerId": null, "upstreamEntitlementId": null, "upstreamPoolId": null }, "json": { "addOns": [], "autoAttach": null, "contentOverrides": [], "created": "2024-09-19T16:12:02+0000", "description": null, "id": "8a8082e4920b0ce701920b0e0ba80984", "name": "default_key", "owner": { "contentAccessMode": "org_environment", "displayName": "Donald Duck", "href": "/owners/donaldduck", "id": "8a8082e4920b0ce701920b0cfa450004", "key": "donaldduck" }, "pools": [ { "poolId": "8a8082e4920b0ce701920b0d1816051f", "quantity": null }, { "poolId": "8a8082e4920b0ce701920b0d181c0543", "quantity": null }, { "poolId": "8a8082e4920b0ce701920b0d184c066b", "quantity": null }, { "poolId": "8a8082e4920b0ce701920b0d183705d9", "quantity": null }, { "poolId": "8a8082e4920b0ce701920b0d184c066d", "quantity": null }, { "poolId": "8a8082e4920b0ce701920b0d183705d7", "quantity": null } ], "products": [], "releaseVer": { "releaseVer": null }, "role": null, "serviceLevel": null, "updated": "2024-09-19T16:12:02+0000", "usage": null }, "redirected": false, "status": 200, "transfer_encoding": "chunked", "url": "https://candlepin.local:8443/candlepin/activation_keys/8a8082e4920b0ce701920b0e0ba80984/pools/8a8082e4920b0ce701920b0d184c066d", "vary": "accept-encoding", "x_candlepin_request_uuid": "2e4f9f03-b626-4d8f-92e5-e1b252b67ec4", "x_version": "4.4.16-1" } MSG: OK (unknown bytes) 7723 1726883201.37397: dumping result to json 7723 1726883201.37401: done dumping result, returning 7723 1726883201.37404: done running TaskExecutor() for managed_node1/TASK: Add pools for product 7050 to default_key activation key [0affc0aa-4893-13c9-9f63-000000000026] 7723 1726883201.37408: sending task result for task 0affc0aa-4893-13c9-9f63-000000000026 7723 1726883201.38528: no more pending results, returning what we have 7723 1726883201.38531: results queue empty 7723 1726883201.38532: checking for any_errors_fatal 7723 1726883201.38538: done checking for any_errors_fatal 7723 1726883201.38538: checking for max_fail_percentage 7723 1726883201.38541: done checking for max_fail_percentage 7723 1726883201.38542: checking to see if all hosts have failed and the running result is not ok 7723 1726883201.38542: done checking to see if all hosts have failed 7723 1726883201.38543: getting the remaining hosts for this loop 7723 1726883201.38544: done getting the remaining hosts for this loop 7723 1726883201.38547: getting the next task for host managed_node1 7723 1726883201.38551: done getting next task for host managed_node1 7723 1726883201.38552: ^ task is: TASK: Add environments 7723 1726883201.38554: ^ state is: HOST STATE: block=2, task=2, 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=18, 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 7723 1726883201.38556: getting variables 7723 1726883201.38557: in VariableManager get_vars() 7723 1726883201.38574: Calling all_inventory to load vars for managed_node1 7723 1726883201.38576: Calling groups_inventory to load vars for managed_node1 7723 1726883201.38578: Calling all_plugins_inventory to load vars for managed_node1 7723 1726883201.38587: Calling all_plugins_play to load vars for managed_node1 7723 1726883201.38589: Calling groups_plugins_inventory to load vars for managed_node1 7723 1726883201.38591: Calling groups_plugins_play to load vars for managed_node1 7723 1726883201.38619: done sending task result for task 0affc0aa-4893-13c9-9f63-000000000026 7723 1726883201.38622: WORKER PROCESS EXITING 7723 1726883201.38643: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7723 1726883201.38666: done with get_vars() 7723 1726883201.38671: done getting variables 7723 1726883201.38713: Loading ActionModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/uri.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Add environments] ******************************************************** task path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:160 Friday 20 September 2024 21:46:41 -0400 (0:00:03.654) 0:02:06.073 ****** 7723 1726883201.38737: entering _queue_task() for managed_node1/uri 7723 1726883201.38965: worker is 1 (out of 1 available) 7723 1726883201.38979: exiting _queue_task() for managed_node1/uri 7723 1726883201.38991: done queuing things up, now waiting for results queue to drain 7723 1726883201.38993: waiting for pending results... 7723 1726883201.39151: running TaskExecutor() for managed_node1/TASK: Add environments 7723 1726883201.39235: in run() - task 0affc0aa-4893-13c9-9f63-000000000028 7723 1726883201.39249: variable 'ansible_search_path' from source: unknown 7723 1726883201.39253: variable 'ansible_search_path' from source: unknown 7723 1726883201.39307: variable 'omit' from source: magic vars 7723 1726883201.39394: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883201.39402: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883201.39411: variable 'omit' from source: magic vars 7723 1726883201.39743: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7723 1726883201.41720: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7723 1726883201.41780: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7723 1726883201.41816: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7723 1726883201.41865: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7723 1726883201.41892: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7723 1726883201.41973: 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) 7723 1726883201.42035: 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) 7723 1726883201.42045: 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) 7723 1726883201.42066: 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) 7723 1726883201.42080: 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) 7723 1726883201.42194: variable 'lsr_rhc_test_data_file' from source: set_fact 7723 1726883201.42249: Evaluated conditional (lsr_rhc_test_data_file | length == 0): True 7723 1726883201.42339: 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) 7723 1726883201.42379: 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) 7723 1726883201.42389: 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) 7723 1726883201.42427: 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) 7723 1726883201.42465: 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) 7723 1726883201.42580: Evaluated conditional (environments | d(false)): False 7723 1726883201.42586: when evaluation is False, skipping this task 7723 1726883201.42588: variable 'item' from source: unknown 7723 1726883201.42637: variable 'item' from source: unknown skipping: [managed_node1] => (item={'name': 'Environment 1', 'desc': 'The environment 1', 'id': 'envId1'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "environments | d(false)", "item": { "desc": "The environment 1", "id": "envId1", "name": "Environment 1" }, "skip_reason": "Conditional result was False" } 7723 1726883201.43151: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883201.43156: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883201.43159: variable 'omit' from source: magic vars 7723 1726883201.43161: 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) 7723 1726883201.43163: 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) 7723 1726883201.43165: 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) 7723 1726883201.43168: 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) 7723 1726883201.43170: 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) 7723 1726883201.43172: variable 'lsr_rhc_test_data_file' from source: set_fact 7723 1726883201.43174: Evaluated conditional (lsr_rhc_test_data_file | length == 0): True 7723 1726883201.43237: 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) 7723 1726883201.43248: 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) 7723 1726883201.43289: 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) 7723 1726883201.43308: 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) 7723 1726883201.43347: 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) 7723 1726883201.43389: Evaluated conditional (environments | d(false)): False 7723 1726883201.43445: when evaluation is False, skipping this task 7723 1726883201.43455: variable 'item' from source: unknown 7723 1726883201.43485: variable 'item' from source: unknown skipping: [managed_node1] => (item={'name': 'Environment 2', 'desc': 'The environment 2', 'id': 'envId2'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "environments | d(false)", "item": { "desc": "The environment 2", "id": "envId2", "name": "Environment 2" }, "skip_reason": "Conditional result was False" } 7723 1726883201.43683: dumping result to json 7723 1726883201.43712: done dumping result, returning 7723 1726883201.43714: done running TaskExecutor() for managed_node1/TASK: Add environments [0affc0aa-4893-13c9-9f63-000000000028] 7723 1726883201.43716: sending task result for task 0affc0aa-4893-13c9-9f63-000000000028 7723 1726883201.43760: done sending task result for task 0affc0aa-4893-13c9-9f63-000000000028 7723 1726883201.43762: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false } MSG: All items skipped 7723 1726883201.43825: no more pending results, returning what we have 7723 1726883201.43828: results queue empty 7723 1726883201.43829: checking for any_errors_fatal 7723 1726883201.43943: done checking for any_errors_fatal 7723 1726883201.43945: checking for max_fail_percentage 7723 1726883201.43947: done checking for max_fail_percentage 7723 1726883201.43948: checking to see if all hosts have failed and the running result is not ok 7723 1726883201.43949: done checking to see if all hosts have failed 7723 1726883201.43949: getting the remaining hosts for this loop 7723 1726883201.43951: done getting the remaining hosts for this loop 7723 1726883201.43954: getting the next task for host managed_node1 7723 1726883201.43964: done getting next task for host managed_node1 7723 1726883201.43966: ^ task is: TASK: Check Candlepin works 7723 1726883201.43969: ^ state is: HOST STATE: block=2, task=3, 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 7723 1726883201.43972: getting variables 7723 1726883201.43974: in VariableManager get_vars() 7723 1726883201.44007: Calling all_inventory to load vars for managed_node1 7723 1726883201.44010: Calling groups_inventory to load vars for managed_node1 7723 1726883201.44019: Calling all_plugins_inventory to load vars for managed_node1 7723 1726883201.44029: Calling all_plugins_play to load vars for managed_node1 7723 1726883201.44031: Calling groups_plugins_inventory to load vars for managed_node1 7723 1726883201.44035: Calling groups_plugins_play to load vars for managed_node1 7723 1726883201.44085: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7723 1726883201.44132: done with get_vars() 7723 1726883201.44143: done getting variables 7723 1726883201.44200: Loading ActionModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/uri.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [Check Candlepin works] *************************************************** task path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/check_candlepin.yml:3 Friday 20 September 2024 21:46:41 -0400 (0:00:00.054) 0:02:06.128 ****** 7723 1726883201.44243: entering _queue_task() for managed_node1/uri 7723 1726883201.44663: worker is 1 (out of 1 available) 7723 1726883201.44679: exiting _queue_task() for managed_node1/uri 7723 1726883201.44690: done queuing things up, now waiting for results queue to drain 7723 1726883201.44692: waiting for pending results... 7723 1726883201.44884: running TaskExecutor() for managed_node1/TASK: Check Candlepin works 7723 1726883201.44977: in run() - task 0affc0aa-4893-13c9-9f63-00000000002d 7723 1726883201.44985: variable 'ansible_search_path' from source: unknown 7723 1726883201.44989: variable 'ansible_search_path' from source: unknown 7723 1726883201.45022: calling self._execute() 7723 1726883201.45071: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883201.45074: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883201.45087: variable 'omit' from source: magic vars 7723 1726883201.45162: variable 'omit' from source: magic vars 7723 1726883201.45206: variable 'omit' from source: magic vars 7723 1726883201.45493: variable 'lsr_rhc_test_data' from source: include_vars 7723 1726883201.45535: variable 'omit' from source: magic vars 7723 1726883201.45572: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7723 1726883201.45598: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7723 1726883201.45613: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7723 1726883201.45627: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7723 1726883201.45639: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7723 1726883201.45655: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 7723 1726883201.45667: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 7723 1726883201.45690: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7723 1726883201.45693: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883201.45696: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883201.45778: Set connection var ansible_shell_type to sh 7723 1726883201.45782: Set connection var ansible_shell_executable to /bin/sh 7723 1726883201.45787: Set connection var ansible_module_compression to ZIP_DEFLATED 7723 1726883201.45790: Set connection var ansible_connection to ssh 7723 1726883201.45795: Set connection var ansible_pipelining to False 7723 1726883201.45800: Set connection var ansible_timeout to 10 7723 1726883201.45820: variable 'ansible_shell_executable' from source: unknown 7723 1726883201.45823: variable 'ansible_connection' from source: unknown 7723 1726883201.45825: variable 'ansible_module_compression' from source: unknown 7723 1726883201.45830: variable 'ansible_shell_type' from source: unknown 7723 1726883201.45832: variable 'ansible_shell_executable' from source: unknown 7723 1726883201.45835: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883201.45839: variable 'ansible_pipelining' from source: unknown 7723 1726883201.45843: variable 'ansible_timeout' from source: unknown 7723 1726883201.45849: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883201.45951: Loading ActionModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/uri.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7723 1726883201.45964: variable 'omit' from source: magic vars 7723 1726883201.45967: starting attempt loop 7723 1726883201.45970: running the handler 7723 1726883201.45980: _low_level_execute_command(): starting 7723 1726883201.45986: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7723 1726883201.46518: 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 <<< 7723 1726883201.46522: 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.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883201.46525: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883201.46527: 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883201.46619: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883201.46654: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883201.48358: stdout chunk (state=3): >>>/root <<< 7723 1726883201.48448: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883201.48479: stderr chunk (state=3): >>><<< 7723 1726883201.48483: stdout chunk (state=3): >>><<< 7723 1726883201.48510: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883201.48523: _low_level_execute_command(): starting 7723 1726883201.48529: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726883201.4851046-9000-199375183337659 `" && echo ansible-tmp-1726883201.4851046-9000-199375183337659="` echo /root/.ansible/tmp/ansible-tmp-1726883201.4851046-9000-199375183337659 `" ) && sleep 0' 7723 1726883201.48997: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883201.49001: 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.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883201.49011: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883201.49013: 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.12.120 originally 10.31.12.120 debug2: match found <<< 7723 1726883201.49016: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883201.49067: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883201.49073: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883201.49076: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883201.49114: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883201.51008: stdout chunk (state=3): >>>ansible-tmp-1726883201.4851046-9000-199375183337659=/root/.ansible/tmp/ansible-tmp-1726883201.4851046-9000-199375183337659 <<< 7723 1726883201.51110: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883201.51145: stderr chunk (state=3): >>><<< 7723 1726883201.51149: stdout chunk (state=3): >>><<< 7723 1726883201.51166: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726883201.4851046-9000-199375183337659=/root/.ansible/tmp/ansible-tmp-1726883201.4851046-9000-199375183337659 , 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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883201.51200: variable 'ansible_module_compression' from source: unknown 7723 1726883201.51254: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7723b_d05x07/ansiballz_cache/ansible.modules.uri-ZIP_DEFLATED 7723 1726883201.51286: variable 'ansible_facts' from source: unknown 7723 1726883201.51364: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726883201.4851046-9000-199375183337659/AnsiballZ_uri.py 7723 1726883201.51474: Sending initial data 7723 1726883201.51478: Sent initial data (150 bytes) 7723 1726883201.51914: 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 <<< 7723 1726883201.51931: 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.12.120 originally 10.31.12.120 debug2: match not found <<< 7723 1726883201.51934: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883201.51954: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 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.12.120 originally 10.31.12.120 debug2: match found <<< 7723 1726883201.51958: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883201.52014: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883201.52017: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883201.52022: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883201.52077: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883201.53610: 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 <<< 7723 1726883201.53668: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 7723 1726883201.53693: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7723b_d05x07/tmpp3fto4zl /root/.ansible/tmp/ansible-tmp-1726883201.4851046-9000-199375183337659/AnsiballZ_uri.py <<< 7723 1726883201.53700: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726883201.4851046-9000-199375183337659/AnsiballZ_uri.py" <<< 7723 1726883201.53737: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-7723b_d05x07/tmpp3fto4zl" to remote "/root/.ansible/tmp/ansible-tmp-1726883201.4851046-9000-199375183337659/AnsiballZ_uri.py" <<< 7723 1726883201.53742: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726883201.4851046-9000-199375183337659/AnsiballZ_uri.py" <<< 7723 1726883201.54360: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883201.54404: stderr chunk (state=3): >>><<< 7723 1726883201.54409: stdout chunk (state=3): >>><<< 7723 1726883201.54430: done transferring module to remote 7723 1726883201.54445: _low_level_execute_command(): starting 7723 1726883201.54450: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726883201.4851046-9000-199375183337659/ /root/.ansible/tmp/ansible-tmp-1726883201.4851046-9000-199375183337659/AnsiballZ_uri.py && sleep 0' 7723 1726883201.54902: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883201.54905: 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.12.120 originally 10.31.12.120 debug2: match not found <<< 7723 1726883201.54908: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883201.54910: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883201.54916: 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883201.54971: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883201.54976: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883201.54980: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883201.55018: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883201.56788: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883201.56814: stderr chunk (state=3): >>><<< 7723 1726883201.56817: stdout chunk (state=3): >>><<< 7723 1726883201.56838: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883201.56844: _low_level_execute_command(): starting 7723 1726883201.56846: _low_level_execute_command(): using become for this command 7723 1726883201.56857: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-slvspuxlgzbvyxopilpoiiuxewqksaut ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726883201.4851046-9000-199375183337659/AnsiballZ_uri.py'"'"' && sleep 0' 7723 1726883201.56938: Initial state: awaiting_escalation: BECOME-SUCCESS-slvspuxlgzbvyxopilpoiiuxewqksaut 7723 1726883201.57342: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883201.57346: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883201.57387: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883201.57392: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883201.57395: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883201.57443: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883201.60370: stdout chunk (state=1): >>>BECOME-SUCCESS-slvspuxlgzbvyxopilpoiiuxewqksaut <<< 7723 1726883201.60375: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-slvspuxlgzbvyxopilpoiiuxewqksaut' 7723 1726883201.60667: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 7723 1726883201.60701: stdout chunk (state=3): >>>import _imp # builtin <<< 7723 1726883201.60734: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 7723 1726883201.60737: stdout chunk (state=3): >>>import '_weakref' # <<< 7723 1726883201.60826: stdout chunk (state=3): >>>import '_io' # <<< 7723 1726883201.60834: stdout chunk (state=3): >>>import 'marshal' # <<< 7723 1726883201.60884: stdout chunk (state=3): >>>import 'posix' # <<< 7723 1726883201.60888: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 7723 1726883201.60920: stdout chunk (state=3): >>>import 'time' # <<< 7723 1726883201.60923: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 7723 1726883201.60976: stdout chunk (state=3): >>># /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' <<< 7723 1726883201.61021: stdout chunk (state=3): >>>import '_codecs' # <<< 7723 1726883201.61025: stdout chunk (state=3): >>>import 'codecs' # <<< 7723 1726883201.61075: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 7723 1726883201.61115: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8e0183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8dfe7a10> <<< 7723 1726883201.61137: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8e01a960> <<< 7723 1726883201.61164: stdout chunk (state=3): >>>import '_signal' # <<< 7723 1726883201.61192: stdout chunk (state=3): >>>import '_abc' # <<< 7723 1726883201.61215: stdout chunk (state=3): >>>import 'abc' # <<< 7723 1726883201.61234: stdout chunk (state=3): >>>import 'io' # <<< 7723 1726883201.61264: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 7723 1726883201.61343: stdout chunk (state=3): >>>import '_collections_abc' # <<< 7723 1726883201.61371: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 7723 1726883201.61397: stdout chunk (state=3): >>>import 'os' # <<< 7723 1726883201.61410: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 7723 1726883201.61432: stdout chunk (state=3): >>>Processing user site-packages <<< 7723 1726883201.61444: stdout chunk (state=3): >>>Processing global site-packages <<< 7723 1726883201.61493: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 7723 1726883201.61499: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 7723 1726883201.61526: 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 # 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 0x7f0f8dde8fe0> <<< 7723 1726883201.61610: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8dde9f10> <<< 7723 1726883201.61638: stdout chunk (state=3): >>>import 'site' # <<< 7723 1726883201.61681: 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. <<< 7723 1726883201.61961: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 7723 1726883201.61966: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 7723 1726883201.61973: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 7723 1726883201.61976: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883201.62013: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 7723 1726883201.62053: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 7723 1726883201.62056: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 7723 1726883201.62079: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 7723 1726883201.62101: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8de27d40> <<< 7723 1726883201.62127: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 7723 1726883201.62166: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 7723 1726883201.62169: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8de27f80> <<< 7723 1726883201.62205: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 7723 1726883201.62209: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 7723 1726883201.62241: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 7723 1726883201.62285: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883201.62361: stdout chunk (state=3): >>>import 'itertools' # <<< 7723 1726883201.62365: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8de5f740> <<< 7723 1726883201.62395: stdout chunk (state=3): >>># /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' <<< 7723 1726883201.62412: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8de5fdd0> import '_collections' # <<< 7723 1726883201.62456: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8de3fa10> <<< 7723 1726883201.62472: stdout chunk (state=3): >>>import '_functools' # <<< 7723 1726883201.62503: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8de3d130> <<< 7723 1726883201.62593: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8de24ef0> <<< 7723 1726883201.62628: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 7723 1726883201.62644: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 7723 1726883201.62660: stdout chunk (state=3): >>>import '_sre' # <<< 7723 1726883201.62690: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 7723 1726883201.62731: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 7723 1726883201.62751: stdout chunk (state=3): >>># /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' <<< 7723 1726883201.62767: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8de83680> <<< 7723 1726883201.62775: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8de822a0> <<< 7723 1726883201.62803: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 7723 1726883201.62823: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8de3e000> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8de80b30> <<< 7723 1726883201.62863: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 7723 1726883201.62875: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8deb46b0> <<< 7723 1726883201.62880: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8de24170> <<< 7723 1726883201.62902: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 7723 1726883201.62947: stdout chunk (state=3): >>># 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 0x7f0f8deb4b60> <<< 7723 1726883201.62962: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8deb4a10> <<< 7723 1726883201.62986: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883201.62997: stdout chunk (state=3): >>># 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 0x7f0f8deb4e00> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8de22c90> <<< 7723 1726883201.63043: 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' <<< 7723 1726883201.63070: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 7723 1726883201.63102: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 7723 1726883201.63126: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8deb54c0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8deb5190> import 'importlib.machinery' # <<< 7723 1726883201.63179: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 7723 1726883201.63205: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8deb63c0> import 'importlib.util' # import 'runpy' # <<< 7723 1726883201.63237: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 7723 1726883201.63268: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 7723 1726883201.63298: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 7723 1726883201.63310: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ded05f0> <<< 7723 1726883201.63314: stdout chunk (state=3): >>>import 'errno' # <<< 7723 1726883201.63349: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883201.63367: 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 0x7f0f8ded1d30> <<< 7723 1726883201.63393: stdout chunk (state=3): >>># /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' <<< 7723 1726883201.63442: stdout chunk (state=3): >>># /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' <<< 7723 1726883201.63448: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ded2bd0> <<< 7723 1726883201.63478: 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 0x7f0f8ded3230> <<< 7723 1726883201.63491: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ded2120> <<< 7723 1726883201.63528: stdout chunk (state=3): >>># /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' <<< 7723 1726883201.63570: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f8ded3cb0> <<< 7723 1726883201.63583: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ded33e0> <<< 7723 1726883201.63632: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8deb6420> <<< 7723 1726883201.63649: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 7723 1726883201.63672: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 7723 1726883201.63700: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 7723 1726883201.63719: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 7723 1726883201.63749: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f8dc17bf0> <<< 7723 1726883201.63773: stdout chunk (state=3): >>># /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' <<< 7723 1726883201.63807: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883201.63843: stdout chunk (state=3): >>>import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f8dc406b0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8dc40410> <<< 7723 1726883201.63847: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883201.63850: stdout chunk (state=3): >>># extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f8dc406e0> <<< 7723 1726883201.63875: 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' <<< 7723 1726883201.63952: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883201.64080: 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 0x7f0f8dc41010> <<< 7723 1726883201.64189: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f8dc419d0> <<< 7723 1726883201.64193: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8dc408c0> <<< 7723 1726883201.64215: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8dc15d90> <<< 7723 1726883201.64250: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 7723 1726883201.64271: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 7723 1726883201.64289: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 7723 1726883201.64305: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8dc42d80> <<< 7723 1726883201.64333: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8dc41880> <<< 7723 1726883201.64351: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8deb6b10> <<< 7723 1726883201.64377: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 7723 1726883201.64462: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883201.64468: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 7723 1726883201.64497: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 7723 1726883201.64529: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8dc6b0b0> <<< 7723 1726883201.64579: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 7723 1726883201.64606: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883201.64632: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 7723 1726883201.64658: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 7723 1726883201.64684: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8dc93470> <<< 7723 1726883201.64710: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 7723 1726883201.64766: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 7723 1726883201.64811: stdout chunk (state=3): >>>import 'ntpath' # <<< 7723 1726883201.64838: 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 0x7f0f8dcf0290> <<< 7723 1726883201.64858: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 7723 1726883201.64882: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 7723 1726883201.64913: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 7723 1726883201.64958: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 7723 1726883201.65055: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8dcf29f0> <<< 7723 1726883201.65119: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8dcf03b0> <<< 7723 1726883201.65155: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8dcbd280> <<< 7723 1726883201.65185: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' <<< 7723 1726883201.65192: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8daf53a0> <<< 7723 1726883201.65209: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8dc922a0> <<< 7723 1726883201.65220: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8dc43cb0> <<< 7723 1726883201.65332: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 7723 1726883201.65353: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f0f8dc92600> <<< 7723 1726883201.65491: stdout chunk (state=3): >>># zipimport: found 32 names in '/tmp/ansible_ansible.legacy.uri_payload_52mvc7yr/ansible_ansible.legacy.uri_payload.zip' <<< 7723 1726883201.65498: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.65626: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.65652: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 7723 1726883201.65663: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 7723 1726883201.65713: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 7723 1726883201.65781: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 7723 1726883201.65815: 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' <<< 7723 1726883201.65834: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8db4f110> import '_typing' # <<< 7723 1726883201.66007: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8db2e000> <<< 7723 1726883201.66023: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8db2d190> # zipimport: zlib available <<< 7723 1726883201.66051: stdout chunk (state=3): >>>import 'ansible' # <<< 7723 1726883201.66070: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.66075: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.66098: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.66105: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 7723 1726883201.66127: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.67507: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.68625: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8db4cfe0> <<< 7723 1726883201.68654: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883201.68669: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 7723 1726883201.68693: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 7723 1726883201.68712: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 7723 1726883201.68754: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f8db72ae0> <<< 7723 1726883201.68780: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8db72870> <<< 7723 1726883201.68811: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8db72180> <<< 7723 1726883201.68863: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 7723 1726883201.68898: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8db72bd0> <<< 7723 1726883201.68930: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8db4fda0> import 'atexit' # <<< 7723 1726883201.68966: 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 0x7f0f8db73860> <<< 7723 1726883201.68978: 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 0x7f0f8db73aa0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 7723 1726883201.69024: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 7723 1726883201.69045: stdout chunk (state=3): >>>import '_locale' # <<< 7723 1726883201.69080: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8db73f50> <<< 7723 1726883201.69083: stdout chunk (state=3): >>>import 'pwd' # <<< 7723 1726883201.69116: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 7723 1726883201.69142: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 7723 1726883201.69179: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d511d90> <<< 7723 1726883201.69211: stdout chunk (state=3): >>># 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 0x7f0f8d5139b0> <<< 7723 1726883201.69239: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 7723 1726883201.69251: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 7723 1726883201.69293: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d514380> <<< 7723 1726883201.69303: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 7723 1726883201.69355: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 7723 1726883201.69358: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d515520> <<< 7723 1726883201.69374: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 7723 1726883201.69400: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 7723 1726883201.69429: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 7723 1726883201.69431: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 7723 1726883201.69487: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d517fb0> <<< 7723 1726883201.69520: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f8d5200e0> <<< 7723 1726883201.69567: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d516270> <<< 7723 1726883201.69583: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 7723 1726883201.69620: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 7723 1726883201.69661: 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' <<< 7723 1726883201.69688: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 7723 1726883201.69698: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 7723 1726883201.69709: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 7723 1726883201.69728: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d523dd0> <<< 7723 1726883201.69734: stdout chunk (state=3): >>>import '_tokenize' # <<< 7723 1726883201.69789: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d5228a0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d522600> <<< 7723 1726883201.69815: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 7723 1726883201.69821: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 7723 1726883201.69902: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d522b70> <<< 7723 1726883201.69933: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d516780> <<< 7723 1726883201.69956: 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 0x7f0f8d567e90> <<< 7723 1726883201.69992: 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 0x7f0f8d5681d0> <<< 7723 1726883201.70020: 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 <<< 7723 1726883201.70039: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 7723 1726883201.70060: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 7723 1726883201.70102: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f8d569c70> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d569a30> <<< 7723 1726883201.70120: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 7723 1726883201.70215: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 7723 1726883201.70267: 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 0x7f0f8d56c200> <<< 7723 1726883201.70277: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d56a330> <<< 7723 1726883201.70303: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 7723 1726883201.70396: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883201.70401: stdout chunk (state=3): >>># /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' <<< 7723 1726883201.70419: stdout chunk (state=3): >>>import '_string' # <<< 7723 1726883201.70422: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d56f9e0> <<< 7723 1726883201.70550: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d56c3b0> <<< 7723 1726883201.70623: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f8d570860> <<< 7723 1726883201.70657: 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 0x7f0f8d570a40> <<< 7723 1726883201.70680: 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 0x7f0f8d570dd0> <<< 7723 1726883201.70696: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d5683b0> <<< 7723 1726883201.70720: 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 <<< 7723 1726883201.70733: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 7723 1726883201.70741: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 7723 1726883201.70773: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 7723 1726883201.70794: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883201.70817: 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 0x7f0f8d5fc3e0> <<< 7723 1726883201.70968: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883201.70979: 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 0x7f0f8d5fd760> <<< 7723 1726883201.70985: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d572ba0> <<< 7723 1726883201.71018: 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 0x7f0f8d573f20> <<< 7723 1726883201.71029: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d572840> <<< 7723 1726883201.71049: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.71053: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.71070: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 7723 1726883201.71074: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.71167: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.71257: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.71276: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 7723 1726883201.71297: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.71310: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.71329: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 7723 1726883201.71334: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.71459: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.71572: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.72110: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.72649: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 7723 1726883201.72665: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 7723 1726883201.72693: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 7723 1726883201.72712: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883201.72753: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f8d4017f0> <<< 7723 1726883201.72842: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 7723 1726883201.72849: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 7723 1726883201.72861: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d4025a0> <<< 7723 1726883201.72866: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8deb49e0> <<< 7723 1726883201.72918: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 7723 1726883201.72930: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.72959: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.72969: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 7723 1726883201.72981: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.73129: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.73287: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 7723 1726883201.73291: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 7723 1726883201.73305: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d4023c0> <<< 7723 1726883201.73311: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.73783: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.74213: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.74284: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.74361: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 7723 1726883201.74374: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.74414: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.74452: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 7723 1726883201.74458: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.74531: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.74612: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 7723 1726883201.74630: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.74660: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 7723 1726883201.74673: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.74719: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.74755: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 7723 1726883201.74760: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.75012: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.75222: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 7723 1726883201.75277: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 7723 1726883201.75292: stdout chunk (state=3): >>>import '_ast' # <<< 7723 1726883201.75359: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d403740> <<< 7723 1726883201.75375: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.75442: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.75535: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 7723 1726883201.75551: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 7723 1726883201.75565: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.75592: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.75644: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 7723 1726883201.75652: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.75693: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.75736: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.75797: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.75861: 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 <<< 7723 1726883201.75901: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883201.75980: 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 0x7f0f8d40e1b0> <<< 7723 1726883201.76014: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d409160> <<< 7723 1726883201.76056: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 7723 1726883201.76059: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.76124: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.76181: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.76221: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.76264: 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 <<< 7723 1726883201.76270: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883201.76286: 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 <<< 7723 1726883201.76328: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 7723 1726883201.76338: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 7723 1726883201.76378: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 7723 1726883201.76395: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 7723 1726883201.76417: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 7723 1726883201.76467: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8dbc6b10> <<< 7723 1726883201.76512: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8dbaa7e0> <<< 7723 1726883201.76591: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d40e300> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d403020> <<< 7723 1726883201.76610: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 7723 1726883201.76637: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.76662: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 7723 1726883201.76715: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 7723 1726883201.76730: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.76752: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.76763: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 7723 1726883201.76770: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.77023: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.77269: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.urllib' # <<< 7723 1726883201.77283: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.urllib.parse' # # zipimport: zlib available <<< 7723 1726883201.77326: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.77356: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # <<< 7723 1726883201.77365: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.78070: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.78758: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py # code object from '/usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc' import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d4a0800> <<< 7723 1726883201.78794: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/__init__.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc' import 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d4a09e0> <<< 7723 1726883201.78800: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/application.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py # code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc' <<< 7723 1726883201.78879: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py # code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d4a10a0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d4a0c80> # /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc' <<< 7723 1726883201.78893: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py # code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc' <<< 7723 1726883201.78931: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d4a1d00> <<< 7723 1726883201.78970: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py <<< 7723 1726883201.78996: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py <<< 7723 1726883201.79046: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' <<< 7723 1726883201.79051: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py <<< 7723 1726883201.79053: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' <<< 7723 1726883201.79075: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py # code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' <<< 7723 1726883201.79088: stdout chunk (state=3): >>>import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d48d9d0> <<< 7723 1726883201.79116: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py # code object from '/usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d48d8e0> <<< 7723 1726883201.79120: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py <<< 7723 1726883201.79154: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d0326c0> <<< 7723 1726883201.79196: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d4a34a0> <<< 7723 1726883201.79224: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 7723 1726883201.79258: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py <<< 7723 1726883201.79297: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' <<< 7723 1726883201.79309: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py <<< 7723 1726883201.79360: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 7723 1726883201.79431: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d03d190> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d033d70> <<< 7723 1726883201.79465: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d033110> <<< 7723 1726883201.79475: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d4a2900> <<< 7723 1726883201.79502: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py <<< 7723 1726883201.79519: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' <<< 7723 1726883201.79550: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py <<< 7723 1726883201.79595: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' <<< 7723 1726883201.79620: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py <<< 7723 1726883201.79628: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' <<< 7723 1726883201.79649: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d071130> <<< 7723 1726883201.79781: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d065370> <<< 7723 1726883201.79944: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d570e60> <<< 7723 1726883201.79954: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py # code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' <<< 7723 1726883201.79997: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py # code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 7723 1726883201.80022: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py <<< 7723 1726883201.80031: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc' import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d0b4f20> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d072ed0> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d064e60> <<< 7723 1726883201.80070: stdout chunk (state=3): >>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d4a2390> <<< 7723 1726883201.80096: stdout chunk (state=3): >>>import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d4a1d90> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d4a19d0> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d4a09b0> <<< 7723 1726883201.80130: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/multipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc' import 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d4a1dc0> <<< 7723 1726883201.80157: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py # code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py <<< 7723 1726883201.80173: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' <<< 7723 1726883201.80226: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d0b5580> <<< 7723 1726883201.80229: stdout chunk (state=3): >>>import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d0b5130> <<< 7723 1726883201.80253: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py <<< 7723 1726883201.80259: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883201.80331: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d0b5dc0> <<< 7723 1726883201.80351: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 7723 1726883201.80369: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 7723 1726883201.80431: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 7723 1726883201.80463: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 7723 1726883201.80538: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883201.80614: stdout chunk (state=3): >>># extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f8d0bb830> <<< 7723 1726883201.80814: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d0b8e30> <<< 7723 1726883201.80844: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d0b6a50> <<< 7723 1726883201.80879: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py # code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' <<< 7723 1726883201.80925: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d0b88c0> <<< 7723 1726883201.80962: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py # code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d0a6a50> <<< 7723 1726883201.80986: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc' # /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc' <<< 7723 1726883201.80999: stdout chunk (state=3): >>>import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d0a76e0> <<< 7723 1726883201.81020: stdout chunk (state=3): >>>import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d0a71a0> <<< 7723 1726883201.81038: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 7723 1726883201.81116: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 7723 1726883201.81184: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d0a7bc0> <<< 7723 1726883201.81198: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 7723 1726883201.81235: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 7723 1726883201.81464: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d0d6ff0> <<< 7723 1726883201.81467: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 7723 1726883201.81498: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' <<< 7723 1726883201.81517: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8cf637d0> <<< 7723 1726883201.81560: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.81658: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 7723 1726883201.81754: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883201.82726: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py <<< 7723 1726883201.82730: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' <<< 7723 1726883201.82754: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py <<< 7723 1726883201.82772: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' <<< 7723 1726883201.82804: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883201.82821: stdout chunk (state=3): >>># extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f8cca71a0> <<< 7723 1726883201.82824: stdout chunk (state=3): >>>import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8cca6420> <<< 7723 1726883201.82871: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8cca6300> <<< 7723 1726883201.88601: stdout chunk (state=3): >>> {"redirected": true, "url": "https://candlepin.local:8443/candlepin/", "status": 200, "x_candlepin_request_uuid": "b016a450-c81b-4874-8a3d-6d2b7d7e9aec", "x_version": "4.4.16-1", "vary": "accept-encoding", "content_type": "application/json", "transfer_encoding": "chunked", "date": "Sat, 21 Sep 2024 01:46:41 GMT", "connection": "close", "cookies_string": "", "cookies": {}, "msg": "OK (unknown bytes)", "elapsed": 0, "changed": false, "invocation": {"module_args": {"url": "https://candlepin.local:8443/candlepin", "method": "HEAD", "validate_certs": false, "force": false, "http_agent": "ansible-httpget", "use_proxy": true, "force_basic_auth": false, "use_gssapi": false, "body_format": "raw", "return_content": false, "follow_redirects": "safe", "status_code": [200], "timeout": 30, "headers": {}, "remote_src": false, "unredirected_headers": [], "decompress": true, "use_netrc": true, "unsafe_writes": false, "url_username": null, "url_password": null, "client_cert": null, "client_key": null, "dest": null, "body": null, "src": null, "creates": null, "removes": null, "unix_socket": null, "ca_path": null, "ciphers": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} # destroy __main__ <<< 7723 1726883201.89046: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # 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 # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing 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 # cleanup[2] removing ipaddress # cleanup[2] removing 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] r<<< 7723 1726883201.89051: stdout chunk (state=3): >>>emoving 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 # 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 <<< 7723 1726883201.89078: stdout chunk (state=3): >>># cleanup[2] removing 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 # 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 # cleanup[2] removing ansible.module_utils.six.moves.urllib # cleanup[2] removing ansible.module_utils.six.moves.urllib.parse # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing email # cleanup[2] removing email.mime # cleanup[2] removing quopri # cleanup[2] removing email.encoders # cleanup[2] removing email.errors # cleanup[2] removing email.quoprimime # cleanup[2] removing email.base64mime # cleanup[2] removing email.charset # cleanup[2] removing email.header # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing email.utils # cleanup[2] removing email._policybase # cleanup[2] removing email._encoded_words # cleanup[2] removing email._header_value_parser # cleanup[2] removing email.headerregistry # cleanup[2] removing email.iterators # cleanup[2] removing email.message # cleanup[2] removing email.contentmanager # cleanup[2] removing email.policy # cleanup[2] removing email.mime.base # cleanup[2] removing email.mime.nonmultipart # cleanup[2] removing email.mime.application # cleanup[2] removing email.mime.multipart # cleanup[2] removing email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing http # cleanup[2] removing _ssl # cleanup[2] removing ssl # cleanup[2] removing http.client # cleanup[2] removing mimetypes # cleanup[2] removing netrc # cleanup[2] removing urllib.response # cleanup[2] removing urllib.error # cleanup[2] removing urllib.request # cleanup[2] removing http.cookiejar # cleanup[2] removing gzip # cleanup[2] removing ansible.module_utils.urls # destroy ansible.module_utils.urls # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna <<< 7723 1726883201.89386: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 7723 1726883201.89395: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 7723 1726883201.89417: stdout chunk (state=3): >>># destroy _bz2 # destroy _lzma # destroy _blake2 # destroy bz2 # destroy lzma <<< 7723 1726883201.89445: stdout chunk (state=3): >>># destroy zipfile._path <<< 7723 1726883201.89452: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy urllib.parse # destroy urllib.response # destroy urllib.error # destroy urllib.request # destroy ntpath <<< 7723 1726883201.89477: stdout chunk (state=3): >>># destroy importlib # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux <<< 7723 1726883201.89482: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings <<< 7723 1726883201.89506: stdout chunk (state=3): >>># destroy _locale # destroy pwd # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess <<< 7723 1726883201.89525: stdout chunk (state=3): >>># destroy syslog # destroy uuid # destroy selectors # destroy array <<< 7723 1726883201.89556: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 7723 1726883201.89568: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex <<< 7723 1726883201.89574: stdout chunk (state=3): >>># destroy subprocess <<< 7723 1726883201.89600: stdout chunk (state=3): >>># destroy mimetypes # destroy netrc # destroy gzip <<< 7723 1726883201.89633: stdout chunk (state=3): >>># destroy email.mime # destroy email.mime.base # destroy email.mime.nonmultipart # destroy email.mime.application # destroy email.mime.multipart # destroy email.base64mime # destroy email._parseaddr # destroy email._policybase # destroy email.headerregistry # destroy email.iterators # destroy email.contentmanager # destroy email.policy # destroy email.feedparser # destroy email.parser # destroy email.encoders # destroy email.message # destroy email.header <<< 7723 1726883201.89659: stdout chunk (state=3): >>># destroy random # destroy calendar # destroy locale # destroy email._header_value_parser # destroy email._encoded_words <<< 7723 1726883201.89680: stdout chunk (state=3): >>># destroy unicodedata # destroy email.quoprimime # destroy binascii # destroy quopri # destroy email.utils # destroy email.charset <<< 7723 1726883201.89694: stdout chunk (state=3): >>># destroy email.errors # destroy http.client # destroy http.cookiejar <<< 7723 1726883201.89713: stdout chunk (state=3): >>># destroy errno <<< 7723 1726883201.89716: stdout chunk (state=3): >>># destroy _ssl <<< 7723 1726883201.89748: stdout chunk (state=3): >>># destroy base64 # destroy bisect # destroy email # destroy hashlib # destroy socket # destroy string # destroy tempfile # destroy ssl <<< 7723 1726883201.89764: stdout chunk (state=3): >>># destroy copy # destroy datetime # destroy urllib # destroy http <<< 7723 1726883201.89779: stdout chunk (state=3): >>># destroy struct # destroy zlib # destroy _compression <<< 7723 1726883201.89897: stdout chunk (state=3): >>># cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping ansible.module_utils.six.moves.urllib.parse # cleanup[3] wiping ansible.module_utils.six.moves.urllib # cleanup[3] wiping selinux._selinux <<< 7723 1726883201.89933: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize <<< 7723 1726883201.89946: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 7723 1726883201.89952: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping ipaddress # cleanup[3] wiping contextlib # cleanup[3] wiping threading <<< 7723 1726883201.89995: stdout chunk (state=3): >>># 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 <<< 7723 1726883201.90009: stdout chunk (state=3): >>># 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 <<< 7723 1726883201.90041: stdout chunk (state=3): >>># 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 <<< 7723 1726883201.90183: stdout chunk (state=3): >>># destroy sys.monitoring <<< 7723 1726883201.90188: stdout chunk (state=3): >>># destroy _socket <<< 7723 1726883201.90213: stdout chunk (state=3): >>># destroy _collections <<< 7723 1726883201.90231: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 7723 1726883201.90243: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 7723 1726883201.90252: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 7723 1726883201.90289: stdout chunk (state=3): >>># destroy _typing <<< 7723 1726883201.90292: stdout chunk (state=3): >>># destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser <<< 7723 1726883201.90309: stdout chunk (state=3): >>># destroy operator # destroy ansible.module_utils.six.moves # destroy functools # destroy ipaddress <<< 7723 1726883201.90319: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 7723 1726883201.90341: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 7723 1726883201.90438: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # destroy _codecs <<< 7723 1726883201.90455: stdout chunk (state=3): >>># destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 7723 1726883201.90461: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 7723 1726883201.90480: stdout chunk (state=3): >>># destroy _hashlib <<< 7723 1726883201.90497: stdout chunk (state=3): >>># destroy _operator # destroy _sre # destroy _string # destroy re <<< 7723 1726883201.90512: stdout chunk (state=3): >>># destroy itertools <<< 7723 1726883201.90530: stdout chunk (state=3): >>># destroy _abc # destroy posix # destroy _functools <<< 7723 1726883201.90539: stdout chunk (state=3): >>># destroy builtins # destroy _thread # clear sys.audit hooks <<< 7723 1726883201.91063: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.120 closed. <<< 7723 1726883201.91096: stderr chunk (state=3): >>><<< 7723 1726883201.91099: stdout chunk (state=3): >>><<< 7723 1726883201.91186: _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 0x7f0f8e0183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8dfe7a10> # /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 0x7f0f8e01a960> 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 0x7f0f8dde8fe0> # /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 0x7f0f8dde9f10> 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 0x7f0f8de27d40> # /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 0x7f0f8de27f80> # /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 0x7f0f8de5f740> # /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 0x7f0f8de5fdd0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8de3fa10> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8de3d130> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8de24ef0> # /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 0x7f0f8de83680> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8de822a0> # /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 0x7f0f8de3e000> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8de80b30> # /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 0x7f0f8deb46b0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8de24170> # /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 0x7f0f8deb4b60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8deb4a10> # 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 0x7f0f8deb4e00> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8de22c90> # /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 0x7f0f8deb54c0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8deb5190> 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 0x7f0f8deb63c0> 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 0x7f0f8ded05f0> 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 0x7f0f8ded1d30> # /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 0x7f0f8ded2bd0> # 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 0x7f0f8ded3230> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ded2120> # /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 0x7f0f8ded3cb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8ded33e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8deb6420> # /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 0x7f0f8dc17bf0> # /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 0x7f0f8dc406b0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8dc40410> # 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 0x7f0f8dc406e0> # /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 0x7f0f8dc41010> # 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 0x7f0f8dc419d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8dc408c0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8dc15d90> # /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 0x7f0f8dc42d80> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8dc41880> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8deb6b10> # /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 0x7f0f8dc6b0b0> # /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 0x7f0f8dc93470> # /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 0x7f0f8dcf0290> # /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 0x7f0f8dcf29f0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8dcf03b0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8dcbd280> # /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 0x7f0f8daf53a0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8dc922a0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8dc43cb0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f0f8dc92600> # zipimport: found 32 names in '/tmp/ansible_ansible.legacy.uri_payload_52mvc7yr/ansible_ansible.legacy.uri_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 0x7f0f8db4f110> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8db2e000> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8db2d190> # 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 0x7f0f8db4cfe0> # /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 0x7f0f8db72ae0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8db72870> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8db72180> # /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 0x7f0f8db72bd0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8db4fda0> 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 0x7f0f8db73860> # 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 0x7f0f8db73aa0> # /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 0x7f0f8db73f50> 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 0x7f0f8d511d90> # 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 0x7f0f8d5139b0> # /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 0x7f0f8d514380> # /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 0x7f0f8d515520> # /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 0x7f0f8d517fb0> # 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 0x7f0f8d5200e0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d516270> # /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 0x7f0f8d523dd0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d5228a0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d522600> # /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 0x7f0f8d522b70> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d516780> # 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 0x7f0f8d567e90> # /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 0x7f0f8d5681d0> # /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 0x7f0f8d569c70> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d569a30> # /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 0x7f0f8d56c200> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d56a330> # /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 0x7f0f8d56f9e0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d56c3b0> # 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 0x7f0f8d570860> # 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 0x7f0f8d570a40> # 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 0x7f0f8d570dd0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d5683b0> # /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 0x7f0f8d5fc3e0> # 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 0x7f0f8d5fd760> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d572ba0> # 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 0x7f0f8d573f20> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d572840> # 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 0x7f0f8d4017f0> # /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 0x7f0f8d4025a0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8deb49e0> 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 0x7f0f8d4023c0> # 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 0x7f0f8d403740> # 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 0x7f0f8d40e1b0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d409160> 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 0x7f0f8dbc6b10> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8dbaa7e0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d40e300> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d403020> # 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 import 'ansible.module_utils.six.moves.urllib' # import 'ansible.module_utils.six.moves.urllib.parse' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.datetime' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py # code object from '/usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc' import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d4a0800> # /usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/__init__.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc' import 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d4a09e0> # /usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/application.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py # code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py # code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d4a10a0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d4a0c80> # /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py # code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc' import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d4a1d00> # /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py # code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py # code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py # code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py # code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d48d9d0> # /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py # code object from '/usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d48d8e0> # /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py # code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d0326c0> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d4a34a0> # /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py # code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py # code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py # code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d03d190> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d033d70> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d033110> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d4a2900> # /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py # code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py # code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py # code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d071130> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d065370> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d570e60> # /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py # code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py # code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py # code object from '/usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc' import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d0b4f20> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d072ed0> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d064e60> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d4a2390> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d4a1d90> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d4a19d0> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d4a09b0> # /usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/multipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc' import 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d4a1dc0> # /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py # code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py # code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d0b5580> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d0b5130> # /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py # code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d0b5dc0> # /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py # code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py # code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' # extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' # extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f8d0bb830> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d0b8e30> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d0b6a50> # /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py # code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d0b88c0> # /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py # code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d0a6a50> # /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc' # /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc' import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d0a76e0> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d0a71a0> # /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d0a7bc0> # /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py # code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8d0d6ff0> # /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py # code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8cf637d0> # zipimport: zlib available import 'ansible.module_utils.urls' # # zipimport: zlib available # /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py # code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' # extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0f8cca71a0> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8cca6420> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0f8cca6300> {"redirected": true, "url": "https://candlepin.local:8443/candlepin/", "status": 200, "x_candlepin_request_uuid": "b016a450-c81b-4874-8a3d-6d2b7d7e9aec", "x_version": "4.4.16-1", "vary": "accept-encoding", "content_type": "application/json", "transfer_encoding": "chunked", "date": "Sat, 21 Sep 2024 01:46:41 GMT", "connection": "close", "cookies_string": "", "cookies": {}, "msg": "OK (unknown bytes)", "elapsed": 0, "changed": false, "invocation": {"module_args": {"url": "https://candlepin.local:8443/candlepin", "method": "HEAD", "validate_certs": false, "force": false, "http_agent": "ansible-httpget", "use_proxy": true, "force_basic_auth": false, "use_gssapi": false, "body_format": "raw", "return_content": false, "follow_redirects": "safe", "status_code": [200], "timeout": 30, "headers": {}, "remote_src": false, "unredirected_headers": [], "decompress": true, "use_netrc": true, "unsafe_writes": false, "url_username": null, "url_password": null, "client_cert": null, "client_key": null, "dest": null, "body": null, "src": null, "creates": null, "removes": null, "unix_socket": null, "ca_path": null, "ciphers": null, "mode": null, "owner": null, "group": null, "seuser": null, "serole": null, "selevel": null, "setype": null, "attributes": null}}} # 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 # 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 # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing 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 # cleanup[2] removing ipaddress # cleanup[2] removing 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 # 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 # 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 # 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 # cleanup[2] removing ansible.module_utils.six.moves.urllib # cleanup[2] removing ansible.module_utils.six.moves.urllib.parse # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing email # cleanup[2] removing email.mime # cleanup[2] removing quopri # cleanup[2] removing email.encoders # cleanup[2] removing email.errors # cleanup[2] removing email.quoprimime # cleanup[2] removing email.base64mime # cleanup[2] removing email.charset # cleanup[2] removing email.header # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing email.utils # cleanup[2] removing email._policybase # cleanup[2] removing email._encoded_words # cleanup[2] removing email._header_value_parser # cleanup[2] removing email.headerregistry # cleanup[2] removing email.iterators # cleanup[2] removing email.message # cleanup[2] removing email.contentmanager # cleanup[2] removing email.policy # cleanup[2] removing email.mime.base # cleanup[2] removing email.mime.nonmultipart # cleanup[2] removing email.mime.application # cleanup[2] removing email.mime.multipart # cleanup[2] removing email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing http # cleanup[2] removing _ssl # cleanup[2] removing ssl # cleanup[2] removing http.client # cleanup[2] removing mimetypes # cleanup[2] removing netrc # cleanup[2] removing urllib.response # cleanup[2] removing urllib.error # cleanup[2] removing urllib.request # cleanup[2] removing http.cookiejar # cleanup[2] removing gzip # cleanup[2] removing ansible.module_utils.urls # destroy ansible.module_utils.urls # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _lzma # destroy _blake2 # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy urllib.parse # destroy urllib.response # destroy urllib.error # destroy urllib.request # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy array # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # destroy mimetypes # destroy netrc # destroy gzip # destroy email.mime # destroy email.mime.base # destroy email.mime.nonmultipart # destroy email.mime.application # destroy email.mime.multipart # destroy email.base64mime # destroy email._parseaddr # destroy email._policybase # destroy email.headerregistry # destroy email.iterators # destroy email.contentmanager # destroy email.policy # destroy email.feedparser # destroy email.parser # destroy email.encoders # destroy email.message # destroy email.header # destroy random # destroy calendar # destroy locale # destroy email._header_value_parser # destroy email._encoded_words # destroy unicodedata # destroy email.quoprimime # destroy binascii # destroy quopri # destroy email.utils # destroy email.charset # destroy email.errors # destroy http.client # destroy http.cookiejar # destroy errno # destroy _ssl # destroy base64 # destroy bisect # destroy email # destroy hashlib # destroy socket # destroy string # destroy tempfile # destroy ssl # destroy copy # destroy datetime # destroy urllib # destroy http # destroy struct # destroy zlib # destroy _compression # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping ansible.module_utils.six.moves.urllib.parse # cleanup[3] wiping ansible.module_utils.six.moves.urllib # 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 ipaddress # 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 operator # destroy ansible.module_utils.six.moves # destroy functools # destroy ipaddress # 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 encodings.idna # 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 _sre # destroy _string # destroy re # destroy itertools # destroy _abc # 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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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.12.120 closed. 7723 1726883201.91814: done with _execute_module (ansible.legacy.uri, {'url': 'https://candlepin.local:8443/candlepin', 'method': 'HEAD', 'validate_certs': False, '_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': 'ansible.legacy.uri', '_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-1726883201.4851046-9000-199375183337659/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7723 1726883201.91818: _low_level_execute_command(): starting 7723 1726883201.91820: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726883201.4851046-9000-199375183337659/ > /dev/null 2>&1 && sleep 0' 7723 1726883201.91923: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883201.91926: 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.12.120 originally 10.31.12.120 debug2: match not found <<< 7723 1726883201.91929: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883201.91932: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883201.91944: 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883201.91979: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883201.92004: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883201.92049: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883201.93884: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883201.93910: stderr chunk (state=3): >>><<< 7723 1726883201.93914: stdout chunk (state=3): >>><<< 7723 1726883201.93935: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883201.93943: handler run complete 7723 1726883201.93969: attempt loop complete, returning result 7723 1726883201.93972: _execute() done 7723 1726883201.93974: dumping result to json 7723 1726883201.93980: done dumping result, returning 7723 1726883201.93988: done running TaskExecutor() for managed_node1/TASK: Check Candlepin works [0affc0aa-4893-13c9-9f63-00000000002d] 7723 1726883201.93991: sending task result for task 0affc0aa-4893-13c9-9f63-00000000002d 7723 1726883201.94087: done sending task result for task 0affc0aa-4893-13c9-9f63-00000000002d 7723 1726883201.94090: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "connection": "close", "content_type": "application/json", "cookies": {}, "cookies_string": "", "date": "Sat, 21 Sep 2024 01:46:41 GMT", "elapsed": 0, "redirected": true, "status": 200, "transfer_encoding": "chunked", "url": "https://candlepin.local:8443/candlepin/", "vary": "accept-encoding", "x_candlepin_request_uuid": "b016a450-c81b-4874-8a3d-6d2b7d7e9aec", "x_version": "4.4.16-1" } MSG: OK (unknown bytes) 7723 1726883201.94168: no more pending results, returning what we have 7723 1726883201.94171: results queue empty 7723 1726883201.94172: checking for any_errors_fatal 7723 1726883201.94182: done checking for any_errors_fatal 7723 1726883201.94183: checking for max_fail_percentage 7723 1726883201.94184: done checking for max_fail_percentage 7723 1726883201.94185: checking to see if all hosts have failed and the running result is not ok 7723 1726883201.94186: done checking to see if all hosts have failed 7723 1726883201.94187: getting the remaining hosts for this loop 7723 1726883201.94189: done getting the remaining hosts for this loop 7723 1726883201.94192: getting the next task for host managed_node1 7723 1726883201.94209: done getting next task for host managed_node1 7723 1726883201.94212: ^ task is: TASK: Register (wrong username, wrong password) 7723 1726883201.94214: ^ state is: HOST STATE: block=3, 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? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 7723 1726883201.94217: getting variables 7723 1726883201.94218: in VariableManager get_vars() 7723 1726883201.94247: Calling all_inventory to load vars for managed_node1 7723 1726883201.94250: Calling groups_inventory to load vars for managed_node1 7723 1726883201.94253: Calling all_plugins_inventory to load vars for managed_node1 7723 1726883201.94263: Calling all_plugins_play to load vars for managed_node1 7723 1726883201.94265: Calling groups_plugins_inventory to load vars for managed_node1 7723 1726883201.94267: Calling groups_plugins_play to load vars for managed_node1 7723 1726883201.94318: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7723 1726883201.94350: done with get_vars() 7723 1726883201.94357: done getting variables TASK [Register (wrong username, wrong password)] ******************************* task path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_register_unregister.yml:17 Friday 20 September 2024 21:46:41 -0400 (0:00:00.501) 0:02:06.630 ****** 7723 1726883201.94427: entering _queue_task() for managed_node1/include_role 7723 1726883201.94428: Creating lock for include_role 7723 1726883201.94644: worker is 1 (out of 1 available) 7723 1726883201.94657: exiting _queue_task() for managed_node1/include_role 7723 1726883201.94670: done queuing things up, now waiting for results queue to drain 7723 1726883201.94671: waiting for pending results... 7723 1726883201.94853: running TaskExecutor() for managed_node1/TASK: Register (wrong username, wrong password) 7723 1726883201.94919: in run() - task 0affc0aa-4893-13c9-9f63-00000000002f 7723 1726883201.94931: variable 'ansible_search_path' from source: unknown 7723 1726883201.94962: calling self._execute() 7723 1726883201.95010: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883201.95014: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883201.95023: variable 'omit' from source: magic vars 7723 1726883201.95098: _execute() done 7723 1726883201.95101: dumping result to json 7723 1726883201.95104: done dumping result, returning 7723 1726883201.95112: done running TaskExecutor() for managed_node1/TASK: Register (wrong username, wrong password) [0affc0aa-4893-13c9-9f63-00000000002f] 7723 1726883201.95115: sending task result for task 0affc0aa-4893-13c9-9f63-00000000002f 7723 1726883201.95254: done sending task result for task 0affc0aa-4893-13c9-9f63-00000000002f 7723 1726883201.95281: no more pending results, returning what we have 7723 1726883201.95286: in VariableManager get_vars() 7723 1726883201.95323: Calling all_inventory to load vars for managed_node1 7723 1726883201.95328: Calling groups_inventory to load vars for managed_node1 7723 1726883201.95331: Calling all_plugins_inventory to load vars for managed_node1 7723 1726883201.95344: Calling all_plugins_play to load vars for managed_node1 7723 1726883201.95347: Calling groups_plugins_inventory to load vars for managed_node1 7723 1726883201.95358: WORKER PROCESS EXITING 7723 1726883201.95371: Calling groups_plugins_play to load vars for managed_node1 7723 1726883201.95434: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7723 1726883201.95467: done with get_vars() 7723 1726883201.95477: variable 'ansible_search_path' from source: unknown 7723 1726883201.95547: variable 'omit' from source: magic vars 7723 1726883201.95564: variable 'omit' from source: magic vars 7723 1726883201.95576: variable 'omit' from source: magic vars 7723 1726883201.95581: we have included files to process 7723 1726883201.95582: generating all_blocks data 7723 1726883201.95583: done generating all_blocks data 7723 1726883201.95583: processing included file: fedora.linux_system_roles.rhc 7723 1726883201.95597: in VariableManager get_vars() 7723 1726883201.95605: done with get_vars() 7723 1726883201.95658: in VariableManager get_vars() 7723 1726883201.95667: done with get_vars() 7723 1726883201.95699: Loading data from /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/vars/main.yml 7723 1726883201.95762: Loading data from /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/defaults/main.yml 7723 1726883201.95943: Loading data from /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/meta/main.yml 7723 1726883201.96088: Loading data from /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml 7723 1726883201.96265: in VariableManager get_vars() 7723 1726883201.96285: done with get_vars() 7723 1726883201.96313: in VariableManager get_vars() 7723 1726883201.96324: done with get_vars() 7723 1726883201.96349: in VariableManager get_vars() 7723 1726883201.96364: done with get_vars() 7723 1726883201.96387: in VariableManager get_vars() 7723 1726883201.96397: done with get_vars() 7723 1726883201.96411: Loading data from /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/handlers/main.yml 7723 1726883201.96497: iterating over new_blocks loaded from include file 7723 1726883201.96500: in VariableManager get_vars() 7723 1726883201.96521: done with get_vars() 7723 1726883201.96525: filtering new block on tags 7723 1726883201.96607: done filtering new block on tags 7723 1726883201.96614: in VariableManager get_vars() 7723 1726883201.96627: done with get_vars() 7723 1726883201.96629: filtering new block on tags 7723 1726883201.96653: done filtering new block on tags 7723 1726883201.96655: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.rhc for managed_node1 7723 1726883201.96666: extending task lists for all hosts with included blocks 7723 1726883201.96739: done extending task lists 7723 1726883201.96742: done processing included files 7723 1726883201.96742: results queue empty 7723 1726883201.96743: checking for any_errors_fatal 7723 1726883201.96746: done checking for any_errors_fatal 7723 1726883201.96746: checking for max_fail_percentage 7723 1726883201.96747: done checking for max_fail_percentage 7723 1726883201.96748: checking to see if all hosts have failed and the running result is not ok 7723 1726883201.96748: done checking to see if all hosts have failed 7723 1726883201.96749: getting the remaining hosts for this loop 7723 1726883201.96749: done getting the remaining hosts for this loop 7723 1726883201.96751: getting the next task for host managed_node1 7723 1726883201.96754: done getting next task for host managed_node1 7723 1726883201.96756: ^ task is: TASK: fedora.linux_system_roles.rhc : Set ansible_facts required by role 7723 1726883201.96757: ^ state is: HOST STATE: block=3, task=2, 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? (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 7723 1726883201.96763: getting variables 7723 1726883201.96764: in VariableManager get_vars() 7723 1726883201.96771: Calling all_inventory to load vars for managed_node1 7723 1726883201.96773: Calling groups_inventory to load vars for managed_node1 7723 1726883201.96774: Calling all_plugins_inventory to load vars for managed_node1 7723 1726883201.96778: Calling all_plugins_play to load vars for managed_node1 7723 1726883201.96779: Calling groups_plugins_inventory to load vars for managed_node1 7723 1726883201.96780: Calling groups_plugins_play to load vars for managed_node1 7723 1726883201.96804: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7723 1726883201.96827: done with get_vars() 7723 1726883201.96832: done getting variables TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ****** task path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Friday 20 September 2024 21:46:41 -0400 (0:00:00.024) 0:02:06.655 ****** 7723 1726883201.96888: entering _queue_task() for managed_node1/include_tasks 7723 1726883201.96892: Creating lock for include_tasks 7723 1726883201.97237: worker is 1 (out of 1 available) 7723 1726883201.97253: exiting _queue_task() for managed_node1/include_tasks 7723 1726883201.97266: done queuing things up, now waiting for results queue to drain 7723 1726883201.97268: waiting for pending results... 7723 1726883201.97488: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.rhc : Set ansible_facts required by role 7723 1726883201.97558: in run() - task 0affc0aa-4893-13c9-9f63-0000000000d2 7723 1726883201.97570: variable 'ansible_search_path' from source: unknown 7723 1726883201.97573: variable 'ansible_search_path' from source: unknown 7723 1726883201.97601: calling self._execute() 7723 1726883201.97658: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883201.97662: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883201.97670: variable 'omit' from source: magic vars 7723 1726883201.97750: _execute() done 7723 1726883201.97754: dumping result to json 7723 1726883201.97757: done dumping result, returning 7723 1726883201.97762: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.rhc : Set ansible_facts required by role [0affc0aa-4893-13c9-9f63-0000000000d2] 7723 1726883201.97768: sending task result for task 0affc0aa-4893-13c9-9f63-0000000000d2 7723 1726883201.97855: done sending task result for task 0affc0aa-4893-13c9-9f63-0000000000d2 7723 1726883201.97857: WORKER PROCESS EXITING 7723 1726883201.97894: no more pending results, returning what we have 7723 1726883201.97899: in VariableManager get_vars() 7723 1726883201.97935: Calling all_inventory to load vars for managed_node1 7723 1726883201.97938: Calling groups_inventory to load vars for managed_node1 7723 1726883201.97942: Calling all_plugins_inventory to load vars for managed_node1 7723 1726883201.97957: Calling all_plugins_play to load vars for managed_node1 7723 1726883201.97960: Calling groups_plugins_inventory to load vars for managed_node1 7723 1726883201.97963: Calling groups_plugins_play to load vars for managed_node1 7723 1726883201.98012: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7723 1726883201.98089: done with get_vars() 7723 1726883201.98095: variable 'ansible_search_path' from source: unknown 7723 1726883201.98096: variable 'ansible_search_path' from source: unknown 7723 1726883201.98129: we have included files to process 7723 1726883201.98131: generating all_blocks data 7723 1726883201.98132: done generating all_blocks data 7723 1726883201.98135: processing included file: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml 7723 1726883201.98137: loading included file: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml 7723 1726883201.98139: Loading data from /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml 7723 1726883201.98727: done processing included file 7723 1726883201.98729: iterating over new_blocks loaded from include file 7723 1726883201.98731: in VariableManager get_vars() 7723 1726883201.98752: done with get_vars() 7723 1726883201.98754: filtering new block on tags 7723 1726883201.98778: done filtering new block on tags 7723 1726883201.98780: in VariableManager get_vars() 7723 1726883201.98798: done with get_vars() 7723 1726883201.98799: filtering new block on tags 7723 1726883201.98833: done filtering new block on tags 7723 1726883201.98836: in VariableManager get_vars() 7723 1726883201.98854: done with get_vars() 7723 1726883201.98856: filtering new block on tags 7723 1726883201.98906: done filtering new block on tags 7723 1726883201.98908: done iterating over new_blocks loaded from include file included: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml for managed_node1 7723 1726883201.98914: extending task lists for all hosts with included blocks 7723 1726883201.99093: done extending task lists 7723 1726883201.99094: done processing included files 7723 1726883201.99095: results queue empty 7723 1726883201.99096: checking for any_errors_fatal 7723 1726883201.99099: done checking for any_errors_fatal 7723 1726883201.99099: checking for max_fail_percentage 7723 1726883201.99100: done checking for max_fail_percentage 7723 1726883201.99101: checking to see if all hosts have failed and the running result is not ok 7723 1726883201.99102: done checking to see if all hosts have failed 7723 1726883201.99103: getting the remaining hosts for this loop 7723 1726883201.99104: done getting the remaining hosts for this loop 7723 1726883201.99106: getting the next task for host managed_node1 7723 1726883201.99110: done getting next task for host managed_node1 7723 1726883201.99113: ^ task is: TASK: fedora.linux_system_roles.rhc : Ensure ansible_facts used by role 7723 1726883201.99115: ^ state is: HOST STATE: block=3, task=2, 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 7723 1726883201.99128: getting variables 7723 1726883201.99129: in VariableManager get_vars() 7723 1726883201.99143: Calling all_inventory to load vars for managed_node1 7723 1726883201.99146: Calling groups_inventory to load vars for managed_node1 7723 1726883201.99148: Calling all_plugins_inventory to load vars for managed_node1 7723 1726883201.99153: Calling all_plugins_play to load vars for managed_node1 7723 1726883201.99155: Calling groups_plugins_inventory to load vars for managed_node1 7723 1726883201.99158: Calling groups_plugins_play to load vars for managed_node1 7723 1726883201.99190: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7723 1726883201.99227: done with get_vars() 7723 1726883201.99233: done getting variables TASK [fedora.linux_system_roles.rhc : Ensure ansible_facts used by role] ******* task path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Friday 20 September 2024 21:46:41 -0400 (0:00:00.024) 0:02:06.679 ****** 7723 1726883201.99303: entering _queue_task() for managed_node1/setup 7723 1726883201.99611: worker is 1 (out of 1 available) 7723 1726883201.99627: exiting _queue_task() for managed_node1/setup 7723 1726883201.99842: done queuing things up, now waiting for results queue to drain 7723 1726883201.99844: waiting for pending results... 7723 1726883201.99970: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.rhc : Ensure ansible_facts used by role 7723 1726883202.00022: in run() - task 0affc0aa-4893-13c9-9f63-0000000000ef 7723 1726883202.00033: variable 'ansible_search_path' from source: unknown 7723 1726883202.00037: variable 'ansible_search_path' from source: unknown 7723 1726883202.00071: calling self._execute() 7723 1726883202.00127: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883202.00134: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883202.00144: variable 'omit' from source: magic vars 7723 1726883202.00524: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7723 1726883202.02055: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7723 1726883202.02115: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7723 1726883202.02192: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7723 1726883202.02196: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7723 1726883202.02345: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7723 1726883202.02350: 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) 7723 1726883202.02353: 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) 7723 1726883202.02356: 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) 7723 1726883202.02519: 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) 7723 1726883202.02522: 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) 7723 1726883202.02524: 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) 7723 1726883202.02526: 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) 7723 1726883202.02528: 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) 7723 1726883202.02546: 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) 7723 1726883202.02560: 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) 7723 1726883202.02724: variable '__rhc_required_facts' from source: role '' all vars 7723 1726883202.02727: variable 'ansible_facts' from source: unknown 7723 1726883202.02837: Evaluated conditional (__rhc_required_facts | difference(ansible_facts.keys() | list) | length > 0): False 7723 1726883202.02841: when evaluation is False, skipping this task 7723 1726883202.02844: _execute() done 7723 1726883202.02846: dumping result to json 7723 1726883202.02847: done dumping result, returning 7723 1726883202.02849: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.rhc : Ensure ansible_facts used by role [0affc0aa-4893-13c9-9f63-0000000000ef] 7723 1726883202.02851: sending task result for task 0affc0aa-4893-13c9-9f63-0000000000ef 7723 1726883202.02911: done sending task result for task 0affc0aa-4893-13c9-9f63-0000000000ef 7723 1726883202.02914: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "__rhc_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } 7723 1726883202.02980: no more pending results, returning what we have 7723 1726883202.02984: results queue empty 7723 1726883202.02985: checking for any_errors_fatal 7723 1726883202.02986: done checking for any_errors_fatal 7723 1726883202.02987: checking for max_fail_percentage 7723 1726883202.02988: done checking for max_fail_percentage 7723 1726883202.02990: checking to see if all hosts have failed and the running result is not ok 7723 1726883202.02990: done checking to see if all hosts have failed 7723 1726883202.02991: getting the remaining hosts for this loop 7723 1726883202.02993: done getting the remaining hosts for this loop 7723 1726883202.02996: getting the next task for host managed_node1 7723 1726883202.03004: done getting next task for host managed_node1 7723 1726883202.03007: ^ task is: TASK: fedora.linux_system_roles.rhc : Check if system is ostree 7723 1726883202.03010: ^ state is: HOST STATE: block=3, task=2, 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 7723 1726883202.03022: getting variables 7723 1726883202.03024: in VariableManager get_vars() 7723 1726883202.03055: Calling all_inventory to load vars for managed_node1 7723 1726883202.03057: Calling groups_inventory to load vars for managed_node1 7723 1726883202.03059: Calling all_plugins_inventory to load vars for managed_node1 7723 1726883202.03067: Calling all_plugins_play to load vars for managed_node1 7723 1726883202.03069: Calling groups_plugins_inventory to load vars for managed_node1 7723 1726883202.03071: Calling groups_plugins_play to load vars for managed_node1 7723 1726883202.03117: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7723 1726883202.03293: done with get_vars() 7723 1726883202.03302: done getting variables TASK [fedora.linux_system_roles.rhc : Check if system is ostree] *************** task path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11 Friday 20 September 2024 21:46:42 -0400 (0:00:00.040) 0:02:06.720 ****** 7723 1726883202.03402: entering _queue_task() for managed_node1/stat 7723 1726883202.03703: worker is 1 (out of 1 available) 7723 1726883202.03715: exiting _queue_task() for managed_node1/stat 7723 1726883202.03729: done queuing things up, now waiting for results queue to drain 7723 1726883202.03730: waiting for pending results... 7723 1726883202.04021: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.rhc : Check if system is ostree 7723 1726883202.04393: in run() - task 0affc0aa-4893-13c9-9f63-0000000000f1 7723 1726883202.04430: variable 'ansible_search_path' from source: unknown 7723 1726883202.04434: variable 'ansible_search_path' from source: unknown 7723 1726883202.04621: calling self._execute() 7723 1726883202.04625: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883202.04629: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883202.04631: variable 'omit' from source: magic vars 7723 1726883202.05617: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7723 1726883202.06207: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7723 1726883202.06429: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7723 1726883202.06438: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7723 1726883202.06576: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7723 1726883202.06670: 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) 7723 1726883202.06693: 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) 7723 1726883202.06837: 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) 7723 1726883202.07059: 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) 7723 1726883202.07208: variable '__rhc_is_ostree' from source: set_fact 7723 1726883202.07212: Evaluated conditional (not __rhc_is_ostree is defined): False 7723 1726883202.07215: when evaluation is False, skipping this task 7723 1726883202.07218: _execute() done 7723 1726883202.07220: dumping result to json 7723 1726883202.07222: done dumping result, returning 7723 1726883202.07358: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.rhc : Check if system is ostree [0affc0aa-4893-13c9-9f63-0000000000f1] 7723 1726883202.07361: sending task result for task 0affc0aa-4893-13c9-9f63-0000000000f1 7723 1726883202.07422: done sending task result for task 0affc0aa-4893-13c9-9f63-0000000000f1 7723 1726883202.07425: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "not __rhc_is_ostree is defined", "skip_reason": "Conditional result was False" } 7723 1726883202.07514: no more pending results, returning what we have 7723 1726883202.07518: results queue empty 7723 1726883202.07519: checking for any_errors_fatal 7723 1726883202.07527: done checking for any_errors_fatal 7723 1726883202.07528: checking for max_fail_percentage 7723 1726883202.07530: done checking for max_fail_percentage 7723 1726883202.07531: checking to see if all hosts have failed and the running result is not ok 7723 1726883202.07532: done checking to see if all hosts have failed 7723 1726883202.07533: getting the remaining hosts for this loop 7723 1726883202.07535: done getting the remaining hosts for this loop 7723 1726883202.07538: getting the next task for host managed_node1 7723 1726883202.07548: done getting next task for host managed_node1 7723 1726883202.07552: ^ task is: TASK: fedora.linux_system_roles.rhc : Set flag to indicate system is ostree 7723 1726883202.07556: ^ state is: HOST STATE: block=3, task=2, 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=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 7723 1726883202.07570: getting variables 7723 1726883202.07572: in VariableManager get_vars() 7723 1726883202.07609: Calling all_inventory to load vars for managed_node1 7723 1726883202.07612: Calling groups_inventory to load vars for managed_node1 7723 1726883202.07615: Calling all_plugins_inventory to load vars for managed_node1 7723 1726883202.07628: Calling all_plugins_play to load vars for managed_node1 7723 1726883202.07632: Calling groups_plugins_inventory to load vars for managed_node1 7723 1726883202.07635: Calling groups_plugins_play to load vars for managed_node1 7723 1726883202.07772: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7723 1726883202.07815: done with get_vars() 7723 1726883202.07827: done getting variables 7723 1726883202.07958: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.rhc : Set flag to indicate system is ostree] *** task path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16 Friday 20 September 2024 21:46:42 -0400 (0:00:00.045) 0:02:06.766 ****** 7723 1726883202.07994: entering _queue_task() for managed_node1/set_fact 7723 1726883202.08403: worker is 1 (out of 1 available) 7723 1726883202.08418: exiting _queue_task() for managed_node1/set_fact 7723 1726883202.08434: done queuing things up, now waiting for results queue to drain 7723 1726883202.08435: waiting for pending results... 7723 1726883202.08761: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.rhc : Set flag to indicate system is ostree 7723 1726883202.08966: in run() - task 0affc0aa-4893-13c9-9f63-0000000000f2 7723 1726883202.08971: variable 'ansible_search_path' from source: unknown 7723 1726883202.08974: variable 'ansible_search_path' from source: unknown 7723 1726883202.08977: calling self._execute() 7723 1726883202.08980: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883202.08983: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883202.09004: variable 'omit' from source: magic vars 7723 1726883202.09707: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7723 1726883202.10335: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7723 1726883202.10420: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7723 1726883202.10539: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7723 1726883202.10572: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7723 1726883202.10774: 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) 7723 1726883202.10804: 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) 7723 1726883202.10846: 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) 7723 1726883202.10878: 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) 7723 1726883202.11026: variable '__rhc_is_ostree' from source: set_fact 7723 1726883202.11030: Evaluated conditional (not __rhc_is_ostree is defined): False 7723 1726883202.11032: when evaluation is False, skipping this task 7723 1726883202.11035: _execute() done 7723 1726883202.11037: dumping result to json 7723 1726883202.11069: done dumping result, returning 7723 1726883202.11076: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.rhc : Set flag to indicate system is ostree [0affc0aa-4893-13c9-9f63-0000000000f2] 7723 1726883202.11079: sending task result for task 0affc0aa-4893-13c9-9f63-0000000000f2 7723 1726883202.11234: done sending task result for task 0affc0aa-4893-13c9-9f63-0000000000f2 7723 1726883202.11237: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "not __rhc_is_ostree is defined", "skip_reason": "Conditional result was False" } 7723 1726883202.11329: no more pending results, returning what we have 7723 1726883202.11333: results queue empty 7723 1726883202.11334: checking for any_errors_fatal 7723 1726883202.11337: done checking for any_errors_fatal 7723 1726883202.11338: checking for max_fail_percentage 7723 1726883202.11342: done checking for max_fail_percentage 7723 1726883202.11344: checking to see if all hosts have failed and the running result is not ok 7723 1726883202.11345: done checking to see if all hosts have failed 7723 1726883202.11345: getting the remaining hosts for this loop 7723 1726883202.11347: done getting the remaining hosts for this loop 7723 1726883202.11351: getting the next task for host managed_node1 7723 1726883202.11361: done getting next task for host managed_node1 7723 1726883202.11365: ^ task is: TASK: fedora.linux_system_roles.rhc : Check if insights-packages are installed 7723 1726883202.11368: ^ state is: HOST STATE: block=3, task=2, 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 7723 1726883202.11382: getting variables 7723 1726883202.11384: in VariableManager get_vars() 7723 1726883202.11421: Calling all_inventory to load vars for managed_node1 7723 1726883202.11427: Calling groups_inventory to load vars for managed_node1 7723 1726883202.11431: Calling all_plugins_inventory to load vars for managed_node1 7723 1726883202.11444: Calling all_plugins_play to load vars for managed_node1 7723 1726883202.11448: Calling groups_plugins_inventory to load vars for managed_node1 7723 1726883202.11452: Calling groups_plugins_play to load vars for managed_node1 7723 1726883202.11508: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7723 1726883202.11565: done with get_vars() 7723 1726883202.11575: done getting variables TASK [fedora.linux_system_roles.rhc : Check if insights-packages are installed] *** task path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:20 Friday 20 September 2024 21:46:42 -0400 (0:00:00.038) 0:02:06.804 ****** 7723 1726883202.11827: entering _queue_task() for managed_node1/package_facts 7723 1726883202.11829: Creating lock for package_facts 7723 1726883202.12273: worker is 1 (out of 1 available) 7723 1726883202.12284: exiting _queue_task() for managed_node1/package_facts 7723 1726883202.12295: done queuing things up, now waiting for results queue to drain 7723 1726883202.12296: waiting for pending results... 7723 1726883202.12521: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.rhc : Check if insights-packages are installed 7723 1726883202.12588: in run() - task 0affc0aa-4893-13c9-9f63-0000000000f4 7723 1726883202.12593: variable 'ansible_search_path' from source: unknown 7723 1726883202.12596: variable 'ansible_search_path' from source: unknown 7723 1726883202.12605: calling self._execute() 7723 1726883202.12682: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883202.12686: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883202.12697: variable 'omit' from source: magic vars 7723 1726883202.13223: variable 'ansible_distribution' from source: facts 7723 1726883202.13266: Evaluated conditional (ansible_distribution == "RedHat"): False 7723 1726883202.13270: when evaluation is False, skipping this task 7723 1726883202.13272: _execute() done 7723 1726883202.13275: dumping result to json 7723 1726883202.13277: done dumping result, returning 7723 1726883202.13280: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.rhc : Check if insights-packages are installed [0affc0aa-4893-13c9-9f63-0000000000f4] 7723 1726883202.13282: sending task result for task 0affc0aa-4893-13c9-9f63-0000000000f4 7723 1726883202.13606: done sending task result for task 0affc0aa-4893-13c9-9f63-0000000000f4 7723 1726883202.13611: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } 7723 1726883202.13694: no more pending results, returning what we have 7723 1726883202.13698: results queue empty 7723 1726883202.13699: checking for any_errors_fatal 7723 1726883202.13702: done checking for any_errors_fatal 7723 1726883202.13703: checking for max_fail_percentage 7723 1726883202.13705: done checking for max_fail_percentage 7723 1726883202.13706: checking to see if all hosts have failed and the running result is not ok 7723 1726883202.13707: done checking to see if all hosts have failed 7723 1726883202.13707: getting the remaining hosts for this loop 7723 1726883202.13709: done getting the remaining hosts for this loop 7723 1726883202.13712: getting the next task for host managed_node1 7723 1726883202.13720: done getting next task for host managed_node1 7723 1726883202.13724: ^ task is: TASK: fedora.linux_system_roles.rhc : Handle insights unregistration 7723 1726883202.13726: ^ state is: HOST STATE: block=3, task=2, 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 7723 1726883202.13739: getting variables 7723 1726883202.13745: in VariableManager get_vars() 7723 1726883202.13779: Calling all_inventory to load vars for managed_node1 7723 1726883202.13783: Calling groups_inventory to load vars for managed_node1 7723 1726883202.13786: Calling all_plugins_inventory to load vars for managed_node1 7723 1726883202.13804: Calling all_plugins_play to load vars for managed_node1 7723 1726883202.13808: Calling groups_plugins_inventory to load vars for managed_node1 7723 1726883202.13812: Calling groups_plugins_play to load vars for managed_node1 7723 1726883202.13865: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7723 1726883202.13914: done with get_vars() 7723 1726883202.13923: done getting variables TASK [fedora.linux_system_roles.rhc : Handle insights unregistration] ********** task path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Friday 20 September 2024 21:46:42 -0400 (0:00:00.021) 0:02:06.826 ****** 7723 1726883202.14024: entering _queue_task() for managed_node1/include_tasks 7723 1726883202.14392: worker is 1 (out of 1 available) 7723 1726883202.14406: exiting _queue_task() for managed_node1/include_tasks 7723 1726883202.14416: done queuing things up, now waiting for results queue to drain 7723 1726883202.14418: waiting for pending results... 7723 1726883202.14584: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.rhc : Handle insights unregistration 7723 1726883202.14647: in run() - task 0affc0aa-4893-13c9-9f63-0000000000d3 7723 1726883202.14659: variable 'ansible_search_path' from source: unknown 7723 1726883202.14663: variable 'ansible_search_path' from source: unknown 7723 1726883202.14702: calling self._execute() 7723 1726883202.14759: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883202.14763: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883202.14772: variable 'omit' from source: magic vars 7723 1726883202.15117: variable 'ansible_distribution' from source: facts 7723 1726883202.15135: Evaluated conditional (ansible_distribution == "RedHat"): False 7723 1726883202.15138: when evaluation is False, skipping this task 7723 1726883202.15143: _execute() done 7723 1726883202.15146: dumping result to json 7723 1726883202.15148: done dumping result, returning 7723 1726883202.15154: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.rhc : Handle insights unregistration [0affc0aa-4893-13c9-9f63-0000000000d3] 7723 1726883202.15161: sending task result for task 0affc0aa-4893-13c9-9f63-0000000000d3 7723 1726883202.15251: done sending task result for task 0affc0aa-4893-13c9-9f63-0000000000d3 7723 1726883202.15254: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } 7723 1726883202.15300: no more pending results, returning what we have 7723 1726883202.15304: results queue empty 7723 1726883202.15304: checking for any_errors_fatal 7723 1726883202.15309: done checking for any_errors_fatal 7723 1726883202.15309: checking for max_fail_percentage 7723 1726883202.15311: done checking for max_fail_percentage 7723 1726883202.15312: checking to see if all hosts have failed and the running result is not ok 7723 1726883202.15313: done checking to see if all hosts have failed 7723 1726883202.15313: getting the remaining hosts for this loop 7723 1726883202.15315: done getting the remaining hosts for this loop 7723 1726883202.15318: getting the next task for host managed_node1 7723 1726883202.15324: done getting next task for host managed_node1 7723 1726883202.15327: ^ task is: TASK: fedora.linux_system_roles.rhc : Handle system subscription 7723 1726883202.15330: ^ state is: HOST STATE: block=3, task=2, 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=6, 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 7723 1726883202.15345: getting variables 7723 1726883202.15347: in VariableManager get_vars() 7723 1726883202.15376: Calling all_inventory to load vars for managed_node1 7723 1726883202.15379: Calling groups_inventory to load vars for managed_node1 7723 1726883202.15381: Calling all_plugins_inventory to load vars for managed_node1 7723 1726883202.15389: Calling all_plugins_play to load vars for managed_node1 7723 1726883202.15391: Calling groups_plugins_inventory to load vars for managed_node1 7723 1726883202.15393: Calling groups_plugins_play to load vars for managed_node1 7723 1726883202.15437: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7723 1726883202.15473: done with get_vars() 7723 1726883202.15479: done getting variables TASK [fedora.linux_system_roles.rhc : Handle system subscription] ************** task path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Friday 20 September 2024 21:46:42 -0400 (0:00:00.015) 0:02:06.841 ****** 7723 1726883202.15544: entering _queue_task() for managed_node1/include_tasks 7723 1726883202.15746: worker is 1 (out of 1 available) 7723 1726883202.15761: exiting _queue_task() for managed_node1/include_tasks 7723 1726883202.15771: done queuing things up, now waiting for results queue to drain 7723 1726883202.15773: waiting for pending results... 7723 1726883202.15930: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.rhc : Handle system subscription 7723 1726883202.15990: in run() - task 0affc0aa-4893-13c9-9f63-0000000000d4 7723 1726883202.16005: variable 'ansible_search_path' from source: unknown 7723 1726883202.16009: variable 'ansible_search_path' from source: unknown 7723 1726883202.16039: calling self._execute() 7723 1726883202.16094: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883202.16104: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883202.16118: variable 'omit' from source: magic vars 7723 1726883202.16237: _execute() done 7723 1726883202.16243: dumping result to json 7723 1726883202.16246: done dumping result, returning 7723 1726883202.16249: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.rhc : Handle system subscription [0affc0aa-4893-13c9-9f63-0000000000d4] 7723 1726883202.16252: sending task result for task 0affc0aa-4893-13c9-9f63-0000000000d4 7723 1726883202.16313: done sending task result for task 0affc0aa-4893-13c9-9f63-0000000000d4 7723 1726883202.16316: WORKER PROCESS EXITING 7723 1726883202.16358: no more pending results, returning what we have 7723 1726883202.16363: in VariableManager get_vars() 7723 1726883202.16400: Calling all_inventory to load vars for managed_node1 7723 1726883202.16403: Calling groups_inventory to load vars for managed_node1 7723 1726883202.16405: Calling all_plugins_inventory to load vars for managed_node1 7723 1726883202.16414: Calling all_plugins_play to load vars for managed_node1 7723 1726883202.16416: Calling groups_plugins_inventory to load vars for managed_node1 7723 1726883202.16419: Calling groups_plugins_play to load vars for managed_node1 7723 1726883202.16473: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7723 1726883202.16525: done with get_vars() 7723 1726883202.16537: variable 'ansible_search_path' from source: unknown 7723 1726883202.16538: variable 'ansible_search_path' from source: unknown 7723 1726883202.16578: we have included files to process 7723 1726883202.16579: generating all_blocks data 7723 1726883202.16580: done generating all_blocks data 7723 1726883202.16582: processing included file: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml 7723 1726883202.16583: loading included file: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml 7723 1726883202.16585: Loading data from /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml 7723 1726883202.18802: done processing included file 7723 1726883202.18804: iterating over new_blocks loaded from include file 7723 1726883202.18805: in VariableManager get_vars() 7723 1726883202.18823: done with get_vars() 7723 1726883202.18826: filtering new block on tags 7723 1726883202.18857: done filtering new block on tags 7723 1726883202.18860: in VariableManager get_vars() 7723 1726883202.18871: done with get_vars() 7723 1726883202.18872: filtering new block on tags 7723 1726883202.18893: done filtering new block on tags 7723 1726883202.18894: done iterating over new_blocks loaded from include file included: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml for managed_node1 7723 1726883202.18898: extending task lists for all hosts with included blocks 7723 1726883202.19204: done extending task lists 7723 1726883202.19205: done processing included files 7723 1726883202.19206: results queue empty 7723 1726883202.19206: checking for any_errors_fatal 7723 1726883202.19208: done checking for any_errors_fatal 7723 1726883202.19209: checking for max_fail_percentage 7723 1726883202.19209: done checking for max_fail_percentage 7723 1726883202.19210: checking to see if all hosts have failed and the running result is not ok 7723 1726883202.19210: done checking to see if all hosts have failed 7723 1726883202.19211: getting the remaining hosts for this loop 7723 1726883202.19212: done getting the remaining hosts for this loop 7723 1726883202.19213: getting the next task for host managed_node1 7723 1726883202.19216: done getting next task for host managed_node1 7723 1726883202.19218: ^ task is: TASK: fedora.linux_system_roles.rhc : Ensure required packages are installed 7723 1726883202.19219: ^ state is: HOST STATE: block=3, task=2, 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=7, 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 7723 1726883202.19227: getting variables 7723 1726883202.19228: in VariableManager get_vars() 7723 1726883202.19237: Calling all_inventory to load vars for managed_node1 7723 1726883202.19238: Calling groups_inventory to load vars for managed_node1 7723 1726883202.19241: Calling all_plugins_inventory to load vars for managed_node1 7723 1726883202.19245: Calling all_plugins_play to load vars for managed_node1 7723 1726883202.19247: Calling groups_plugins_inventory to load vars for managed_node1 7723 1726883202.19249: Calling groups_plugins_play to load vars for managed_node1 7723 1726883202.19274: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7723 1726883202.19296: done with get_vars() 7723 1726883202.19301: done getting variables 7723 1726883202.19330: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.rhc : Ensure required packages are installed] *** task path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Friday 20 September 2024 21:46:42 -0400 (0:00:00.038) 0:02:06.879 ****** 7723 1726883202.19354: entering _queue_task() for managed_node1/package 7723 1726883202.19600: worker is 1 (out of 1 available) 7723 1726883202.19613: exiting _queue_task() for managed_node1/package 7723 1726883202.19629: done queuing things up, now waiting for results queue to drain 7723 1726883202.19631: waiting for pending results... 7723 1726883202.19790: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.rhc : Ensure required packages are installed 7723 1726883202.19879: in run() - task 0affc0aa-4893-13c9-9f63-00000000011f 7723 1726883202.19890: variable 'ansible_search_path' from source: unknown 7723 1726883202.19893: variable 'ansible_search_path' from source: unknown 7723 1726883202.19919: calling self._execute() 7723 1726883202.19975: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883202.19979: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883202.19988: variable 'omit' from source: magic vars 7723 1726883202.20385: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7723 1726883202.22252: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7723 1726883202.22296: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7723 1726883202.22337: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7723 1726883202.22366: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7723 1726883202.22386: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7723 1726883202.22448: 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) 7723 1726883202.22471: 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) 7723 1726883202.22488: 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) 7723 1726883202.22513: 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) 7723 1726883202.22526: 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) 7723 1726883202.22616: variable 'rhc_state' from source: role '' defaults 7723 1726883202.22633: Evaluated conditional (rhc_state | d('present') == "present"): True 7723 1726883202.22638: variable 'omit' from source: magic vars 7723 1726883202.22685: variable 'omit' from source: magic vars 7723 1726883202.22792: variable '__rhc_is_ostree' from source: set_fact 7723 1726883202.22796: variable 'omit' from source: magic vars 7723 1726883202.22815: variable 'omit' from source: magic vars 7723 1726883202.22837: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7723 1726883202.22861: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7723 1726883202.22877: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7723 1726883202.22890: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7723 1726883202.22898: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7723 1726883202.22911: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 7723 1726883202.22923: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 7723 1726883202.22946: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7723 1726883202.22949: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883202.22951: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883202.23031: Set connection var ansible_shell_type to sh 7723 1726883202.23035: Set connection var ansible_shell_executable to /bin/sh 7723 1726883202.23041: Set connection var ansible_module_compression to ZIP_DEFLATED 7723 1726883202.23044: Set connection var ansible_connection to ssh 7723 1726883202.23049: Set connection var ansible_pipelining to False 7723 1726883202.23054: Set connection var ansible_timeout to 10 7723 1726883202.23075: variable 'ansible_shell_executable' from source: unknown 7723 1726883202.23078: variable 'ansible_connection' from source: unknown 7723 1726883202.23086: variable 'ansible_module_compression' from source: unknown 7723 1726883202.23091: variable 'ansible_shell_type' from source: unknown 7723 1726883202.23093: variable 'ansible_shell_executable' from source: unknown 7723 1726883202.23096: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883202.23098: variable 'ansible_pipelining' from source: unknown 7723 1726883202.23100: variable 'ansible_timeout' from source: unknown 7723 1726883202.23103: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883202.23174: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7723 1726883202.23183: variable 'omit' from source: magic vars 7723 1726883202.23188: starting attempt loop 7723 1726883202.23193: running the handler 7723 1726883202.23198: variable 'ansible_facts' from source: unknown 7723 1726883202.23206: _low_level_execute_command(): starting 7723 1726883202.23218: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7723 1726883202.23711: 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 <<< 7723 1726883202.23747: 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.12.120 originally 10.31.12.120 debug2: match not found <<< 7723 1726883202.23751: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883202.23754: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883202.23757: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883202.23760: 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883202.23808: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883202.23811: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883202.23814: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883202.23872: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883202.25562: stdout chunk (state=3): >>>/root <<< 7723 1726883202.25680: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883202.25700: stderr chunk (state=3): >>><<< 7723 1726883202.25703: stdout chunk (state=3): >>><<< 7723 1726883202.25731: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883202.25744: _low_level_execute_command(): starting 7723 1726883202.25749: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726883202.257304-9035-28361041529669 `" && echo ansible-tmp-1726883202.257304-9035-28361041529669="` echo /root/.ansible/tmp/ansible-tmp-1726883202.257304-9035-28361041529669 `" ) && sleep 0' 7723 1726883202.26231: 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 <<< 7723 1726883202.26298: 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.12.120 originally 10.31.12.120 <<< 7723 1726883202.26301: stderr chunk (state=3): >>>debug2: match not found <<< 7723 1726883202.26305: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883202.26348: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883202.26365: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883202.26398: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883202.28303: stdout chunk (state=3): >>>ansible-tmp-1726883202.257304-9035-28361041529669=/root/.ansible/tmp/ansible-tmp-1726883202.257304-9035-28361041529669 <<< 7723 1726883202.28404: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883202.28443: stderr chunk (state=3): >>><<< 7723 1726883202.28447: stdout chunk (state=3): >>><<< 7723 1726883202.28464: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726883202.257304-9035-28361041529669=/root/.ansible/tmp/ansible-tmp-1726883202.257304-9035-28361041529669 , 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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883202.28503: variable 'ansible_module_compression' from source: unknown 7723 1726883202.28571: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7723b_d05x07/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 7723 1726883202.28662: variable 'ansible_facts' from source: unknown 7723 1726883202.28834: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726883202.257304-9035-28361041529669/AnsiballZ_setup.py 7723 1726883202.28993: Sending initial data 7723 1726883202.28996: Sent initial data (150 bytes) 7723 1726883202.29610: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883202.29613: 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.12.120 originally 10.31.12.120 debug2: match not found <<< 7723 1726883202.29616: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883202.29618: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883202.29621: 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883202.29693: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883202.29695: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883202.29730: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883202.31295: 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 <<< 7723 1726883202.31345: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 7723 1726883202.31380: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7723b_d05x07/tmpms2ptv07 /root/.ansible/tmp/ansible-tmp-1726883202.257304-9035-28361041529669/AnsiballZ_setup.py <<< 7723 1726883202.31388: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726883202.257304-9035-28361041529669/AnsiballZ_setup.py" <<< 7723 1726883202.31424: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-7723b_d05x07/tmpms2ptv07" to remote "/root/.ansible/tmp/ansible-tmp-1726883202.257304-9035-28361041529669/AnsiballZ_setup.py" <<< 7723 1726883202.31429: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726883202.257304-9035-28361041529669/AnsiballZ_setup.py" <<< 7723 1726883202.32552: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883202.32593: stderr chunk (state=3): >>><<< 7723 1726883202.32596: stdout chunk (state=3): >>><<< 7723 1726883202.32614: done transferring module to remote 7723 1726883202.32630: _low_level_execute_command(): starting 7723 1726883202.32633: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726883202.257304-9035-28361041529669/ /root/.ansible/tmp/ansible-tmp-1726883202.257304-9035-28361041529669/AnsiballZ_setup.py && sleep 0' 7723 1726883202.33094: 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 <<< 7723 1726883202.33099: 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.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883202.33102: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883202.33104: 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883202.33161: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883202.33166: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883202.33170: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883202.33209: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883202.35015: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883202.35023: stderr chunk (state=3): >>><<< 7723 1726883202.35030: stdout chunk (state=3): >>><<< 7723 1726883202.35052: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883202.35089: _low_level_execute_command(): starting 7723 1726883202.35092: _low_level_execute_command(): using become for this command 7723 1726883202.35099: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-vwmxvqazdjwsmgxpgwlyksgbcifkwbuq ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726883202.257304-9035-28361041529669/AnsiballZ_setup.py'"'"' && sleep 0' 7723 1726883202.35236: Initial state: awaiting_escalation: BECOME-SUCCESS-vwmxvqazdjwsmgxpgwlyksgbcifkwbuq 7723 1726883202.35887: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883202.35898: stderr chunk (state=1): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883202.35926: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883202.35930: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883202.35933: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883202.35976: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883202.38869: stdout chunk (state=1): >>>BECOME-SUCCESS-vwmxvqazdjwsmgxpgwlyksgbcifkwbuq <<< 7723 1726883202.38874: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-vwmxvqazdjwsmgxpgwlyksgbcifkwbuq' 7723 1726883202.39183: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 7723 1726883202.39218: stdout chunk (state=3): >>>import _imp # builtin <<< 7723 1726883202.39256: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 7723 1726883202.39324: stdout chunk (state=3): >>>import '_io' # <<< 7723 1726883202.39331: stdout chunk (state=3): >>>import 'marshal' # <<< 7723 1726883202.39360: stdout chunk (state=3): >>>import 'posix' # <<< 7723 1726883202.39391: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 7723 1726883202.39394: stdout chunk (state=3): >>># installing zipimport hook <<< 7723 1726883202.39416: stdout chunk (state=3): >>>import 'time' # <<< 7723 1726883202.39422: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 7723 1726883202.39473: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 7723 1726883202.39480: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883202.39501: stdout chunk (state=3): >>>import '_codecs' # <<< 7723 1726883202.39522: stdout chunk (state=3): >>>import 'codecs' # <<< 7723 1726883202.39567: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 7723 1726883202.39578: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 7723 1726883202.39593: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9f103e0> <<< 7723 1726883202.39600: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9edfa10> <<< 7723 1726883202.39630: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 7723 1726883202.39633: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 7723 1726883202.39651: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9f12960> <<< 7723 1726883202.39660: stdout chunk (state=3): >>>import '_signal' # <<< 7723 1726883202.39688: stdout chunk (state=3): >>>import '_abc' # <<< 7723 1726883202.39691: stdout chunk (state=3): >>>import 'abc' # <<< 7723 1726883202.39715: stdout chunk (state=3): >>>import 'io' # <<< 7723 1726883202.39751: stdout chunk (state=3): >>>import '_stat' # <<< 7723 1726883202.39766: stdout chunk (state=3): >>>import 'stat' # <<< 7723 1726883202.39839: stdout chunk (state=3): >>>import '_collections_abc' # <<< 7723 1726883202.39867: stdout chunk (state=3): >>>import 'genericpath' # <<< 7723 1726883202.39870: stdout chunk (state=3): >>>import 'posixpath' # <<< 7723 1726883202.39902: stdout chunk (state=3): >>>import 'os' # <<< 7723 1726883202.39910: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 7723 1726883202.39933: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages <<< 7723 1726883202.39950: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 7723 1726883202.39959: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 7723 1726883202.39964: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 7723 1726883202.39993: 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 <<< 7723 1726883202.39996: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 7723 1726883202.40021: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9cc0fe0> <<< 7723 1726883202.40077: 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 <<< 7723 1726883202.40086: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883202.40089: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9cc1f10> <<< 7723 1726883202.40126: stdout chunk (state=3): >>>import 'site' # <<< 7723 1726883202.40152: 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. <<< 7723 1726883202.40545: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 7723 1726883202.40548: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 7723 1726883202.40571: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883202.40600: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 7723 1726883202.40643: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 7723 1726883202.40696: stdout chunk (state=3): >>># /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 0x7f25a9cffd40> <<< 7723 1726883202.40716: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 7723 1726883202.40736: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 7723 1726883202.40758: stdout chunk (state=3): >>>import '_operator' # <<< 7723 1726883202.40777: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9cfff80> <<< 7723 1726883202.40787: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 7723 1726883202.40810: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 7723 1726883202.40833: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 7723 1726883202.40878: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883202.40900: stdout chunk (state=3): >>>import 'itertools' # <<< 7723 1726883202.40925: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' <<< 7723 1726883202.40938: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9d37740> <<< 7723 1726883202.40954: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 7723 1726883202.40958: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 7723 1726883202.40972: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9d37dd0> <<< 7723 1726883202.40977: stdout chunk (state=3): >>>import '_collections' # <<< 7723 1726883202.41034: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9d17a10> <<< 7723 1726883202.41038: stdout chunk (state=3): >>>import '_functools' # <<< 7723 1726883202.41072: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9d15130> <<< 7723 1726883202.41161: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9cfcef0> <<< 7723 1726883202.41187: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 7723 1726883202.41204: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 7723 1726883202.41237: stdout chunk (state=3): >>>import '_sre' # <<< 7723 1726883202.41257: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 7723 1726883202.41275: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 7723 1726883202.41292: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 7723 1726883202.41314: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 7723 1726883202.41347: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9d57680> <<< 7723 1726883202.41352: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9d562a0> <<< 7723 1726883202.41380: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 7723 1726883202.41393: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9d16000> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9d54b30> <<< 7723 1726883202.41436: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 7723 1726883202.41461: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9d8c680> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9cfc170> <<< 7723 1726883202.41474: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 7723 1726883202.41502: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883202.41507: 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 0x7f25a9d8cb30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9d8c9e0> <<< 7723 1726883202.41579: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f25a9d8cdd0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9cfac90> <<< 7723 1726883202.41605: 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' <<< 7723 1726883202.41622: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 7723 1726883202.41660: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 7723 1726883202.41666: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9d8d4c0> <<< 7723 1726883202.41681: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9d8d190> import 'importlib.machinery' # <<< 7723 1726883202.41715: 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' <<< 7723 1726883202.41734: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9d8e3c0> import 'importlib.util' # <<< 7723 1726883202.41757: stdout chunk (state=3): >>>import 'runpy' # <<< 7723 1726883202.41769: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 7723 1726883202.41802: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 7723 1726883202.41822: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 7723 1726883202.41844: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9da85f0> import 'errno' # <<< 7723 1726883202.41871: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883202.41876: 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 0x7f25a9da9d30> <<< 7723 1726883202.41915: stdout chunk (state=3): >>># /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' <<< 7723 1726883202.41956: stdout chunk (state=3): >>># /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' <<< 7723 1726883202.41963: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9daabd0> <<< 7723 1726883202.41997: 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 0x7f25a9dab230> <<< 7723 1726883202.42008: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9daa120> <<< 7723 1726883202.42039: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 7723 1726883202.42051: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 7723 1726883202.42072: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883202.42096: 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 0x7f25a9dabcb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9dab3e0> <<< 7723 1726883202.42139: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9d8e420> <<< 7723 1726883202.42158: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 7723 1726883202.42187: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 7723 1726883202.42203: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 7723 1726883202.42228: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 7723 1726883202.42262: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f25a9aa3bf0> <<< 7723 1726883202.42287: stdout chunk (state=3): >>># /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' <<< 7723 1726883202.42324: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883202.42328: stdout chunk (state=3): >>>import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f25a9acc6e0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9acc440> <<< 7723 1726883202.42358: 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 0x7f25a9acc710> <<< 7723 1726883202.42390: 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' <<< 7723 1726883202.42458: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883202.42576: 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 0x7f25a9acd040> <<< 7723 1726883202.42689: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883202.42721: 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 0x7f25a9acda00> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9acc8f0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9aa1d90> <<< 7723 1726883202.42754: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 7723 1726883202.42784: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 7723 1726883202.42789: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 7723 1726883202.42804: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 7723 1726883202.42822: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9acede0> <<< 7723 1726883202.42853: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9acdb20> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9d8eb10> <<< 7723 1726883202.42880: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 7723 1726883202.42934: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883202.42948: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 7723 1726883202.42982: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 7723 1726883202.43011: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9af7140> <<< 7723 1726883202.43066: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 7723 1726883202.43076: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883202.43100: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 7723 1726883202.43119: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 7723 1726883202.43163: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9b1b4d0> <<< 7723 1726883202.43184: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 7723 1726883202.43231: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 7723 1726883202.43278: stdout chunk (state=3): >>>import 'ntpath' # <<< 7723 1726883202.43306: 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 0x7f25a9b7c2c0> <<< 7723 1726883202.43323: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 7723 1726883202.43355: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 7723 1726883202.43382: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 7723 1726883202.43433: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 7723 1726883202.43516: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9b7ea20> <<< 7723 1726883202.43586: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9b7c3e0> <<< 7723 1726883202.43620: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9b492b0> <<< 7723 1726883202.43652: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' <<< 7723 1726883202.43655: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9989340> <<< 7723 1726883202.43675: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9b1a300> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9acfd40> <<< 7723 1726883202.43847: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 7723 1726883202.43865: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f25a9b1a900> <<< 7723 1726883202.44089: stdout chunk (state=3): >>># zipimport: found 103 names in '/tmp/ansible_ansible.legacy.setup_payload_zs1y_jau/ansible_ansible.legacy.setup_payload.zip' <<< 7723 1726883202.44097: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.44212: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.44259: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 7723 1726883202.44263: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 7723 1726883202.44295: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 7723 1726883202.44365: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 7723 1726883202.44394: 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' <<< 7723 1726883202.44407: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a99ef080> <<< 7723 1726883202.44417: stdout chunk (state=3): >>>import '_typing' # <<< 7723 1726883202.44593: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a99cdf70> <<< 7723 1726883202.44601: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a99cd100> # zipimport: zlib available <<< 7723 1726883202.44635: stdout chunk (state=3): >>>import 'ansible' # <<< 7723 1726883202.44639: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.44659: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.44676: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.44681: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 7723 1726883202.44704: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.46094: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.47194: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 7723 1726883202.47203: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a99ecf50> <<< 7723 1726883202.47236: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 7723 1726883202.47239: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883202.47295: stdout chunk (state=3): >>># /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' <<< 7723 1726883202.47299: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 7723 1726883202.47302: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 7723 1726883202.47363: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f25a9a1ea50> <<< 7723 1726883202.47381: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9a1e7e0> <<< 7723 1726883202.47451: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9a1e0f0> <<< 7723 1726883202.47458: stdout chunk (state=3): >>># /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' <<< 7723 1726883202.47489: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9a1e840> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a99efd10> import 'atexit' # <<< 7723 1726883202.47522: 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 0x7f25a9a1f740> <<< 7723 1726883202.47538: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883202.47549: stdout chunk (state=3): >>># extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f25a9a1f980> <<< 7723 1726883202.47561: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 7723 1726883202.47601: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 7723 1726883202.47611: stdout chunk (state=3): >>>import '_locale' # <<< 7723 1726883202.47670: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9a1fec0> <<< 7723 1726883202.47691: stdout chunk (state=3): >>>import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 7723 1726883202.47715: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 7723 1726883202.47751: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9329c10> <<< 7723 1726883202.47775: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883202.47787: 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 0x7f25a932b830> <<< 7723 1726883202.47797: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 7723 1726883202.47820: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 7723 1726883202.47855: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a932c230> <<< 7723 1726883202.47873: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 7723 1726883202.47900: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 7723 1726883202.47937: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a932d130> <<< 7723 1726883202.47956: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 7723 1726883202.47988: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 7723 1726883202.48014: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 7723 1726883202.48024: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 7723 1726883202.48063: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a932fe60> <<< 7723 1726883202.48101: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f25a9daab40> <<< 7723 1726883202.48110: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a932e120> <<< 7723 1726883202.48136: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 7723 1726883202.48172: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 7723 1726883202.48191: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 7723 1726883202.48205: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 7723 1726883202.48212: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 7723 1726883202.48305: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 7723 1726883202.48333: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 7723 1726883202.48343: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 7723 1726883202.48352: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9337da0> <<< 7723 1726883202.48356: stdout chunk (state=3): >>>import '_tokenize' # <<< 7723 1726883202.48423: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9336870> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a93365d0> <<< 7723 1726883202.48448: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 7723 1726883202.48459: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 7723 1726883202.48530: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9336b40> <<< 7723 1726883202.48558: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a932e630> <<< 7723 1726883202.48588: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883202.48597: stdout chunk (state=3): >>># extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f25a937ba40> <<< 7723 1726883202.48615: 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 0x7f25a937c140> <<< 7723 1726883202.48643: 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 <<< 7723 1726883202.48657: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 7723 1726883202.48678: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 7723 1726883202.48720: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f25a937dbe0> <<< 7723 1726883202.48731: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a937d9a0> <<< 7723 1726883202.48737: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 7723 1726883202.48767: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 7723 1726883202.48823: 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 0x7f25a9380170> <<< 7723 1726883202.48828: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a937e2a0> <<< 7723 1726883202.48843: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 7723 1726883202.48879: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883202.48906: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 7723 1726883202.48917: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 7723 1726883202.48920: stdout chunk (state=3): >>>import '_string' # <<< 7723 1726883202.48966: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9383890> <<< 7723 1726883202.49083: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9380260> <<< 7723 1726883202.49148: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f25a93846e0> <<< 7723 1726883202.49176: 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 0x7f25a9384920> <<< 7723 1726883202.49220: 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 0x7f25a9384b90> <<< 7723 1726883202.49225: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a937c260> <<< 7723 1726883202.49257: 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 <<< 7723 1726883202.49292: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 7723 1726883202.49295: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 7723 1726883202.49314: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 7723 1726883202.49351: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883202.49365: 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 0x7f25a920c1a0> <<< 7723 1726883202.49491: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883202.49508: 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 0x7f25a920d5b0> <<< 7723 1726883202.49512: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9386930> <<< 7723 1726883202.49535: 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 0x7f25a9387ce0> <<< 7723 1726883202.49566: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9386540> # zipimport: zlib available <<< 7723 1726883202.49574: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.49578: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 7723 1726883202.49599: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.49682: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.49773: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.49780: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.49798: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # # zipimport: zlib available <<< 7723 1726883202.49829: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.49843: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 7723 1726883202.49849: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.49959: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.50080: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.50613: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.51147: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 7723 1726883202.51164: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 7723 1726883202.51179: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 7723 1726883202.51187: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 7723 1726883202.51205: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883202.51250: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f25a9215670> <<< 7723 1726883202.51331: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 7723 1726883202.51346: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a92164b0> <<< 7723 1726883202.51360: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9337d70> <<< 7723 1726883202.51408: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 7723 1726883202.51429: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.51443: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.51458: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 7723 1726883202.51467: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.51612: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.51766: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 7723 1726883202.51779: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9216420> <<< 7723 1726883202.51786: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.52237: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.52677: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.52752: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.52832: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 7723 1726883202.52835: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.52872: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.52909: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 7723 1726883202.52918: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.52986: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.53064: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 7723 1726883202.53086: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.53089: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.53112: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 7723 1726883202.53117: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.53160: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.53202: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 7723 1726883202.53209: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.53432: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.53660: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 7723 1726883202.53727: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 7723 1726883202.53731: stdout chunk (state=3): >>>import '_ast' # <<< 7723 1726883202.53804: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9217650> <<< 7723 1726883202.53807: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.53879: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.53956: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 7723 1726883202.53968: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 7723 1726883202.53981: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 7723 1726883202.53984: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.54034: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.54075: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 7723 1726883202.54081: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.54127: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.54170: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.54231: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.54297: 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 <<< 7723 1726883202.54338: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883202.54414: 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 0x7f25a9221eb0> <<< 7723 1726883202.54453: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a921ef60> <<< 7723 1726883202.54479: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 7723 1726883202.54493: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # <<< 7723 1726883202.54499: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.54561: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.54624: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.54655: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.54695: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883202.54714: 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 <<< 7723 1726883202.54738: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 7723 1726883202.54758: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 7723 1726883202.54815: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 7723 1726883202.54832: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 7723 1726883202.54855: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 7723 1726883202.54906: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a930a8a0> <<< 7723 1726883202.54950: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a93fe570> <<< 7723 1726883202.55030: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9222030> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a93868a0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 7723 1726883202.55044: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.55070: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.55101: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 7723 1726883202.55152: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 7723 1726883202.55169: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.55179: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.55191: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 7723 1726883202.55270: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.55276: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.55336: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.55357: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.55378: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.55429: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.55465: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.55504: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.55541: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # <<< 7723 1726883202.55559: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.55629: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.55700: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.55726: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.55760: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.typing' # <<< 7723 1726883202.55765: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.55943: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.56139: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.56188: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.56219: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883202.56236: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py <<< 7723 1726883202.56250: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' <<< 7723 1726883202.56272: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py <<< 7723 1726883202.56298: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' <<< 7723 1726883202.56322: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a92b6030> <<< 7723 1726883202.56339: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 7723 1726883202.56360: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' <<< 7723 1726883202.56373: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 7723 1726883202.56420: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 7723 1726883202.56437: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 7723 1726883202.56460: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 7723 1726883202.56469: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a8ed3e60> <<< 7723 1726883202.56500: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883202.56510: stdout chunk (state=3): >>># extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f25a8eec200> <<< 7723 1726883202.56560: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a929e900> <<< 7723 1726883202.56579: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a92b6ba0> <<< 7723 1726883202.56609: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a92b46e0> <<< 7723 1726883202.56635: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a92b5130> <<< 7723 1726883202.56644: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py <<< 7723 1726883202.56687: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' <<< 7723 1726883202.56715: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 7723 1726883202.56742: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 7723 1726883202.56786: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py # code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 7723 1726883202.56881: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f25a8eef230> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a8eeeae0> # extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' # extension module '_queue' executed from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' import '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f25a8eeecc0> <<< 7723 1726883202.56893: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a8eedf10> # /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py <<< 7723 1726883202.56969: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' <<< 7723 1726883202.56998: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a8eef410> # /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 7723 1726883202.57066: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 7723 1726883202.57077: stdout chunk (state=3): >>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' # extension module '_multiprocessing' executed from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' import '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f25a8f41f40> <<< 7723 1726883202.57117: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a8eeff20> <<< 7723 1726883202.57136: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a92b4470> import 'ansible.module_utils.facts.timeout' # <<< 7723 1726883202.57152: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.collector' # <<< 7723 1726883202.57156: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.57177: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.57183: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other' # <<< 7723 1726883202.57202: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.57261: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.57315: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # <<< 7723 1726883202.57339: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.57386: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.57479: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # <<< 7723 1726883202.57495: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system' # # zipimport: zlib available <<< 7723 1726883202.57524: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.57553: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.apparmor' # <<< 7723 1726883202.57566: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.57626: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.57686: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # # zipimport: zlib available <<< 7723 1726883202.57729: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.57767: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # <<< 7723 1726883202.57773: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.57838: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.57897: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.57963: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.58028: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # <<< 7723 1726883202.58031: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.cmdline' # <<< 7723 1726883202.58033: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.58506: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.58938: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # <<< 7723 1726883202.58948: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.59002: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.59057: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.59092: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.59128: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # <<< 7723 1726883202.59136: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.date_time' # <<< 7723 1726883202.59149: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.59179: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.59228: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.env' # # zipimport: zlib available <<< 7723 1726883202.59286: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.59349: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # <<< 7723 1726883202.59364: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.59391: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.59470: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # # zipimport: zlib available # zipimport: zlib available <<< 7723 1726883202.59509: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # <<< 7723 1726883202.59512: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.59768: stdout chunk (state=3): >>># zipimport: zlib available # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a8f431d0> # /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py # code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 7723 1726883202.59886: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a8f429f0> <<< 7723 1726883202.59900: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.local' # # zipimport: zlib available <<< 7723 1726883202.59960: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.60027: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # # zipimport: zlib available <<< 7723 1726883202.60122: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.60220: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # <<< 7723 1726883202.60244: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.60287: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.60366: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # # zipimport: zlib available <<< 7723 1726883202.60423: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.60469: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 7723 1726883202.60519: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 7723 1726883202.60578: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883202.60639: stdout chunk (state=3): >>># extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f25a8f7a180> <<< 7723 1726883202.60823: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a8f6ad20> <<< 7723 1726883202.60829: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.python' # <<< 7723 1726883202.60838: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.60896: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.60959: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # <<< 7723 1726883202.60963: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.61048: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.61135: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.61248: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.61391: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 7723 1726883202.61409: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.service_mgr' # <<< 7723 1726883202.61413: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.61449: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.61494: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # <<< 7723 1726883202.61500: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.61546: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.61596: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py <<< 7723 1726883202.61601: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' <<< 7723 1726883202.61635: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883202.61651: stdout chunk (state=3): >>># extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f25a8f8db20> <<< 7723 1726883202.61661: stdout chunk (state=3): >>>import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a8f8f4a0> import 'ansible.module_utils.facts.system.user' # <<< 7723 1726883202.61676: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.61689: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.61704: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware' # <<< 7723 1726883202.61711: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.61757: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.61794: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # <<< 7723 1726883202.61806: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.61961: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.62112: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # <<< 7723 1726883202.62118: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.62221: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.62323: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.62382: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.62437: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # import 'ansible.module_utils.facts.hardware.darwin' # <<< 7723 1726883202.62445: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.62464: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.62499: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.62687: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.62867: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # # zipimport: zlib available <<< 7723 1726883202.62909: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.63039: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # <<< 7723 1726883202.63056: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.63085: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.63119: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.63688: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.64203: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # # zipimport: zlib available <<< 7723 1726883202.64315: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.64415: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # <<< 7723 1726883202.64435: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.64523: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.64633: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # <<< 7723 1726883202.64646: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.64791: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.64972: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 7723 1726883202.64993: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network' # <<< 7723 1726883202.65006: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.65054: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.65095: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # <<< 7723 1726883202.65106: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.65195: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.65296: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.65502: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.65704: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # <<< 7723 1726883202.65728: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.65758: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.65804: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # <<< 7723 1726883202.65808: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.65844: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.65874: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.dragonfly' # <<< 7723 1726883202.65878: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.65951: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.66021: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # <<< 7723 1726883202.66023: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.66080: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.66085: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.freebsd' # <<< 7723 1726883202.66096: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.66160: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.66217: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # <<< 7723 1726883202.66221: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.66284: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.66339: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # <<< 7723 1726883202.66357: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.66617: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.66878: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # <<< 7723 1726883202.66886: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.66956: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.67014: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # <<< 7723 1726883202.67027: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.67072: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.67115: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # <<< 7723 1726883202.67135: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7723 1726883202.67182: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # <<< 7723 1726883202.67185: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.67214: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.67255: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.openbsd' # <<< 7723 1726883202.67267: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.67346: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.67426: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # <<< 7723 1726883202.67474: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual' # <<< 7723 1726883202.67478: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.67520: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.67607: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # # zipimport: zlib available <<< 7723 1726883202.67631: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7723 1726883202.67672: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.67722: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.67791: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.67872: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sysctl' # import 'ansible.module_utils.facts.virtual.freebsd' # import 'ansible.module_utils.facts.virtual.dragonfly' # <<< 7723 1726883202.67899: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.67938: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.67991: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # # zipimport: zlib available <<< 7723 1726883202.68194: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.68382: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # <<< 7723 1726883202.68390: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.68439: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.68489: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # <<< 7723 1726883202.68496: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.68546: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.68595: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # <<< 7723 1726883202.68602: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.68675: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.68765: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # <<< 7723 1726883202.68774: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.68861: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.68953: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # <<< 7723 1726883202.68966: stdout chunk (state=3): >>>import 'ansible.module_utils.facts' # <<< 7723 1726883202.69035: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.69287: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py <<< 7723 1726883202.69305: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' <<< 7723 1726883202.69321: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py <<< 7723 1726883202.69329: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' <<< 7723 1726883202.69365: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f25a8d8f740> <<< 7723 1726883202.69373: stdout chunk (state=3): >>>import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a8d8c320> <<< 7723 1726883202.69424: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a8d8ef00> <<< 7723 1726883202.70604: stdout chunk (state=3): >>> {"ansible_facts": {"ansible_pkg_mgr": "dnf"}, "invocation": {"module_args": {"filter": ["ansible_pkg_mgr"], "gather_subset": ["!all"], "gather_timeout": 10, "fact_path": "/etc/ansible/facts.d"}}} <<< 7723 1726883202.71187: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 7723 1726883202.71221: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 <<< 7723 1726883202.71231: stdout chunk (state=3): >>># 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 <<< 7723 1726883202.71310: stdout chunk (state=3): >>># 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 # 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 <<< 7723 1726883202.71315: stdout chunk (state=3): >>># 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 <<< 7723 1726883202.71422: stdout chunk (state=3): >>># 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 # 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 <<< 7723 1726883202.71437: stdout chunk (state=3): >>># 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 # cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # cleanup[2] removing _ssl # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ansible.module_utils.facts.system.python # cleanup[2] removing ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios # cleanup[2] removing getpass <<< 7723 1726883202.71480: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.facts.system.user # cleanup[2] removing ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.hpux # cleanup[2] removing ansible.module_utils.facts.virtual.linux # cleanup[2] removing ansible.module_utils.facts.virtual.netbsd # cleanup[2] removing ansible.module_utils.facts.virtual.openbsd # cleanup[2] removing ansible.module_utils.facts.virtual.sunos # cleanup[2] removing ansible.module_utils.facts.default_collectors # cleanup[2] removing ansible.module_utils.facts.ansible_collector # cleanup[2] removing ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.facts # destroy ansible.module_utils.facts # destroy ansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.other # destroy ansible.module_utils.facts.other.facter # destroy ansible.module_utils.facts.other.ohai # destroy ansible.module_utils.facts.system # destroy ansible.module_utils.facts.system.apparmor # destroy ansible.module_utils.facts.system.caps # destroy ansible.module_utils.facts.system.chroot # destroy ansible.module_utils.facts.system.cmdline # destroy ansible.module_utils.facts.system.distribution # destroy ansible.module_utils.facts.system.date_time # destroy ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.dns # destroy ansible.module_utils.facts.system.fips # destroy ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.platform # destroy ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.service_mgr # destroy ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.user # destr<<< 7723 1726883202.71486: stdout chunk (state=3): >>>oy ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.hardware # destroy ansible.module_utils.facts.hardware.base # destroy ansible.module_utils.facts.hardware.aix # destroy ansible.module_utils.facts.hardware.darwin # destroy ansible.module_utils.facts.hardware.freebsd # destroy ansible.module_utils.facts.hardware.dragonfly # destroy ansible.module_utils.facts.hardware.hpux # destroy ansible.module_utils.facts.hardware.linux # destroy ansible.module_utils.facts.hardware.hurd # destroy ansible.module_utils.facts.hardware.netbsd # destroy ansible.module_utils.facts.hardware.openbsd # destroy ansible.module_utils.facts.hardware.sunos # destroy ansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.network # destroy ansible.module_utils.facts.network.base # destroy ansible.module_utils.facts.network.generic_bsd # destroy ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.netbsd # destroy ansible.module_utils.facts.virtual.openbsd # destroy ansible.module_utils.facts.virtual.sunos # destroy ansible.module_utils.facts.compat # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna <<< 7723 1726883202.71797: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 7723 1726883202.71815: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 7723 1726883202.71841: stdout chunk (state=3): >>># destroy _bz2 <<< 7723 1726883202.71847: stdout chunk (state=3): >>># destroy _compression # destroy _lzma <<< 7723 1726883202.71868: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 7723 1726883202.71888: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 7723 1726883202.71894: stdout chunk (state=3): >>># destroy ipaddress <<< 7723 1726883202.71916: stdout chunk (state=3): >>># destroy ntpath <<< 7723 1726883202.71938: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 7723 1726883202.71960: stdout chunk (state=3): >>># destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder <<< 7723 1726883202.71967: stdout chunk (state=3): >>># destroy json.scanner # destroy _json # destroy grp <<< 7723 1726883202.71985: stdout chunk (state=3): >>># destroy encodings # destroy _locale <<< 7723 1726883202.72010: stdout chunk (state=3): >>># destroy locale # destroy select # destroy _signal <<< 7723 1726883202.72016: stdout chunk (state=3): >>># destroy _posixsubprocess # destroy syslog # destroy uuid <<< 7723 1726883202.72056: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 7723 1726883202.72068: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy logging <<< 7723 1726883202.72119: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.connection # destroy multiprocessing.pool # destroy signal <<< 7723 1726883202.72130: stdout chunk (state=3): >>># destroy pickle # destroy multiprocessing.context # destroy array # destroy _compat_pickle <<< 7723 1726883202.72142: stdout chunk (state=3): >>># destroy _pickle <<< 7723 1726883202.72172: stdout chunk (state=3): >>># destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.process <<< 7723 1726883202.72177: stdout chunk (state=3): >>># destroy unicodedata # destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy selectors # destroy _multiprocessing <<< 7723 1726883202.72205: stdout chunk (state=3): >>># destroy shlex # destroy fcntl <<< 7723 1726883202.72220: stdout chunk (state=3): >>># destroy datetime <<< 7723 1726883202.72225: stdout chunk (state=3): >>># destroy subprocess # destroy base64 <<< 7723 1726883202.72238: stdout chunk (state=3): >>># destroy _ssl <<< 7723 1726883202.72261: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux <<< 7723 1726883202.72275: stdout chunk (state=3): >>># destroy getpass # destroy pwd # destroy termios <<< 7723 1726883202.72281: stdout chunk (state=3): >>># destroy errno # destroy json <<< 7723 1726883202.72301: stdout chunk (state=3): >>># destroy socket # destroy struct <<< 7723 1726883202.72319: stdout chunk (state=3): >>># destroy glob # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector <<< 7723 1726883202.72367: stdout chunk (state=3): >>># cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping configparser # cleanup[3] wiping selinux._selinux <<< 7723 1726883202.72375: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # destroy configparser # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 <<< 7723 1726883202.72390: stdout chunk (state=3): >>># 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 <<< 7723 1726883202.72417: stdout chunk (state=3): >>># 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 <<< 7723 1726883202.72444: stdout chunk (state=3): >>># 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 <<< 7723 1726883202.72457: stdout chunk (state=3): >>># destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 7723 1726883202.72504: stdout chunk (state=3): >>># 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 <<< 7723 1726883202.72508: 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 # 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 <<< 7723 1726883202.72532: stdout chunk (state=3): >>># cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 7723 1726883202.72542: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 7723 1726883202.72684: stdout chunk (state=3): >>># destroy sys.monitoring <<< 7723 1726883202.72687: stdout chunk (state=3): >>># destroy _socket <<< 7723 1726883202.72738: stdout chunk (state=3): >>># destroy _collections <<< 7723 1726883202.72763: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 7723 1726883202.72828: 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 # destroy functools # destroy operator # destroy ansible.module_utils.six.moves <<< 7723 1726883202.72859: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 7723 1726883202.72971: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 7723 1726883202.73051: stdout chunk (state=3): >>># destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _sre # destroy _string # destroy re <<< 7723 1726883202.73061: stdout chunk (state=3): >>># destroy itertools # destroy _abc # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 7723 1726883202.73630: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.120 closed. <<< 7723 1726883202.73750: stdout chunk (state=3): >>><<< 7723 1726883202.73754: stderr chunk (state=3): >>><<< 7723 1726883202.73814: _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 0x7f25a9f103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9edfa10> # /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 0x7f25a9f12960> 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 0x7f25a9cc0fe0> # /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 0x7f25a9cc1f10> 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 0x7f25a9cffd40> # /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 0x7f25a9cfff80> # /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 0x7f25a9d37740> # /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 0x7f25a9d37dd0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9d17a10> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9d15130> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9cfcef0> # /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 0x7f25a9d57680> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9d562a0> # /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 0x7f25a9d16000> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9d54b30> # /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 0x7f25a9d8c680> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9cfc170> # /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 0x7f25a9d8cb30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9d8c9e0> # 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 0x7f25a9d8cdd0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9cfac90> # /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 0x7f25a9d8d4c0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9d8d190> 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 0x7f25a9d8e3c0> 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 0x7f25a9da85f0> 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 0x7f25a9da9d30> # /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 0x7f25a9daabd0> # 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 0x7f25a9dab230> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9daa120> # /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 0x7f25a9dabcb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9dab3e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9d8e420> # /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 0x7f25a9aa3bf0> # /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 0x7f25a9acc6e0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9acc440> # 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 0x7f25a9acc710> # /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 0x7f25a9acd040> # 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 0x7f25a9acda00> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9acc8f0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9aa1d90> # /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 0x7f25a9acede0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9acdb20> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9d8eb10> # /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 0x7f25a9af7140> # /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 0x7f25a9b1b4d0> # /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 0x7f25a9b7c2c0> # /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 0x7f25a9b7ea20> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9b7c3e0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9b492b0> # /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 0x7f25a9989340> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9b1a300> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9acfd40> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f25a9b1a900> # zipimport: found 103 names in '/tmp/ansible_ansible.legacy.setup_payload_zs1y_jau/ansible_ansible.legacy.setup_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 0x7f25a99ef080> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a99cdf70> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a99cd100> # 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 0x7f25a99ecf50> # /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 0x7f25a9a1ea50> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9a1e7e0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9a1e0f0> # /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 0x7f25a9a1e840> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a99efd10> 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 0x7f25a9a1f740> # 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 0x7f25a9a1f980> # /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 0x7f25a9a1fec0> 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 0x7f25a9329c10> # 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 0x7f25a932b830> # /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 0x7f25a932c230> # /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 0x7f25a932d130> # /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 0x7f25a932fe60> # 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 0x7f25a9daab40> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a932e120> # /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 0x7f25a9337da0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9336870> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a93365d0> # /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 0x7f25a9336b40> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a932e630> # 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 0x7f25a937ba40> # /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 0x7f25a937c140> # /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 0x7f25a937dbe0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a937d9a0> # /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 0x7f25a9380170> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a937e2a0> # /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 0x7f25a9383890> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9380260> # 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 0x7f25a93846e0> # 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 0x7f25a9384920> # 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 0x7f25a9384b90> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a937c260> # /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 0x7f25a920c1a0> # 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 0x7f25a920d5b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9386930> # 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 0x7f25a9387ce0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9386540> # 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 0x7f25a9215670> # /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 0x7f25a92164b0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9337d70> 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 0x7f25a9216420> # 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 0x7f25a9217650> # 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 0x7f25a9221eb0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a921ef60> 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 0x7f25a930a8a0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a93fe570> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a9222030> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a93868a0> # 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 # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.namespace' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.typing' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a92b6030> # /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py # code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py # code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a8ed3e60> # extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' # extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f25a8eec200> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a929e900> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a92b6ba0> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a92b46e0> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a92b5130> # /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py # code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py # code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f25a8eef230> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a8eeeae0> # extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' # extension module '_queue' executed from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' import '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f25a8eeecc0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a8eedf10> # /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a8eef410> # /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' # extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' # extension module '_multiprocessing' executed from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' import '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f25a8f41f40> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a8eeff20> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a92b4470> import 'ansible.module_utils.facts.timeout' # import 'ansible.module_utils.facts.collector' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other.facter' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other.ohai' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.apparmor' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.caps' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.chroot' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.utils' # import 'ansible.module_utils.facts.system.cmdline' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.distribution' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.datetime' # import 'ansible.module_utils.facts.system.date_time' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.env' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.dns' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.fips' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.loadavg' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a8f431d0> # /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py # code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a8f429f0> import 'ansible.module_utils.facts.system.local' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.lsb' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.pkg_mgr' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.platform' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py # code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' # extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' # extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f25a8f7a180> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a8f6ad20> import 'ansible.module_utils.facts.system.python' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.selinux' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.version' # import 'ansible.module_utils.facts.system.service_mgr' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.ssh_pub_keys' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py # code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' # extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' # extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f25a8f8db20> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a8f8f4a0> import 'ansible.module_utils.facts.system.user' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.base' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.aix' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.sysctl' # import 'ansible.module_utils.facts.hardware.darwin' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.hpux' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.sunos' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.base' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.darwin' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.fc_wwn' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.freebsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.hpux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.hurd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.linux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.iscsi' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.nvme' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.sunos' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.base' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.sysctl' # import 'ansible.module_utils.facts.virtual.freebsd' # import 'ansible.module_utils.facts.virtual.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.hpux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.linux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # # zipimport: zlib available # /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py # code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' # extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f25a8d8f740> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a8d8c320> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f25a8d8ef00> {"ansible_facts": {"ansible_pkg_mgr": "dnf"}, "invocation": {"module_args": {"filter": ["ansible_pkg_mgr"], "gather_subset": ["!all"], "gather_timeout": 10, "fact_path": "/etc/ansible/facts.d"}}} # 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 # 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 # 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 # cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # cleanup[2] removing _ssl # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ansible.module_utils.facts.system.python # cleanup[2] removing ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios # cleanup[2] removing getpass # cleanup[2] removing ansible.module_utils.facts.system.user # cleanup[2] removing ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.hpux # cleanup[2] removing ansible.module_utils.facts.virtual.linux # cleanup[2] removing ansible.module_utils.facts.virtual.netbsd # cleanup[2] removing ansible.module_utils.facts.virtual.openbsd # cleanup[2] removing ansible.module_utils.facts.virtual.sunos # cleanup[2] removing ansible.module_utils.facts.default_collectors # cleanup[2] removing ansible.module_utils.facts.ansible_collector # cleanup[2] removing ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.facts # destroy ansible.module_utils.facts # destroy ansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.other # destroy ansible.module_utils.facts.other.facter # destroy ansible.module_utils.facts.other.ohai # destroy ansible.module_utils.facts.system # destroy ansible.module_utils.facts.system.apparmor # destroy ansible.module_utils.facts.system.caps # destroy ansible.module_utils.facts.system.chroot # destroy ansible.module_utils.facts.system.cmdline # destroy ansible.module_utils.facts.system.distribution # destroy ansible.module_utils.facts.system.date_time # destroy ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.dns # destroy ansible.module_utils.facts.system.fips # destroy ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.platform # destroy ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.service_mgr # destroy ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.user # destroy ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.hardware # destroy ansible.module_utils.facts.hardware.base # destroy ansible.module_utils.facts.hardware.aix # destroy ansible.module_utils.facts.hardware.darwin # destroy ansible.module_utils.facts.hardware.freebsd # destroy ansible.module_utils.facts.hardware.dragonfly # destroy ansible.module_utils.facts.hardware.hpux # destroy ansible.module_utils.facts.hardware.linux # destroy ansible.module_utils.facts.hardware.hurd # destroy ansible.module_utils.facts.hardware.netbsd # destroy ansible.module_utils.facts.hardware.openbsd # destroy ansible.module_utils.facts.hardware.sunos # destroy ansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.network # destroy ansible.module_utils.facts.network.base # destroy ansible.module_utils.facts.network.generic_bsd # destroy ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.netbsd # destroy ansible.module_utils.facts.virtual.openbsd # destroy ansible.module_utils.facts.virtual.sunos # destroy ansible.module_utils.facts.compat # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy locale # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging # destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.connection # destroy multiprocessing.pool # destroy signal # destroy pickle # destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.process # destroy unicodedata # destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy selectors # destroy _multiprocessing # destroy shlex # destroy fcntl # destroy datetime # destroy subprocess # destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy errno # destroy json # destroy socket # destroy struct # destroy glob # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping configparser # 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 # destroy configparser # 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 encodings.idna # 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 _sre # destroy _string # destroy re # destroy itertools # destroy _abc # 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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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.12.120 closed. 7723 1726883202.74686: done with _execute_module (ansible.legacy.setup, {'filter': 'ansible_pkg_mgr', 'gather_subset': '!all', '_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': 'ansible.legacy.setup', '_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-1726883202.257304-9035-28361041529669/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7723 1726883202.74690: variable 'ansible_module_compression' from source: unknown 7723 1726883202.74693: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7723b_d05x07/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 7723 1726883202.74696: variable 'ansible_facts' from source: unknown 7723 1726883202.74698: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726883202.257304-9035-28361041529669/AnsiballZ_dnf.py 7723 1726883202.74700: Sending initial data 7723 1726883202.74703: Sent initial data (148 bytes) 7723 1726883202.75005: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883202.75008: 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.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883202.75011: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address <<< 7723 1726883202.75014: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883202.75016: 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883202.75071: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883202.75075: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883202.75082: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883202.75122: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883202.76732: 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 <<< 7723 1726883202.76776: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 7723 1726883202.76832: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7723b_d05x07/tmplqhfnoxo /root/.ansible/tmp/ansible-tmp-1726883202.257304-9035-28361041529669/AnsiballZ_dnf.py <<< 7723 1726883202.76836: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726883202.257304-9035-28361041529669/AnsiballZ_dnf.py" <<< 7723 1726883202.76881: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-7723b_d05x07/tmplqhfnoxo" to remote "/root/.ansible/tmp/ansible-tmp-1726883202.257304-9035-28361041529669/AnsiballZ_dnf.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726883202.257304-9035-28361041529669/AnsiballZ_dnf.py" <<< 7723 1726883202.77828: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883202.77884: stderr chunk (state=3): >>><<< 7723 1726883202.77888: stdout chunk (state=3): >>><<< 7723 1726883202.77904: done transferring module to remote 7723 1726883202.77916: _low_level_execute_command(): starting 7723 1726883202.77920: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726883202.257304-9035-28361041529669/ /root/.ansible/tmp/ansible-tmp-1726883202.257304-9035-28361041529669/AnsiballZ_dnf.py && sleep 0' 7723 1726883202.78376: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883202.78379: 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.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883202.78383: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7723 1726883202.78386: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883202.78388: 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883202.78439: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883202.78452: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883202.78454: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883202.78494: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883202.80288: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883202.80313: stderr chunk (state=3): >>><<< 7723 1726883202.80321: stdout chunk (state=3): >>><<< 7723 1726883202.80354: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883202.80363: _low_level_execute_command(): starting 7723 1726883202.80365: _low_level_execute_command(): using become for this command 7723 1726883202.80373: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-flmftarkgrurdeetjqztbvrhfnueoyik ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726883202.257304-9035-28361041529669/AnsiballZ_dnf.py'"'"' && sleep 0' 7723 1726883202.80466: Initial state: awaiting_escalation: BECOME-SUCCESS-flmftarkgrurdeetjqztbvrhfnueoyik 7723 1726883202.80849: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883202.80873: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883202.80893: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883202.80906: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883202.80971: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883202.83814: stdout chunk (state=1): >>>BECOME-SUCCESS-flmftarkgrurdeetjqztbvrhfnueoyik <<< 7723 1726883202.83818: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-flmftarkgrurdeetjqztbvrhfnueoyik' 7723 1726883202.84149: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 7723 1726883202.84216: stdout chunk (state=3): >>>import _imp # builtin <<< 7723 1726883202.84233: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 7723 1726883202.84273: stdout chunk (state=3): >>>import '_io' # <<< 7723 1726883202.84302: stdout chunk (state=3): >>>import 'marshal' # <<< 7723 1726883202.84323: stdout chunk (state=3): >>>import 'posix' # <<< 7723 1726883202.84346: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 7723 1726883202.84368: stdout chunk (state=3): >>>import 'time' # <<< 7723 1726883202.84388: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 7723 1726883202.84456: stdout chunk (state=3): >>># /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' <<< 7723 1726883202.84481: stdout chunk (state=3): >>>import '_codecs' # <<< 7723 1726883202.84485: stdout chunk (state=3): >>>import 'codecs' # <<< 7723 1726883202.84531: stdout chunk (state=3): >>># /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' <<< 7723 1726883202.84566: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1f683e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1f37a10> <<< 7723 1726883202.84597: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 7723 1726883202.84616: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1f6a960> <<< 7723 1726883202.84619: stdout chunk (state=3): >>>import '_signal' # <<< 7723 1726883202.84664: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 7723 1726883202.84714: stdout chunk (state=3): >>>import 'io' # import '_stat' # <<< 7723 1726883202.84717: stdout chunk (state=3): >>>import 'stat' # <<< 7723 1726883202.84788: stdout chunk (state=3): >>>import '_collections_abc' # <<< 7723 1726883202.84813: stdout chunk (state=3): >>>import 'genericpath' # <<< 7723 1726883202.84817: stdout chunk (state=3): >>>import 'posixpath' # <<< 7723 1726883202.84850: stdout chunk (state=3): >>>import 'os' # <<< 7723 1726883202.84856: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 7723 1726883202.84877: stdout chunk (state=3): >>>Processing user site-packages <<< 7723 1726883202.84889: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 7723 1726883202.84905: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 7723 1726883202.84936: 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 <<< 7723 1726883202.84944: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 7723 1726883202.84965: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1d1cfe0> <<< 7723 1726883202.85019: 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 <<< 7723 1726883202.85033: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883202.85036: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1d1df10> <<< 7723 1726883202.85069: stdout chunk (state=3): >>>import 'site' # <<< 7723 1726883202.85112: 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. <<< 7723 1726883202.85388: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 7723 1726883202.85394: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 7723 1726883202.85428: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883202.85450: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 7723 1726883202.85478: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 7723 1726883202.85504: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 7723 1726883202.85521: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 7723 1726883202.85593: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1d5bd40> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 7723 1726883202.85598: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 7723 1726883202.85621: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1d5bf80> <<< 7723 1726883202.85624: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 7723 1726883202.85652: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 7723 1726883202.85677: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 7723 1726883202.85722: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883202.85733: stdout chunk (state=3): >>>import 'itertools' # <<< 7723 1726883202.85764: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' <<< 7723 1726883202.85776: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1d93770> <<< 7723 1726883202.85819: stdout chunk (state=3): >>># /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 0x7fd3c1d93e00> <<< 7723 1726883202.85848: stdout chunk (state=3): >>>import '_collections' # <<< 7723 1726883202.85888: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1d73a10> import '_functools' # <<< 7723 1726883202.85932: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1d71130> <<< 7723 1726883202.86014: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1d58ef0> <<< 7723 1726883202.86038: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 7723 1726883202.86056: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 7723 1726883202.86099: stdout chunk (state=3): >>>import '_sre' # <<< 7723 1726883202.86104: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 7723 1726883202.86116: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 7723 1726883202.86158: stdout chunk (state=3): >>># /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' <<< 7723 1726883202.86186: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1db7770> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1db6390> <<< 7723 1726883202.86228: 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 0x7fd3c1d72120> <<< 7723 1726883202.86250: stdout chunk (state=3): >>>import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1db4b60> <<< 7723 1726883202.86289: 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' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1de87a0> <<< 7723 1726883202.86297: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1d58170> <<< 7723 1726883202.86332: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 7723 1726883202.86362: stdout chunk (state=3): >>># 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 0x7fd3c1de8c50> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1de8b00> <<< 7723 1726883202.86408: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883202.86435: stdout chunk (state=3): >>># 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 0x7fd3c1de8ec0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1d56c90> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 7723 1726883202.86469: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883202.86476: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 7723 1726883202.86495: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 7723 1726883202.86520: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1de9550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1de9220> import 'importlib.machinery' # <<< 7723 1726883202.86544: 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' <<< 7723 1726883202.86578: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1dea420> import 'importlib.util' # import 'runpy' # <<< 7723 1726883202.86611: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 7723 1726883202.86663: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 7723 1726883202.86677: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1e04650> import 'errno' # <<< 7723 1726883202.86716: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883202.86759: 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 0x7fd3c1e05d90> # /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' <<< 7723 1726883202.86793: stdout chunk (state=3): >>># /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' <<< 7723 1726883202.86806: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1e06c30> <<< 7723 1726883202.86852: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883202.86865: stdout chunk (state=3): >>># 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 0x7fd3c1e07290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1e06180> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 7723 1726883202.86927: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 7723 1726883202.86933: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883202.86936: 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 0x7fd3c1e07d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1e07440> <<< 7723 1726883202.86977: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1dea480> <<< 7723 1726883202.86998: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 7723 1726883202.87044: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 7723 1726883202.87063: stdout chunk (state=3): >>># /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' <<< 7723 1726883202.87106: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3c1b37c50> <<< 7723 1726883202.87113: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 7723 1726883202.87133: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 7723 1726883202.87146: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3c1b60740> <<< 7723 1726883202.87205: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1b604a0> # 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 0x7fd3c1b60680> <<< 7723 1726883202.87210: 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' <<< 7723 1726883202.87286: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883202.87415: 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 0x7fd3c1b61010> <<< 7723 1726883202.87535: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883202.87546: 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 0x7fd3c1b619d0> <<< 7723 1726883202.87548: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1b608c0> <<< 7723 1726883202.87619: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1b35df0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 7723 1726883202.87622: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 7723 1726883202.87651: stdout chunk (state=3): >>># /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 0x7fd3c1b62d80> <<< 7723 1726883202.87687: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1b61880> <<< 7723 1726883202.87692: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1deab70> <<< 7723 1726883202.87722: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 7723 1726883202.87781: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883202.87800: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 7723 1726883202.87851: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 7723 1726883202.87879: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1b8b0b0> <<< 7723 1726883202.87921: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 7723 1726883202.87972: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883202.87975: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 7723 1726883202.87982: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 7723 1726883202.88018: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1bb3470> <<< 7723 1726883202.88048: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 7723 1726883202.88092: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 7723 1726883202.88152: stdout chunk (state=3): >>>import 'ntpath' # <<< 7723 1726883202.88183: 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 0x7fd3c1c10200> <<< 7723 1726883202.88188: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 7723 1726883202.88217: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 7723 1726883202.88242: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 7723 1726883202.88288: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 7723 1726883202.88378: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1c12960> <<< 7723 1726883202.88451: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1c10320> <<< 7723 1726883202.88486: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1bdd220> <<< 7723 1726883202.88514: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' <<< 7723 1726883202.88518: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1529340> <<< 7723 1726883202.88536: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1bb22a0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1b63cb0> <<< 7723 1726883202.88668: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 7723 1726883202.88687: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fd3c1bb25d0> <<< 7723 1726883202.88818: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_z3luz937/ansible_ansible.legacy.dnf_payload.zip' <<< 7723 1726883202.88821: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.88946: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.88974: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 7723 1726883202.88981: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 7723 1726883202.89035: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 7723 1726883202.89103: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 7723 1726883202.89135: 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' <<< 7723 1726883202.89156: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c15830b0> <<< 7723 1726883202.89159: stdout chunk (state=3): >>>import '_typing' # <<< 7723 1726883202.89354: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1561fa0> <<< 7723 1726883202.89358: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1561130> # zipimport: zlib available <<< 7723 1726883202.89388: stdout chunk (state=3): >>>import 'ansible' # <<< 7723 1726883202.89391: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.89412: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.89443: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.89456: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 7723 1726883202.89459: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.90843: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.91930: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 7723 1726883202.91935: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1580f80> <<< 7723 1726883202.91950: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 7723 1726883202.91970: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883202.91981: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 7723 1726883202.91989: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 7723 1726883202.92010: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 7723 1726883202.92027: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 7723 1726883202.92044: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883202.92054: 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 0x7fd3c15ae990> <<< 7723 1726883202.92084: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c15ae720> <<< 7723 1726883202.92116: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c15ae030> <<< 7723 1726883202.92133: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 7723 1726883202.92153: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 7723 1726883202.92186: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c15aeb10> <<< 7723 1726883202.92201: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1583d40> import 'atexit' # <<< 7723 1726883202.92227: 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 0x7fd3c15af6e0> <<< 7723 1726883202.92262: 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 0x7fd3c15af8f0> <<< 7723 1726883202.92312: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 7723 1726883202.92349: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 7723 1726883202.92398: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c15afe30> <<< 7723 1726883202.92430: stdout chunk (state=3): >>>import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 7723 1726883202.92446: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 7723 1726883202.92482: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1411be0> <<< 7723 1726883202.92546: stdout chunk (state=3): >>># 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 0x7fd3c1413800> <<< 7723 1726883202.92551: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 7723 1726883202.92556: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 7723 1726883202.92581: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1418200> <<< 7723 1726883202.92606: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 7723 1726883202.92665: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 7723 1726883202.92675: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c14190d0> <<< 7723 1726883202.92693: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 7723 1726883202.92728: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 7723 1726883202.92739: 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' <<< 7723 1726883202.92787: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c141bdd0> <<< 7723 1726883202.92820: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3c1b8b020> <<< 7723 1726883202.92851: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c141a090> <<< 7723 1726883202.92868: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 7723 1726883202.92888: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 7723 1726883202.92934: 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' <<< 7723 1726883202.92961: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 7723 1726883202.92978: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 7723 1726883202.93010: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 7723 1726883202.93013: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1423b60> <<< 7723 1726883202.93022: stdout chunk (state=3): >>>import '_tokenize' # <<< 7723 1726883202.93095: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1422630> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1422390> <<< 7723 1726883202.93107: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 7723 1726883202.93128: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 7723 1726883202.93181: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1422900> <<< 7723 1726883202.93213: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c141a5a0> <<< 7723 1726883202.93242: 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 0x7fd3c1467e30> <<< 7723 1726883202.93270: 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 0x7fd3c1467ec0> <<< 7723 1726883202.93310: 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 <<< 7723 1726883202.93326: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 7723 1726883202.93344: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 7723 1726883202.93384: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3c1469a00> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c14697c0> <<< 7723 1726883202.93395: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 7723 1726883202.93506: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 7723 1726883202.93577: 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 0x7fd3c146bf80> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c146a0f0> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 7723 1726883202.93615: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883202.93667: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 7723 1726883202.93688: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 7723 1726883202.93704: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c146f5f0> <<< 7723 1726883202.93835: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c146bfb0> <<< 7723 1726883202.93886: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3c14706e0> <<< 7723 1726883202.93930: 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 0x7fd3c1470770> <<< 7723 1726883202.93965: 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 0x7fd3c14709b0> <<< 7723 1726883202.93992: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1468080> <<< 7723 1726883202.94008: 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 <<< 7723 1726883202.94036: stdout chunk (state=3): >>># 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 <<< 7723 1726883202.94073: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 7723 1726883202.94076: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883202.94105: 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 0x7fd3c14fc110> <<< 7723 1726883202.94242: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883202.94266: 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 0x7fd3c14fcf50> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c14728a0> <<< 7723 1726883202.94287: 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 0x7fd3c1473c50> <<< 7723 1726883202.94296: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c14724b0> <<< 7723 1726883202.94301: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.94322: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.94329: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 7723 1726883202.94348: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.94440: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.94523: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.94557: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available <<< 7723 1726883202.94595: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 7723 1726883202.94704: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.94834: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.95357: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.95890: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 7723 1726883202.95908: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 7723 1726883202.95918: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 7723 1726883202.95935: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 7723 1726883202.95951: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883202.96006: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3c1301250> <<< 7723 1726883202.96078: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 7723 1726883202.96095: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 7723 1726883202.96103: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1301f70> <<< 7723 1726883202.96108: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c14ffe00> <<< 7723 1726883202.96163: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 7723 1726883202.96165: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.96196: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.96206: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 7723 1726883202.96220: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.96362: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.96519: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 7723 1726883202.96522: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c13026c0> <<< 7723 1726883202.96546: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.96982: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.97423: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.97490: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.97567: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 7723 1726883202.97572: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.97615: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.97655: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 7723 1726883202.97663: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.97729: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.97812: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 7723 1726883202.97820: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.97845: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 7723 1726883202.97853: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.97897: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.97937: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 7723 1726883202.97945: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.98168: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.98406: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 7723 1726883202.98455: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 7723 1726883202.98476: stdout chunk (state=3): >>>import '_ast' # <<< 7723 1726883202.98573: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c13032c0> # zipimport: zlib available <<< 7723 1726883202.98639: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.98716: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 7723 1726883202.98733: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 7723 1726883202.98750: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.98782: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.98830: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 7723 1726883202.98834: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.98877: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.98925: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.98978: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.99049: 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 <<< 7723 1726883202.99084: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883202.99170: 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 0x7fd3c130ddf0> <<< 7723 1726883202.99205: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c130bbf0> <<< 7723 1726883202.99235: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 7723 1726883202.99259: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.99309: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.99369: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.99401: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.99443: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883202.99463: 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 <<< 7723 1726883202.99495: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 7723 1726883202.99531: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 7723 1726883202.99568: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 7723 1726883202.99595: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 7723 1726883202.99610: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 7723 1726883202.99663: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1402810> <<< 7723 1726883202.99701: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c15e24e0> <<< 7723 1726883202.99783: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c130df70> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c130db80> <<< 7723 1726883202.99787: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 7723 1726883202.99807: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.99825: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883202.99855: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 7723 1726883202.99905: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 7723 1726883202.99937: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7723 1726883202.99947: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 7723 1726883202.99952: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883203.00518: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883203.01048: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883203.01708: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883203.02382: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py # code object from '/usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc' import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c13a3da0> <<< 7723 1726883203.02386: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/__init__.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc' import 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c13a01d0> <<< 7723 1726883203.02430: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/application.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc' <<< 7723 1726883203.02475: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py # code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py <<< 7723 1726883203.02515: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c13a08f0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c13a04a0> <<< 7723 1726883203.02538: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py # code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc' <<< 7723 1726883203.02574: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c13a1220> <<< 7723 1726883203.02616: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py <<< 7723 1726883203.02624: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' <<< 7723 1726883203.02638: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py <<< 7723 1726883203.02654: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' <<< 7723 1726883203.02659: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py <<< 7723 1726883203.02678: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' <<< 7723 1726883203.02745: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py <<< 7723 1726883203.02748: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1385730> <<< 7723 1726883203.02789: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py # code object from '/usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1385610> # /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py # code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' <<< 7723 1726883203.02803: stdout chunk (state=3): >>>import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c0f56450> <<< 7723 1726883203.02866: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c13a2a50> <<< 7723 1726883203.02873: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 7723 1726883203.02945: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' <<< 7723 1726883203.02970: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py <<< 7723 1726883203.02973: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' <<< 7723 1726883203.02984: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py <<< 7723 1726883203.03014: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 7723 1726883203.03080: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c0f58f20> <<< 7723 1726883203.03094: stdout chunk (state=3): >>>import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c0f57aa0> <<< 7723 1726883203.03106: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c146be30> <<< 7723 1726883203.03148: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c13a1ee0> <<< 7723 1726883203.03152: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py <<< 7723 1726883203.03175: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' <<< 7723 1726883203.03195: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py <<< 7723 1726883203.03248: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' <<< 7723 1726883203.03291: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py # code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' <<< 7723 1726883203.03295: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c0fc4fb0> <<< 7723 1726883203.03422: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c0f7d0d0> <<< 7723 1726883203.03550: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c0f578c0> <<< 7723 1726883203.03554: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py <<< 7723 1726883203.03577: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' <<< 7723 1726883203.03585: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py <<< 7723 1726883203.03606: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 7723 1726883203.03654: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py # code object from '/usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc' <<< 7723 1726883203.03674: stdout chunk (state=3): >>>import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c0fcc9e0> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c0fc6db0> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c0f7cbf0> <<< 7723 1726883203.03691: stdout chunk (state=3): >>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c13a18e0> <<< 7723 1726883203.03714: stdout chunk (state=3): >>>import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c13a12b0> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c13a0fe0> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c13a0230> <<< 7723 1726883203.03736: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/multipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc' <<< 7723 1726883203.03758: stdout chunk (state=3): >>>import 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c13a12e0> <<< 7723 1726883203.03792: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py # code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' <<< 7723 1726883203.03803: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py # code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' <<< 7723 1726883203.03851: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c0fccfe0> <<< 7723 1726883203.03855: stdout chunk (state=3): >>>import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c0fcc710> <<< 7723 1726883203.03882: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py <<< 7723 1726883203.03893: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883203.03953: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c0fcd730> <<< 7723 1726883203.03977: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 7723 1726883203.04007: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 7723 1726883203.04060: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 7723 1726883203.04093: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 7723 1726883203.04162: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883203.04239: stdout chunk (state=3): >>># extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3c0f48380> <<< 7723 1726883203.04421: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c0fb1550> <<< 7723 1726883203.04447: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c0fce660> <<< 7723 1726883203.04469: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py <<< 7723 1726883203.04481: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' <<< 7723 1726883203.04518: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c0fb0fe0> <<< 7723 1726883203.04536: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py <<< 7723 1726883203.04552: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' <<< 7723 1726883203.04561: stdout chunk (state=3): >>>import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c0fea0f0> <<< 7723 1726883203.04577: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py <<< 7723 1726883203.04586: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc' <<< 7723 1726883203.04603: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py <<< 7723 1726883203.04613: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc' <<< 7723 1726883203.04630: stdout chunk (state=3): >>>import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c0fead80> <<< 7723 1726883203.04637: stdout chunk (state=3): >>>import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c0fea840> <<< 7723 1726883203.04663: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 7723 1726883203.04745: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 7723 1726883203.04802: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c0feb260> <<< 7723 1726883203.04821: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 7723 1726883203.04865: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 7723 1726883203.05079: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c0fbf8f0> <<< 7723 1726883203.05100: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 7723 1726883203.05128: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' <<< 7723 1726883203.05154: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c0e77ef0> <<< 7723 1726883203.05188: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883203.05300: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 7723 1726883203.05315: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883203.05417: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883203.05564: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 7723 1726883203.05575: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883203.05617: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883203.05670: stdout chunk (state=3): >>>import 'ansible.module_utils.common.respawn' # <<< 7723 1726883203.05677: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883203.05804: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883203.05911: stdout chunk (state=3): >>>import 'ansible.module_utils.yumdnf' # <<< 7723 1726883203.06000: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883203.06460: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/__init__.py <<< 7723 1726883203.06478: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883203.06493: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/pycomp.py <<< 7723 1726883203.06512: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc' <<< 7723 1726883203.06524: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/text.py <<< 7723 1726883203.06532: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc' import 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c0eb6cc0> <<< 7723 1726883203.06552: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 7723 1726883203.06589: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 7723 1726883203.06712: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c0eb6de0> <<< 7723 1726883203.06742: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 7723 1726883203.06783: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 7723 1726883203.06787: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py <<< 7723 1726883203.06814: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3c0c06f90> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c0c067e0> <<< 7723 1726883203.06848: stdout chunk (state=3): >>># extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' # extension module '_queue' executed from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' import '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3c0c069c0> <<< 7723 1726883203.06885: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c0eb7320> <<< 7723 1726883203.06893: stdout chunk (state=3): >>>import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c0eb5ee0> <<< 7723 1726883203.06927: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/const.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc' <<< 7723 1726883203.06929: stdout chunk (state=3): >>>import 'dnf.const' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c0eb69c0> <<< 7723 1726883203.06962: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/base.py <<< 7723 1726883203.07021: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' <<< 7723 1726883203.07050: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/__init__.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883203.07081: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/error.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc' <<< 7723 1726883203.07221: stdout chunk (state=3): >>># extension module 'libdnf._error' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_error.so' # extension module 'libdnf._error' executed from '/usr/lib64/python3.12/site-packages/libdnf/_error.so' import 'libdnf._error' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3c0c80620> <<< 7723 1726883203.07226: stdout chunk (state=3): >>>import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c0c80200> <<< 7723 1726883203.07248: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/common_types.py <<< 7723 1726883203.07280: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc' <<< 7723 1726883203.07335: stdout chunk (state=3): >>># extension module 'libdnf._common_types' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so' <<< 7723 1726883203.07349: stdout chunk (state=3): >>># extension module 'libdnf._common_types' executed from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so' import 'libdnf._common_types' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3c0c83ef0> <<< 7723 1726883203.07375: stdout chunk (state=3): >>>import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c0c80770> <<< 7723 1726883203.07391: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/conf.py <<< 7723 1726883203.07493: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' <<< 7723 1726883203.08411: stdout chunk (state=3): >>># extension module 'libdnf._conf' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so' # extension module 'libdnf._conf' executed from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so' import 'libdnf._conf' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3c072ef00> <<< 7723 1726883203.08479: stdout chunk (state=3): >>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c0c83d40> <<< 7723 1726883203.08500: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/module.py <<< 7723 1726883203.08566: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc' <<< 7723 1726883203.08655: stdout chunk (state=3): >>># extension module 'libdnf._module' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_module.so' # extension module 'libdnf._module' executed from '/usr/lib64/python3.12/site-packages/libdnf/_module.so' import 'libdnf._module' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3c07ac9b0> <<< 7723 1726883203.08803: stdout chunk (state=3): >>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c072f230> <<< 7723 1726883203.08821: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/repo.py <<< 7723 1726883203.08869: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc' <<< 7723 1726883203.08939: stdout chunk (state=3): >>># extension module 'libdnf._repo' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so' # extension module 'libdnf._repo' executed from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so' import 'libdnf._repo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3c07afa10> <<< 7723 1726883203.08970: stdout chunk (state=3): >>>import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c07acbc0> <<< 7723 1726883203.08992: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/transaction.py <<< 7723 1726883203.09039: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc' <<< 7723 1726883203.09114: stdout chunk (state=3): >>># extension module 'libdnf._transaction' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so' # extension module 'libdnf._transaction' executed from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so' import 'libdnf._transaction' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3c07ebb00> <<< 7723 1726883203.09154: stdout chunk (state=3): >>>import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c07afd10> <<< 7723 1726883203.09172: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/utils.py <<< 7723 1726883203.09189: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc' <<< 7723 1726883203.09243: stdout chunk (state=3): >>># extension module 'libdnf._utils' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so' # extension module 'libdnf._utils' executed from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so' import 'libdnf._utils' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3bede4e00> <<< 7723 1726883203.09266: stdout chunk (state=3): >>>import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bede4230> <<< 7723 1726883203.09272: stdout chunk (state=3): >>>import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c0c23d40> <<< 7723 1726883203.09291: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/comps.py <<< 7723 1726883203.09326: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc' <<< 7723 1726883203.09352: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/exceptions.py <<< 7723 1726883203.09358: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc' <<< 7723 1726883203.09380: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/i18n.py <<< 7723 1726883203.09385: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc' <<< 7723 1726883203.09426: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3bee00320> <<< 7723 1726883203.09456: stdout chunk (state=3): >>>import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bede7770> <<< 7723 1726883203.09475: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/util.py <<< 7723 1726883203.09503: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc' <<< 7723 1726883203.09529: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/callback.py <<< 7723 1726883203.09553: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc' <<< 7723 1726883203.09559: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc' import 'dnf.yum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bee029f0> <<< 7723 1726883203.09577: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/rpmtrans.py <<< 7723 1726883203.09600: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc' <<< 7723 1726883203.09628: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction.py <<< 7723 1726883203.09635: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc' import 'dnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bee038f0> <<< 7723 1726883203.09666: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/__init__.py <<< 7723 1726883203.09672: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883203.10104: stdout chunk (state=3): >>># extension module 'rpm._rpm' loaded from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so' # extension module 'rpm._rpm' executed from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so' import 'rpm._rpm' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3bee241d0> <<< 7723 1726883203.10139: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/transaction.py <<< 7723 1726883203.10167: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc' <<< 7723 1726883203.10183: stdout chunk (state=3): >>>import 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bee25640> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bee03b30> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bee028a0> <<< 7723 1726883203.10203: stdout chunk (state=3): >>>import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bee02240> <<< 7723 1726883203.10229: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/hawkey/__init__.py <<< 7723 1726883203.10256: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883203.10336: stdout chunk (state=3): >>># extension module 'hawkey._hawkey' loaded from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so' # extension module 'hawkey._hawkey' executed from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so' import 'hawkey._hawkey' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3bee27290> <<< 7723 1726883203.10365: stdout chunk (state=3): >>>import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bee02e10> <<< 7723 1726883203.10420: stdout chunk (state=3): >>>import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bee006b0> <<< 7723 1726883203.10476: stdout chunk (state=3): >>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bede6d80> <<< 7723 1726883203.10486: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libcomps/__init__.py # code object from '/usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883203.10609: stdout chunk (state=3): >>># extension module 'libcomps._libpycomps' loaded from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so' # extension module 'libcomps._libpycomps' executed from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so' import 'libcomps._libpycomps' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3bede74a0> <<< 7723 1726883203.10624: stdout chunk (state=3): >>>import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bede7200> <<< 7723 1726883203.10650: stdout chunk (state=3): >>>import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bede4f80> <<< 7723 1726883203.10670: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/db/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/__init__.cpython-312.pyc' import 'dnf.db' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bee64950> <<< 7723 1726883203.10696: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/history.py <<< 7723 1726883203.10720: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc' <<< 7723 1726883203.10744: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/misc.py <<< 7723 1726883203.10750: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc' <<< 7723 1726883203.10786: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/crypto.py <<< 7723 1726883203.10818: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc' <<< 7723 1726883203.10822: stdout chunk (state=3): >>>import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bee66ed0> <<< 7723 1726883203.10856: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 7723 1726883203.10890: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bee676b0> <<< 7723 1726883203.10896: stdout chunk (state=3): >>>import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bee66180> # /usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/group.py <<< 7723 1726883203.10923: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc' <<< 7723 1726883203.10943: stdout chunk (state=3): >>>import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bee67ef0> <<< 7723 1726883203.10969: stdout chunk (state=3): >>>import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bee64920> <<< 7723 1726883203.10981: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883203.11005: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/config.py <<< 7723 1726883203.11038: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc' <<< 7723 1726883203.11055: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/substitutions.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc' <<< 7723 1726883203.11075: stdout chunk (state=3): >>>import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bee91910> <<< 7723 1726883203.11097: stdout chunk (state=3): >>>import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bee90e90> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bee90cb0> <<< 7723 1726883203.11135: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/read.py <<< 7723 1726883203.11148: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc' <<< 7723 1726883203.11151: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repo.py <<< 7723 1726883203.11172: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc' <<< 7723 1726883203.11201: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/logging.py <<< 7723 1726883203.11212: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc' <<< 7723 1726883203.11237: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/lock.py <<< 7723 1726883203.11253: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc' <<< 7723 1726883203.11260: stdout chunk (state=3): >>>import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3beebc920> <<< 7723 1726883203.11284: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py <<< 7723 1726883203.11336: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc' <<< 7723 1726883203.11356: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 7723 1726883203.11399: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 7723 1726883203.11415: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 7723 1726883203.11438: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 7723 1726883203.11445: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be786990> <<< 7723 1726883203.11479: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883203.11484: stdout chunk (state=3): >>># extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3be786cc0> <<< 7723 1726883203.11573: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3beebec30> <<< 7723 1726883203.11577: stdout chunk (state=3): >>>import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3beebcdd0> <<< 7723 1726883203.11596: stdout chunk (state=3): >>>import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bee93dd0> <<< 7723 1726883203.11646: stdout chunk (state=3): >>>import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bee92060> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bee91dc0> <<< 7723 1726883203.11682: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/dnssec.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc' <<< 7723 1726883203.11710: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/__init__.py <<< 7723 1726883203.11724: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883203.11744: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/transaction.py <<< 7723 1726883203.11747: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc' import 'dnf.rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be7c07d0> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be7878f0> <<< 7723 1726883203.11787: stdout chunk (state=3): >>>import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bee925a0> <<< 7723 1726883203.11806: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/drpm.py <<< 7723 1726883203.11827: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc' <<< 7723 1726883203.11848: stdout chunk (state=3): >>>import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be7c0e30> <<< 7723 1726883203.11882: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/goal.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc' import 'dnf.goal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be7c11f0> <<< 7723 1726883203.11905: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/history.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc' import 'dnf.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be7c1280> <<< 7723 1726883203.11931: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883203.11944: stdout chunk (state=3): >>>import 'dnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be7c13a0> <<< 7723 1726883203.11960: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/module_base.py <<< 7723 1726883203.11974: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc' <<< 7723 1726883203.11999: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/smartcols.py <<< 7723 1726883203.12033: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc' <<< 7723 1726883203.12093: stdout chunk (state=3): >>># extension module 'libdnf._smartcols' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so' # extension module 'libdnf._smartcols' executed from '/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so' import 'libdnf._smartcols' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3be7c3f50> <<< 7723 1726883203.12104: stdout chunk (state=3): >>>import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be7c20c0> <<< 7723 1726883203.12142: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/selector.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc' import 'dnf.selector' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be7c3fb0> <<< 7723 1726883203.12158: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/exceptions.py <<< 7723 1726883203.12179: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc' <<< 7723 1726883203.12186: stdout chunk (state=3): >>>import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be7e8170> <<< 7723 1726883203.12205: stdout chunk (state=3): >>>import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be7c1190> # /usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/persistor.py <<< 7723 1726883203.12229: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc' <<< 7723 1726883203.12233: stdout chunk (state=3): >>>import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be7e82f0> <<< 7723 1726883203.12260: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/plugin.py <<< 7723 1726883203.12268: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc' <<< 7723 1726883203.12300: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 7723 1726883203.12372: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 7723 1726883203.12394: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 7723 1726883203.12483: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 7723 1726883203.12503: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 7723 1726883203.12524: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 7723 1726883203.12552: stdout chunk (state=3): >>># extension module '_opcode' loaded from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' # extension module '_opcode' executed from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' import '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3be80bce0> <<< 7723 1726883203.12578: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be80b140> <<< 7723 1726883203.12642: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be809bb0> <<< 7723 1726883203.12780: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be7e9af0> <<< 7723 1726883203.12817: stdout chunk (state=3): >>>import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be7e8f50> <<< 7723 1726883203.12835: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/query.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc' <<< 7723 1726883203.12890: stdout chunk (state=3): >>>import 'dnf.query' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be7ebe00> # /usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repodict.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc' import 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be7eb1a0> <<< 7723 1726883203.12986: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/connection.py <<< 7723 1726883203.12990: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc' import 'dnf.rpm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be84c620> # /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/miscutils.py <<< 7723 1726883203.12994: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc' import 'dnf.rpm.miscutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be84c890> # /usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/sack.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/package.py <<< 7723 1726883203.13246: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc' <<< 7723 1726883203.13249: stdout chunk (state=3): >>>import 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be84d1f0> <<< 7723 1726883203.13252: stdout chunk (state=3): >>>import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be84cc80> # /usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/subject.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc' import 'dnf.subject' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be84e0f0> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c0c07140> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c0eb5790> <<< 7723 1726883203.13696: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/builddep.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc' <<< 7723 1726883203.13797: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnfpluginscore/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc' import 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be84ed50> # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/cli.py <<< 7723 1726883203.13849: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/output.py <<< 7723 1726883203.13885: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc' <<< 7723 1726883203.13915: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/format.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc' import 'dnf.cli.format' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be5c3800> <<< 7723 1726883203.13940: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/progress.py <<< 7723 1726883203.13965: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc' <<< 7723 1726883203.14007: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/term.py <<< 7723 1726883203.14011: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc' <<< 7723 1726883203.14032: stdout chunk (state=3): >>># /usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/curses/__init__.py # code object from '/usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883203.14134: stdout chunk (state=3): >>># extension module '_curses' loaded from '/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so' # extension module '_curses' executed from '/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so' import '_curses' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3be5e1880> <<< 7723 1726883203.14182: stdout chunk (state=3): >>>import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be5e1430> <<< 7723 1726883203.14212: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' # extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3be7c0890> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be5e02f0> <<< 7723 1726883203.14239: stdout chunk (state=3): >>>import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be5c3b30> <<< 7723 1726883203.14289: stdout chunk (state=3): >>>import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be5c0860> <<< 7723 1726883203.14294: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/aliases.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc' import 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c0cb3530> <<< 7723 1726883203.14328: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/__init__.py <<< 7723 1726883203.14374: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883203.14378: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/option_parser.py <<< 7723 1726883203.14402: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc' <<< 7723 1726883203.14418: stdout chunk (state=3): >>>import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be5f6d80> <<< 7723 1726883203.14446: stdout chunk (state=3): >>>import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be5f58b0> <<< 7723 1726883203.14468: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/alias.py <<< 7723 1726883203.14496: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc' <<< 7723 1726883203.14546: stdout chunk (state=3): >>>import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be620590> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/autoremove.py <<< 7723 1726883203.14551: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc' <<< 7723 1726883203.14575: stdout chunk (state=3): >>>import 'dnf.cli.commands.autoremove' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be620890> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/check.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc' import 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be620b00> <<< 7723 1726883203.14600: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/clean.py <<< 7723 1726883203.14624: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc' <<< 7723 1726883203.14649: stdout chunk (state=3): >>>import 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be620da0> <<< 7723 1726883203.14668: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/deplist.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repoquery.py <<< 7723 1726883203.14708: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc' <<< 7723 1726883203.14787: stdout chunk (state=3): >>>import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be621490> <<< 7723 1726883203.14790: stdout chunk (state=3): >>>import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be6212e0> <<< 7723 1726883203.14823: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/distrosync.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-312.pyc' import 'dnf.cli.commands.distrosync' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be622d80> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/downgrade.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc' import 'dnf.cli.commands.downgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be622ed0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/group.py <<< 7723 1726883203.14865: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc' import 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be6230e0> <<< 7723 1726883203.14932: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/history.py <<< 7723 1726883203.14936: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc' <<< 7723 1726883203.14960: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction_sr.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc' <<< 7723 1726883203.14999: stdout chunk (state=3): >>>import 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be623f80> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be6238c0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/install.py <<< 7723 1726883203.15034: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc' import 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be638c20> <<< 7723 1726883203.15070: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/makecache.py <<< 7723 1726883203.15097: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc' import 'dnf.cli.commands.makecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be639070> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/mark.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc' <<< 7723 1726883203.15122: stdout chunk (state=3): >>>import 'dnf.cli.commands.mark' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be639250> <<< 7723 1726883203.15157: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/module.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc' <<< 7723 1726883203.15188: stdout chunk (state=3): >>>import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be639520> <<< 7723 1726883203.15192: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/reinstall.py <<< 7723 1726883203.15244: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-312.pyc' import 'dnf.cli.commands.reinstall' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be63a3f0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/remove.py <<< 7723 1726883203.15248: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc' <<< 7723 1726883203.15277: stdout chunk (state=3): >>>import 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be63a660> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repolist.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc' <<< 7723 1726883203.15300: stdout chunk (state=3): >>>import 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be63a870> <<< 7723 1726883203.15319: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/search.py <<< 7723 1726883203.15399: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc' <<< 7723 1726883203.15403: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/match_counter.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc' import 'dnf.match_counter' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be63b470> <<< 7723 1726883203.15444: stdout chunk (state=3): >>>import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be63af90> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/shell.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc' <<< 7723 1726883203.15477: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py # code object from '/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc' import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be6642f0> <<< 7723 1726883203.15482: stdout chunk (state=3): >>>import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be63bc20> <<< 7723 1726883203.15505: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/swap.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc' import 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be664f80> <<< 7723 1726883203.15534: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/updateinfo.py <<< 7723 1726883203.15558: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc' <<< 7723 1726883203.15587: stdout chunk (state=3): >>>import 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be665220> <<< 7723 1726883203.15600: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrade.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc' import 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be666180> <<< 7723 1726883203.15633: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrademinimal.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc' import 'dnf.cli.commands.upgrademinimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be6663f0> <<< 7723 1726883203.15657: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/demand.py <<< 7723 1726883203.15699: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc' import 'dnf.cli.demand' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be6665a0> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be84f1a0> <<< 7723 1726883203.15702: stdout chunk (state=3): >>>import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be84ef30> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be84e660> <<< 7723 1726883203.15728: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/changelog.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc' <<< 7723 1726883203.15757: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883203.15774: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_version.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc' <<< 7723 1726883203.15810: stdout chunk (state=3): >>>import 'dateutil._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be666f60> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be666cc0> # /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/__init__.py <<< 7723 1726883203.15836: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883203.15939: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/_parser.py <<< 7723 1726883203.15945: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc' # /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py <<< 7723 1726883203.15988: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be685400> <<< 7723 1726883203.16031: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc matches /usr/lib64/python3.12/decimal.py # code object from '/usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc' <<< 7723 1726883203.16092: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py <<< 7723 1726883203.16132: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' <<< 7723 1726883203.16192: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be686b40> # extension module '_decimal' loaded from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so' # extension module '_decimal' executed from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so' import '_decimal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3be685d30> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be6858e0> <<< 7723 1726883203.16236: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/relativedelta.py <<< 7723 1726883203.16259: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc' <<< 7723 1726883203.16262: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_common.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc' import 'dateutil._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be434440> <<< 7723 1726883203.16285: stdout chunk (state=3): >>>import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be41f830> # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883203.16513: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/tz.py <<< 7723 1726883203.16610: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc' import 'six.moves' # # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_common.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc' import 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be437380> # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_factories.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc' import 'dateutil.tz._factories' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be437c80> # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/win.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc' # destroy dateutil.tz.win import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be434ad0> <<< 7723 1726883203.16614: stdout chunk (state=3): >>>import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be4347a0> <<< 7723 1726883203.16616: stdout chunk (state=3): >>>import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be667230> # /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/isoparser.py # code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc' <<< 7723 1726883203.16677: stdout chunk (state=3): >>>import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be684f50> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be666f90> <<< 7723 1726883203.16755: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be84ef00> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/config_manager.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc' import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be461e20> <<< 7723 1726883203.16811: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/copr.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc' import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be4626f0> <<< 7723 1726883203.16948: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/debuginfo-install.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc' import 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be463710> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/download.py <<< 7723 1726883203.16959: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc' import 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be463d70> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/generate_completion_cache.py <<< 7723 1726883203.17012: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc' # /usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/__init__.py # code object from '/usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/dbapi2.py # code object from '/usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc' <<< 7723 1726883203.17049: stdout chunk (state=3): >>># extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883203.17178: stdout chunk (state=3): >>># extension module '_sqlite3' executed from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' import '_sqlite3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3be489460> <<< 7723 1726883203.17186: stdout chunk (state=3): >>>import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be488e30> <<< 7723 1726883203.17273: stdout chunk (state=3): >>>import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be488ad0> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be488770> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/groups_manager.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc' <<< 7723 1726883203.17343: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be488b90> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/needs_restarting.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883203.17437: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc' import 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be48b1a0> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc' import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be48b230> <<< 7723 1726883203.17531: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc' <<< 7723 1726883203.17592: stdout chunk (state=3): >>># extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' # extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' import '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3be48b950> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be48b7d0> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py <<< 7723 1726883203.17616: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py <<< 7723 1726883203.17708: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' <<< 7723 1726883203.17745: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc' <<< 7723 1726883203.17764: stdout chunk (state=3): >>>import 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be4b9f40> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc' <<< 7723 1726883203.17793: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py <<< 7723 1726883203.17811: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc' <<< 7723 1726883203.17838: stdout chunk (state=3): >>># /usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/__init__.py # code object from '/usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc' import 'xml' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be4bb140> <<< 7723 1726883203.17863: stdout chunk (state=3): >>># /usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/__init__.py # code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc' import 'xml.parsers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be4bb3b0> <<< 7723 1726883203.17885: stdout chunk (state=3): >>># /usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/expat.py # code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc' <<< 7723 1726883203.17922: stdout chunk (state=3): >>># extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883203.17926: stdout chunk (state=3): >>># extension module 'pyexpat' executed from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' import 'pyexpat' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3be4bb530> <<< 7723 1726883203.17965: stdout chunk (state=3): >>>import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be4bb350> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be4bac30> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be4ba0c0> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be4b93a0> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be4b8950> <<< 7723 1726883203.17985: stdout chunk (state=3): >>>import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be4b81d0> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be48ac90> <<< 7723 1726883203.18013: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be48a180> <<< 7723 1726883203.18247: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repoclosure.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc' import 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be4baea0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repodiff.py <<< 7723 1726883203.18287: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc' import 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be4bba10> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repograph.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc' import 'dnf.plugin.dynamic.repograph' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be4e4320> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repomanage.py <<< 7723 1726883203.18312: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc' import 'dnf.plugin.dynamic.repomanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be4e46e0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/reposync.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc' import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be4e4fe0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/system_upgrade.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc' <<< 7723 1726883203.18339: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be4e5b50> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/product-id.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/product-id.py <<< 7723 1726883203.18365: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/product-id.cpython-312.pyc' <<< 7723 1726883203.18382: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/__init__.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/__init__.cpython-312.pyc' import 'subscription_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be50c440> <<< 7723 1726883203.18402: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/productid.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/productid.py <<< 7723 1726883203.18471: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/productid.cpython-312.pyc' <<< 7723 1726883203.18475: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsm/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/__init__.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/__init__.cpython-312.pyc' import 'rhsm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be50db20> <<< 7723 1726883203.18478: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsm/__pycache__/certificate.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/certificate.py <<< 7723 1726883203.18555: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/certificate.cpython-312.pyc' <<< 7723 1726883203.18559: stdout chunk (state=3): >>># extension module 'rhsm._certificate' loaded from '/usr/lib64/python3.12/site-packages/rhsm/_certificate.cpython-312-x86_64-linux-gnu.so' # extension module 'rhsm._certificate' executed from '/usr/lib64/python3.12/site-packages/rhsm/_certificate.cpython-312-x86_64-linux-gnu.so' import 'rhsm._certificate' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3be17d100> <<< 7723 1726883203.18887: stdout chunk (state=3): >>>import 'rhsm.certificate' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be50d9d0> <<< 7723 1726883203.18890: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/certdirectory.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/certdirectory.py <<< 7723 1726883203.18893: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/certdirectory.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/config.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/config.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/config.cpython-312.pyc' # /usr/lib/python3.12/site-packages/iniparse/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/iniparse/__init__.py # code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/iniparse/__pycache__/ini.cpython-312.pyc matches /usr/lib/python3.12/site-packages/iniparse/ini.py # code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/ini.cpython-312.pyc' # /usr/lib/python3.12/site-packages/iniparse/__pycache__/configparser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/iniparse/configparser.py # code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/configparser.cpython-312.pyc' import 'iniparse.configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be1a8dd0> # /usr/lib/python3.12/site-packages/iniparse/__pycache__/config.cpython-312.pyc matches /usr/lib/python3.12/site-packages/iniparse/config.py # code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/config.cpython-312.pyc' import 'iniparse.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be1a8f20> <<< 7723 1726883203.18963: stdout chunk (state=3): >>>import 'iniparse.ini' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be17fb90> # /usr/lib/python3.12/site-packages/iniparse/__pycache__/compat.cpython-312.pyc matches /usr/lib/python3.12/site-packages/iniparse/compat.py <<< 7723 1726883203.19032: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/compat.cpython-312.pyc' import 'iniparse.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be1a9df0> # /usr/lib/python3.12/site-packages/iniparse/__pycache__/utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/iniparse/utils.py # code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/utils.cpython-312.pyc' import 'iniparse.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be1aa7b0> import 'iniparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be17f8c0> <<< 7723 1726883203.19052: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/i18n.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/i18n.py <<< 7723 1726883203.19112: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/i18n.cpython-312.pyc' import 'subscription_manager.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be1aa840> import 'rhsm.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be17edb0> <<< 7723 1726883203.19136: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/injection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/injection.py <<< 7723 1726883203.19154: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/injection.cpython-312.pyc' import 'subscription_manager.injection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be1aae10> <<< 7723 1726883203.19179: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/__init__.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/__init__.cpython-312.pyc' import 'rhsmlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be1ab230> <<< 7723 1726883203.19447: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/__init__.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/__init__.cpython-312.pyc' import 'rhsmlib.services' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be1ab350> # /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/config.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/config.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/config.cpython-312.pyc' <<< 7723 1726883203.19469: stdout chunk (state=3): >>>import 'rhsmlib.services.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be1ab410> # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/certificate2.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/certificate2.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/certificate2.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/connection.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/connection.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/https.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/https.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/https.cpython-312.pyc' import 'rhsm.https' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be1d3ce0> # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/ourjson.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/ourjson.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/ourjson.cpython-312.pyc' <<< 7723 1726883203.19489: stdout chunk (state=3): >>>import 'rhsm.ourjson' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be1d3e60> # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/utils.py <<< 7723 1726883203.19512: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/utils.cpython-312.pyc' <<< 7723 1726883203.19847: stdout chunk (state=3): >>>import 'rhsm.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be1d3f50> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/version.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/version.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/version.cpython-312.pyc' import 'subscription_manager.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be1f5670> <<< 7723 1726883203.20001: stdout chunk (state=3): >>>import 'rhsm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be1d10a0> # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/pathtree.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/pathtree.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/pathtree.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/bitstream.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/bitstream.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/bitstream.cpython-312.pyc' import 'rhsm.bitstream' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be209220> # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/huffman.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/huffman.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/huffman.cpython-312.pyc' import 'rhsm.huffman' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be209700> import 'rhsm.pathtree' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be1d1d00> import 'rhsm.certificate2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be1abbc0> import 'subscription_manager.certdirectory' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be17ddc0> <<< 7723 1726883203.20024: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/utils.py <<< 7723 1726883203.20044: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/utils.cpython-312.pyc' <<< 7723 1726883203.20067: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc matches /usr/lib64/python3.12/pprint.py # code object from '/usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc' <<< 7723 1726883203.20096: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc matches /usr/lib64/python3.12/dataclasses.py <<< 7723 1726883203.20123: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc' <<< 7723 1726883203.20172: stdout chunk (state=3): >>>import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be240b90> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be20b9e0> <<< 7723 1726883203.20207: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/branding/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/branding/__init__.py <<< 7723 1726883203.20238: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/branding/__pycache__/__init__.cpython-312.pyc' import 'subscription_manager.branding' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be240e60> <<< 7723 1726883203.20263: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/__init__.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/__init__.cpython-312.pyc' import 'rhsmlib.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be242d20> # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/hwprobe.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/hwprobe.py <<< 7723 1726883203.20325: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/hwprobe.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cpuinfo.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/cpuinfo.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cpuinfo.cpython-312.pyc' <<< 7723 1726883203.20399: stdout chunk (state=3): >>>import 'rhsmlib.facts.cpuinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be243e30> # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/collector.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/collector.py <<< 7723 1726883203.20542: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/collector.cpython-312.pyc' <<< 7723 1726883203.20631: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/collection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/collection.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/collection.cpython-312.pyc' import 'rhsmlib.facts.collection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be071640> import 'rhsmlib.facts.collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be0711c0> import 'rhsmlib.facts.hwprobe' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be242e10> import 'subscription_manager.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be20a8d0> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/repolib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/repolib.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/repolib.cpython-312.pyc' <<< 7723 1726883203.20660: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cache.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cache.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cache.cpython-312.pyc' <<< 7723 1726883203.20678: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsm/__pycache__/profile.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/profile.py <<< 7723 1726883203.20697: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/profile.cpython-312.pyc' <<< 7723 1726883203.20725: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/cloud_what/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/__init__.py # code object from '/usr/lib64/python3.12/site-packages/cloud_what/__pycache__/__init__.cpython-312.pyc' import 'cloud_what' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be0a1d90> <<< 7723 1726883203.20748: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/cloud_what/__pycache__/provider.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/provider.py <<< 7723 1726883203.20805: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cloud_what/__pycache__/provider.cpython-312.pyc' <<< 7723 1726883203.21270: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/host_collector.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/host_collector.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/host_collector.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cleanup.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/cleanup.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cleanup.cpython-312.pyc' import 'rhsmlib.facts.cleanup' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be0a2780> # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/virt.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/virt.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/virt.cpython-312.pyc' import 'rhsmlib.facts.virt' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be0a29f0> # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/firmware_info.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/firmware_info.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/firmware_info.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/dmiinfo.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/dmiinfo.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/dmiinfo.cpython-312.pyc' <<< 7723 1726883203.21275: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/dmidecodeparser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/dmidecodeparser.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/dmidecodeparser.cpython-312.pyc' import 'rhsmlib.facts.dmidecodeparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be0a35c0> import 'rhsmlib.facts.dmiinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be0a3200> import 'rhsmlib.facts.firmware_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be0a2d50> import 'rhsmlib.facts.host_collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be0a2450> # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/custom.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/custom.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/custom.cpython-312.pyc' import 'rhsmlib.facts.custom' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be0a3e30> <<< 7723 1726883203.21278: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/cloud_what/__pycache__/_base_provider.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/_base_provider.py <<< 7723 1726883203.21282: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cloud_what/__pycache__/_base_provider.cpython-312.pyc' # /usr/lib/python3.12/site-packages/requests/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/__init__.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/urllib3/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/__init__.py # code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/urllib3/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/exceptions.py # code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/exceptions.cpython-312.pyc' # /usr/lib/python3.12/site-packages/urllib3/packages/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/packages/__init__.py # code object from '/usr/lib/python3.12/site-packages/urllib3/packages/__pycache__/__init__.cpython-312.pyc' import 'urllib3.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be0ceb70> <<< 7723 1726883203.21311: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/packages/six.py <<< 7723 1726883203.21330: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/packages/__pycache__/six.cpython-312.pyc' <<< 7723 1726883203.21390: stdout chunk (state=3): >>>import 'urllib3.packages.six' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be0cec90> import 'urllib3.packages.six.moves' # <<< 7723 1726883203.21416: stdout chunk (state=3): >>>import 'urllib3.packages.six.moves.http_client' # <<< 7723 1726883203.21602: stdout chunk (state=3): >>>import 'urllib3.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be0cde20> # /usr/lib/python3.12/site-packages/urllib3/__pycache__/_version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/_version.py # code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/_version.cpython-312.pyc' import 'urllib3._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be0ce030> # /usr/lib/python3.12/site-packages/urllib3/__pycache__/connectionpool.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/connectionpool.py # code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/connectionpool.cpython-312.pyc' <<< 7723 1726883203.21664: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/__pycache__/_collections.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/_collections.py # code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/_collections.cpython-312.pyc' <<< 7723 1726883203.21668: stdout chunk (state=3): >>>import 'urllib3._collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be0f74a0> <<< 7723 1726883203.21696: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/__pycache__/connection.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/connection.py # code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/connection.cpython-312.pyc' <<< 7723 1726883203.21709: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/__init__.py <<< 7723 1726883203.21748: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/connection.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/connection.py <<< 7723 1726883203.21769: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/connection.cpython-312.pyc' <<< 7723 1726883203.21791: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/contrib/__init__.py # code object from '/usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/__init__.cpython-312.pyc' import 'urllib3.contrib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be121490> <<< 7723 1726883203.21828: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/_appengine_environ.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/contrib/_appengine_environ.py # code object from '/usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/_appengine_environ.cpython-312.pyc' <<< 7723 1726883203.21861: stdout chunk (state=3): >>>import 'urllib3.contrib._appengine_environ' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be1214c0> <<< 7723 1726883203.21939: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/wait.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/wait.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/wait.cpython-312.pyc' import 'urllib3.util.wait' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be121640> <<< 7723 1726883203.22005: stdout chunk (state=3): >>>import 'urllib3.util.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be121040> # /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/request.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/request.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/request.cpython-312.pyc' <<< 7723 1726883203.22009: stdout chunk (state=3): >>>import 'urllib3.util.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be121a90> # /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/response.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/response.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/response.cpython-312.pyc' import 'urllib3.util.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be121c10> <<< 7723 1726883203.22036: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/retry.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/retry.py <<< 7723 1726883203.22066: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/retry.cpython-312.pyc' <<< 7723 1726883203.22104: stdout chunk (state=3): >>>import 'urllib3.util.retry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be121d90> <<< 7723 1726883203.22107: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssl_.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/ssl_.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssl_.cpython-312.pyc' <<< 7723 1726883203.22146: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hmac.cpython-312.pyc matches /usr/lib64/python3.12/hmac.py # code object from '/usr/lib64/python3.12/__pycache__/hmac.cpython-312.pyc' <<< 7723 1726883203.22168: stdout chunk (state=3): >>>import 'hmac' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be123170> <<< 7723 1726883203.22200: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/url.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/url.py <<< 7723 1726883203.22221: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/url.cpython-312.pyc' <<< 7723 1726883203.22824: stdout chunk (state=3): >>>import 'urllib3.util.url' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be1238c0> <<< 7723 1726883203.22864: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssltransport.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/ssltransport.py <<< 7723 1726883203.22877: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssltransport.cpython-312.pyc' <<< 7723 1726883203.22889: stdout chunk (state=3): >>>import 'urllib3.util.ssltransport' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be123cb0> <<< 7723 1726883203.22904: stdout chunk (state=3): >>>import 'urllib3.util.ssl_' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be122ab0> <<< 7723 1726883203.22917: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/timeout.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/timeout.py <<< 7723 1726883203.22936: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/timeout.cpython-312.pyc' import 'urllib3.util.timeout' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be122c00> import 'urllib3.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be120d40> <<< 7723 1726883203.22962: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/proxy.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/proxy.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/proxy.cpython-312.pyc' import 'urllib3.util.proxy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be0ce990> <<< 7723 1726883203.22982: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssl_match_hostname.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/ssl_match_hostname.py <<< 7723 1726883203.22990: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssl_match_hostname.cpython-312.pyc' import 'urllib3.util.ssl_match_hostname' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be148f50> <<< 7723 1726883203.23011: stdout chunk (state=3): >>>import 'urllib3.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be1202f0> <<< 7723 1726883203.23045: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/__pycache__/request.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/request.py <<< 7723 1726883203.23050: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/request.cpython-312.pyc' <<< 7723 1726883203.23073: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/__pycache__/filepost.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/filepost.py # code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/filepost.cpython-312.pyc' <<< 7723 1726883203.23092: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/__pycache__/fields.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/fields.py <<< 7723 1726883203.23113: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/fields.cpython-312.pyc' <<< 7723 1726883203.23134: stdout chunk (state=3): >>>import 'urllib3.fields' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be1498e0> import 'urllib3.filepost' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be149430> import 'urllib3.packages.six.moves.urllib' # <<< 7723 1726883203.23156: stdout chunk (state=3): >>>import 'urllib3.packages.six.moves.urllib.parse' # <<< 7723 1726883203.23165: stdout chunk (state=3): >>>import 'urllib3.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be120a40> <<< 7723 1726883203.23177: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/__pycache__/response.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/response.py <<< 7723 1726883203.23199: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/response.cpython-312.pyc' <<< 7723 1726883203.23237: stdout chunk (state=3): >>>import 'urllib3.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be149760> <<< 7723 1726883203.23264: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/queue.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/queue.py <<< 7723 1726883203.23268: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/queue.cpython-312.pyc' import 'urllib3.util.queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be14b350> <<< 7723 1726883203.23293: stdout chunk (state=3): >>>import 'urllib3.connectionpool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be0ce1b0> <<< 7723 1726883203.23304: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/__pycache__/poolmanager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/poolmanager.py <<< 7723 1726883203.23328: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/poolmanager.cpython-312.pyc' <<< 7723 1726883203.23370: stdout chunk (state=3): >>>import 'urllib3.poolmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be14b4a0> <<< 7723 1726883203.23395: stdout chunk (state=3): >>>import 'urllib3' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be0cd880> <<< 7723 1726883203.23424: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/requests/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/exceptions.py <<< 7723 1726883203.23439: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/exceptions.cpython-312.pyc' <<< 7723 1726883203.23444: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/requests/__pycache__/compat.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/compat.py <<< 7723 1726883203.23465: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/compat.cpython-312.pyc' <<< 7723 1726883203.23494: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/__init__.py <<< 7723 1726883203.23502: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883203.23519: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/api.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/api.py <<< 7723 1726883203.23534: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/api.cpython-312.pyc' <<< 7723 1726883203.23548: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/cd.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/cd.py <<< 7723 1726883203.23575: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/cd.cpython-312.pyc' <<< 7723 1726883203.23603: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/constant.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/constant.py <<< 7723 1726883203.23639: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/constant.cpython-312.pyc' <<< 7723 1726883203.23725: stdout chunk (state=3): >>>import 'charset_normalizer.constant' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdf7de80> <<< 7723 1726883203.23751: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/md.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/md.py <<< 7723 1726883203.23765: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/md.cpython-312.pyc' <<< 7723 1726883203.23791: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/utils.py <<< 7723 1726883203.23803: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/utils.cpython-312.pyc' <<< 7723 1726883203.23842: stdout chunk (state=3): >>># extension module '_multibytecodec' loaded from '/usr/lib64/python3.12/lib-dynload/_multibytecodec.cpython-312-x86_64-linux-gnu.so' # extension module '_multibytecodec' executed from '/usr/lib64/python3.12/lib-dynload/_multibytecodec.cpython-312-x86_64-linux-gnu.so' import '_multibytecodec' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3bdfb5640> <<< 7723 1726883203.23866: stdout chunk (state=3): >>>import 'charset_normalizer.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdfb4920> <<< 7723 1726883203.23885: stdout chunk (state=3): >>>import 'charset_normalizer.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdfa3a40> <<< 7723 1726883203.23913: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/models.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/models.py <<< 7723 1726883203.23935: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/models.cpython-312.pyc' <<< 7723 1726883203.23974: stdout chunk (state=3): >>>import 'charset_normalizer.models' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdfb6120> <<< 7723 1726883203.23992: stdout chunk (state=3): >>>import 'charset_normalizer.cd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdf7d4c0> <<< 7723 1726883203.24021: stdout chunk (state=3): >>>import 'charset_normalizer.api' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdf7d100> <<< 7723 1726883203.24050: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/legacy.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/legacy.py # code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/legacy.cpython-312.pyc' import 'charset_normalizer.legacy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdfb7350> <<< 7723 1726883203.24082: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/version.py # code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/version.cpython-312.pyc' import 'charset_normalizer.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdfb74d0> import 'charset_normalizer' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdf7ce30> <<< 7723 1726883203.24129: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookies.cpython-312.pyc matches /usr/lib64/python3.12/http/cookies.py # code object from '/usr/lib64/python3.12/http/__pycache__/cookies.cpython-312.pyc' <<< 7723 1726883203.24427: stdout chunk (state=3): >>>import 'http.cookies' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdfb7500> import 'requests.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdf7cc80> <<< 7723 1726883203.24482: stdout chunk (state=3): >>>import 'requests.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdf7c6b0> # /usr/lib/python3.12/site-packages/requests/__pycache__/packages.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/packages.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/packages.cpython-312.pyc' <<< 7723 1726883203.24661: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/idna/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/idna/__init__.py # code object from '/usr/lib/python3.12/site-packages/idna/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883203.24667: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/idna/__pycache__/package_data.cpython-312.pyc matches /usr/lib/python3.12/site-packages/idna/package_data.py # code object from '/usr/lib/python3.12/site-packages/idna/__pycache__/package_data.cpython-312.pyc' import 'idna.package_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdfda6f0> # /usr/lib/python3.12/site-packages/idna/__pycache__/core.cpython-312.pyc matches /usr/lib/python3.12/site-packages/idna/core.py # code object from '/usr/lib/python3.12/site-packages/idna/__pycache__/core.cpython-312.pyc' # /usr/lib/python3.12/site-packages/idna/__pycache__/idnadata.cpython-312.pyc matches /usr/lib/python3.12/site-packages/idna/idnadata.py # code object from '/usr/lib/python3.12/site-packages/idna/__pycache__/idnadata.cpython-312.pyc' <<< 7723 1726883203.24677: stdout chunk (state=3): >>>import 'idna.idnadata' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdfdaea0> <<< 7723 1726883203.24706: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/idna/__pycache__/intranges.cpython-312.pyc matches /usr/lib/python3.12/site-packages/idna/intranges.py # code object from '/usr/lib/python3.12/site-packages/idna/__pycache__/intranges.cpython-312.pyc' import 'idna.intranges' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdfdafc0> <<< 7723 1726883203.24769: stdout chunk (state=3): >>>import 'idna.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdfda180> import 'idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdf7c950> <<< 7723 1726883203.24799: stdout chunk (state=3): >>>import 'requests.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdf7c800> <<< 7723 1726883203.24818: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/requests/__pycache__/utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/utils.py <<< 7723 1726883203.24858: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/utils.cpython-312.pyc' <<< 7723 1726883203.24904: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/requests/__pycache__/certs.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/certs.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/certs.cpython-312.pyc' import 'requests.certs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be0187a0> <<< 7723 1726883203.24922: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/requests/__pycache__/__version__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/__version__.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/__version__.cpython-312.pyc' import 'requests.__version__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be018830> <<< 7723 1726883203.24944: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/requests/__pycache__/_internal_utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/_internal_utils.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/_internal_utils.cpython-312.pyc' <<< 7723 1726883203.24973: stdout chunk (state=3): >>>import 'requests._internal_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be0188f0> <<< 7723 1726883203.24999: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/requests/__pycache__/cookies.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/cookies.py <<< 7723 1726883203.25020: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/cookies.cpython-312.pyc' <<< 7723 1726883203.25059: stdout chunk (state=3): >>>import 'requests.cookies' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be018a10> <<< 7723 1726883203.25062: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/requests/__pycache__/structures.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/structures.py <<< 7723 1726883203.25077: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/structures.cpython-312.pyc' import 'requests.structures' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be019f10> import 'requests.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdf7c830> <<< 7723 1726883203.25112: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/requests/__pycache__/api.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/api.py <<< 7723 1726883203.25145: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/api.cpython-312.pyc' <<< 7723 1726883203.25152: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/requests/__pycache__/sessions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/sessions.py <<< 7723 1726883203.25188: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/sessions.cpython-312.pyc' # /usr/lib/python3.12/site-packages/requests/__pycache__/adapters.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/adapters.py <<< 7723 1726883203.25191: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/adapters.cpython-312.pyc' <<< 7723 1726883203.25403: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/requests/__pycache__/auth.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/auth.py <<< 7723 1726883203.25407: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/auth.cpython-312.pyc' import 'requests.auth' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be01bce0> # /usr/lib/python3.12/site-packages/requests/__pycache__/models.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/models.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/models.cpython-312.pyc' # /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' <<< 7723 1726883203.25410: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py <<< 7723 1726883203.25413: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be041e20> <<< 7723 1726883203.25415: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be041850> <<< 7723 1726883203.25443: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/requests/__pycache__/hooks.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/hooks.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/hooks.cpython-312.pyc' import 'requests.hooks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be042990> <<< 7723 1726883203.25467: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/requests/__pycache__/status_codes.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/status_codes.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/status_codes.cpython-312.pyc' <<< 7723 1726883203.25498: stdout chunk (state=3): >>>import 'requests.status_codes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be042b10> <<< 7723 1726883203.25554: stdout chunk (state=3): >>>import 'requests.models' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be040650> <<< 7723 1726883203.25558: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/socks.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/contrib/socks.py <<< 7723 1726883203.25582: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/socks.cpython-312.pyc' # destroy urllib3.contrib.socks <<< 7723 1726883203.26462: stdout chunk (state=3): >>>import 'requests.adapters' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be01b140> import 'requests.sessions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be01a630> import 'requests.api' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdfda060> import 'requests' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be0cd490> <<< 7723 1726883203.26490: stdout chunk (state=3): >>>import 'cloud_what._base_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be0cc110> <<< 7723 1726883203.26509: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/providers/__init__.py # code object from '/usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/__init__.cpython-312.pyc' import 'cloud_what.providers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be01bb00> <<< 7723 1726883203.26539: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/aws.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/providers/aws.py # code object from '/usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/aws.cpython-312.pyc' <<< 7723 1726883203.26575: stdout chunk (state=3): >>>import 'cloud_what.providers.aws' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be043680> <<< 7723 1726883203.26579: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/azure.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/providers/azure.py <<< 7723 1726883203.26603: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/azure.cpython-312.pyc' import 'cloud_what.providers.azure' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be043da0> <<< 7723 1726883203.26635: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/gcp.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/providers/gcp.py <<< 7723 1726883203.26658: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/gcp.cpython-312.pyc' import 'cloud_what.providers.gcp' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bde7c290> <<< 7723 1726883203.26683: stdout chunk (state=3): >>>import 'cloud_what.provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be0a1e50> <<< 7723 1726883203.26742: stdout chunk (state=3): >>>import 'rhsm.profile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be0a1340> <<< 7723 1726883203.26766: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/jsonwrapper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/jsonwrapper.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/jsonwrapper.cpython-312.pyc' import 'subscription_manager.jsonwrapper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bde7cad0> <<< 7723 1726883203.26791: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/isodate.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/isodate.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/isodate.cpython-312.pyc' import 'subscription_manager.isodate' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bde7cec0> <<< 7723 1726883203.26821: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/syspurpose/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/syspurpose/__init__.py # code object from '/usr/lib64/python3.12/site-packages/syspurpose/__pycache__/__init__.cpython-312.pyc' import 'syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bde7cfe0> <<< 7723 1726883203.26871: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/syspurpose/__pycache__/files.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/syspurpose/files.py <<< 7723 1726883203.26910: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/syspurpose/__pycache__/files.cpython-312.pyc' <<< 7723 1726883203.26914: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/syspurpose/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/syspurpose/utils.py # code object from '/usr/lib64/python3.12/site-packages/syspurpose/__pycache__/utils.cpython-312.pyc' import 'syspurpose.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bde7ddc0> <<< 7723 1726883203.26953: stdout chunk (state=3): >>>import 'syspurpose.files' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bde7d070> <<< 7723 1726883203.26980: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/syspurpose.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/syspurpose.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/syspurpose.cpython-312.pyc' <<< 7723 1726883203.27002: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/syspurposelib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/syspurposelib.py <<< 7723 1726883203.27026: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/syspurposelib.cpython-312.pyc' <<< 7723 1726883203.27047: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/certlib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/certlib.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/certlib.cpython-312.pyc' import 'subscription_manager.certlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bde7ef60> <<< 7723 1726883203.27082: stdout chunk (state=3): >>>import 'subscription_manager.syspurposelib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bde7e840> <<< 7723 1726883203.27106: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/file_monitor.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/file_monitor.py <<< 7723 1726883203.27122: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/file_monitor.cpython-312.pyc' <<< 7723 1726883203.27141: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/__pycache__/pyinotify.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyinotify.py <<< 7723 1726883203.27207: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/pyinotify.cpython-312.pyc' <<< 7723 1726883203.27238: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/util.py <<< 7723 1726883203.27258: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdeabda0> <<< 7723 1726883203.27331: stdout chunk (state=3): >>>import 'pyinotify' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bde7ffb0> <<< 7723 1726883203.27349: stdout chunk (state=3): >>>import 'rhsmlib.file_monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bde7f5c0> <<< 7723 1726883203.27376: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/dbus/__init__.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/__init__.cpython-312.pyc' import 'rhsmlib.dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdec4b60> <<< 7723 1726883203.27389: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/server.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/dbus/server.py <<< 7723 1726883203.27422: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/server.cpython-312.pyc' <<< 7723 1726883203.27436: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/service.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/service.py <<< 7723 1726883203.27466: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/service.cpython-312.pyc' <<< 7723 1726883203.27493: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/decorators.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/decorators.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/decorators.cpython-312.pyc' import 'dbus.decorators' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdec6150> <<< 7723 1726883203.27539: stdout chunk (state=3): >>>import 'dbus.service' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdec5550> <<< 7723 1726883203.27546: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/server.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/server.py <<< 7723 1726883203.27589: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/server.cpython-312.pyc' import 'dbus.server' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdec6360> <<< 7723 1726883203.27594: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/__init__.py # code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883203.27612: stdout chunk (state=3): >>>import 'dbus.mainloop' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdec66f0> <<< 7723 1726883203.27631: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/glib.py # code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc' <<< 7723 1726883203.27660: stdout chunk (state=3): >>># extension module '_dbus_glib_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so' # extension module '_dbus_glib_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so' import '_dbus_glib_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3bdec68a0> import 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdec67e0> <<< 7723 1726883203.27689: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/dbus/constants.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/constants.cpython-312.pyc' import 'rhsmlib.dbus.constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdec6990> <<< 7723 1726883203.27730: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/__init__.py <<< 7723 1726883203.27735: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883203.27762: stdout chunk (state=3): >>># possible namespace for /usr/lib/python3.12/site-packages/gi <<< 7723 1726883203.27861: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_error.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc' <<< 7723 1726883203.27884: stdout chunk (state=3): >>>import 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdec72f0> <<< 7723 1726883203.27925: stdout chunk (state=3): >>># extension module 'gi._gi' loaded from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so' # extension module 'gi._gi' executed from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so' import 'gi._gi' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3bdec7140> <<< 7723 1726883203.27954: stdout chunk (state=3): >>>import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdec6ab0> <<< 7723 1726883203.27982: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/repository/__init__.py # code object from '/usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883203.28020: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/importer.py <<< 7723 1726883203.28178: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/module.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/types.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_constants.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc' import 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdf09d90> # /usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/docstring.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc' import 'gi.docstring' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdf0a120> # /usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_propertyhelper.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc' import 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdf0a5d0> <<< 7723 1726883203.28184: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_signalhelper.py <<< 7723 1726883203.28213: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc' import 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdf0adb0> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdf094c0> <<< 7723 1726883203.28236: stdout chunk (state=3): >>>import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdf09010> <<< 7723 1726883203.28264: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/__init__.py <<< 7723 1726883203.28286: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc' import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdf0b350> <<< 7723 1726883203.28297: stdout chunk (state=3): >>>import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdf08b90> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdec6e40> <<< 7723 1726883203.28348: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GLib.py <<< 7723 1726883203.28479: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc' <<< 7723 1726883203.28516: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_ossighelper.py <<< 7723 1726883203.28522: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc' <<< 7723 1726883203.28552: stdout chunk (state=3): >>>import 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdf318b0> # /usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_option.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc' <<< 7723 1726883203.28601: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py <<< 7723 1726883203.28618: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc' <<< 7723 1726883203.28663: stdout chunk (state=3): >>>import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdf32600> <<< 7723 1726883203.28699: stdout chunk (state=3): >>>import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdf31df0> <<< 7723 1726883203.28835: stdout chunk (state=3): >>>import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdf0be00> <<< 7723 1726883203.28872: stdout chunk (state=3): >>>import 'gi.repository.GLib' # <<< 7723 1726883203.28886: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/dbus_utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/dbus/dbus_utils.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/dbus_utils.cpython-312.pyc' <<< 7723 1726883203.28929: stdout chunk (state=3): >>># /usr/lib64/python3.12/xml/etree/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/etree/__init__.py # code object from '/usr/lib64/python3.12/xml/etree/__pycache__/__init__.cpython-312.pyc' import 'xml.etree' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdcaf2f0> <<< 7723 1726883203.28954: stdout chunk (state=3): >>># /usr/lib64/python3.12/xml/etree/__pycache__/ElementTree.cpython-312.pyc matches /usr/lib64/python3.12/xml/etree/ElementTree.py <<< 7723 1726883203.29081: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/xml/etree/__pycache__/ElementTree.cpython-312.pyc' <<< 7723 1726883203.29100: stdout chunk (state=3): >>># /usr/lib64/python3.12/xml/etree/__pycache__/ElementPath.cpython-312.pyc matches /usr/lib64/python3.12/xml/etree/ElementPath.py <<< 7723 1726883203.29166: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/xml/etree/__pycache__/ElementPath.cpython-312.pyc' import 'xml.etree.ElementPath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdcd6300> # extension module '_elementtree' loaded from '/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so' # extension module '_elementtree' executed from '/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so' import '_elementtree' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3bdcd7560> import 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdcaf1d0> import 'rhsmlib.dbus.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdcaeab0> # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/logutil.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/logutil.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/logutil.cpython-312.pyc' <<< 7723 1726883203.29188: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/config.cpython-312.pyc matches /usr/lib64/python3.12/logging/config.py <<< 7723 1726883203.29219: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/config.cpython-312.pyc' <<< 7723 1726883203.29277: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socketserver.cpython-312.pyc matches /usr/lib64/python3.12/socketserver.py # code object from '/usr/lib64/python3.12/__pycache__/socketserver.cpython-312.pyc' <<< 7723 1726883203.29314: stdout chunk (state=3): >>>import 'socketserver' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdd00f80> <<< 7723 1726883203.29405: stdout chunk (state=3): >>>import 'logging.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdcd7dd0> <<< 7723 1726883203.29457: stdout chunk (state=3): >>>import 'rhsm.logutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdcd7770> <<< 7723 1726883203.29487: stdout chunk (state=3): >>>import 'rhsmlib.dbus.server' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdec4c50> import 'rhsmlib.services.syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bde7e360> <<< 7723 1726883203.29564: stdout chunk (state=3): >>>import 'subscription_manager.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be072f90> <<< 7723 1726883203.29597: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/model/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/model/__init__.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/model/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883203.29617: stdout chunk (state=3): >>>import 'subscription_manager.model' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdd02a20> # /usr/lib64/python3.12/site-packages/subscription_manager/model/__pycache__/ent_cert.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/model/ent_cert.py <<< 7723 1726883203.29652: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/model/__pycache__/ent_cert.cpython-312.pyc' import 'subscription_manager.model.ent_cert' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdd02b70> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/repofile.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/repofile.py <<< 7723 1726883203.29680: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/repofile.cpython-312.pyc' <<< 7723 1726883203.29732: stdout chunk (state=3): >>>import 'subscription_manager.repofile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdd02d80> <<< 7723 1726883203.29773: stdout chunk (state=3): >>>import 'subscription_manager.repolib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be072210> <<< 7723 1726883203.29817: stdout chunk (state=3): >>>import 'subscription_manager.productid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be50c680> <<< 7723 1726883203.29851: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/injectioninit.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/injectioninit.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/injectioninit.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cert_sorter.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cert_sorter.py <<< 7723 1726883203.29881: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cert_sorter.cpython-312.pyc' <<< 7723 1726883203.29948: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/reasons.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/reasons.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/reasons.cpython-312.pyc' <<< 7723 1726883203.29956: stdout chunk (state=3): >>>import 'subscription_manager.reasons' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdd497c0> <<< 7723 1726883203.29990: stdout chunk (state=3): >>>import 'subscription_manager.cert_sorter' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdd48b60> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/facts.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/facts.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/facts.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/all.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/all.py <<< 7723 1726883203.30034: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/all.cpython-312.pyc' <<< 7723 1726883203.30072: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/insights.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/insights.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/insights.cpython-312.pyc' import 'rhsmlib.facts.insights' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdd4a390> <<< 7723 1726883203.30113: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/kpatch.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/kpatch.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/kpatch.cpython-312.pyc' import 'rhsmlib.facts.kpatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdd4a600> # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cloud_facts.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/cloud_facts.py <<< 7723 1726883203.30127: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cloud_facts.cpython-312.pyc' import 'rhsmlib.facts.cloud_facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdd4a7b0> <<< 7723 1726883203.30193: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/pkg_arches.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/pkg_arches.py <<< 7723 1726883203.30257: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/pkg_arches.cpython-312.pyc' import 'rhsmlib.facts.pkg_arches' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdd4ab40> # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/network.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/network.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/network.cpython-312.pyc' import 'rhsmlib.facts.network' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdd4ae10> import 'rhsmlib.facts.all' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdd49fd0> import 'subscription_manager.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdd49d00> <<< 7723 1726883203.30262: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/identity.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/identity.py <<< 7723 1726883203.30277: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/identity.cpython-312.pyc' import 'subscription_manager.identity' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdd4b080> <<< 7723 1726883203.30322: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/validity.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/validity.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/validity.cpython-312.pyc' import 'subscription_manager.validity' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdd4ba70> <<< 7723 1726883203.30358: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cp_provider.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cp_provider.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cp_provider.cpython-312.pyc' <<< 7723 1726883203.30417: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/client_info.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/client_info.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/client_info.cpython-312.pyc' import 'rhsmlib.client_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdd4bf50> <<< 7723 1726883203.30420: stdout chunk (state=3): >>>import 'subscription_manager.cp_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdd4bbf0> <<< 7723 1726883203.30457: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/plugins.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/plugins.py <<< 7723 1726883203.30476: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/plugins.cpython-312.pyc' <<< 7723 1726883203.30507: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/base_plugin.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/base_plugin.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/base_plugin.cpython-312.pyc' import 'subscription_manager.base_plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdd69a00> <<< 7723 1726883203.30581: stdout chunk (state=3): >>>import 'subscription_manager.plugins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdd68560> <<< 7723 1726883203.30598: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/lock.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/lock.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/lock.cpython-312.pyc' <<< 7723 1726883203.30642: stdout chunk (state=3): >>>import 'subscription_manager.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdd68b90> import 'subscription_manager.injectioninit' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdd48a40> <<< 7723 1726883203.30661: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/librepo/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/librepo/__init__.py # code object from '/usr/lib64/python3.12/site-packages/librepo/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883203.30731: stdout chunk (state=3): >>># extension module 'librepo._librepo' loaded from '/usr/lib64/python3.12/site-packages/librepo/_librepo.so' # extension module 'librepo._librepo' executed from '/usr/lib64/python3.12/site-packages/librepo/_librepo.so' import 'librepo._librepo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3bdd6b4a0> <<< 7723 1726883203.30784: stdout chunk (state=3): >>>import 'librepo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdd6ad20> import 'dnf.plugin.dynamic.product-id' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be4e7d10> <<< 7723 1726883203.30837: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/subscription-manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/subscription-manager.py <<< 7723 1726883203.30842: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/subscription-manager.cpython-312.pyc' <<< 7723 1726883203.30896: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/action_client.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/action_client.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/action_client.cpython-312.pyc' <<< 7723 1726883203.30899: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/base_action_client.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/base_action_client.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/base_action_client.cpython-312.pyc' <<< 7723 1726883203.30924: stdout chunk (state=3): >>>import 'subscription_manager.base_action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdb8c7d0> <<< 7723 1726883203.30952: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/entcertlib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/entcertlib.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/entcertlib.cpython-312.pyc' <<< 7723 1726883203.30997: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/content_action_client.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/content_action_client.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/content_action_client.cpython-312.pyc' <<< 7723 1726883203.31050: stdout chunk (state=3): >>>import 'subscription_manager.content_action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdb8dcd0> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/rhelentbranding.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/rhelentbranding.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/rhelentbranding.cpython-312.pyc' <<< 7723 1726883203.31066: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/entbranding.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/entbranding.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/entbranding.cpython-312.pyc' <<< 7723 1726883203.31103: stdout chunk (state=3): >>>import 'subscription_manager.entbranding' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdb8e990> <<< 7723 1726883203.31132: stdout chunk (state=3): >>>import 'subscription_manager.rhelentbranding' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdb8e330> <<< 7723 1726883203.31168: stdout chunk (state=3): >>>import 'subscription_manager.entcertlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdb8cce0> <<< 7723 1726883203.31226: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/identitycertlib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/identitycertlib.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/identitycertlib.cpython-312.pyc' import 'subscription_manager.identitycertlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdb8f950> <<< 7723 1726883203.31265: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/healinglib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/healinglib.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/healinglib.cpython-312.pyc' import 'subscription_manager.healinglib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdb8fb60> <<< 7723 1726883203.31295: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/factlib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/factlib.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/factlib.cpython-312.pyc' <<< 7723 1726883203.31327: stdout chunk (state=3): >>>import 'subscription_manager.factlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdb8fe00> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/packageprofilelib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/packageprofilelib.py <<< 7723 1726883203.31394: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/packageprofilelib.cpython-312.pyc' import 'subscription_manager.packageprofilelib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdb8ff50> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/installedproductslib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/installedproductslib.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/installedproductslib.cpython-312.pyc' import 'subscription_manager.installedproductslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdba82f0> import 'subscription_manager.action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdb8c320> <<< 7723 1726883203.31401: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.subscription-manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdd6bdd0> <<< 7723 1726883203.31427: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/upload-profile.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/upload-profile.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/upload-profile.cpython-312.pyc' import 'dnf.plugin.dynamic.upload-profile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdba8590> <<< 7723 1726883203.44617: stdout chunk (state=3): >>> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["subscription-manager"], "state": "present", "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "use_backend": "auto", "best": null, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "nobest": null, "releasever": null}}} <<< 7723 1726883203.45973: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic <<< 7723 1726883203.45989: stdout chunk (state=3): >>># destroy __main__ <<< 7723 1726883203.46859: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # 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 # 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 # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing 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 # cleanup[2] removing ipaddress # cleanup[2] removing 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 # cleanup[2] removing pkgutil<<< 7723 1726883203.46869: stdout chunk (state=3): >>> # 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 <<< 7723 1726883203.47328: stdout chunk (state=3): >>># cleanup[2] removing 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 # 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 # 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 # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing 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 # 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 # 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 # cleanup[2] removing email # cleanup[2] removing email.mime # cleanup[2] removing quopri # cleanup[2] removing email.encoders # cleanup[2] removing email.errors # cleanup[2] removing email.quoprimime # cleanup[2] removing email.base64mime # cleanup[2] removing email.charset # cleanup[2] removing email.header # cleanup[2] removing calendar # cl<<< 7723 1726883203.47339: stdout chunk (state=3): >>>eanup[2] removing email._parseaddr # cleanup[2] removing email.utils # cleanup[2] removing email._policybase # cleanup[2] removing email._encoded_words # cleanup[2] removing email._header_value_parser # cleanup[2] removing email.headerregistry # cleanup[2] removing email.iterators # cleanup[2] removing email.message # cleanup[2] removing email.contentmanager # cleanup[2] removing email.policy # cleanup[2] removing email.mime.base # cleanup[2] removing email.mime.nonmultipart # cleanup[2] removing email.mime.application # cleanup[2] removing email.mime.multipart # cleanup[2] removing email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing http # cleanup[2] removing _ssl # cleanup[2] removing ssl # cleanup[2] removing http.client # cleanup[2] removing mimetypes # cleanup[2] removing netrc # cleanup[2] removing urllib.response # cleanup[2] removing urllib.error # cleanup[2] removing urllib.request # cleanup[2] removing http.cookiejar # cleanup[2] removing gzip # cleanup[2] removing ansible.module_utils.urls # destroy ansible.module_utils.urls # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.common.respawn # destroy ansible.module_utils.common.respawn # cleanup[2] removing ansible.module_utils.yumdnf # destroy ansible.module_utils.yumdnf # cleanup[2] removing email.mime.text # cleanup[2] removing configparser # cleanup[2] removing _heapq # cleanup[2] removing heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing dnf.pycomp # cleanup[2] removing dnf.const # cleanup[2] removing libdnf._error # cleanup[2] removing libdnf.error # cleanup[2] removing libdnf._common_types # cleanup[2] removing libdnf.common_types # cleanup[2] removing libdnf._conf # cleanup[2] removing libdnf.conf # cleanup[2] removing libdnf._module # cleanup[2] removing libdnf.module # cleanup[2] removing libdnf._repo # cleanup[2] removing libdnf.repo # cleanup[2] removing libdnf._transaction # cleanup[2] removing libdnf.transaction # cleanup[2] removing libdnf._utils # cleanup[2] removing libdnf.utils # cleanup[2] removing libdnf # cleanup[2] removing unicodedata # cleanup[2] removing dnf.i18n # cleanup[2] removing dnf.yum # cleanup[2] removing dnf.transaction # cleanup[2] removing rpm._rpm # cleanup[2] removing rpm.transaction # cleanup[2] removing rpm # cleanup[2] removing dnf.yum.rpmtrans # cleanup[2] removing dnf.callback # cleanup[2] removing hawkey._hawkey # cleanup[2] removing hawkey # cleanup[2] removing dnf.util # cleanup[2] removing dnf.exceptions # cleanup[2] removing libcomps._libpycomps # cleanup[2] removing libcomps # cleanup[2] removing dnf.comps # cleanup[2] removing dnf.db # cleanup[2] removing dnf.crypto # cleanup[2] removing glob # cleanup[2] removing dnf.yum.misc # cleanup[2] removing dnf.db.group # cleanup[2] removing dnf.db.history # cleanup[2] removing dnf.conf.substitutions # cleanup[2] removing dnf.conf.config # cleanup[2] removing dnf.conf # cleanup[2] removing dnf.lock # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing logging.handlers # cleanup[2] removing dnf.logging # cleanup[2] removing dnf.repo # cleanup[2] removing dnf.conf.read # cleanup[2] removing dnf.rpm.transaction # cleanup[2] removing dnf.rpm # cleanup[2] removing dnf.dnssec # cleanup[2] removing dnf.drpm # cleanup[2] removing dnf.goal # cleanup[2] removing dnf.history # cleanup[2] removing dnf.module # cleanup[2] removing libdnf._smartcols # cleanup[2] removing libdnf.smartcols # cleanup[2] removing dnf.selector # cleanup[2] removing dnf.module.exceptions # cleanup[2] removing dnf.module.module_base # cleanup[2] removing dnf.persistor # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing dnf.plugin # cleanup[2] removing dnf.query # cleanup[2] removing d<<< 7723 1726883203.47369: stdout chunk (state=3): >>>nf.repodict # cleanup[2] removing dnf.rpm.connection # cleanup[2] removing dnf.rpm.miscutils # cleanup[2] removing dnf.package # cleanup[2] removing dnf.sack # cleanup[2] removing dnf.subject # cleanup[2] removing gc # cleanup[2] removing dnf.base # cleanup[2] removing dnf # cleanup[2] removing dnfpluginscore # destroy dnfpluginscore # cleanup[2] removing dnf.cli.format # cleanup[2] removing _curses # cleanup[2] removing curses # cleanup[2] removing termios # cleanup[2] removing dnf.cli.term # cleanup[2] removing dnf.cli.progress # cleanup[2] removing dnf.cli.output # cleanup[2] removing dnf.cli.aliases # cleanup[2] removing dnf.cli.option_parser # cleanup[2] removing dnf.cli.commands # cleanup[2] removing dnf.cli.commands.alias # cleanup[2] removing dnf.cli.commands.autoremove # cleanup[2] removing dnf.cli.commands.check # cleanup[2] removing dnf.cli.commands.clean # cleanup[2] removing dnf.cli.commands.repoquery # cleanup[2] removing dnf.cli.commands.deplist # cleanup[2] removing dnf.cli.commands.distrosync # cleanup[2] removing dnf.cli.commands.downgrade # cleanup[2] removing dnf.cli.commands.group # cleanup[2] removing dnf.transaction_sr # cleanup[2] removing dnf.cli.commands.history # cleanup[2] removing dnf.cli.commands.install # cleanup[2] removing dnf.cli.commands.makecache # cleanup[2] removing dnf.cli.commands.mark # cleanup[2] removing dnf.cli.commands.module # cleanup[2] removing dnf.cli.commands.reinstall # cleanup[2] removing dnf.cli.commands.remove # cleanup[2] removing dnf.cli.commands.repolist # cleanup[2] removing dnf.match_counter # cleanup[2] removing dnf.cli.commands.search # cleanup[2] removing cmd # cleanup[2] removing dnf.cli.commands.shell # cleanup[2] removing dnf.cli.commands.swap # cleanup[2] removing dnf.cli.commands.updateinfo # cleanup[2] removing dnf.cli.commands.upgrade # cleanup[2] removing dnf.cli.commands.upgrademinimal # cleanup[2] removing dnf.cli.demand # cleanup[2] removing dnf.cli.cli # cleanup[2] removing dnf.cli # cleanup[2] removing dnf.plugin.dynamic.builddep # destroy dnf.plugin.dynamic.builddep # cleanup[2] removing dateutil._version # cleanup[2] removing dateutil # cleanup[2] removing six # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing dateutil._common # cleanup[2] removing dateutil.relativedelta # cleanup[2] removing six.moves # cleanup[2] removing dateutil.tz._common # cleanup[2] removing dateutil.tz._factories # cleanup[2] removing dateutil.tz.tz # cleanup[2] removing dateutil.tz # cleanup[2] removing dateutil.parser._parser # cleanup[2] removing dateutil.parser.isoparser # destroy dateutil.parser.isoparser # cleanup[2] removing dateutil.parser # cleanup[2] removing dnf.plugin.dynamic.changelog # destroy dnf.plugin.dynamic.changelog # cleanup[2] removing dnf.plugin.dynamic.config_manager # destroy dnf.plugin.dynamic.config_manager # cleanup[2] removing dnf.plugin.dynamic.copr # destroy dnf.plugin.dynamic.copr # cleanup[2] removing dnf.plugin.dynamic.debuginfo-install # destroy dnf.plugin.dynamic.debuginfo-install # cleanup[2] removing dnf.plugin.dynamic.download # destroy dnf.plugin.dynamic.download # cleanup[2] removing _sqlite3 # cleanup[2] removing sqlite3.dbapi2 # cleanup[2] removing sqlite3 # cleanup[2] removing dnf.plugin.dynamic.generate_completion_cache # destroy dnf.plugin.dynamic.generate_completion_cache # cleanup[2] removing dnf.plugin.dynamic.groups_manager # destroy dnf.plugin.dynamic.groups_manager # cleanup[2] removing dbus._compat # cleanup[2] removing dbus.exceptions # cleanup[2] removing _dbus_bindings # cleanup[2] removing dbus.types # cleanup[2] removing dbus.lowlevel # cleanup[2] removing xml # destroy xml # cleanup[2] removing xml.parsers # destroy xml.parsers # cleanup[2] removing pyexpat.errors # cleanup[2] removing pyexpat.model # cleanup[2] removing pyexpat # cleanup[2] removing xml.parsers.expat.model # cleanup[2] removing xml.parsers.expat.errors # cleanup[2] removing xml.parsers.expat # destroy xml.parsers.expat # cleanup[2] removing dbus._expat_introspect_parser # cleanup[2] removing dbus.proxies # cleanup[2] removing dbus.connection # cleanup[2] removing dbus.bus # cleanup[2] removing dbus._dbus # cleanup[2] removing dbus # cleanup[2] removing dnf.plugin.dynamic.needs_restarting # destroy dnf.plugin.dynamic.needs_restarting # cleanup[2] removing dnf.plugin.dynamic.repoclosure # destroy dnf.plugin.dynamic.repoclosure # cleanup[2] removing dnf.plugin.dynamic.repodiff # destroy dnf.plugin.dynamic.repodiff # cleanup[2] removing dnf.plugin.dynamic.repograph # destroy dnf.plugin.dynamic.repograph # cleanup[2] removing dnf.plugin.dynamic.repomanage # destroy dnf.plugin.dynamic.repomanage # cleanup[2] removing dnf.plugin.dynamic.reposync # destroy dnf.plugin.dynamic.reposync # cleanup[2] removing dnf.plugin.dynamic.system_upgrade # destroy dnf.plugin.dynamic.system_upgrade # cleanup[2] removing subscription_manager # cleanup[2] removing rhsm # cleanup[2] removing rhsm._certificate # cleanup[2] removing rhsm.certificate # cleanup[2] removing iniparse.configparser # cleanup[2] removing iniparse.config # cleanup[2] removing iniparse.ini # cleanup[2] removing iniparse.compat # cleanup[2] removing iniparse.utils # cleanup[2] removing iniparse # destroy iniparse # destroy iniparse.configparser # destroy iniparse.utils # cleanup[2] removing subscription_manager.i18n # cleanup[2] removing rhsm.config # cleanup[2] removing subscription_manager.injection # cleanup[2] removing rhsmlib # destroy rhsmlib # cleanup[2] removing rhsmlib.services # cleanup[2] removing rhsmlib.services.config # cleanup[2] removing rhsm.https # cleanup[2] removing rhsm.ourjson # cleanup[2] removing rhsm.utils # cleanup[2] removing subscription_manager.version # cleanup[2] removing rhsm.connection # cleanup[2] removing rhsm.bitstream # cleanup[2] removing rhsm.huffman # cleanup[2] removing rhsm.pathtree # cleanup[2] removing rhsm.certificate2 # cleanup[2] removing subscription_manager.certdirectory # cleanup[2] removing dataclasses # cleanup[2] removing pprint # cleanup[2] removing subscription_manager.branding # cleanup[2] removing rhsmlib.facts # cleanup[2] removing rhsmlib.facts.cpuinfo # cleanup[2] removing rhsmlib.facts.collection # cleanup[2] removing rhsmlib.facts.collector # cleanup[2] removing rhsmlib.facts.hwprobe # cleanup[2] removing subscription_manager.utils # cleanup[2] removing cloud_what # destroy cloud_what # cleanup[2] removing rhsmlib.facts.cleanup # cleanup[2] removing rhsmlib.facts.virt # cleanup[2] removing rhsmlib.facts.dmidecodeparser # cleanup[2] removing rhsmlib.facts.dmiinfo # cleanup[2] removing rhsmlib.facts.firmware_info # cleanup[2] removing rhsmlib.facts.host_collector # cleanup[2] removing rhsmlib.facts.custom # cleanup[2] removing urllib3.packages # cleanup[2] removing urllib3.packages.six # cleanup[2] removing urllib3.packages.six.moves # cleanup[2] removing urllib3.packages.six.moves.http_c<<< 7723 1726883203.47660: stdout chunk (state=3): >>>lient # cleanup[2] removing urllib3.exceptions # cleanup[2] removing urllib3._version # cleanup[2] removing urllib3._collections # cleanup[2] removing urllib3.contrib # cleanup[2] removing urllib3.contrib._appengine_environ # cleanup[2] removing urllib3.util.wait # cleanup[2] removing urllib3.util.connection # cleanup[2] removing urllib3.util.request # cleanup[2] removing urllib3.util.response # cleanup[2] removing urllib3.util.retry # cleanup[2] removing hmac # cleanup[2] removing urllib3.util.url # cleanup[2] removing urllib3.util.ssltransport # cleanup[2] removing urllib3.util.ssl_ # cleanup[2] removing urllib3.util.timeout # cleanup[2] removing urllib3.util # cleanup[2] removing urllib3.util.proxy # cleanup[2] removing urllib3.util.ssl_match_hostname # cleanup[2] removing urllib3.connection # cleanup[2] removing urllib3.fields # cleanup[2] removing urllib3.filepost # cleanup[2] removing urllib3.packages.six.moves.urllib # cleanup[2] removing urllib3.packages.six.moves.urllib.parse # cleanup[2] removing urllib3.request # cleanup[2] removing urllib3.response # cleanup[2] removing urllib3.util.queue # cleanup[2] removing urllib3.connectionpool # cleanup[2] removing urllib3.poolmanager # cleanup[2] removing urllib3 # cleanup[2] removing charset_normalizer.constant # cleanup[2] removing _multibytecodec # cleanup[2] removing charset_normalizer.utils # cleanup[2] removing charset_normalizer.md # cleanup[2] removing charset_normalizer.models # cleanup[2] removing charset_normalizer.cd # cleanup[2] removing charset_normalizer.api # cleanup[2] removing charset_normalizer.legacy # cleanup[2] removing charset_normalizer.version # cleanup[2] removing charset_normalizer # cleanup[2] removing http.cookies # cleanup[2] removing requests.compat # cleanup[2] removing requests.exceptions # cleanup[2] removing requests.packages.urllib3.packages # cleanup[2] removing requests.packages.urllib3.packages.six # cleanup[2] removing requests.packages.urllib3.packages.six.moves # cleanup[2] removing requests.packages.urllib3.packages.six.moves.http_client # cleanup[2] removing requests.packages.urllib3.exceptions # cleanup[2] removing requests.packages.urllib3._version # cleanup[2] removing requests.packages.urllib3._collections # cleanup[2] removing requests.packages.urllib3.contrib # cleanup[2] removing requests.packages.urllib3.contrib._appengine_environ # cleanup[2] removing requests.packages.urllib3.util.wait # cleanup[2] removing requests.packages.urllib3.util.connection # cleanup[2] removing requests.packages.urllib3.util.request # cleanup[2] removing requests.packages.urllib3.util.response # cleanup[2] removing requests.packages.urllib3.util.retry # cleanup[2] removing requests.packages.urllib3.util.url # cleanup[2] removing requests.packages.urllib3.util.ssltransport # cleanup[2] removing requests.packages.urllib3.util.ssl_ # cleanup[2] removing requests.packages.urllib3.util.timeout # cleanup[2] removing requests.packages.urllib3.util # cleanup[2] removing requests.packages.urllib3.util.proxy # cleanup[2] removing requests.packages.urllib3.util.ssl_match_hostname # cleanup[2] removing requests.packages.urllib3.connection # cleanup[2] removing requests.packages.urllib3.fields # cleanup[2] removing requests.packages.urllib3.filepost # cleanup[2] removing requests.packages.urllib3.packages.six.moves.urllib # cleanup[2] removing requests.packages.urllib3.packages.six.moves.urllib.parse # cleanup[2] removing requests.packages.urllib3.request # cleanup[2] removing requests.packages.urllib3.response # cleanup[2] removing requests.packages.urllib3.util.queue # cleanup[2] removing requests.packages.urllib3.connectionpool # cleanup[2] removing requests.packages.urllib3.poolmanager # cleanup[2] removing requests.packages.urllib3 # cleanup[2] removing idna.package_data # cleanup[2] removing idna.idnadata # cleanup[2] removing idna.intranges # cleanup[2] removing idna.core # cleanup[2] removing idna # cleanup[2] removing requests.packages.idna.package_data # cleanup[<<< 7723 1726883203.47680: stdout chunk (state=3): >>>2] removing requests.packages.idna.idnadata # cleanup[2] removing requests.packages.idna.intranges # cleanup[2] removing requests.packages.idna.core # cleanup[2] removing requests.packages.idna # cleanup[2] removing requests.packages.charset_normalizer.constant # cleanup[2] removing requests.packages.chardet.constant # cleanup[2] removing requests.packages.charset_normalizer.utils # cleanup[2] removing requests.packages.chardet.utils # cleanup[2] removing requests.packages.charset_normalizer.md # cleanup[2] removing requests.packages.chardet.md # cleanup[2] removing requests.packages.charset_normalizer.models # cleanup[2] removing requests.packages.chardet.models # cleanup[2] removing requests.packages.charset_normalizer.cd # cleanup[2] removing requests.packages.chardet.cd # cleanup[2] removing requests.packages.charset_normalizer.api # cleanup[2] removing requests.packages.chardet.api # cleanup[2] removing requests.packages.charset_normalizer.legacy # cleanup[2] removing requests.packages.chardet.legacy # cleanup[2] removing requests.packages.charset_normalizer.version # cleanup[2] removing requests.packages.chardet.version # cleanup[2] removing requests.packages.charset_normalizer # cleanup[2] removing requests.packages.chardet # cleanup[2] removing requests.packages # cleanup[2] removing requests.certs # cleanup[2] removing requests.__version__ # destroy requests.__version__ # cleanup[2] removing requests._internal_utils # cleanup[2] removing requests.cookies # cleanup[2] removing requests.structures # cleanup[2] removing requests.utils # cleanup[2] removing requests.auth # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # cleanup[2] removing requests.hooks # cleanup[2] removing requests.status_codes # cleanup[2] removing requests.models # cleanup[2] removing requests.adapters # cleanup[2] removing requests.sessions # cleanup[2] removing requests.api # cleanup[2] removing requests # cleanup[2] removing cloud_what._base_provider # destroy cloud_what._base_provider # cleanup[2] removing cloud_what.providers # destroy cloud_what.providers # cleanup[2] removing cloud_what.providers.aws # destroy cloud_what.providers.aws # cleanup[2] removing cloud_what.providers.azure # destroy cloud_what.providers.azure # cleanup[2] removing cloud_what.providers.gcp # destroy cloud_what.providers.gcp # cleanup[2] removing cloud_what.provider # cleanup[2] removing rhsm.profile # cleanup[2] removing subscription_manager.jsonwrapper # cleanup[2] removing subscription_manager.isodate # cleanup[2] removing syspurpose # destroy syspurpose # cleanup[2] removing syspurpose.utils # destroy syspurpose.utils # cleanup[2] removing syspurpose.files # destroy syspurpose.files # cleanup[2] removing subscription_manager.certlib # cleanup[2] removing subscription_manager.syspurposelib # cleanup[2] removing ctypes.util # cleanup[2] removing pyinotify # cleanup[2] removing rhsmlib.file_monitor # cleanup[2] removing rhsmlib.dbus # cleanup[2] removing dbus.decorators # cleanup[2] removing dbus.service # cleanup[2] removing dbus.server # cleanup[2] removing dbus.mainloop # cleanup[2] removing _dbus_glib_bindings # cleanup[2] removing dbus.mainloop.glib # cleanup[2] removing rhsmlib.dbus.constants # cleanup[2] removing gi._error # cleanup[2] removing gi._gi # cleanup[2] removing gi._gobject # cleanup[2] removing glib # destroy glib # cleanup[2] removing gobject # destroy gobject # cleanup[2] removing gio # destroy gio # cleanup[2] removing gtk # destroy gtk # cleanup[2] removing gtk.gdk # destroy gtk.gdk # cleanup[2] removing gi # cleanup[2] removing gi._constants # cleanup[2] removing gi.docstring # cleanup[2] removing gi._propertyhelper # cleanup[2] removing gi._signalhelper # cleanup[2] removing gi.types # cleanup[2] removing gi.module # cleanup[2] removing gi.overrides # cleanup[2] removing gi.importer # cleanup[2] removing gi.repository # cleanup[2] removing gi._ossighelper # cleanup[2] removing optparse # cleanup[2] removing gi._option <<< 7723 1726883203.47694: stdout chunk (state=3): >>> # cleanup[2] removing gi.overrides.GLib # cleanup[2] removing gi.repository.GLib # cleanup[2] removing xml.etree # destroy xml.etree # cleanup[2] removing xml.etree.ElementPath # cleanup[2] removing _elementtree # cleanup[2] removing xml.etree.ElementTree # cleanup[2] removing rhsmlib.dbus.dbus_utils # cleanup[2] removing socketserver # destroy socketserver # cleanup[2] removing logging.config # cleanup[2] removing rhsm.logutil # cleanup[2] removing rhsmlib.dbus.server # cleanup[2] removing rhsmlib.services.syspurpose # cleanup[2] removing subscription_manager.cache # cleanup[2] removing subscription_manager.model # cleanup[2] removing subscription_manager.model.ent_cert # cleanup[2] removing subscription_manager.repofile # cleanup[2] removing subscription_manager.repolib # cleanup[2] removing subscription_manager.productid # cleanup[2] removing subscription_manager.reasons # cleanup[2] removing subscription_manager.cert_sorter # cleanup[2] removing rhsmlib.facts.insights # cleanup[2] removing rhsmlib.facts.kpatch # cleanup[2] removing rhsmlib.facts.cloud_facts # cleanup[2] removing rhsmlib.facts.pkg_arches # cleanup[2] removing rhsmlib.facts.network # cleanup[2] removing rhsmlib.facts.all # cleanup[2] removing subscription_manager.facts # cleanup[2] removing subscription_manager.identity # cleanup[2] removing subscription_manager.validity # cleanup[2] removing rhsmlib.client_info # cleanup[2] removing subscription_manager.cp_provider # cleanup[2] removing subscription_manager.base_plugin # cleanup[2] removing subscription_manager.plugins # cleanup[2] removing subscription_manager.lock # cleanup[2] removing subscription_manager.injectioninit # cleanup[2] removing librepo._librepo # cleanup[2] removing librepo # cleanup[2] removing dnf.plugin.dynamic.product-id # destroy dnf.plugin.dynamic.product-id # cleanup[2] removing subscription_manager.base_action_client # cleanup[2] removing subscription_manager.content_action_client # cleanup[2] removing subscription_manager.entbranding # cleanup[2] removing subscription_manager.rhelentbranding # cleanup[2] removing subscription_manager.entcertlib # cleanup[2] removing subscription_manager.identitycertlib # cleanup[2] removing subscription_manager.healinglib # cleanup[2] removing subscription_manager.factlib # cleanup[2] removing subscription_manager.packageprofilelib # cleanup[2] removing subscription_manager.installedproductslib # cleanup[2] removing subscription_manager.action_client # cleanup[2] removing dnf.plugin.dynamic.subscription-manager # destroy dnf.plugin.dynamic.subscription-manager # cleanup[2] removing dnf.plugin.dynamic.upload-profile # destroy dnf.plugin.dynamic.upload-profile <<< 7723 1726883203.48343: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp <<< 7723 1726883203.48402: stdout chunk (state=3): >>># destroy selinux <<< 7723 1726883203.48432: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy netrc <<< 7723 1726883203.48461: stdout chunk (state=3): >>># destroy sqlite3 # destroy sqlite3.dbapi2 # destroy _sqlite3 # destroy systemd.journal <<< 7723 1726883203.48521: stdout chunk (state=3): >>># destroy iniparse.compat # destroy rhsmlib.services # destroy rhsmlib.facts # destroy rhsmlib.facts.dmidecodeparser # destroy rhsmlib.facts.all # destroy rhsmlib.dbus # destroy rhsmlib.dbus.server # destroy rhsmlib.client_info # destroy librepo <<< 7723 1726883203.48664: stdout chunk (state=3): >>># cleanup[3] wiping subscription_manager.action_client # cleanup[3] wiping subscription_manager.installedproductslib # cleanup[3] wiping subscription_manager.packageprofilelib # cleanup[3] wiping subscription_manager.factlib # cleanup[3] wiping subscription_manager.healinglib # cleanup[3] wiping subscription_manager.identitycertlib # cleanup[3] wiping subscription_manager.entcertlib # cleanup[3] wiping subscription_manager.rhelentbranding # cleanup[3] wiping subscription_manager.entbranding # cleanup[3] wiping subscription_manager.content_action_client # cleanup[3] wiping subscription_manager.base_action_client # cleanup[3] wiping librepo._librepo # cleanup[3] wiping subscription_manager.injectioninit # cleanup[3] wiping subscription_manager.lock # cleanup[3] wiping subscription_manager.plugins # cleanup[3] wiping subscription_manager.base_plugin # cleanup[3] wiping subscription_manager.cp_provider # cleanup[3] wiping subscription_manager.validity # cleanup[3] wiping subscription_manager.identity # cleanup[3] wiping subscription_manager.facts # cleanup[3] wiping rhsmlib.facts.network # cleanup[3] wiping rhsmlib.facts.pkg_arches # cleanup[3] wiping rhsmlib.facts.cloud_facts # cleanup[3] wiping rhsmlib.facts.kpatch # cleanup[3] wiping rhsmlib.facts.insights # cleanup[3] wiping subscription_manager.cert_sorter # destroy rhsmlib.file_monitor # cleanup[3] wiping subscription_manager.reasons # cleanup[3] wiping subscription_manager.productid # cleanup[3] wiping subscription_manager.repolib # cleanup[3] wiping subscription_manager.repofile # cleanup[3] wiping subscription_manager.model.ent_cert # cleanup[3] wiping subscription_manager.model # destroy subscription_manager.model.ent_cert # cleanup[3] wiping subscription_manager.cache # destroy rhsmlib.services.syspurpose # cleanup[3] wiping rhsm.logutil # cleanup[3] wiping logging.config # cleanup[3] wiping rhsmlib.dbus.dbus_utils # destroy xml.etree.ElementTree # cleanup[3] wiping _elementtree # cleanup[3] wiping xml.etree.ElementPath # cleanup[3] wiping gi.repository.GLib # cleanup[3] wiping gi.overrides.GLib <<< 7723 1726883203.48763: stdout chunk (state=3): >>># cleanup[3] wiping gi._option # destroy optparse # cleanup[3] wiping gi._ossighelper # cleanup[3] wiping gi.repository # cleanup[3] wiping gi.importer # cleanup[3] wiping gi.overrides # destroy gi.overrides.GLib # cleanup[3] wiping gi.module # destroy gi # cleanup[3] wiping gi.types # cleanup[3] wiping gi._signalhelper # cleanup[3] wiping gi._propertyhelper # cleanup[3] wiping gi.docstring # cleanup[3] wiping gi._constants # cleanup[3] wiping gi._gobject # cleanup[3] wiping gi._gi # cleanup[3] wiping gi._error # cleanup[3] wiping rhsmlib.dbus.constants # cleanup[3] wiping dbus.mainloop.glib # cleanup[3] wiping _dbus_glib_bindings # cleanup[3] wiping dbus.mainloop # destroy dbus.mainloop.glib # cleanup[3] wiping dbus.server # cleanup[3] wiping dbus.service # cleanup[3] wiping dbus.decorators # cleanup[3] wiping pyinotify # destroy ctypes # cleanup[3] wiping ctypes.util # cleanup[3] wiping subscription_manager.syspurposelib # cleanup[3] wiping subscription_manager.certlib # cleanup[3] wiping subscription_manager.isodate # cleanup[3] wiping subscription_manager.jsonwrapper # cleanup[3] wiping rhsm.profile # destroy cloud_what.provider # cleanup[3] wiping requests # destroy requests._internal_utils # destroy requests.compat # destroy requests.exceptions # destroy requests.packages # destroy urllib3 # destroy idna # destroy idna.package_data # destroy idna.intranges # destroy idna.core # destroy requests.cookies # destroy requests.structures # destroy requests.utils # destroy requests.auth # destroy requests.hooks # destroy requests.status_codes # destroy requests.models # destroy requests.adapters # destroy requests.api # cleanup[3] wiping requests.sessions # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping requests.certs # cleanup[3] wiping requests.packages.chardet # destroy charset_normalizer.constant # destroy charset_normalizer.utils # destroy charset_normalizer.md # destroy charset_normalizer.models # destroy charset_normali<<< 7723 1726883203.48775: stdout chunk (state=3): >>>zer.cd # destroy charset_normalizer.api # destroy charset_normalizer.legacy # destroy charset_normalizer.version # cleanup[3] wiping requests.packages.charset_normalizer # cleanup[3] wiping requests.packages.idna.idnadata # cleanup[3] wiping idna.idnadata # cleanup[3] wiping requests.packages.urllib3.poolmanager # cleanup[3] wiping requests.packages.urllib3.connectionpool # cleanup[3] wiping requests.packages.urllib3.util.queue # cleanup[3] wiping requests.packages.urllib3.response # cleanup[3] wiping requests.packages.urllib3.request # cleanup[3] wiping requests.packages.urllib3.packages.six.moves.urllib.parse # cleanup[3] wiping requests.packages.urllib3.packages.six.moves.urllib # cleanup[3] wiping requests.packages.urllib3.filepost # cleanup[3] wiping requests.packages.urllib3.fields # destroy mimetypes # cleanup[3] wiping requests.packages.urllib3.connection # cleanup[3] wiping requests.packages.urllib3.util.ssl_match_hostname # cleanup[3] wiping requests.packages.urllib3.util.proxy # cleanup[3] wiping requests.packages.urllib3.util # destroy urllib3.util.wait # destroy urllib3.util.connection # destroy urllib3.util.request # destroy urllib3.util.response # destroy urllib3.util.retry # destroy urllib3.util.url # destroy urllib3.util.ssltransport # destroy urllib3.util.ssl_ # destroy urllib3.util.timeout # destroy urllib3.util.proxy # destroy urllib3.util.ssl_match_hostname # destroy urllib3.util.queue # cleanup[3] wiping requests.packages.urllib3.contrib._appengine_environ # cleanup[3] wiping requests.packages.urllib3.contrib # cleanup[3] wiping requests.packages.urllib3._collections # cleanup[3] wiping requests.packages.urllib3._version # cleanup[3] wiping requests.packages.urllib3.exceptions # cleanup[3] wiping requests.packages.urllib3.packages.six.moves.http_client # cleanup[3] wiping requests.packages.urllib3.packages.six.moves # cleanup[3] wiping requests.packages.urllib3.packages.six # destroy urllib3.packages.six.moves.urllib # destroy urllib3.packages.six.moves # cleanup[3] wiping requests.packages.urllib3.packages # cleanup[3] wiping http.cookies # cleanup[3] wiping charset_normalizer # cleanup[3] wiping _multibytecodec # cleanup[3] wiping urllib3.poolmanager # cleanup[3] wiping urllib3.connectionpool # cleanup[3] wiping urllib3.response # cleanup[3] wiping urllib3.request # cleanup[3] wiping urllib3.packages.six.moves.urllib.parse # cleanup[3] wiping urllib3.filepost # cleanup[3] wiping urllib3.fields # cleanup[3] wiping urllib3.connection # cleanup[3] wiping urllib3.util # cleanup[3] wiping hmac # cleanup[3] wiping urllib3.contrib._appengine_environ # cleanup[3] wiping urllib3.contrib # cleanup[3] wiping urllib3._collections # cleanup[3] wiping urllib3._version # cleanup[3] wiping urllib3.exceptions # cleanup[3] wiping urllib3.packages.six.moves.http_client # cleanup[3] wiping urllib3.packages.six # cleanup[3] wiping urllib3.packages # cleanup[3] wiping rhsmlib.facts.custom # cleanup[3] wiping rhsmlib.facts.host_collector # destroy rhsmlib.facts.cleanup # destroy rhsmlib.facts.virt # destroy rhsmlib.facts.firmware_info # cleanup[3] wiping rhsmlib.facts.dmiinfo # cleanup[3] wiping subscription_manager.utils # destroy pprint # destroy uuid # cleanup[3] wiping rhsmlib.facts.hwprobe # destroy rhsmlib.facts.cpuinfo # cleanup[3] wiping rhsmlib.facts.collector # destroy rhsmlib.facts.collection # cleanup[3] wiping subscription_manager.branding # cleanup[3] wiping dataclasses # destroy keyword # cleanup[3] wiping subscription_manager.certdirectory # cleanup[3] wiping rhsm.certificate2 # cleanup[3] wiping rhsm.pathtree # cleanup[3] wiping rhsm.huffman # destroy heapq # cleanup[3] wiping rhsm.bitstream # cleanup[3] wiping rhsm.connection # destroy subscription_manager # destroy subscription_manager.i18n # destroy subscription_manager.version # destroy subscription_manager.certdirectory # destroy subscription_manager.branding # destroy subscription_manager.utils # destroy subscription_manager.jsonwrapper # destroy subscription_manager.isodate # destroy subscription_manager.certlib # destroy subscription_manager.syspurposelib # destroy subscription_manager.cache # destroy subscription_manager.model # destroy subscription_manager.repofile # destroy subscription_manager.repolib # destroy subscription_manager.productid # destroy subscription_manager.reasons # destroy subscription_manager.cert_sorter # destroy subscription_manager.facts # destroy subscription_manager.identity # destroy subscription_manager.validity # destroy subscription_manager.cp_provider # destroy subscription_manager.base_plugin # destroy subscription_manager.plugins # destroy subscription_manager.lock # destroy subscription_manager.injectioninit # destroy subscription_manager.base_action_client # destroy subscription_manager.content_action_client # destroy subscription_manager.entbranding # destroy subscription_manager.rhelentbranding # destroy subscription_manager.entcertlib # destroy subscription_manager.identitycertlib # destroy subscription_manager.healinglib # destroy subscription_manager.factlib # destroy subscription_manager.packageprofilelib # destroy subscription_manager.installedproductslib # destroy subscription_manager.action_client # cleanup[3] wiping rhsm.utils <<< 7723 1726883203.48820: stdout chunk (state=3): >>># cleanup[3] wiping rhsm.ourjson # cleanup[3] wiping rhsm.https # cleanup[3] wiping rhsmlib.services.config # cleanup[3] wiping subscription_manager.injection # cleanup[3] wiping rhsm.config # cleanup[3] wiping iniparse.ini # destroy iniparse.config # cleanup[3] wiping rhsm.certificate # destroy dateutil # destroy dateutil._version # destroy dateutil._common # destroy dateutil.parser # cleanup[3] wiping rhsm._certificate # cleanup[3] wiping rhsm # destroy rhsm.certificate # destroy rhsm.config # destroy rhsm.https # destroy rhsm.ourjson # destroy rhsm.utils # destroy rhsm.bitstream # destroy rhsm.huffman # destroy rhsm.pathtree # destroy rhsm.certificate2 # destroy rhsm.profile # destroy rhsm.logutil # cleanup[3] wiping dbus # destroy dbus._compat # destroy dbus._expat_introspect_parser # destroy dbus._dbus <<< 7723 1726883203.48886: stdout chunk (state=3): >>># destroy dbus.exceptions # destroy dbus.types # destroy dbus.lowlevel # destroy dbus.proxies # destroy dbus.connection # destroy dbus.bus # destroy dbus.decorators # destroy dbus.service # destroy dbus.server # destroy dbus.mainloop # cleanup[3] wiping xml.parsers.expat.errors # cleanup[3] wiping xml.parsers.expat.model # cleanup[3] wiping pyexpat # destroy pyexpat.errors # destroy pyexpat.model # cleanup[3] wiping _dbus_bindings # cleanup[3] wiping dateutil.parser._parser # destroy dateutil.relativedelta # cleanup[3] wiping dateutil.tz # destroy dateutil.tz._common # destroy dateutil.tz._factories # destroy dateutil.tz.tz # cleanup[3] wiping six.moves # cleanup[3] wiping _decimal # cleanup[3] wiping six # destroy six.moves.urllib # destroy six.moves # cleanup[3] wiping dnf.cli # destroy dnf.cli.format # destroy dnf.cli.term # destroy dnf.cli.progress # destroy dnf.cli.aliases # destroy dnf.cli.option_parser # destroy dnf.cli.demand # destroy dnf.cli.cli # cleanup[3] wiping dnf.cli.commands.upgrademinimal # cleanup[3] wiping dnf.cli.commands.upgrade # cleanup[3] wiping dnf.cli.commands.updateinfo # cleanup[3] wiping dnf.cli.commands.swap # cleanup[3] wiping dnf.cli.commands.shell # destroy cmd # cleanup[3] wiping dnf.cli.commands.search <<< 7723 1726883203.48921: stdout chunk (state=3): >>># cleanup[3] wiping dnf.match_counter # cleanup[3] wiping dnf.cli.commands.repolist # cleanup[3] wiping dnf.cli.commands.remove # cleanup[3] wiping dnf.cli.commands.reinstall # cleanup[3] wiping dnf.cli.commands.module # cleanup[3] wiping dnf.cli.commands.mark # cleanup[3] wiping dnf.cli.commands.makecache # cleanup[3] wiping dnf.cli.commands.install # cleanup[3] wiping dnf.cli.commands.history # cleanup[3] wiping dnf.transaction_sr <<< 7723 1726883203.48932: stdout chunk (state=3): >>># cleanup[3] wiping dnf.cli.commands.group # cleanup[3] wiping dnf.cli.commands.downgrade # cleanup[3] wiping dnf.cli.commands.distrosync # cleanup[3] wiping dnf.cli.commands.deplist # cleanup[3] wiping dnf.cli.commands.repoquery # cleanup[3] wiping dnf.cli.commands.clean # cleanup[3] wiping dnf.cli.commands.check # cleanup[3] wiping dnf.cli.commands.autoremove # cleanup[3] wiping dnf.cli.commands.alias # destroy dnf.cli.commands # cleanup[3] wiping dnf.cli.output # cleanup[3] wiping termios # cleanup[3] wiping curses # cleanup[3] wiping _curses # cleanup[3] wiping dnf <<< 7723 1726883203.48971: stdout chunk (state=3): >>># destroy dnf.pycomp # destroy dnf.const # destroy dnf.i18n # destroy dnf.yum # destroy dnf.yum.rpmtrans # destroy dnf.transaction # destroy dnf.callback # destroy dnf.util # destroy dnf.exceptions # destroy dnf.comps # destroy dnf.db # destroy dnf.db.group # destroy dnf.db.history # destroy dnf.crypto # destroy dnf.conf # destroy dnf.conf.substitutions # destroy dnf.conf.config # destroy dnf.conf.read # destroy dnf.lock # destroy dnf.logging <<< 7723 1726883203.49014: stdout chunk (state=3): >>># destroy dnf.repo # destroy dnf.rpm # destroy dnf.dnssec # destroy dnf.drpm # destroy dnf.goal # destroy dnf.history # destroy dnf.module # destroy dnf.module.exceptions # destroy dnf.module.module_base # destroy dnf.selector # destroy dnf.persistor # destroy dnf.plugin # destroy dnf.query # destroy dnf.repodict # destroy dnf.package # destroy dnf.sack # destroy dnf.subject # destroy dnf.base # destroy dnf.transaction_sr # destroy dnf.match_counter <<< 7723 1726883203.49018: stdout chunk (state=3): >>># destroy dnf.cli # cleanup[3] wiping gc # cleanup[3] wiping dnf.rpm.miscutils # cleanup[3] wiping dnf.rpm.connection # cleanup[3] wiping inspect <<< 7723 1726883203.49077: stdout chunk (state=3): >>># destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping libdnf.smartcols # cleanup[3] wiping libdnf._smartcols # cleanup[3] wiping dnf.rpm.transaction # cleanup[3] wiping logging.handlers # destroy pickle # cleanup[3] wiping _pickle # cleanup[3] wiping _compat_pickle # cleanup[3] wiping dnf.yum.misc <<< 7723 1726883203.49081: stdout chunk (state=3): >>># cleanup[3] wiping glob # cleanup[3] wiping libcomps # cleanup[3] wiping libcomps._libpycomps # cleanup[3] wiping hawkey # cleanup[3] wiping hawkey._hawkey # cleanup[3] wiping rpm # destroy rpm.transaction <<< 7723 1726883203.49123: stdout chunk (state=3): >>># cleanup[3] wiping rpm._rpm # cleanup[3] wiping unicodedata # cleanup[3] wiping libdnf # destroy libdnf.error # destroy libdnf.common_types # destroy libdnf.conf # destroy libdnf.module # destroy libdnf.repo <<< 7723 1726883203.49127: stdout chunk (state=3): >>># destroy libdnf.transaction # destroy libdnf.utils # destroy libdnf.smartcols # cleanup[3] wiping libdnf._utils # cleanup[3] wiping libdnf._transaction # cleanup[3] wiping libdnf._repo # cleanup[3] wiping libdnf._module # cleanup[3] wiping libdnf._conf # cleanup[3] wiping libdnf._common_types # cleanup[3] wiping libdnf._error # cleanup[3] wiping queue # cleanup[3] wiping _queue # cleanup[3] wiping _heapq # cleanup[3] wiping configparser # cleanup[3] wiping email.mime.text # cleanup[3] wiping gzip # cleanup[3] wiping http.cookiejar <<< 7723 1726883203.49179: stdout chunk (state=3): >>># cleanup[3] wiping urllib.request # destroy http # cleanup[3] wiping urllib.error # cleanup[3] wiping urllib.response # cleanup[3] wiping http.client # cleanup[3] wiping ssl <<< 7723 1726883203.49183: stdout chunk (state=3): >>># cleanup[3] wiping _ssl # cleanup[3] wiping email.parser # cleanup[3] wiping email.feedparser # cleanup[3] wiping email.mime.multipart # cleanup[3] wiping email.mime.application # cleanup[3] wiping email.mime.nonmultipart # cleanup[3] wiping email.mime.base # cleanup[3] wiping email.policy # cleanup[3] wiping email.contentmanager # cleanup[3] wiping email.message # destroy quopri # cleanup[3] wiping email.iterators # cleanup[3] wiping email.headerregistry # cleanup[3] wiping email._header_value_parser <<< 7723 1726883203.49231: stdout chunk (state=3): >>># cleanup[3] wiping email._encoded_words # cleanup[3] wiping email._policybase # cleanup[3] wiping email.utils # cleanup[3] wiping email._parseaddr # cleanup[3] wiping calendar <<< 7723 1726883203.49234: stdout chunk (state=3): >>># cleanup[3] wiping email.header # cleanup[3] wiping email.charset # cleanup[3] wiping email.base64mime # cleanup[3] wiping email.quoprimime # cleanup[3] wiping email.errors # cleanup[3] wiping email.encoders <<< 7723 1726883203.49280: stdout chunk (state=3): >>># cleanup[3] wiping email.mime # destroy email.mime.base # destroy email.mime.nonmultipart # destroy email.mime.application # destroy email.mime.multipart # destroy email.mime.text # cleanup[3] wiping email # destroy email._parseaddr # destroy email._policybase # destroy email._encoded_words # destroy email._header_value_parser # destroy email.mime # destroy email.encoders # destroy email.errors # destroy email.quoprimime # destroy email.base64mime # destroy email.charset # destroy email.header # destroy email.utils # destroy email.headerregistry # destroy email.iterators # destroy email.message # destroy email.contentmanager # destroy email.policy # destroy email.feedparser # destroy email.parser # cleanup[3] wiping argparse # cleanup[3] wiping gettext # cleanup[3] wiping selinux._selinux # cleanup[3] wiping copy # 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 array # cleanup[3] wiping _socket <<< 7723 1726883203.49315: stdout chunk (state=3): >>># cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # destroy logging.handlers # destroy logging.config <<< 7723 1726883203.49358: stdout chunk (state=3): >>># cleanup[3] wiping string # cleanup[3] wiping _string # destroy _string # cleanup[3] wiping _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # destroy syslog # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping textwrap # cleanup[3] wiping tokenize <<< 7723 1726883203.49361: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping subprocess # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale <<< 7723 1726883203.49404: stdout chunk (state=3): >>># cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping typing <<< 7723 1726883203.49441: stdout chunk (state=3): >>># cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping zipfile <<< 7723 1726883203.49445: stdout chunk (state=3): >>># destroy zipfile._path # destroy bz2 # destroy lzma # cleanup[3] wiping zipfile._path.glob # cleanup[3] wiping pathlib # cleanup[3] wiping urllib.parse # destroy ipaddress <<< 7723 1726883203.49475: stdout chunk (state=3): >>># cleanup[3] wiping urllib # destroy urllib.response # destroy urllib.error # destroy urllib.request # cleanup[3] wiping ntpath # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping tempfile # cleanup[3] wiping weakref # cleanup[3] wiping random # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil <<< 7723 1726883203.49519: stdout chunk (state=3): >>># cleanup[3] wiping _lzma # cleanup[3] wiping _bz2 # cleanup[3] wiping _compression # cleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping fnmatch <<< 7723 1726883203.49524: stdout chunk (state=3): >>># cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings <<< 7723 1726883203.49550: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping base64 # cleanup[3] wiping binascii # cleanup[3] wiping struct # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping enum <<< 7723 1726883203.49592: stdout chunk (state=3): >>># 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 <<< 7723 1726883203.49626: stdout chunk (state=3): >>># cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # cleanup[3] wiping os.path # destroy genericpath # cleanup[3] wiping posixpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # destroy _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping zipimport # destroy _frozen_importlib_external # cleanup[3] wiping time # cleanup[3] wiping posix # cleanup[3] wiping marshal # destroy marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # destroy _imp # cleanup[3] wiping _frozen_importlib <<< 7723 1726883203.49647: stdout chunk (state=3): >>># cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 7723 1726883203.49677: stdout chunk (state=3): >>># destroy librepo._librepo # destroy _dbus_glib_bindings # destroy rhsm._certificate # destroy decimal # destroy _curses # destroy libcomps._libpycomps # destroy hawkey._hawkey # destroy rpm._rpm # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 7723 1726883203.50552: stdout chunk (state=3): >>># destroy sys.monitoring <<< 7723 1726883203.50590: stdout chunk (state=3): >>># destroy zipimport <<< 7723 1726883203.50621: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 7723 1726883203.50652: stdout chunk (state=3): >>># destroy re._parser <<< 7723 1726883203.50670: stdout chunk (state=3): >>># destroy tokenize <<< 7723 1726883203.50682: stdout chunk (state=3): >>># destroy _compat_pickle <<< 7723 1726883203.50696: stdout chunk (state=3): >>># destroy libdnf._error # destroy ansible.module_utils.six.moves.urllib # destroy _thread <<< 7723 1726883203.50708: stdout chunk (state=3): >>># destroy _weakref <<< 7723 1726883203.50716: stdout chunk (state=3): >>># destroy array # destroy gi.types # destroy gi._error # destroy gi._gi # destroy gi._gobject # destroy gi._constants # destroy gi.docstring # destroy gi._propertyhelper # destroy gi._signalhelper # destroy gi.module # destroy gi.overrides # destroy gi.importer # destroy gi.repository # destroy gi._ossighelper # destroy gi._option # destroy textwrap <<< 7723 1726883203.50748: stdout chunk (state=3): >>># destroy _queue <<< 7723 1726883203.50763: stdout chunk (state=3): >>># destroy posix <<< 7723 1726883203.50783: stdout chunk (state=3): >>># destroy stat # destroy selectors <<< 7723 1726883203.50802: stdout chunk (state=3): >>># destroy six.moves.urllib_parse # destroy six.moves.urllib.error # destroy six.moves.urllib.request # destroy six.moves.urllib.response # destroy six.moves.urllib.robotparser <<< 7723 1726883203.50809: stdout chunk (state=3): >>># destroy _pickle # 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 <<< 7723 1726883203.50839: stdout chunk (state=3): >>># destroy _typing # destroy dateutil.parser._parser # destroy _tokenize <<< 7723 1726883203.50851: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves # destroy _operator <<< 7723 1726883203.50887: stdout chunk (state=3): >>># destroy dateutil.tz # destroy gzip <<< 7723 1726883203.50932: stdout chunk (state=3): >>># destroy signal <<< 7723 1726883203.51007: stdout chunk (state=3): >>># destroy rhsmlib.facts.dmiinfo # destroy requests <<< 7723 1726883203.51016: stdout chunk (state=3): >>># destroy six # destroy iniparse.ini <<< 7723 1726883203.51032: stdout chunk (state=3): >>># destroy _blake2 # destroy queue # destroy shlex # destroy pwd <<< 7723 1726883203.51058: stdout chunk (state=3): >>># destroy _functools # destroy gettext # destroy libcomps # destroy locale # destroy dnf.rpm.transaction # destroy dnf.rpm.connection # destroy dnf.rpm.miscutils # destroy base64 # destroy inspect # destroy gc # destroy math # destroy zlib # destroy http.cookies <<< 7723 1726883203.51072: stdout chunk (state=3): >>># destroy _ssl <<< 7723 1726883203.51087: stdout chunk (state=3): >>># destroy shutil <<< 7723 1726883203.51096: stdout chunk (state=3): >>># destroy _heapq # destroy enum <<< 7723 1726883203.51113: stdout chunk (state=3): >>># destroy urllib.parse <<< 7723 1726883203.51147: stdout chunk (state=3): >>># destroy ntpath <<< 7723 1726883203.51193: stdout chunk (state=3): >>># destroy rhsmlib.facts.custom # destroy rhsmlib.facts.host_collector # destroy rhsmlib.facts.hwprobe # destroy rhsmlib.facts.insights # destroy rhsmlib.facts.kpatch # destroy rhsmlib.facts.cloud_facts # destroy rhsmlib.facts.pkg_arches # destroy rhsmlib.facts.network <<< 7723 1726883203.51202: stdout chunk (state=3): >>># destroy rhsm # destroy rhsmlib.dbus.dbus_utils <<< 7723 1726883203.51246: stdout chunk (state=3): >>># destroy traceback # destroy dnf.yum.misc # destroy glob # destroy functools # destroy curses # destroy fcntl # destroy termios <<< 7723 1726883203.51275: stdout chunk (state=3): >>># destroy argparse # destroy dnf.cli.commands.alias # destroy dnf.cli.commands.autoremove # destroy dnf.cli.commands.check # destroy dnf.cli.commands.clean # destroy dnf.cli.commands.repoquery # destroy dnf.cli.commands.deplist # destroy dnf.cli.commands.distrosync # destroy dnf.cli.commands.downgrade # destroy dnf.cli.commands.group # destroy dnf.cli.commands.history # destroy dnf.cli.commands.install # destroy dnf.cli.commands.makecache # destroy dnf.cli.commands.mark # destroy dnf.cli.commands.module # destroy dnf.cli.commands.reinstall # destroy dnf.cli.commands.remove # destroy dnf.cli.commands.repolist # destroy dnf.cli.commands.search # destroy dnf.cli.commands.shell # destroy dnf.cli.commands.swap # destroy dnf.cli.commands.updateinfo # destroy dnf.cli.commands.upgrade # destroy dnf.cli.commands.upgrademinimal # destroy operator # destroy random # destroy rpm # destroy hawkey # destroy dnf.cli.output # destroy dnf # destroy json.scanner # destroy _json # destroy dataclasses # destroy configparser # destroy fnmatch # destroy pyinotify # destroy requests.sessions # destroy _opcode <<< 7723 1726883203.51333: stdout chunk (state=3): >>># destroy urllib3.packages.six.moves.urllib_parse # destroy urllib3.packages.six.moves.urllib.error # destroy urllib3.packages.six.moves.urllib.request # destroy urllib3.packages.six.moves.urllib.response # destroy urllib3.packages.six.moves.urllib.robotparser <<< 7723 1726883203.51380: stdout chunk (state=3): >>># destroy urllib3.packages # destroy urllib3.exceptions # destroy urllib3._version # destroy urllib3._collections # destroy urllib3.contrib # destroy urllib3.util # destroy urllib3.connection # destroy urllib3.fields # destroy urllib3.filepost # destroy urllib3.request # destroy urllib3.response # destroy urllib3.connectionpool # destroy urllib3.poolmanager <<< 7723 1726883203.51400: stdout chunk (state=3): >>># destroy calendar # destroy copy # destroy codecs # destroy struct # destroy tempfile # destroy requests.certs # destroy hashlib # destroy datetime # destroy encodings # destroy charset_normalizer # destroy http.cookiejar # destroy json <<< 7723 1726883203.51407: stdout chunk (state=3): >>># destroy typing <<< 7723 1726883203.51493: stdout chunk (state=3): >>># destroy _multibytecodec <<< 7723 1726883203.51514: stdout chunk (state=3): >>># destroy _socket <<< 7723 1726883203.51578: stdout chunk (state=3): >>># destroy hmac # destroy binascii # destroy _hashlib # destroy dbus # destroy rhsmlib.dbus.constants # destroy rhsm.connection # destroy gi.repository.GLib # destroy rhsmlib.services.config # destroy subscription_manager.injection <<< 7723 1726883203.51610: stdout chunk (state=3): >>># destroy http.client # destroy email <<< 7723 1726883203.51624: stdout chunk (state=3): >>># destroy _warnings # destroy ssl # destroy string # destroy subprocess # destroy rhsmlib.facts.collector <<< 7723 1726883203.51664: stdout chunk (state=3): >>># destroy errno # destroy select # destroy time # destroy socket # destroy urllib3.contrib._appengine_environ # destroy urllib3.packages.six # destroy urllib # destroy importlib <<< 7723 1726883203.51693: stdout chunk (state=3): >>># destroy idna.idnadata # destroy bisect # destroy unicodedata # destroy _io # destroy _compression # destroy posixpath # destroy zipfile # destroy itertools # destroy pathlib # destroy zipfile._path.glob # destroy threading # destroy logging # destroy warnings # destroy io # destroy collections # destroy contextlib # destroy _bz2 # destroy _lzma <<< 7723 1726883203.51719: stdout chunk (state=3): >>># destroy xml.etree.ElementPath # destroy pyexpat # destroy _elementtree <<< 7723 1726883203.51816: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 7723 1726883203.51957: stdout chunk (state=3): >>># destroy _codecs # destroy re <<< 7723 1726883203.51994: stdout chunk (state=3): >>># destroy _random <<< 7723 1726883203.51997: stdout chunk (state=3): >>># destroy _sre <<< 7723 1726883203.52017: stdout chunk (state=3): >>># clear sys.audit hooks <<< 7723 1726883203.52949: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.120 closed. <<< 7723 1726883203.52975: stderr chunk (state=3): >>><<< 7723 1726883203.52978: stdout chunk (state=3): >>><<< 7723 1726883203.53396: _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 0x7fd3c1f683e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1f37a10> # /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 0x7fd3c1f6a960> 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 0x7fd3c1d1cfe0> # /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 0x7fd3c1d1df10> 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 0x7fd3c1d5bd40> # /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 0x7fd3c1d5bf80> # /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 0x7fd3c1d93770> # /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 0x7fd3c1d93e00> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1d73a10> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1d71130> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1d58ef0> # /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 0x7fd3c1db7770> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1db6390> # /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 0x7fd3c1d72120> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1db4b60> # /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 0x7fd3c1de87a0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1d58170> # /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 0x7fd3c1de8c50> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1de8b00> # 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 0x7fd3c1de8ec0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1d56c90> # /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 0x7fd3c1de9550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1de9220> 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 0x7fd3c1dea420> 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 0x7fd3c1e04650> 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 0x7fd3c1e05d90> # /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 0x7fd3c1e06c30> # 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 0x7fd3c1e07290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1e06180> # /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 0x7fd3c1e07d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1e07440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1dea480> # /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 0x7fd3c1b37c50> # /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 0x7fd3c1b60740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1b604a0> # 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 0x7fd3c1b60680> # /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 0x7fd3c1b61010> # 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 0x7fd3c1b619d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1b608c0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1b35df0> # /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 0x7fd3c1b62d80> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1b61880> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1deab70> # /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 0x7fd3c1b8b0b0> # /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 0x7fd3c1bb3470> # /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 0x7fd3c1c10200> # /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 0x7fd3c1c12960> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1c10320> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1bdd220> # /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 0x7fd3c1529340> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1bb22a0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1b63cb0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fd3c1bb25d0> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_z3luz937/ansible_ansible.legacy.dnf_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 0x7fd3c15830b0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1561fa0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1561130> # 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 0x7fd3c1580f80> # /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 0x7fd3c15ae990> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c15ae720> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c15ae030> # /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 0x7fd3c15aeb10> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1583d40> 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 0x7fd3c15af6e0> # 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 0x7fd3c15af8f0> # /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 0x7fd3c15afe30> 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 0x7fd3c1411be0> # 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 0x7fd3c1413800> # /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 0x7fd3c1418200> # /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 0x7fd3c14190d0> # /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 0x7fd3c141bdd0> # 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 0x7fd3c1b8b020> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c141a090> # /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 0x7fd3c1423b60> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1422630> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1422390> # /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 0x7fd3c1422900> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c141a5a0> # 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 0x7fd3c1467e30> # /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 0x7fd3c1467ec0> # /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 0x7fd3c1469a00> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c14697c0> # /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 0x7fd3c146bf80> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c146a0f0> # /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 0x7fd3c146f5f0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c146bfb0> # 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 0x7fd3c14706e0> # 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 0x7fd3c1470770> # 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 0x7fd3c14709b0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1468080> # /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 0x7fd3c14fc110> # 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 0x7fd3c14fcf50> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c14728a0> # 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 0x7fd3c1473c50> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c14724b0> # 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 0x7fd3c1301250> # /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 0x7fd3c1301f70> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c14ffe00> 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 0x7fd3c13026c0> # 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 0x7fd3c13032c0> # 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 0x7fd3c130ddf0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c130bbf0> 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 0x7fd3c1402810> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c15e24e0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c130df70> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c130db80> # 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 # zipimport: zlib available # /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py # code object from '/usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc' import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c13a3da0> # /usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/__init__.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc' import 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c13a01d0> # /usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/application.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py # code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py # code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c13a08f0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c13a04a0> # /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py # code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc' import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c13a1220> # /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py # code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py # code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py # code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py # code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1385730> # /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py # code object from '/usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c1385610> # /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py # code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c0f56450> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c13a2a50> # /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py # code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py # code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py # code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c0f58f20> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c0f57aa0> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c146be30> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c13a1ee0> # /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py # code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py # code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py # code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c0fc4fb0> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c0f7d0d0> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c0f578c0> # /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py # code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py # code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py # code object from '/usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc' import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c0fcc9e0> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c0fc6db0> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c0f7cbf0> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c13a18e0> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c13a12b0> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c13a0fe0> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c13a0230> # /usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/multipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc' import 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c13a12e0> # /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py # code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py # code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c0fccfe0> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c0fcc710> # /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py # code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c0fcd730> # /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py # code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py # code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' # extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' # extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3c0f48380> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c0fb1550> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c0fce660> # /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py # code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c0fb0fe0> # /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py # code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c0fea0f0> # /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc' # /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc' import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c0fead80> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c0fea840> # /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c0feb260> # /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py # code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c0fbf8f0> # /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py # code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c0e77ef0> # zipimport: zlib available import 'ansible.module_utils.urls' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.version' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.respawn' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.yumdnf' # # zipimport: zlib available # /usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/pycomp.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc' # /usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/text.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc' import 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c0eb6cc0> # /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py # code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c0eb6de0> # /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py # code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py # code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3c0c06f90> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c0c067e0> # extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' # extension module '_queue' executed from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' import '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3c0c069c0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c0eb7320> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c0eb5ee0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/const.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc' import 'dnf.const' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c0eb69c0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/base.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/__init__.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/error.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc' # extension module 'libdnf._error' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_error.so' # extension module 'libdnf._error' executed from '/usr/lib64/python3.12/site-packages/libdnf/_error.so' import 'libdnf._error' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3c0c80620> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c0c80200> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/common_types.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc' # extension module 'libdnf._common_types' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so' # extension module 'libdnf._common_types' executed from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so' import 'libdnf._common_types' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3c0c83ef0> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c0c80770> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/conf.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' # extension module 'libdnf._conf' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so' # extension module 'libdnf._conf' executed from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so' import 'libdnf._conf' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3c072ef00> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c0c83d40> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/module.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc' # extension module 'libdnf._module' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_module.so' # extension module 'libdnf._module' executed from '/usr/lib64/python3.12/site-packages/libdnf/_module.so' import 'libdnf._module' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3c07ac9b0> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c072f230> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/repo.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc' # extension module 'libdnf._repo' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so' # extension module 'libdnf._repo' executed from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so' import 'libdnf._repo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3c07afa10> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c07acbc0> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/transaction.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc' # extension module 'libdnf._transaction' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so' # extension module 'libdnf._transaction' executed from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so' import 'libdnf._transaction' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3c07ebb00> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c07afd10> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/utils.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc' # extension module 'libdnf._utils' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so' # extension module 'libdnf._utils' executed from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so' import 'libdnf._utils' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3bede4e00> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bede4230> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c0c23d40> # /usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/comps.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/exceptions.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/i18n.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc' # extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3bee00320> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bede7770> # /usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/util.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/callback.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc' import 'dnf.yum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bee029f0> # /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/rpmtrans.py # code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc' import 'dnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bee038f0> # /usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/__init__.py # code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc' # extension module 'rpm._rpm' loaded from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so' # extension module 'rpm._rpm' executed from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so' import 'rpm._rpm' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3bee241d0> # /usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/transaction.py # code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc' import 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bee25640> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bee03b30> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bee028a0> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bee02240> # /usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/hawkey/__init__.py # code object from '/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc' # extension module 'hawkey._hawkey' loaded from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so' # extension module 'hawkey._hawkey' executed from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so' import 'hawkey._hawkey' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3bee27290> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bee02e10> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bee006b0> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bede6d80> # /usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libcomps/__init__.py # code object from '/usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc' # extension module 'libcomps._libpycomps' loaded from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so' # extension module 'libcomps._libpycomps' executed from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so' import 'libcomps._libpycomps' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3bede74a0> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bede7200> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bede4f80> # /usr/lib/python3.12/site-packages/dnf/db/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/__init__.cpython-312.pyc' import 'dnf.db' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bee64950> # /usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/history.py # code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/misc.py # code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/crypto.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc' import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bee66ed0> # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bee676b0> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bee66180> # /usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/group.py # code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc' import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bee67ef0> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bee64920> # /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/config.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/substitutions.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc' import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bee91910> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bee90e90> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bee90cb0> # /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/read.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repo.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/logging.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/lock.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc' import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3beebc920> # /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py # code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py # code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py # code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be786990> # extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' # extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3be786cc0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3beebec30> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3beebcdd0> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bee93dd0> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bee92060> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bee91dc0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/dnssec.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/transaction.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc' import 'dnf.rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be7c07d0> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be7878f0> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bee925a0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/drpm.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc' import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be7c0e30> # /usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/goal.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc' import 'dnf.goal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be7c11f0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/history.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc' import 'dnf.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be7c1280> # /usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc' import 'dnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be7c13a0> # /usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/module_base.py # code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/smartcols.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc' # extension module 'libdnf._smartcols' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so' # extension module 'libdnf._smartcols' executed from '/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so' import 'libdnf._smartcols' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3be7c3f50> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be7c20c0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/selector.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc' import 'dnf.selector' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be7c3fb0> # /usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/exceptions.py # code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc' import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be7e8170> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be7c1190> # /usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/persistor.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc' import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be7e82f0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/plugin.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py # code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py # code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py # code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' # extension module '_opcode' loaded from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' # extension module '_opcode' executed from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' import '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3be80bce0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be80b140> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be809bb0> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be7e9af0> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be7e8f50> # /usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/query.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc' import 'dnf.query' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be7ebe00> # /usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repodict.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc' import 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be7eb1a0> # /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/connection.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc' import 'dnf.rpm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be84c620> # /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/miscutils.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc' import 'dnf.rpm.miscutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be84c890> # /usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/sack.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/package.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc' import 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be84d1f0> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be84cc80> # /usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/subject.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc' import 'dnf.subject' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be84e0f0> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c0c07140> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c0eb5790> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/builddep.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnfpluginscore/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc' import 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be84ed50> # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/cli.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/output.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/format.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc' import 'dnf.cli.format' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be5c3800> # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/progress.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/term.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc' # /usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/curses/__init__.py # code object from '/usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc' # extension module '_curses' loaded from '/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so' # extension module '_curses' executed from '/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so' import '_curses' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3be5e1880> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be5e1430> # extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' # extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3be7c0890> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be5e02f0> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be5c3b30> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be5c0860> # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/aliases.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc' import 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3c0cb3530> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/option_parser.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc' import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be5f6d80> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be5f58b0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/alias.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc' import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be620590> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/autoremove.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc' import 'dnf.cli.commands.autoremove' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be620890> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/check.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc' import 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be620b00> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/clean.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc' import 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be620da0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/deplist.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repoquery.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc' import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be621490> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be6212e0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/distrosync.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-312.pyc' import 'dnf.cli.commands.distrosync' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be622d80> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/downgrade.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc' import 'dnf.cli.commands.downgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be622ed0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/group.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc' import 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be6230e0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/history.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction_sr.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc' import 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be623f80> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be6238c0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/install.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc' import 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be638c20> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/makecache.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc' import 'dnf.cli.commands.makecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be639070> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/mark.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc' import 'dnf.cli.commands.mark' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be639250> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/module.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc' import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be639520> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/reinstall.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-312.pyc' import 'dnf.cli.commands.reinstall' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be63a3f0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/remove.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc' import 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be63a660> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repolist.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc' import 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be63a870> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/search.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/match_counter.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc' import 'dnf.match_counter' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be63b470> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be63af90> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/shell.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py # code object from '/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc' import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be6642f0> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be63bc20> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/swap.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc' import 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be664f80> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/updateinfo.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc' import 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be665220> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrade.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc' import 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be666180> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrademinimal.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc' import 'dnf.cli.commands.upgrademinimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be6663f0> # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/demand.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc' import 'dnf.cli.demand' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be6665a0> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be84f1a0> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be84ef30> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be84e660> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/changelog.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_version.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc' import 'dateutil._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be666f60> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be666cc0> # /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/_parser.py # code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc' # /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py # code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be685400> # /usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc matches /usr/lib64/python3.12/decimal.py # code object from '/usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py # code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be686b40> # extension module '_decimal' loaded from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so' # extension module '_decimal' executed from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so' import '_decimal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3be685d30> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be6858e0> # /usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/relativedelta.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_common.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc' import 'dateutil._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be434440> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be41f830> # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/tz.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc' import 'six.moves' # # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_common.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc' import 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be437380> # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_factories.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc' import 'dateutil.tz._factories' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be437c80> # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/win.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc' # destroy dateutil.tz.win import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be434ad0> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be4347a0> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be667230> # /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/isoparser.py # code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc' import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be684f50> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be666f90> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be84ef00> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/config_manager.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc' import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be461e20> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/copr.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc' import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be4626f0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/debuginfo-install.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc' import 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be463710> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/download.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc' import 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be463d70> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/generate_completion_cache.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc' # /usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/__init__.py # code object from '/usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/dbapi2.py # code object from '/usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc' # extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' # extension module '_sqlite3' executed from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' import '_sqlite3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3be489460> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be488e30> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be488ad0> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be488770> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/groups_manager.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc' import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be488b90> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/needs_restarting.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc' import 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be48b1a0> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc' import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be48b230> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc' # extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' # extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' import '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3be48b950> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be48b7d0> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc' import 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be4b9f40> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc' # /usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/__init__.py # code object from '/usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc' import 'xml' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be4bb140> # /usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/__init__.py # code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc' import 'xml.parsers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be4bb3b0> # /usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/expat.py # code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc' # extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' # extension module 'pyexpat' executed from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' import 'pyexpat' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3be4bb530> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be4bb350> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be4bac30> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be4ba0c0> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be4b93a0> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be4b8950> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be4b81d0> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be48ac90> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be48a180> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repoclosure.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc' import 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be4baea0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repodiff.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc' import 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be4bba10> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repograph.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc' import 'dnf.plugin.dynamic.repograph' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be4e4320> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repomanage.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc' import 'dnf.plugin.dynamic.repomanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be4e46e0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/reposync.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc' import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be4e4fe0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/system_upgrade.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc' import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be4e5b50> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/product-id.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/product-id.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/product-id.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/__init__.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/__init__.cpython-312.pyc' import 'subscription_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be50c440> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/productid.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/productid.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/productid.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/__init__.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/__init__.cpython-312.pyc' import 'rhsm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be50db20> # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/certificate.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/certificate.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/certificate.cpython-312.pyc' # extension module 'rhsm._certificate' loaded from '/usr/lib64/python3.12/site-packages/rhsm/_certificate.cpython-312-x86_64-linux-gnu.so' # extension module 'rhsm._certificate' executed from '/usr/lib64/python3.12/site-packages/rhsm/_certificate.cpython-312-x86_64-linux-gnu.so' import 'rhsm._certificate' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3be17d100> import 'rhsm.certificate' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be50d9d0> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/certdirectory.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/certdirectory.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/certdirectory.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/config.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/config.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/config.cpython-312.pyc' # /usr/lib/python3.12/site-packages/iniparse/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/iniparse/__init__.py # code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/iniparse/__pycache__/ini.cpython-312.pyc matches /usr/lib/python3.12/site-packages/iniparse/ini.py # code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/ini.cpython-312.pyc' # /usr/lib/python3.12/site-packages/iniparse/__pycache__/configparser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/iniparse/configparser.py # code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/configparser.cpython-312.pyc' import 'iniparse.configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be1a8dd0> # /usr/lib/python3.12/site-packages/iniparse/__pycache__/config.cpython-312.pyc matches /usr/lib/python3.12/site-packages/iniparse/config.py # code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/config.cpython-312.pyc' import 'iniparse.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be1a8f20> import 'iniparse.ini' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be17fb90> # /usr/lib/python3.12/site-packages/iniparse/__pycache__/compat.cpython-312.pyc matches /usr/lib/python3.12/site-packages/iniparse/compat.py # code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/compat.cpython-312.pyc' import 'iniparse.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be1a9df0> # /usr/lib/python3.12/site-packages/iniparse/__pycache__/utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/iniparse/utils.py # code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/utils.cpython-312.pyc' import 'iniparse.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be1aa7b0> import 'iniparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be17f8c0> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/i18n.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/i18n.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/i18n.cpython-312.pyc' import 'subscription_manager.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be1aa840> import 'rhsm.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be17edb0> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/injection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/injection.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/injection.cpython-312.pyc' import 'subscription_manager.injection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be1aae10> # /usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/__init__.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/__init__.cpython-312.pyc' import 'rhsmlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be1ab230> # /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/__init__.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/__init__.cpython-312.pyc' import 'rhsmlib.services' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be1ab350> # /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/config.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/config.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/config.cpython-312.pyc' import 'rhsmlib.services.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be1ab410> # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/certificate2.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/certificate2.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/certificate2.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/connection.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/connection.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/https.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/https.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/https.cpython-312.pyc' import 'rhsm.https' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be1d3ce0> # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/ourjson.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/ourjson.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/ourjson.cpython-312.pyc' import 'rhsm.ourjson' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be1d3e60> # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/utils.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/utils.cpython-312.pyc' import 'rhsm.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be1d3f50> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/version.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/version.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/version.cpython-312.pyc' import 'subscription_manager.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be1f5670> import 'rhsm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be1d10a0> # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/pathtree.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/pathtree.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/pathtree.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/bitstream.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/bitstream.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/bitstream.cpython-312.pyc' import 'rhsm.bitstream' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be209220> # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/huffman.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/huffman.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/huffman.cpython-312.pyc' import 'rhsm.huffman' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be209700> import 'rhsm.pathtree' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be1d1d00> import 'rhsm.certificate2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be1abbc0> import 'subscription_manager.certdirectory' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be17ddc0> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/utils.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/utils.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc matches /usr/lib64/python3.12/pprint.py # code object from '/usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc matches /usr/lib64/python3.12/dataclasses.py # code object from '/usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc' import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be240b90> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be20b9e0> # /usr/lib64/python3.12/site-packages/subscription_manager/branding/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/branding/__init__.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/branding/__pycache__/__init__.cpython-312.pyc' import 'subscription_manager.branding' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be240e60> # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/__init__.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/__init__.cpython-312.pyc' import 'rhsmlib.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be242d20> # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/hwprobe.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/hwprobe.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/hwprobe.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cpuinfo.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/cpuinfo.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cpuinfo.cpython-312.pyc' import 'rhsmlib.facts.cpuinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be243e30> # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/collector.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/collector.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/collector.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/collection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/collection.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/collection.cpython-312.pyc' import 'rhsmlib.facts.collection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be071640> import 'rhsmlib.facts.collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be0711c0> import 'rhsmlib.facts.hwprobe' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be242e10> import 'subscription_manager.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be20a8d0> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/repolib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/repolib.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/repolib.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cache.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cache.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cache.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/profile.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/profile.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/profile.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/cloud_what/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/__init__.py # code object from '/usr/lib64/python3.12/site-packages/cloud_what/__pycache__/__init__.cpython-312.pyc' import 'cloud_what' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be0a1d90> # /usr/lib64/python3.12/site-packages/cloud_what/__pycache__/provider.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/provider.py # code object from '/usr/lib64/python3.12/site-packages/cloud_what/__pycache__/provider.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/host_collector.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/host_collector.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/host_collector.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cleanup.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/cleanup.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cleanup.cpython-312.pyc' import 'rhsmlib.facts.cleanup' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be0a2780> # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/virt.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/virt.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/virt.cpython-312.pyc' import 'rhsmlib.facts.virt' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be0a29f0> # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/firmware_info.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/firmware_info.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/firmware_info.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/dmiinfo.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/dmiinfo.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/dmiinfo.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/dmidecodeparser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/dmidecodeparser.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/dmidecodeparser.cpython-312.pyc' import 'rhsmlib.facts.dmidecodeparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be0a35c0> import 'rhsmlib.facts.dmiinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be0a3200> import 'rhsmlib.facts.firmware_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be0a2d50> import 'rhsmlib.facts.host_collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be0a2450> # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/custom.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/custom.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/custom.cpython-312.pyc' import 'rhsmlib.facts.custom' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be0a3e30> # /usr/lib64/python3.12/site-packages/cloud_what/__pycache__/_base_provider.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/_base_provider.py # code object from '/usr/lib64/python3.12/site-packages/cloud_what/__pycache__/_base_provider.cpython-312.pyc' # /usr/lib/python3.12/site-packages/requests/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/__init__.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/urllib3/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/__init__.py # code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/urllib3/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/exceptions.py # code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/exceptions.cpython-312.pyc' # /usr/lib/python3.12/site-packages/urllib3/packages/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/packages/__init__.py # code object from '/usr/lib/python3.12/site-packages/urllib3/packages/__pycache__/__init__.cpython-312.pyc' import 'urllib3.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be0ceb70> # /usr/lib/python3.12/site-packages/urllib3/packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/packages/six.py # code object from '/usr/lib/python3.12/site-packages/urllib3/packages/__pycache__/six.cpython-312.pyc' import 'urllib3.packages.six' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be0cec90> import 'urllib3.packages.six.moves' # import 'urllib3.packages.six.moves.http_client' # import 'urllib3.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be0cde20> # /usr/lib/python3.12/site-packages/urllib3/__pycache__/_version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/_version.py # code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/_version.cpython-312.pyc' import 'urllib3._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be0ce030> # /usr/lib/python3.12/site-packages/urllib3/__pycache__/connectionpool.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/connectionpool.py # code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/connectionpool.cpython-312.pyc' # /usr/lib/python3.12/site-packages/urllib3/__pycache__/_collections.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/_collections.py # code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/_collections.cpython-312.pyc' import 'urllib3._collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be0f74a0> # /usr/lib/python3.12/site-packages/urllib3/__pycache__/connection.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/connection.py # code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/connection.cpython-312.pyc' # /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/__init__.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/connection.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/connection.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/connection.cpython-312.pyc' # /usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/contrib/__init__.py # code object from '/usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/__init__.cpython-312.pyc' import 'urllib3.contrib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be121490> # /usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/_appengine_environ.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/contrib/_appengine_environ.py # code object from '/usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/_appengine_environ.cpython-312.pyc' import 'urllib3.contrib._appengine_environ' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be1214c0> # /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/wait.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/wait.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/wait.cpython-312.pyc' import 'urllib3.util.wait' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be121640> import 'urllib3.util.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be121040> # /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/request.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/request.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/request.cpython-312.pyc' import 'urllib3.util.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be121a90> # /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/response.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/response.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/response.cpython-312.pyc' import 'urllib3.util.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be121c10> # /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/retry.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/retry.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/retry.cpython-312.pyc' import 'urllib3.util.retry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be121d90> # /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssl_.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/ssl_.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssl_.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/hmac.cpython-312.pyc matches /usr/lib64/python3.12/hmac.py # code object from '/usr/lib64/python3.12/__pycache__/hmac.cpython-312.pyc' import 'hmac' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be123170> # /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/url.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/url.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/url.cpython-312.pyc' import 'urllib3.util.url' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be1238c0> # /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssltransport.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/ssltransport.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssltransport.cpython-312.pyc' import 'urllib3.util.ssltransport' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be123cb0> import 'urllib3.util.ssl_' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be122ab0> # /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/timeout.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/timeout.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/timeout.cpython-312.pyc' import 'urllib3.util.timeout' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be122c00> import 'urllib3.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be120d40> # /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/proxy.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/proxy.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/proxy.cpython-312.pyc' import 'urllib3.util.proxy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be0ce990> # /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssl_match_hostname.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/ssl_match_hostname.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssl_match_hostname.cpython-312.pyc' import 'urllib3.util.ssl_match_hostname' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be148f50> import 'urllib3.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be1202f0> # /usr/lib/python3.12/site-packages/urllib3/__pycache__/request.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/request.py # code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/request.cpython-312.pyc' # /usr/lib/python3.12/site-packages/urllib3/__pycache__/filepost.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/filepost.py # code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/filepost.cpython-312.pyc' # /usr/lib/python3.12/site-packages/urllib3/__pycache__/fields.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/fields.py # code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/fields.cpython-312.pyc' import 'urllib3.fields' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be1498e0> import 'urllib3.filepost' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be149430> import 'urllib3.packages.six.moves.urllib' # import 'urllib3.packages.six.moves.urllib.parse' # import 'urllib3.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be120a40> # /usr/lib/python3.12/site-packages/urllib3/__pycache__/response.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/response.py # code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/response.cpython-312.pyc' import 'urllib3.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be149760> # /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/queue.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/queue.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/queue.cpython-312.pyc' import 'urllib3.util.queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be14b350> import 'urllib3.connectionpool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be0ce1b0> # /usr/lib/python3.12/site-packages/urllib3/__pycache__/poolmanager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/poolmanager.py # code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/poolmanager.cpython-312.pyc' import 'urllib3.poolmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be14b4a0> import 'urllib3' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be0cd880> # /usr/lib/python3.12/site-packages/requests/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/exceptions.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/exceptions.cpython-312.pyc' # /usr/lib/python3.12/site-packages/requests/__pycache__/compat.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/compat.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/compat.cpython-312.pyc' # /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/__init__.py # code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/api.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/api.py # code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/api.cpython-312.pyc' # /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/cd.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/cd.py # code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/cd.cpython-312.pyc' # /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/constant.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/constant.py # code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/constant.cpython-312.pyc' import 'charset_normalizer.constant' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdf7de80> # /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/md.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/md.py # code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/md.cpython-312.pyc' # /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/utils.py # code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/utils.cpython-312.pyc' # extension module '_multibytecodec' loaded from '/usr/lib64/python3.12/lib-dynload/_multibytecodec.cpython-312-x86_64-linux-gnu.so' # extension module '_multibytecodec' executed from '/usr/lib64/python3.12/lib-dynload/_multibytecodec.cpython-312-x86_64-linux-gnu.so' import '_multibytecodec' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3bdfb5640> import 'charset_normalizer.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdfb4920> import 'charset_normalizer.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdfa3a40> # /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/models.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/models.py # code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/models.cpython-312.pyc' import 'charset_normalizer.models' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdfb6120> import 'charset_normalizer.cd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdf7d4c0> import 'charset_normalizer.api' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdf7d100> # /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/legacy.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/legacy.py # code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/legacy.cpython-312.pyc' import 'charset_normalizer.legacy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdfb7350> # /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/version.py # code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/version.cpython-312.pyc' import 'charset_normalizer.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdfb74d0> import 'charset_normalizer' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdf7ce30> # /usr/lib64/python3.12/http/__pycache__/cookies.cpython-312.pyc matches /usr/lib64/python3.12/http/cookies.py # code object from '/usr/lib64/python3.12/http/__pycache__/cookies.cpython-312.pyc' import 'http.cookies' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdfb7500> import 'requests.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdf7cc80> import 'requests.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdf7c6b0> # /usr/lib/python3.12/site-packages/requests/__pycache__/packages.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/packages.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/packages.cpython-312.pyc' # /usr/lib/python3.12/site-packages/idna/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/idna/__init__.py # code object from '/usr/lib/python3.12/site-packages/idna/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/idna/__pycache__/package_data.cpython-312.pyc matches /usr/lib/python3.12/site-packages/idna/package_data.py # code object from '/usr/lib/python3.12/site-packages/idna/__pycache__/package_data.cpython-312.pyc' import 'idna.package_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdfda6f0> # /usr/lib/python3.12/site-packages/idna/__pycache__/core.cpython-312.pyc matches /usr/lib/python3.12/site-packages/idna/core.py # code object from '/usr/lib/python3.12/site-packages/idna/__pycache__/core.cpython-312.pyc' # /usr/lib/python3.12/site-packages/idna/__pycache__/idnadata.cpython-312.pyc matches /usr/lib/python3.12/site-packages/idna/idnadata.py # code object from '/usr/lib/python3.12/site-packages/idna/__pycache__/idnadata.cpython-312.pyc' import 'idna.idnadata' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdfdaea0> # /usr/lib/python3.12/site-packages/idna/__pycache__/intranges.cpython-312.pyc matches /usr/lib/python3.12/site-packages/idna/intranges.py # code object from '/usr/lib/python3.12/site-packages/idna/__pycache__/intranges.cpython-312.pyc' import 'idna.intranges' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdfdafc0> import 'idna.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdfda180> import 'idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdf7c950> import 'requests.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdf7c800> # /usr/lib/python3.12/site-packages/requests/__pycache__/utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/utils.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/utils.cpython-312.pyc' # /usr/lib/python3.12/site-packages/requests/__pycache__/certs.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/certs.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/certs.cpython-312.pyc' import 'requests.certs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be0187a0> # /usr/lib/python3.12/site-packages/requests/__pycache__/__version__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/__version__.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/__version__.cpython-312.pyc' import 'requests.__version__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be018830> # /usr/lib/python3.12/site-packages/requests/__pycache__/_internal_utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/_internal_utils.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/_internal_utils.cpython-312.pyc' import 'requests._internal_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be0188f0> # /usr/lib/python3.12/site-packages/requests/__pycache__/cookies.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/cookies.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/cookies.cpython-312.pyc' import 'requests.cookies' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be018a10> # /usr/lib/python3.12/site-packages/requests/__pycache__/structures.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/structures.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/structures.cpython-312.pyc' import 'requests.structures' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be019f10> import 'requests.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdf7c830> # /usr/lib/python3.12/site-packages/requests/__pycache__/api.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/api.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/api.cpython-312.pyc' # /usr/lib/python3.12/site-packages/requests/__pycache__/sessions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/sessions.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/sessions.cpython-312.pyc' # /usr/lib/python3.12/site-packages/requests/__pycache__/adapters.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/adapters.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/adapters.cpython-312.pyc' # /usr/lib/python3.12/site-packages/requests/__pycache__/auth.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/auth.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/auth.cpython-312.pyc' import 'requests.auth' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be01bce0> # /usr/lib/python3.12/site-packages/requests/__pycache__/models.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/models.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/models.cpython-312.pyc' # /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py # code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be041e20> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be041850> # /usr/lib/python3.12/site-packages/requests/__pycache__/hooks.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/hooks.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/hooks.cpython-312.pyc' import 'requests.hooks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be042990> # /usr/lib/python3.12/site-packages/requests/__pycache__/status_codes.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/status_codes.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/status_codes.cpython-312.pyc' import 'requests.status_codes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be042b10> import 'requests.models' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be040650> # /usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/socks.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/contrib/socks.py # code object from '/usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/socks.cpython-312.pyc' # destroy urllib3.contrib.socks import 'requests.adapters' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be01b140> import 'requests.sessions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be01a630> import 'requests.api' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdfda060> import 'requests' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be0cd490> import 'cloud_what._base_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be0cc110> # /usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/providers/__init__.py # code object from '/usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/__init__.cpython-312.pyc' import 'cloud_what.providers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be01bb00> # /usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/aws.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/providers/aws.py # code object from '/usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/aws.cpython-312.pyc' import 'cloud_what.providers.aws' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be043680> # /usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/azure.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/providers/azure.py # code object from '/usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/azure.cpython-312.pyc' import 'cloud_what.providers.azure' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be043da0> # /usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/gcp.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/providers/gcp.py # code object from '/usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/gcp.cpython-312.pyc' import 'cloud_what.providers.gcp' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bde7c290> import 'cloud_what.provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be0a1e50> import 'rhsm.profile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be0a1340> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/jsonwrapper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/jsonwrapper.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/jsonwrapper.cpython-312.pyc' import 'subscription_manager.jsonwrapper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bde7cad0> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/isodate.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/isodate.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/isodate.cpython-312.pyc' import 'subscription_manager.isodate' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bde7cec0> # /usr/lib64/python3.12/site-packages/syspurpose/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/syspurpose/__init__.py # code object from '/usr/lib64/python3.12/site-packages/syspurpose/__pycache__/__init__.cpython-312.pyc' import 'syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bde7cfe0> # /usr/lib64/python3.12/site-packages/syspurpose/__pycache__/files.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/syspurpose/files.py # code object from '/usr/lib64/python3.12/site-packages/syspurpose/__pycache__/files.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/syspurpose/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/syspurpose/utils.py # code object from '/usr/lib64/python3.12/site-packages/syspurpose/__pycache__/utils.cpython-312.pyc' import 'syspurpose.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bde7ddc0> import 'syspurpose.files' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bde7d070> # /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/syspurpose.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/syspurpose.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/syspurpose.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/syspurposelib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/syspurposelib.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/syspurposelib.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/certlib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/certlib.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/certlib.cpython-312.pyc' import 'subscription_manager.certlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bde7ef60> import 'subscription_manager.syspurposelib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bde7e840> # /usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/file_monitor.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/file_monitor.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/file_monitor.cpython-312.pyc' # /usr/lib/python3.12/site-packages/__pycache__/pyinotify.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyinotify.py # code object from '/usr/lib/python3.12/site-packages/__pycache__/pyinotify.cpython-312.pyc' # /usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/util.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdeabda0> import 'pyinotify' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bde7ffb0> import 'rhsmlib.file_monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bde7f5c0> # /usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/dbus/__init__.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/__init__.cpython-312.pyc' import 'rhsmlib.dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdec4b60> # /usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/server.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/dbus/server.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/server.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/service.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/service.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/service.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/decorators.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/decorators.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/decorators.cpython-312.pyc' import 'dbus.decorators' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdec6150> import 'dbus.service' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdec5550> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/server.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/server.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/server.cpython-312.pyc' import 'dbus.server' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdec6360> # /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/__init__.py # code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc' import 'dbus.mainloop' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdec66f0> # /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/glib.py # code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc' # extension module '_dbus_glib_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so' # extension module '_dbus_glib_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so' import '_dbus_glib_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3bdec68a0> import 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdec67e0> # /usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/dbus/constants.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/constants.cpython-312.pyc' import 'rhsmlib.dbus.constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdec6990> # /usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/__init__.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc' # possible namespace for /usr/lib/python3.12/site-packages/gi # /usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_error.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc' import 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdec72f0> # extension module 'gi._gi' loaded from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so' # extension module 'gi._gi' executed from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so' import 'gi._gi' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3bdec7140> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdec6ab0> # /usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/repository/__init__.py # code object from '/usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/importer.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/module.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/types.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_constants.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc' import 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdf09d90> # /usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/docstring.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc' import 'gi.docstring' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdf0a120> # /usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_propertyhelper.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc' import 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdf0a5d0> # /usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_signalhelper.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc' import 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdf0adb0> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdf094c0> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdf09010> # /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/__init__.py # code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc' import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdf0b350> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdf08b90> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdec6e40> # /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GLib.py # code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_ossighelper.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc' import 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdf318b0> # /usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_option.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py # code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc' import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdf32600> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdf31df0> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdf0be00> import 'gi.repository.GLib' # # /usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/dbus_utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/dbus/dbus_utils.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/dbus_utils.cpython-312.pyc' # /usr/lib64/python3.12/xml/etree/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/etree/__init__.py # code object from '/usr/lib64/python3.12/xml/etree/__pycache__/__init__.cpython-312.pyc' import 'xml.etree' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdcaf2f0> # /usr/lib64/python3.12/xml/etree/__pycache__/ElementTree.cpython-312.pyc matches /usr/lib64/python3.12/xml/etree/ElementTree.py # code object from '/usr/lib64/python3.12/xml/etree/__pycache__/ElementTree.cpython-312.pyc' # /usr/lib64/python3.12/xml/etree/__pycache__/ElementPath.cpython-312.pyc matches /usr/lib64/python3.12/xml/etree/ElementPath.py # code object from '/usr/lib64/python3.12/xml/etree/__pycache__/ElementPath.cpython-312.pyc' import 'xml.etree.ElementPath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdcd6300> # extension module '_elementtree' loaded from '/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so' # extension module '_elementtree' executed from '/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so' import '_elementtree' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3bdcd7560> import 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdcaf1d0> import 'rhsmlib.dbus.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdcaeab0> # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/logutil.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/logutil.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/logutil.cpython-312.pyc' # /usr/lib64/python3.12/logging/__pycache__/config.cpython-312.pyc matches /usr/lib64/python3.12/logging/config.py # code object from '/usr/lib64/python3.12/logging/__pycache__/config.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socketserver.cpython-312.pyc matches /usr/lib64/python3.12/socketserver.py # code object from '/usr/lib64/python3.12/__pycache__/socketserver.cpython-312.pyc' import 'socketserver' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdd00f80> import 'logging.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdcd7dd0> import 'rhsm.logutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdcd7770> import 'rhsmlib.dbus.server' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdec4c50> import 'rhsmlib.services.syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bde7e360> import 'subscription_manager.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be072f90> # /usr/lib64/python3.12/site-packages/subscription_manager/model/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/model/__init__.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/model/__pycache__/__init__.cpython-312.pyc' import 'subscription_manager.model' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdd02a20> # /usr/lib64/python3.12/site-packages/subscription_manager/model/__pycache__/ent_cert.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/model/ent_cert.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/model/__pycache__/ent_cert.cpython-312.pyc' import 'subscription_manager.model.ent_cert' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdd02b70> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/repofile.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/repofile.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/repofile.cpython-312.pyc' import 'subscription_manager.repofile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdd02d80> import 'subscription_manager.repolib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be072210> import 'subscription_manager.productid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be50c680> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/injectioninit.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/injectioninit.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/injectioninit.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cert_sorter.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cert_sorter.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cert_sorter.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/reasons.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/reasons.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/reasons.cpython-312.pyc' import 'subscription_manager.reasons' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdd497c0> import 'subscription_manager.cert_sorter' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdd48b60> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/facts.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/facts.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/facts.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/all.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/all.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/all.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/insights.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/insights.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/insights.cpython-312.pyc' import 'rhsmlib.facts.insights' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdd4a390> # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/kpatch.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/kpatch.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/kpatch.cpython-312.pyc' import 'rhsmlib.facts.kpatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdd4a600> # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cloud_facts.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/cloud_facts.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cloud_facts.cpython-312.pyc' import 'rhsmlib.facts.cloud_facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdd4a7b0> # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/pkg_arches.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/pkg_arches.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/pkg_arches.cpython-312.pyc' import 'rhsmlib.facts.pkg_arches' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdd4ab40> # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/network.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/network.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/network.cpython-312.pyc' import 'rhsmlib.facts.network' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdd4ae10> import 'rhsmlib.facts.all' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdd49fd0> import 'subscription_manager.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdd49d00> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/identity.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/identity.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/identity.cpython-312.pyc' import 'subscription_manager.identity' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdd4b080> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/validity.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/validity.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/validity.cpython-312.pyc' import 'subscription_manager.validity' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdd4ba70> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cp_provider.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cp_provider.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cp_provider.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/client_info.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/client_info.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/client_info.cpython-312.pyc' import 'rhsmlib.client_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdd4bf50> import 'subscription_manager.cp_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdd4bbf0> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/plugins.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/plugins.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/plugins.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/base_plugin.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/base_plugin.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/base_plugin.cpython-312.pyc' import 'subscription_manager.base_plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdd69a00> import 'subscription_manager.plugins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdd68560> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/lock.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/lock.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/lock.cpython-312.pyc' import 'subscription_manager.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdd68b90> import 'subscription_manager.injectioninit' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdd48a40> # /usr/lib64/python3.12/site-packages/librepo/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/librepo/__init__.py # code object from '/usr/lib64/python3.12/site-packages/librepo/__pycache__/__init__.cpython-312.pyc' # extension module 'librepo._librepo' loaded from '/usr/lib64/python3.12/site-packages/librepo/_librepo.so' # extension module 'librepo._librepo' executed from '/usr/lib64/python3.12/site-packages/librepo/_librepo.so' import 'librepo._librepo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fd3bdd6b4a0> import 'librepo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdd6ad20> import 'dnf.plugin.dynamic.product-id' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3be4e7d10> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/subscription-manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/subscription-manager.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/subscription-manager.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/action_client.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/action_client.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/action_client.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/base_action_client.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/base_action_client.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/base_action_client.cpython-312.pyc' import 'subscription_manager.base_action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdb8c7d0> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/entcertlib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/entcertlib.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/entcertlib.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/content_action_client.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/content_action_client.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/content_action_client.cpython-312.pyc' import 'subscription_manager.content_action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdb8dcd0> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/rhelentbranding.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/rhelentbranding.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/rhelentbranding.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/entbranding.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/entbranding.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/entbranding.cpython-312.pyc' import 'subscription_manager.entbranding' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdb8e990> import 'subscription_manager.rhelentbranding' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdb8e330> import 'subscription_manager.entcertlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdb8cce0> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/identitycertlib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/identitycertlib.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/identitycertlib.cpython-312.pyc' import 'subscription_manager.identitycertlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdb8f950> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/healinglib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/healinglib.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/healinglib.cpython-312.pyc' import 'subscription_manager.healinglib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdb8fb60> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/factlib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/factlib.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/factlib.cpython-312.pyc' import 'subscription_manager.factlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdb8fe00> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/packageprofilelib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/packageprofilelib.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/packageprofilelib.cpython-312.pyc' import 'subscription_manager.packageprofilelib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdb8ff50> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/installedproductslib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/installedproductslib.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/installedproductslib.cpython-312.pyc' import 'subscription_manager.installedproductslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdba82f0> import 'subscription_manager.action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdb8c320> import 'dnf.plugin.dynamic.subscription-manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdd6bdd0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/upload-profile.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/upload-profile.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/upload-profile.cpython-312.pyc' import 'dnf.plugin.dynamic.upload-profile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd3bdba8590> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["subscription-manager"], "state": "present", "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "use_backend": "auto", "best": null, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "nobest": null, "releasever": null}}} # destroy dnf.plugin.dynamic # 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 # 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 # 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 # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing 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 # cleanup[2] removing ipaddress # cleanup[2] removing 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 # 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 # 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 # 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 # 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 # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing 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 # 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 # 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 # cleanup[2] removing email # cleanup[2] removing email.mime # cleanup[2] removing quopri # cleanup[2] removing email.encoders # cleanup[2] removing email.errors # cleanup[2] removing email.quoprimime # cleanup[2] removing email.base64mime # cleanup[2] removing email.charset # cleanup[2] removing email.header # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing email.utils # cleanup[2] removing email._policybase # cleanup[2] removing email._encoded_words # cleanup[2] removing email._header_value_parser # cleanup[2] removing email.headerregistry # cleanup[2] removing email.iterators # cleanup[2] removing email.message # cleanup[2] removing email.contentmanager # cleanup[2] removing email.policy # cleanup[2] removing email.mime.base # cleanup[2] removing email.mime.nonmultipart # cleanup[2] removing email.mime.application # cleanup[2] removing email.mime.multipart # cleanup[2] removing email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing http # cleanup[2] removing _ssl # cleanup[2] removing ssl # cleanup[2] removing http.client # cleanup[2] removing mimetypes # cleanup[2] removing netrc # cleanup[2] removing urllib.response # cleanup[2] removing urllib.error # cleanup[2] removing urllib.request # cleanup[2] removing http.cookiejar # cleanup[2] removing gzip # cleanup[2] removing ansible.module_utils.urls # destroy ansible.module_utils.urls # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.common.respawn # destroy ansible.module_utils.common.respawn # cleanup[2] removing ansible.module_utils.yumdnf # destroy ansible.module_utils.yumdnf # cleanup[2] removing email.mime.text # cleanup[2] removing configparser # cleanup[2] removing _heapq # cleanup[2] removing heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing dnf.pycomp # cleanup[2] removing dnf.const # cleanup[2] removing libdnf._error # cleanup[2] removing libdnf.error # cleanup[2] removing libdnf._common_types # cleanup[2] removing libdnf.common_types # cleanup[2] removing libdnf._conf # cleanup[2] removing libdnf.conf # cleanup[2] removing libdnf._module # cleanup[2] removing libdnf.module # cleanup[2] removing libdnf._repo # cleanup[2] removing libdnf.repo # cleanup[2] removing libdnf._transaction # cleanup[2] removing libdnf.transaction # cleanup[2] removing libdnf._utils # cleanup[2] removing libdnf.utils # cleanup[2] removing libdnf # cleanup[2] removing unicodedata # cleanup[2] removing dnf.i18n # cleanup[2] removing dnf.yum # cleanup[2] removing dnf.transaction # cleanup[2] removing rpm._rpm # cleanup[2] removing rpm.transaction # cleanup[2] removing rpm # cleanup[2] removing dnf.yum.rpmtrans # cleanup[2] removing dnf.callback # cleanup[2] removing hawkey._hawkey # cleanup[2] removing hawkey # cleanup[2] removing dnf.util # cleanup[2] removing dnf.exceptions # cleanup[2] removing libcomps._libpycomps # cleanup[2] removing libcomps # cleanup[2] removing dnf.comps # cleanup[2] removing dnf.db # cleanup[2] removing dnf.crypto # cleanup[2] removing glob # cleanup[2] removing dnf.yum.misc # cleanup[2] removing dnf.db.group # cleanup[2] removing dnf.db.history # cleanup[2] removing dnf.conf.substitutions # cleanup[2] removing dnf.conf.config # cleanup[2] removing dnf.conf # cleanup[2] removing dnf.lock # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing logging.handlers # cleanup[2] removing dnf.logging # cleanup[2] removing dnf.repo # cleanup[2] removing dnf.conf.read # cleanup[2] removing dnf.rpm.transaction # cleanup[2] removing dnf.rpm # cleanup[2] removing dnf.dnssec # cleanup[2] removing dnf.drpm # cleanup[2] removing dnf.goal # cleanup[2] removing dnf.history # cleanup[2] removing dnf.module # cleanup[2] removing libdnf._smartcols # cleanup[2] removing libdnf.smartcols # cleanup[2] removing dnf.selector # cleanup[2] removing dnf.module.exceptions # cleanup[2] removing dnf.module.module_base # cleanup[2] removing dnf.persistor # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing dnf.plugin # cleanup[2] removing dnf.query # cleanup[2] removing dnf.repodict # cleanup[2] removing dnf.rpm.connection # cleanup[2] removing dnf.rpm.miscutils # cleanup[2] removing dnf.package # cleanup[2] removing dnf.sack # cleanup[2] removing dnf.subject # cleanup[2] removing gc # cleanup[2] removing dnf.base # cleanup[2] removing dnf # cleanup[2] removing dnfpluginscore # destroy dnfpluginscore # cleanup[2] removing dnf.cli.format # cleanup[2] removing _curses # cleanup[2] removing curses # cleanup[2] removing termios # cleanup[2] removing dnf.cli.term # cleanup[2] removing dnf.cli.progress # cleanup[2] removing dnf.cli.output # cleanup[2] removing dnf.cli.aliases # cleanup[2] removing dnf.cli.option_parser # cleanup[2] removing dnf.cli.commands # cleanup[2] removing dnf.cli.commands.alias # cleanup[2] removing dnf.cli.commands.autoremove # cleanup[2] removing dnf.cli.commands.check # cleanup[2] removing dnf.cli.commands.clean # cleanup[2] removing dnf.cli.commands.repoquery # cleanup[2] removing dnf.cli.commands.deplist # cleanup[2] removing dnf.cli.commands.distrosync # cleanup[2] removing dnf.cli.commands.downgrade # cleanup[2] removing dnf.cli.commands.group # cleanup[2] removing dnf.transaction_sr # cleanup[2] removing dnf.cli.commands.history # cleanup[2] removing dnf.cli.commands.install # cleanup[2] removing dnf.cli.commands.makecache # cleanup[2] removing dnf.cli.commands.mark # cleanup[2] removing dnf.cli.commands.module # cleanup[2] removing dnf.cli.commands.reinstall # cleanup[2] removing dnf.cli.commands.remove # cleanup[2] removing dnf.cli.commands.repolist # cleanup[2] removing dnf.match_counter # cleanup[2] removing dnf.cli.commands.search # cleanup[2] removing cmd # cleanup[2] removing dnf.cli.commands.shell # cleanup[2] removing dnf.cli.commands.swap # cleanup[2] removing dnf.cli.commands.updateinfo # cleanup[2] removing dnf.cli.commands.upgrade # cleanup[2] removing dnf.cli.commands.upgrademinimal # cleanup[2] removing dnf.cli.demand # cleanup[2] removing dnf.cli.cli # cleanup[2] removing dnf.cli # cleanup[2] removing dnf.plugin.dynamic.builddep # destroy dnf.plugin.dynamic.builddep # cleanup[2] removing dateutil._version # cleanup[2] removing dateutil # cleanup[2] removing six # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing dateutil._common # cleanup[2] removing dateutil.relativedelta # cleanup[2] removing six.moves # cleanup[2] removing dateutil.tz._common # cleanup[2] removing dateutil.tz._factories # cleanup[2] removing dateutil.tz.tz # cleanup[2] removing dateutil.tz # cleanup[2] removing dateutil.parser._parser # cleanup[2] removing dateutil.parser.isoparser # destroy dateutil.parser.isoparser # cleanup[2] removing dateutil.parser # cleanup[2] removing dnf.plugin.dynamic.changelog # destroy dnf.plugin.dynamic.changelog # cleanup[2] removing dnf.plugin.dynamic.config_manager # destroy dnf.plugin.dynamic.config_manager # cleanup[2] removing dnf.plugin.dynamic.copr # destroy dnf.plugin.dynamic.copr # cleanup[2] removing dnf.plugin.dynamic.debuginfo-install # destroy dnf.plugin.dynamic.debuginfo-install # cleanup[2] removing dnf.plugin.dynamic.download # destroy dnf.plugin.dynamic.download # cleanup[2] removing _sqlite3 # cleanup[2] removing sqlite3.dbapi2 # cleanup[2] removing sqlite3 # cleanup[2] removing dnf.plugin.dynamic.generate_completion_cache # destroy dnf.plugin.dynamic.generate_completion_cache # cleanup[2] removing dnf.plugin.dynamic.groups_manager # destroy dnf.plugin.dynamic.groups_manager # cleanup[2] removing dbus._compat # cleanup[2] removing dbus.exceptions # cleanup[2] removing _dbus_bindings # cleanup[2] removing dbus.types # cleanup[2] removing dbus.lowlevel # cleanup[2] removing xml # destroy xml # cleanup[2] removing xml.parsers # destroy xml.parsers # cleanup[2] removing pyexpat.errors # cleanup[2] removing pyexpat.model # cleanup[2] removing pyexpat # cleanup[2] removing xml.parsers.expat.model # cleanup[2] removing xml.parsers.expat.errors # cleanup[2] removing xml.parsers.expat # destroy xml.parsers.expat # cleanup[2] removing dbus._expat_introspect_parser # cleanup[2] removing dbus.proxies # cleanup[2] removing dbus.connection # cleanup[2] removing dbus.bus # cleanup[2] removing dbus._dbus # cleanup[2] removing dbus # cleanup[2] removing dnf.plugin.dynamic.needs_restarting # destroy dnf.plugin.dynamic.needs_restarting # cleanup[2] removing dnf.plugin.dynamic.repoclosure # destroy dnf.plugin.dynamic.repoclosure # cleanup[2] removing dnf.plugin.dynamic.repodiff # destroy dnf.plugin.dynamic.repodiff # cleanup[2] removing dnf.plugin.dynamic.repograph # destroy dnf.plugin.dynamic.repograph # cleanup[2] removing dnf.plugin.dynamic.repomanage # destroy dnf.plugin.dynamic.repomanage # cleanup[2] removing dnf.plugin.dynamic.reposync # destroy dnf.plugin.dynamic.reposync # cleanup[2] removing dnf.plugin.dynamic.system_upgrade # destroy dnf.plugin.dynamic.system_upgrade # cleanup[2] removing subscription_manager # cleanup[2] removing rhsm # cleanup[2] removing rhsm._certificate # cleanup[2] removing rhsm.certificate # cleanup[2] removing iniparse.configparser # cleanup[2] removing iniparse.config # cleanup[2] removing iniparse.ini # cleanup[2] removing iniparse.compat # cleanup[2] removing iniparse.utils # cleanup[2] removing iniparse # destroy iniparse # destroy iniparse.configparser # destroy iniparse.utils # cleanup[2] removing subscription_manager.i18n # cleanup[2] removing rhsm.config # cleanup[2] removing subscription_manager.injection # cleanup[2] removing rhsmlib # destroy rhsmlib # cleanup[2] removing rhsmlib.services # cleanup[2] removing rhsmlib.services.config # cleanup[2] removing rhsm.https # cleanup[2] removing rhsm.ourjson # cleanup[2] removing rhsm.utils # cleanup[2] removing subscription_manager.version # cleanup[2] removing rhsm.connection # cleanup[2] removing rhsm.bitstream # cleanup[2] removing rhsm.huffman # cleanup[2] removing rhsm.pathtree # cleanup[2] removing rhsm.certificate2 # cleanup[2] removing subscription_manager.certdirectory # cleanup[2] removing dataclasses # cleanup[2] removing pprint # cleanup[2] removing subscription_manager.branding # cleanup[2] removing rhsmlib.facts # cleanup[2] removing rhsmlib.facts.cpuinfo # cleanup[2] removing rhsmlib.facts.collection # cleanup[2] removing rhsmlib.facts.collector # cleanup[2] removing rhsmlib.facts.hwprobe # cleanup[2] removing subscription_manager.utils # cleanup[2] removing cloud_what # destroy cloud_what # cleanup[2] removing rhsmlib.facts.cleanup # cleanup[2] removing rhsmlib.facts.virt # cleanup[2] removing rhsmlib.facts.dmidecodeparser # cleanup[2] removing rhsmlib.facts.dmiinfo # cleanup[2] removing rhsmlib.facts.firmware_info # cleanup[2] removing rhsmlib.facts.host_collector # cleanup[2] removing rhsmlib.facts.custom # cleanup[2] removing urllib3.packages # cleanup[2] removing urllib3.packages.six # cleanup[2] removing urllib3.packages.six.moves # cleanup[2] removing urllib3.packages.six.moves.http_client # cleanup[2] removing urllib3.exceptions # cleanup[2] removing urllib3._version # cleanup[2] removing urllib3._collections # cleanup[2] removing urllib3.contrib # cleanup[2] removing urllib3.contrib._appengine_environ # cleanup[2] removing urllib3.util.wait # cleanup[2] removing urllib3.util.connection # cleanup[2] removing urllib3.util.request # cleanup[2] removing urllib3.util.response # cleanup[2] removing urllib3.util.retry # cleanup[2] removing hmac # cleanup[2] removing urllib3.util.url # cleanup[2] removing urllib3.util.ssltransport # cleanup[2] removing urllib3.util.ssl_ # cleanup[2] removing urllib3.util.timeout # cleanup[2] removing urllib3.util # cleanup[2] removing urllib3.util.proxy # cleanup[2] removing urllib3.util.ssl_match_hostname # cleanup[2] removing urllib3.connection # cleanup[2] removing urllib3.fields # cleanup[2] removing urllib3.filepost # cleanup[2] removing urllib3.packages.six.moves.urllib # cleanup[2] removing urllib3.packages.six.moves.urllib.parse # cleanup[2] removing urllib3.request # cleanup[2] removing urllib3.response # cleanup[2] removing urllib3.util.queue # cleanup[2] removing urllib3.connectionpool # cleanup[2] removing urllib3.poolmanager # cleanup[2] removing urllib3 # cleanup[2] removing charset_normalizer.constant # cleanup[2] removing _multibytecodec # cleanup[2] removing charset_normalizer.utils # cleanup[2] removing charset_normalizer.md # cleanup[2] removing charset_normalizer.models # cleanup[2] removing charset_normalizer.cd # cleanup[2] removing charset_normalizer.api # cleanup[2] removing charset_normalizer.legacy # cleanup[2] removing charset_normalizer.version # cleanup[2] removing charset_normalizer # cleanup[2] removing http.cookies # cleanup[2] removing requests.compat # cleanup[2] removing requests.exceptions # cleanup[2] removing requests.packages.urllib3.packages # cleanup[2] removing requests.packages.urllib3.packages.six # cleanup[2] removing requests.packages.urllib3.packages.six.moves # cleanup[2] removing requests.packages.urllib3.packages.six.moves.http_client # cleanup[2] removing requests.packages.urllib3.exceptions # cleanup[2] removing requests.packages.urllib3._version # cleanup[2] removing requests.packages.urllib3._collections # cleanup[2] removing requests.packages.urllib3.contrib # cleanup[2] removing requests.packages.urllib3.contrib._appengine_environ # cleanup[2] removing requests.packages.urllib3.util.wait # cleanup[2] removing requests.packages.urllib3.util.connection # cleanup[2] removing requests.packages.urllib3.util.request # cleanup[2] removing requests.packages.urllib3.util.response # cleanup[2] removing requests.packages.urllib3.util.retry # cleanup[2] removing requests.packages.urllib3.util.url # cleanup[2] removing requests.packages.urllib3.util.ssltransport # cleanup[2] removing requests.packages.urllib3.util.ssl_ # cleanup[2] removing requests.packages.urllib3.util.timeout # cleanup[2] removing requests.packages.urllib3.util # cleanup[2] removing requests.packages.urllib3.util.proxy # cleanup[2] removing requests.packages.urllib3.util.ssl_match_hostname # cleanup[2] removing requests.packages.urllib3.connection # cleanup[2] removing requests.packages.urllib3.fields # cleanup[2] removing requests.packages.urllib3.filepost # cleanup[2] removing requests.packages.urllib3.packages.six.moves.urllib # cleanup[2] removing requests.packages.urllib3.packages.six.moves.urllib.parse # cleanup[2] removing requests.packages.urllib3.request # cleanup[2] removing requests.packages.urllib3.response # cleanup[2] removing requests.packages.urllib3.util.queue # cleanup[2] removing requests.packages.urllib3.connectionpool # cleanup[2] removing requests.packages.urllib3.poolmanager # cleanup[2] removing requests.packages.urllib3 # cleanup[2] removing idna.package_data # cleanup[2] removing idna.idnadata # cleanup[2] removing idna.intranges # cleanup[2] removing idna.core # cleanup[2] removing idna # cleanup[2] removing requests.packages.idna.package_data # cleanup[2] removing requests.packages.idna.idnadata # cleanup[2] removing requests.packages.idna.intranges # cleanup[2] removing requests.packages.idna.core # cleanup[2] removing requests.packages.idna # cleanup[2] removing requests.packages.charset_normalizer.constant # cleanup[2] removing requests.packages.chardet.constant # cleanup[2] removing requests.packages.charset_normalizer.utils # cleanup[2] removing requests.packages.chardet.utils # cleanup[2] removing requests.packages.charset_normalizer.md # cleanup[2] removing requests.packages.chardet.md # cleanup[2] removing requests.packages.charset_normalizer.models # cleanup[2] removing requests.packages.chardet.models # cleanup[2] removing requests.packages.charset_normalizer.cd # cleanup[2] removing requests.packages.chardet.cd # cleanup[2] removing requests.packages.charset_normalizer.api # cleanup[2] removing requests.packages.chardet.api # cleanup[2] removing requests.packages.charset_normalizer.legacy # cleanup[2] removing requests.packages.chardet.legacy # cleanup[2] removing requests.packages.charset_normalizer.version # cleanup[2] removing requests.packages.chardet.version # cleanup[2] removing requests.packages.charset_normalizer # cleanup[2] removing requests.packages.chardet # cleanup[2] removing requests.packages # cleanup[2] removing requests.certs # cleanup[2] removing requests.__version__ # destroy requests.__version__ # cleanup[2] removing requests._internal_utils # cleanup[2] removing requests.cookies # cleanup[2] removing requests.structures # cleanup[2] removing requests.utils # cleanup[2] removing requests.auth # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # cleanup[2] removing requests.hooks # cleanup[2] removing requests.status_codes # cleanup[2] removing requests.models # cleanup[2] removing requests.adapters # cleanup[2] removing requests.sessions # cleanup[2] removing requests.api # cleanup[2] removing requests # cleanup[2] removing cloud_what._base_provider # destroy cloud_what._base_provider # cleanup[2] removing cloud_what.providers # destroy cloud_what.providers # cleanup[2] removing cloud_what.providers.aws # destroy cloud_what.providers.aws # cleanup[2] removing cloud_what.providers.azure # destroy cloud_what.providers.azure # cleanup[2] removing cloud_what.providers.gcp # destroy cloud_what.providers.gcp # cleanup[2] removing cloud_what.provider # cleanup[2] removing rhsm.profile # cleanup[2] removing subscription_manager.jsonwrapper # cleanup[2] removing subscription_manager.isodate # cleanup[2] removing syspurpose # destroy syspurpose # cleanup[2] removing syspurpose.utils # destroy syspurpose.utils # cleanup[2] removing syspurpose.files # destroy syspurpose.files # cleanup[2] removing subscription_manager.certlib # cleanup[2] removing subscription_manager.syspurposelib # cleanup[2] removing ctypes.util # cleanup[2] removing pyinotify # cleanup[2] removing rhsmlib.file_monitor # cleanup[2] removing rhsmlib.dbus # cleanup[2] removing dbus.decorators # cleanup[2] removing dbus.service # cleanup[2] removing dbus.server # cleanup[2] removing dbus.mainloop # cleanup[2] removing _dbus_glib_bindings # cleanup[2] removing dbus.mainloop.glib # cleanup[2] removing rhsmlib.dbus.constants # cleanup[2] removing gi._error # cleanup[2] removing gi._gi # cleanup[2] removing gi._gobject # cleanup[2] removing glib # destroy glib # cleanup[2] removing gobject # destroy gobject # cleanup[2] removing gio # destroy gio # cleanup[2] removing gtk # destroy gtk # cleanup[2] removing gtk.gdk # destroy gtk.gdk # cleanup[2] removing gi # cleanup[2] removing gi._constants # cleanup[2] removing gi.docstring # cleanup[2] removing gi._propertyhelper # cleanup[2] removing gi._signalhelper # cleanup[2] removing gi.types # cleanup[2] removing gi.module # cleanup[2] removing gi.overrides # cleanup[2] removing gi.importer # cleanup[2] removing gi.repository # cleanup[2] removing gi._ossighelper # cleanup[2] removing optparse # cleanup[2] removing gi._option # cleanup[2] removing gi.overrides.GLib # cleanup[2] removing gi.repository.GLib # cleanup[2] removing xml.etree # destroy xml.etree # cleanup[2] removing xml.etree.ElementPath # cleanup[2] removing _elementtree # cleanup[2] removing xml.etree.ElementTree # cleanup[2] removing rhsmlib.dbus.dbus_utils # cleanup[2] removing socketserver # destroy socketserver # cleanup[2] removing logging.config # cleanup[2] removing rhsm.logutil # cleanup[2] removing rhsmlib.dbus.server # cleanup[2] removing rhsmlib.services.syspurpose # cleanup[2] removing subscription_manager.cache # cleanup[2] removing subscription_manager.model # cleanup[2] removing subscription_manager.model.ent_cert # cleanup[2] removing subscription_manager.repofile # cleanup[2] removing subscription_manager.repolib # cleanup[2] removing subscription_manager.productid # cleanup[2] removing subscription_manager.reasons # cleanup[2] removing subscription_manager.cert_sorter # cleanup[2] removing rhsmlib.facts.insights # cleanup[2] removing rhsmlib.facts.kpatch # cleanup[2] removing rhsmlib.facts.cloud_facts # cleanup[2] removing rhsmlib.facts.pkg_arches # cleanup[2] removing rhsmlib.facts.network # cleanup[2] removing rhsmlib.facts.all # cleanup[2] removing subscription_manager.facts # cleanup[2] removing subscription_manager.identity # cleanup[2] removing subscription_manager.validity # cleanup[2] removing rhsmlib.client_info # cleanup[2] removing subscription_manager.cp_provider # cleanup[2] removing subscription_manager.base_plugin # cleanup[2] removing subscription_manager.plugins # cleanup[2] removing subscription_manager.lock # cleanup[2] removing subscription_manager.injectioninit # cleanup[2] removing librepo._librepo # cleanup[2] removing librepo # cleanup[2] removing dnf.plugin.dynamic.product-id # destroy dnf.plugin.dynamic.product-id # cleanup[2] removing subscription_manager.base_action_client # cleanup[2] removing subscription_manager.content_action_client # cleanup[2] removing subscription_manager.entbranding # cleanup[2] removing subscription_manager.rhelentbranding # cleanup[2] removing subscription_manager.entcertlib # cleanup[2] removing subscription_manager.identitycertlib # cleanup[2] removing subscription_manager.healinglib # cleanup[2] removing subscription_manager.factlib # cleanup[2] removing subscription_manager.packageprofilelib # cleanup[2] removing subscription_manager.installedproductslib # cleanup[2] removing subscription_manager.action_client # cleanup[2] removing dnf.plugin.dynamic.subscription-manager # destroy dnf.plugin.dynamic.subscription-manager # cleanup[2] removing dnf.plugin.dynamic.upload-profile # destroy dnf.plugin.dynamic.upload-profile # destroy _sitebuiltins # destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy selinux # destroy distro # destroy distro.distro # destroy netrc # destroy sqlite3 # destroy sqlite3.dbapi2 # destroy _sqlite3 # destroy systemd.journal # destroy iniparse.compat # destroy rhsmlib.services # destroy rhsmlib.facts # destroy rhsmlib.facts.dmidecodeparser # destroy rhsmlib.facts.all # destroy rhsmlib.dbus # destroy rhsmlib.dbus.server # destroy rhsmlib.client_info # destroy librepo # cleanup[3] wiping subscription_manager.action_client # cleanup[3] wiping subscription_manager.installedproductslib # cleanup[3] wiping subscription_manager.packageprofilelib # cleanup[3] wiping subscription_manager.factlib # cleanup[3] wiping subscription_manager.healinglib # cleanup[3] wiping subscription_manager.identitycertlib # cleanup[3] wiping subscription_manager.entcertlib # cleanup[3] wiping subscription_manager.rhelentbranding # cleanup[3] wiping subscription_manager.entbranding # cleanup[3] wiping subscription_manager.content_action_client # cleanup[3] wiping subscription_manager.base_action_client # cleanup[3] wiping librepo._librepo # cleanup[3] wiping subscription_manager.injectioninit # cleanup[3] wiping subscription_manager.lock # cleanup[3] wiping subscription_manager.plugins # cleanup[3] wiping subscription_manager.base_plugin # cleanup[3] wiping subscription_manager.cp_provider # cleanup[3] wiping subscription_manager.validity # cleanup[3] wiping subscription_manager.identity # cleanup[3] wiping subscription_manager.facts # cleanup[3] wiping rhsmlib.facts.network # cleanup[3] wiping rhsmlib.facts.pkg_arches # cleanup[3] wiping rhsmlib.facts.cloud_facts # cleanup[3] wiping rhsmlib.facts.kpatch # cleanup[3] wiping rhsmlib.facts.insights # cleanup[3] wiping subscription_manager.cert_sorter # destroy rhsmlib.file_monitor # cleanup[3] wiping subscription_manager.reasons # cleanup[3] wiping subscription_manager.productid # cleanup[3] wiping subscription_manager.repolib # cleanup[3] wiping subscription_manager.repofile # cleanup[3] wiping subscription_manager.model.ent_cert # cleanup[3] wiping subscription_manager.model # destroy subscription_manager.model.ent_cert # cleanup[3] wiping subscription_manager.cache # destroy rhsmlib.services.syspurpose # cleanup[3] wiping rhsm.logutil # cleanup[3] wiping logging.config # cleanup[3] wiping rhsmlib.dbus.dbus_utils # destroy xml.etree.ElementTree # cleanup[3] wiping _elementtree # cleanup[3] wiping xml.etree.ElementPath # cleanup[3] wiping gi.repository.GLib # cleanup[3] wiping gi.overrides.GLib # cleanup[3] wiping gi._option # destroy optparse # cleanup[3] wiping gi._ossighelper # cleanup[3] wiping gi.repository # cleanup[3] wiping gi.importer # cleanup[3] wiping gi.overrides # destroy gi.overrides.GLib # cleanup[3] wiping gi.module # destroy gi # cleanup[3] wiping gi.types # cleanup[3] wiping gi._signalhelper # cleanup[3] wiping gi._propertyhelper # cleanup[3] wiping gi.docstring # cleanup[3] wiping gi._constants # cleanup[3] wiping gi._gobject # cleanup[3] wiping gi._gi # cleanup[3] wiping gi._error # cleanup[3] wiping rhsmlib.dbus.constants # cleanup[3] wiping dbus.mainloop.glib # cleanup[3] wiping _dbus_glib_bindings # cleanup[3] wiping dbus.mainloop # destroy dbus.mainloop.glib # cleanup[3] wiping dbus.server # cleanup[3] wiping dbus.service # cleanup[3] wiping dbus.decorators # cleanup[3] wiping pyinotify # destroy ctypes # cleanup[3] wiping ctypes.util # cleanup[3] wiping subscription_manager.syspurposelib # cleanup[3] wiping subscription_manager.certlib # cleanup[3] wiping subscription_manager.isodate # cleanup[3] wiping subscription_manager.jsonwrapper # cleanup[3] wiping rhsm.profile # destroy cloud_what.provider # cleanup[3] wiping requests # destroy requests._internal_utils # destroy requests.compat # destroy requests.exceptions # destroy requests.packages # destroy urllib3 # destroy idna # destroy idna.package_data # destroy idna.intranges # destroy idna.core # destroy requests.cookies # destroy requests.structures # destroy requests.utils # destroy requests.auth # destroy requests.hooks # destroy requests.status_codes # destroy requests.models # destroy requests.adapters # destroy requests.api # cleanup[3] wiping requests.sessions # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping requests.certs # cleanup[3] wiping requests.packages.chardet # destroy charset_normalizer.constant # destroy charset_normalizer.utils # destroy charset_normalizer.md # destroy charset_normalizer.models # destroy charset_normalizer.cd # destroy charset_normalizer.api # destroy charset_normalizer.legacy # destroy charset_normalizer.version # cleanup[3] wiping requests.packages.charset_normalizer # cleanup[3] wiping requests.packages.idna.idnadata # cleanup[3] wiping idna.idnadata # cleanup[3] wiping requests.packages.urllib3.poolmanager # cleanup[3] wiping requests.packages.urllib3.connectionpool # cleanup[3] wiping requests.packages.urllib3.util.queue # cleanup[3] wiping requests.packages.urllib3.response # cleanup[3] wiping requests.packages.urllib3.request # cleanup[3] wiping requests.packages.urllib3.packages.six.moves.urllib.parse # cleanup[3] wiping requests.packages.urllib3.packages.six.moves.urllib # cleanup[3] wiping requests.packages.urllib3.filepost # cleanup[3] wiping requests.packages.urllib3.fields # destroy mimetypes # cleanup[3] wiping requests.packages.urllib3.connection # cleanup[3] wiping requests.packages.urllib3.util.ssl_match_hostname # cleanup[3] wiping requests.packages.urllib3.util.proxy # cleanup[3] wiping requests.packages.urllib3.util # destroy urllib3.util.wait # destroy urllib3.util.connection # destroy urllib3.util.request # destroy urllib3.util.response # destroy urllib3.util.retry # destroy urllib3.util.url # destroy urllib3.util.ssltransport # destroy urllib3.util.ssl_ # destroy urllib3.util.timeout # destroy urllib3.util.proxy # destroy urllib3.util.ssl_match_hostname # destroy urllib3.util.queue # cleanup[3] wiping requests.packages.urllib3.contrib._appengine_environ # cleanup[3] wiping requests.packages.urllib3.contrib # cleanup[3] wiping requests.packages.urllib3._collections # cleanup[3] wiping requests.packages.urllib3._version # cleanup[3] wiping requests.packages.urllib3.exceptions # cleanup[3] wiping requests.packages.urllib3.packages.six.moves.http_client # cleanup[3] wiping requests.packages.urllib3.packages.six.moves # cleanup[3] wiping requests.packages.urllib3.packages.six # destroy urllib3.packages.six.moves.urllib # destroy urllib3.packages.six.moves # cleanup[3] wiping requests.packages.urllib3.packages # cleanup[3] wiping http.cookies # cleanup[3] wiping charset_normalizer # cleanup[3] wiping _multibytecodec # cleanup[3] wiping urllib3.poolmanager # cleanup[3] wiping urllib3.connectionpool # cleanup[3] wiping urllib3.response # cleanup[3] wiping urllib3.request # cleanup[3] wiping urllib3.packages.six.moves.urllib.parse # cleanup[3] wiping urllib3.filepost # cleanup[3] wiping urllib3.fields # cleanup[3] wiping urllib3.connection # cleanup[3] wiping urllib3.util # cleanup[3] wiping hmac # cleanup[3] wiping urllib3.contrib._appengine_environ # cleanup[3] wiping urllib3.contrib # cleanup[3] wiping urllib3._collections # cleanup[3] wiping urllib3._version # cleanup[3] wiping urllib3.exceptions # cleanup[3] wiping urllib3.packages.six.moves.http_client # cleanup[3] wiping urllib3.packages.six # cleanup[3] wiping urllib3.packages # cleanup[3] wiping rhsmlib.facts.custom # cleanup[3] wiping rhsmlib.facts.host_collector # destroy rhsmlib.facts.cleanup # destroy rhsmlib.facts.virt # destroy rhsmlib.facts.firmware_info # cleanup[3] wiping rhsmlib.facts.dmiinfo # cleanup[3] wiping subscription_manager.utils # destroy pprint # destroy uuid # cleanup[3] wiping rhsmlib.facts.hwprobe # destroy rhsmlib.facts.cpuinfo # cleanup[3] wiping rhsmlib.facts.collector # destroy rhsmlib.facts.collection # cleanup[3] wiping subscription_manager.branding # cleanup[3] wiping dataclasses # destroy keyword # cleanup[3] wiping subscription_manager.certdirectory # cleanup[3] wiping rhsm.certificate2 # cleanup[3] wiping rhsm.pathtree # cleanup[3] wiping rhsm.huffman # destroy heapq # cleanup[3] wiping rhsm.bitstream # cleanup[3] wiping rhsm.connection # destroy subscription_manager # destroy subscription_manager.i18n # destroy subscription_manager.version # destroy subscription_manager.certdirectory # destroy subscription_manager.branding # destroy subscription_manager.utils # destroy subscription_manager.jsonwrapper # destroy subscription_manager.isodate # destroy subscription_manager.certlib # destroy subscription_manager.syspurposelib # destroy subscription_manager.cache # destroy subscription_manager.model # destroy subscription_manager.repofile # destroy subscription_manager.repolib # destroy subscription_manager.productid # destroy subscription_manager.reasons # destroy subscription_manager.cert_sorter # destroy subscription_manager.facts # destroy subscription_manager.identity # destroy subscription_manager.validity # destroy subscription_manager.cp_provider # destroy subscription_manager.base_plugin # destroy subscription_manager.plugins # destroy subscription_manager.lock # destroy subscription_manager.injectioninit # destroy subscription_manager.base_action_client # destroy subscription_manager.content_action_client # destroy subscription_manager.entbranding # destroy subscription_manager.rhelentbranding # destroy subscription_manager.entcertlib # destroy subscription_manager.identitycertlib # destroy subscription_manager.healinglib # destroy subscription_manager.factlib # destroy subscription_manager.packageprofilelib # destroy subscription_manager.installedproductslib # destroy subscription_manager.action_client # cleanup[3] wiping rhsm.utils # cleanup[3] wiping rhsm.ourjson # cleanup[3] wiping rhsm.https # cleanup[3] wiping rhsmlib.services.config # cleanup[3] wiping subscription_manager.injection # cleanup[3] wiping rhsm.config # cleanup[3] wiping iniparse.ini # destroy iniparse.config # cleanup[3] wiping rhsm.certificate # destroy dateutil # destroy dateutil._version # destroy dateutil._common # destroy dateutil.parser # cleanup[3] wiping rhsm._certificate # cleanup[3] wiping rhsm # destroy rhsm.certificate # destroy rhsm.config # destroy rhsm.https # destroy rhsm.ourjson # destroy rhsm.utils # destroy rhsm.bitstream # destroy rhsm.huffman # destroy rhsm.pathtree # destroy rhsm.certificate2 # destroy rhsm.profile # destroy rhsm.logutil # cleanup[3] wiping dbus # destroy dbus._compat # destroy dbus._expat_introspect_parser # destroy dbus._dbus # destroy dbus.exceptions # destroy dbus.types # destroy dbus.lowlevel # destroy dbus.proxies # destroy dbus.connection # destroy dbus.bus # destroy dbus.decorators # destroy dbus.service # destroy dbus.server # destroy dbus.mainloop # cleanup[3] wiping xml.parsers.expat.errors # cleanup[3] wiping xml.parsers.expat.model # cleanup[3] wiping pyexpat # destroy pyexpat.errors # destroy pyexpat.model # cleanup[3] wiping _dbus_bindings # cleanup[3] wiping dateutil.parser._parser # destroy dateutil.relativedelta # cleanup[3] wiping dateutil.tz # destroy dateutil.tz._common # destroy dateutil.tz._factories # destroy dateutil.tz.tz # cleanup[3] wiping six.moves # cleanup[3] wiping _decimal # cleanup[3] wiping six # destroy six.moves.urllib # destroy six.moves # cleanup[3] wiping dnf.cli # destroy dnf.cli.format # destroy dnf.cli.term # destroy dnf.cli.progress # destroy dnf.cli.aliases # destroy dnf.cli.option_parser # destroy dnf.cli.demand # destroy dnf.cli.cli # cleanup[3] wiping dnf.cli.commands.upgrademinimal # cleanup[3] wiping dnf.cli.commands.upgrade # cleanup[3] wiping dnf.cli.commands.updateinfo # cleanup[3] wiping dnf.cli.commands.swap # cleanup[3] wiping dnf.cli.commands.shell # destroy cmd # cleanup[3] wiping dnf.cli.commands.search # cleanup[3] wiping dnf.match_counter # cleanup[3] wiping dnf.cli.commands.repolist # cleanup[3] wiping dnf.cli.commands.remove # cleanup[3] wiping dnf.cli.commands.reinstall # cleanup[3] wiping dnf.cli.commands.module # cleanup[3] wiping dnf.cli.commands.mark # cleanup[3] wiping dnf.cli.commands.makecache # cleanup[3] wiping dnf.cli.commands.install # cleanup[3] wiping dnf.cli.commands.history # cleanup[3] wiping dnf.transaction_sr # cleanup[3] wiping dnf.cli.commands.group # cleanup[3] wiping dnf.cli.commands.downgrade # cleanup[3] wiping dnf.cli.commands.distrosync # cleanup[3] wiping dnf.cli.commands.deplist # cleanup[3] wiping dnf.cli.commands.repoquery # cleanup[3] wiping dnf.cli.commands.clean # cleanup[3] wiping dnf.cli.commands.check # cleanup[3] wiping dnf.cli.commands.autoremove # cleanup[3] wiping dnf.cli.commands.alias # destroy dnf.cli.commands # cleanup[3] wiping dnf.cli.output # cleanup[3] wiping termios # cleanup[3] wiping curses # cleanup[3] wiping _curses # cleanup[3] wiping dnf # destroy dnf.pycomp # destroy dnf.const # destroy dnf.i18n # destroy dnf.yum # destroy dnf.yum.rpmtrans # destroy dnf.transaction # destroy dnf.callback # destroy dnf.util # destroy dnf.exceptions # destroy dnf.comps # destroy dnf.db # destroy dnf.db.group # destroy dnf.db.history # destroy dnf.crypto # destroy dnf.conf # destroy dnf.conf.substitutions # destroy dnf.conf.config # destroy dnf.conf.read # destroy dnf.lock # destroy dnf.logging # destroy dnf.repo # destroy dnf.rpm # destroy dnf.dnssec # destroy dnf.drpm # destroy dnf.goal # destroy dnf.history # destroy dnf.module # destroy dnf.module.exceptions # destroy dnf.module.module_base # destroy dnf.selector # destroy dnf.persistor # destroy dnf.plugin # destroy dnf.query # destroy dnf.repodict # destroy dnf.package # destroy dnf.sack # destroy dnf.subject # destroy dnf.base # destroy dnf.transaction_sr # destroy dnf.match_counter # destroy dnf.cli # cleanup[3] wiping gc # cleanup[3] wiping dnf.rpm.miscutils # cleanup[3] wiping dnf.rpm.connection # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping libdnf.smartcols # cleanup[3] wiping libdnf._smartcols # cleanup[3] wiping dnf.rpm.transaction # cleanup[3] wiping logging.handlers # destroy pickle # cleanup[3] wiping _pickle # cleanup[3] wiping _compat_pickle # cleanup[3] wiping dnf.yum.misc # cleanup[3] wiping glob # cleanup[3] wiping libcomps # cleanup[3] wiping libcomps._libpycomps # cleanup[3] wiping hawkey # cleanup[3] wiping hawkey._hawkey # cleanup[3] wiping rpm # destroy rpm.transaction # cleanup[3] wiping rpm._rpm # cleanup[3] wiping unicodedata # cleanup[3] wiping libdnf # destroy libdnf.error # destroy libdnf.common_types # destroy libdnf.conf # destroy libdnf.module # destroy libdnf.repo # destroy libdnf.transaction # destroy libdnf.utils # destroy libdnf.smartcols # cleanup[3] wiping libdnf._utils # cleanup[3] wiping libdnf._transaction # cleanup[3] wiping libdnf._repo # cleanup[3] wiping libdnf._module # cleanup[3] wiping libdnf._conf # cleanup[3] wiping libdnf._common_types # cleanup[3] wiping libdnf._error # cleanup[3] wiping queue # cleanup[3] wiping _queue # cleanup[3] wiping _heapq # cleanup[3] wiping configparser # cleanup[3] wiping email.mime.text # cleanup[3] wiping gzip # cleanup[3] wiping http.cookiejar # cleanup[3] wiping urllib.request # destroy http # cleanup[3] wiping urllib.error # cleanup[3] wiping urllib.response # cleanup[3] wiping http.client # cleanup[3] wiping ssl # cleanup[3] wiping _ssl # cleanup[3] wiping email.parser # cleanup[3] wiping email.feedparser # cleanup[3] wiping email.mime.multipart # cleanup[3] wiping email.mime.application # cleanup[3] wiping email.mime.nonmultipart # cleanup[3] wiping email.mime.base # cleanup[3] wiping email.policy # cleanup[3] wiping email.contentmanager # cleanup[3] wiping email.message # destroy quopri # cleanup[3] wiping email.iterators # cleanup[3] wiping email.headerregistry # cleanup[3] wiping email._header_value_parser # cleanup[3] wiping email._encoded_words # cleanup[3] wiping email._policybase # cleanup[3] wiping email.utils # cleanup[3] wiping email._parseaddr # cleanup[3] wiping calendar # cleanup[3] wiping email.header # cleanup[3] wiping email.charset # cleanup[3] wiping email.base64mime # cleanup[3] wiping email.quoprimime # cleanup[3] wiping email.errors # cleanup[3] wiping email.encoders # cleanup[3] wiping email.mime # destroy email.mime.base # destroy email.mime.nonmultipart # destroy email.mime.application # destroy email.mime.multipart # destroy email.mime.text # cleanup[3] wiping email # destroy email._parseaddr # destroy email._policybase # destroy email._encoded_words # destroy email._header_value_parser # destroy email.mime # destroy email.encoders # destroy email.errors # destroy email.quoprimime # destroy email.base64mime # destroy email.charset # destroy email.header # destroy email.utils # destroy email.headerregistry # destroy email.iterators # destroy email.message # destroy email.contentmanager # destroy email.policy # destroy email.feedparser # destroy email.parser # cleanup[3] wiping argparse # cleanup[3] wiping gettext # cleanup[3] wiping selinux._selinux # cleanup[3] wiping copy # 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 array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # destroy logging.handlers # destroy logging.config # cleanup[3] wiping string # cleanup[3] wiping _string # destroy _string # cleanup[3] wiping _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # destroy syslog # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping subprocess # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping typing # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping zipfile # destroy zipfile._path # destroy bz2 # destroy lzma # cleanup[3] wiping zipfile._path.glob # cleanup[3] wiping pathlib # cleanup[3] wiping urllib.parse # destroy ipaddress # cleanup[3] wiping urllib # destroy urllib.response # destroy urllib.error # destroy urllib.request # cleanup[3] wiping ntpath # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping tempfile # cleanup[3] wiping weakref # cleanup[3] wiping random # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # cleanup[3] wiping _lzma # cleanup[3] wiping _bz2 # cleanup[3] wiping _compression # cleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping base64 # cleanup[3] wiping binascii # cleanup[3] wiping struct # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping enum # 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 # cleanup[3] wiping os.path # destroy genericpath # cleanup[3] wiping posixpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # destroy _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping zipimport # destroy _frozen_importlib_external # cleanup[3] wiping time # cleanup[3] wiping posix # cleanup[3] wiping marshal # destroy marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # destroy _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy librepo._librepo # destroy _dbus_glib_bindings # destroy rhsm._certificate # destroy decimal # destroy _curses # destroy libcomps._libpycomps # destroy hawkey._hawkey # destroy rpm._rpm # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy zipimport # destroy platform # destroy _uuid # destroy re._parser # destroy tokenize # destroy _compat_pickle # destroy libdnf._error # destroy ansible.module_utils.six.moves.urllib # destroy _thread # destroy _weakref # destroy array # destroy gi.types # destroy gi._error # destroy gi._gi # destroy gi._gobject # destroy gi._constants # destroy gi.docstring # destroy gi._propertyhelper # destroy gi._signalhelper # destroy gi.module # destroy gi.overrides # destroy gi.importer # destroy gi.repository # destroy gi._ossighelper # destroy gi._option # destroy textwrap # destroy _queue # destroy posix # destroy stat # destroy selectors # destroy six.moves.urllib_parse # destroy six.moves.urllib.error # destroy six.moves.urllib.request # destroy six.moves.urllib.response # destroy six.moves.urllib.robotparser # destroy _pickle # 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 _typing # destroy dateutil.parser._parser # destroy _tokenize # destroy ansible.module_utils.six.moves # destroy _operator # destroy dateutil.tz # destroy gzip # destroy signal # destroy rhsmlib.facts.dmiinfo # destroy requests # destroy six # destroy iniparse.ini # destroy _blake2 # destroy queue # destroy shlex # destroy pwd # destroy _functools # destroy gettext # destroy libcomps # destroy locale # destroy dnf.rpm.transaction # destroy dnf.rpm.connection # destroy dnf.rpm.miscutils # destroy base64 # destroy inspect # destroy gc # destroy math # destroy zlib # destroy http.cookies # destroy _ssl # destroy shutil # destroy _heapq # destroy enum # destroy urllib.parse # destroy ntpath # destroy rhsmlib.facts.custom # destroy rhsmlib.facts.host_collector # destroy rhsmlib.facts.hwprobe # destroy rhsmlib.facts.insights # destroy rhsmlib.facts.kpatch # destroy rhsmlib.facts.cloud_facts # destroy rhsmlib.facts.pkg_arches # destroy rhsmlib.facts.network # destroy rhsm # destroy rhsmlib.dbus.dbus_utils # destroy traceback # destroy dnf.yum.misc # destroy glob # destroy functools # destroy curses # destroy fcntl # destroy termios # destroy argparse # destroy dnf.cli.commands.alias # destroy dnf.cli.commands.autoremove # destroy dnf.cli.commands.check # destroy dnf.cli.commands.clean # destroy dnf.cli.commands.repoquery # destroy dnf.cli.commands.deplist # destroy dnf.cli.commands.distrosync # destroy dnf.cli.commands.downgrade # destroy dnf.cli.commands.group # destroy dnf.cli.commands.history # destroy dnf.cli.commands.install # destroy dnf.cli.commands.makecache # destroy dnf.cli.commands.mark # destroy dnf.cli.commands.module # destroy dnf.cli.commands.reinstall # destroy dnf.cli.commands.remove # destroy dnf.cli.commands.repolist # destroy dnf.cli.commands.search # destroy dnf.cli.commands.shell # destroy dnf.cli.commands.swap # destroy dnf.cli.commands.updateinfo # destroy dnf.cli.commands.upgrade # destroy dnf.cli.commands.upgrademinimal # destroy operator # destroy random # destroy rpm # destroy hawkey # destroy dnf.cli.output # destroy dnf # destroy json.scanner # destroy _json # destroy dataclasses # destroy configparser # destroy fnmatch # destroy pyinotify # destroy requests.sessions # destroy _opcode # destroy urllib3.packages.six.moves.urllib_parse # destroy urllib3.packages.six.moves.urllib.error # destroy urllib3.packages.six.moves.urllib.request # destroy urllib3.packages.six.moves.urllib.response # destroy urllib3.packages.six.moves.urllib.robotparser # destroy urllib3.packages # destroy urllib3.exceptions # destroy urllib3._version # destroy urllib3._collections # destroy urllib3.contrib # destroy urllib3.util # destroy urllib3.connection # destroy urllib3.fields # destroy urllib3.filepost # destroy urllib3.request # destroy urllib3.response # destroy urllib3.connectionpool # destroy urllib3.poolmanager # destroy calendar # destroy copy # destroy codecs # destroy struct # destroy tempfile # destroy requests.certs # destroy hashlib # destroy datetime # destroy encodings # destroy charset_normalizer # destroy http.cookiejar # destroy json # destroy typing # destroy _multibytecodec # destroy _socket # destroy hmac # destroy binascii # destroy _hashlib # destroy dbus # destroy rhsmlib.dbus.constants # destroy rhsm.connection # destroy gi.repository.GLib # destroy rhsmlib.services.config # destroy subscription_manager.injection # destroy http.client # destroy email # destroy _warnings # destroy ssl # destroy string # destroy subprocess # destroy rhsmlib.facts.collector # destroy errno # destroy select # destroy time # destroy socket # destroy urllib3.contrib._appengine_environ # destroy urllib3.packages.six # destroy urllib # destroy importlib # destroy idna.idnadata # destroy bisect # destroy unicodedata # destroy _io # destroy _compression # destroy posixpath # destroy zipfile # destroy itertools # destroy pathlib # destroy zipfile._path.glob # destroy threading # destroy logging # destroy warnings # destroy io # destroy collections # destroy contextlib # destroy _bz2 # destroy _lzma # destroy xml.etree.ElementPath # destroy pyexpat # destroy _elementtree # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy _codecs # destroy re # destroy _random # destroy _sre # 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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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.12.120 closed. [WARNING]: Module invocation had junk after the JSON data: # destroy dnf.plugin.dynamic # 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 # 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 # 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 # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing 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 # cleanup[2] removing ipaddress # cleanup[2] removing 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 # 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 # 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 # 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 # 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 # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing 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 # 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 # 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 # cleanup[2] removing email # cleanup[2] removing email.mime # cleanup[2] removing quopri # cleanup[2] removing email.encoders # cleanup[2] removing email.errors # cleanup[2] removing email.quoprimime # cleanup[2] removing email.base64mime # cleanup[2] removing email.charset # cleanup[2] removing email.header # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing email.utils # cleanup[2] removing email._policybase # cleanup[2] removing email._encoded_words # cleanup[2] removing email._header_value_parser # cleanup[2] removing email.headerregistry # cleanup[2] removing email.iterators # cleanup[2] removing email.message # cleanup[2] removing email.contentmanager # cleanup[2] removing email.policy # cleanup[2] removing email.mime.base # cleanup[2] removing email.mime.nonmultipart # cleanup[2] removing email.mime.application # cleanup[2] removing email.mime.multipart # cleanup[2] removing email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing http # cleanup[2] removing _ssl # cleanup[2] removing ssl # cleanup[2] removing http.client # cleanup[2] removing mimetypes # cleanup[2] removing netrc # cleanup[2] removing urllib.response # cleanup[2] removing urllib.error # cleanup[2] removing urllib.request # cleanup[2] removing http.cookiejar # cleanup[2] removing gzip # cleanup[2] removing ansible.module_utils.urls # destroy ansible.module_utils.urls # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.common.respawn # destroy ansible.module_utils.common.respawn # cleanup[2] removing ansible.module_utils.yumdnf # destroy ansible.module_utils.yumdnf # cleanup[2] removing email.mime.text # cleanup[2] removing configparser # cleanup[2] removing _heapq # cleanup[2] removing heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing dnf.pycomp # cleanup[2] removing dnf.const # cleanup[2] removing libdnf._error # cleanup[2] removing libdnf.error # cleanup[2] removing libdnf._common_types # cleanup[2] removing libdnf.common_types # cleanup[2] removing libdnf._conf # cleanup[2] removing libdnf.conf # cleanup[2] removing libdnf._module # cleanup[2] removing libdnf.module # cleanup[2] removing libdnf._repo # cleanup[2] removing libdnf.repo # cleanup[2] removing libdnf._transaction # cleanup[2] removing libdnf.transaction # cleanup[2] removing libdnf._utils # cleanup[2] removing libdnf.utils # cleanup[2] removing libdnf # cleanup[2] removing unicodedata # cleanup[2] removing dnf.i18n # cleanup[2] removing dnf.yum # cleanup[2] removing dnf.transaction # cleanup[2] removing rpm._rpm # cleanup[2] removing rpm.transaction # cleanup[2] removing rpm # cleanup[2] removing dnf.yum.rpmtrans # cleanup[2] removing dnf.callback # cleanup[2] removing hawkey._hawkey # cleanup[2] removing hawkey # cleanup[2] removing dnf.util # cleanup[2] removing dnf.exceptions # cleanup[2] removing libcomps._libpycomps # cleanup[2] removing libcomps # cleanup[2] removing dnf.comps # cleanup[2] removing dnf.db # cleanup[2] removing dnf.crypto # cleanup[2] removing glob # cleanup[2] removing dnf.yum.misc # cleanup[2] removing dnf.db.group # cleanup[2] removing dnf.db.history # cleanup[2] removing dnf.conf.substitutions # cleanup[2] removing dnf.conf.config # cleanup[2] removing dnf.conf # cleanup[2] removing dnf.lock # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing logging.handlers # cleanup[2] removing dnf.logging # cleanup[2] removing dnf.repo # cleanup[2] removing dnf.conf.read # cleanup[2] removing dnf.rpm.transaction # cleanup[2] removing dnf.rpm # cleanup[2] removing dnf.dnssec # cleanup[2] removing dnf.drpm # cleanup[2] removing dnf.goal # cleanup[2] removing dnf.history # cleanup[2] removing dnf.module # cleanup[2] removing libdnf._smartcols # cleanup[2] removing libdnf.smartcols # cleanup[2] removing dnf.selector # cleanup[2] removing dnf.module.exceptions # cleanup[2] removing dnf.module.module_base # cleanup[2] removing dnf.persistor # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing dnf.plugin # cleanup[2] removing dnf.query # cleanup[2] removing dnf.repodict # cleanup[2] removing dnf.rpm.connection # cleanup[2] removing dnf.rpm.miscutils # cleanup[2] removing dnf.package # cleanup[2] removing dnf.sack # cleanup[2] removing dnf.subject # cleanup[2] removing gc # cleanup[2] removing dnf.base # cleanup[2] removing dnf # cleanup[2] removing dnfpluginscore # destroy dnfpluginscore # cleanup[2] removing dnf.cli.format # cleanup[2] removing _curses # cleanup[2] removing curses # cleanup[2] removing termios # cleanup[2] removing dnf.cli.term # cleanup[2] removing dnf.cli.progress # cleanup[2] removing dnf.cli.output # cleanup[2] removing dnf.cli.aliases # cleanup[2] removing dnf.cli.option_parser # cleanup[2] removing dnf.cli.commands # cleanup[2] removing dnf.cli.commands.alias # cleanup[2] removing dnf.cli.commands.autoremove # cleanup[2] removing dnf.cli.commands.check # cleanup[2] removing dnf.cli.commands.clean # cleanup[2] removing dnf.cli.commands.repoquery # cleanup[2] removing dnf.cli.commands.deplist # cleanup[2] removing dnf.cli.commands.distrosync # cleanup[2] removing dnf.cli.commands.downgrade # cleanup[2] removing dnf.cli.commands.group # cleanup[2] removing dnf.transaction_sr # cleanup[2] removing dnf.cli.commands.history # cleanup[2] removing dnf.cli.commands.install # cleanup[2] removing dnf.cli.commands.makecache # cleanup[2] removing dnf.cli.commands.mark # cleanup[2] removing dnf.cli.commands.module # cleanup[2] removing dnf.cli.commands.reinstall # cleanup[2] removing dnf.cli.commands.remove # cleanup[2] removing dnf.cli.commands.repolist # cleanup[2] removing dnf.match_counter # cleanup[2] removing dnf.cli.commands.search # cleanup[2] removing cmd # cleanup[2] removing dnf.cli.commands.shell # cleanup[2] removing dnf.cli.commands.swap # cleanup[2] removing dnf.cli.commands.updateinfo # cleanup[2] removing dnf.cli.commands.upgrade # cleanup[2] removing dnf.cli.commands.upgrademinimal # cleanup[2] removing dnf.cli.demand # cleanup[2] removing dnf.cli.cli # cleanup[2] removing dnf.cli # cleanup[2] removing dnf.plugin.dynamic.builddep # destroy dnf.plugin.dynamic.builddep # cleanup[2] removing dateutil._version # cleanup[2] removing dateutil # cleanup[2] removing six # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing dateutil._common # cleanup[2] removing dateutil.relativedelta # cleanup[2] removing six.moves # cleanup[2] removing dateutil.tz._common # cleanup[2] removing dateutil.tz._factories # cleanup[2] removing dateutil.tz.tz # cleanup[2] removing dateutil.tz # cleanup[2] removing dateutil.parser._parser # cleanup[2] removing dateutil.parser.isoparser # destroy dateutil.parser.isoparser # cleanup[2] removing dateutil.parser # cleanup[2] removing dnf.plugin.dynamic.changelog # destroy dnf.plugin.dynamic.changelog # cleanup[2] removing dnf.plugin.dynamic.config_manager # destroy dnf.plugin.dynamic.config_manager # cleanup[2] removing dnf.plugin.dynamic.copr # destroy dnf.plugin.dynamic.copr # cleanup[2] removing dnf.plugin.dynamic.debuginfo-install # destroy dnf.plugin.dynamic.debuginfo-install # cleanup[2] removing dnf.plugin.dynamic.download # destroy dnf.plugin.dynamic.download # cleanup[2] removing _sqlite3 # cleanup[2] removing sqlite3.dbapi2 # cleanup[2] removing sqlite3 # cleanup[2] removing dnf.plugin.dynamic.generate_completion_cache # destroy dnf.plugin.dynamic.generate_completion_cache # cleanup[2] removing dnf.plugin.dynamic.groups_manager # destroy dnf.plugin.dynamic.groups_manager # cleanup[2] removing dbus._compat # cleanup[2] removing dbus.exceptions # cleanup[2] removing _dbus_bindings # cleanup[2] removing dbus.types # cleanup[2] removing dbus.lowlevel # cleanup[2] removing xml # destroy xml # cleanup[2] removing xml.parsers # destroy xml.parsers # cleanup[2] removing pyexpat.errors # cleanup[2] removing pyexpat.model # cleanup[2] removing pyexpat # cleanup[2] removing xml.parsers.expat.model # cleanup[2] removing xml.parsers.expat.errors # cleanup[2] removing xml.parsers.expat # destroy xml.parsers.expat # cleanup[2] removing dbus._expat_introspect_parser # cleanup[2] removing dbus.proxies # cleanup[2] removing dbus.connection # cleanup[2] removing dbus.bus # cleanup[2] removing dbus._dbus # cleanup[2] removing dbus # cleanup[2] removing dnf.plugin.dynamic.needs_restarting # destroy dnf.plugin.dynamic.needs_restarting # cleanup[2] removing dnf.plugin.dynamic.repoclosure # destroy dnf.plugin.dynamic.repoclosure # cleanup[2] removing dnf.plugin.dynamic.repodiff # destroy dnf.plugin.dynamic.repodiff # cleanup[2] removing dnf.plugin.dynamic.repograph # destroy dnf.plugin.dynamic.repograph # cleanup[2] removing dnf.plugin.dynamic.repomanage # destroy dnf.plugin.dynamic.repomanage # cleanup[2] removing dnf.plugin.dynamic.reposync # destroy dnf.plugin.dynamic.reposync # cleanup[2] removing dnf.plugin.dynamic.system_upgrade # destroy dnf.plugin.dynamic.system_upgrade # cleanup[2] removing subscription_manager # cleanup[2] removing rhsm # cleanup[2] removing rhsm._certificate # cleanup[2] removing rhsm.certificate # cleanup[2] removing iniparse.configparser # cleanup[2] removing iniparse.config # cleanup[2] removing iniparse.ini # cleanup[2] removing iniparse.compat # cleanup[2] removing iniparse.utils # cleanup[2] removing iniparse # destroy iniparse # destroy iniparse.configparser # destroy iniparse.utils # cleanup[2] removing subscription_manager.i18n # cleanup[2] removing rhsm.config # cleanup[2] removing subscription_manager.injection # cleanup[2] removing rhsmlib # destroy rhsmlib # cleanup[2] removing rhsmlib.services # cleanup[2] removing rhsmlib.services.config # cleanup[2] removing rhsm.https # cleanup[2] removing rhsm.ourjson # cleanup[2] removing rhsm.utils # cleanup[2] removing subscription_manager.version # cleanup[2] removing rhsm.connection # cleanup[2] removing rhsm.bitstream # cleanup[2] removing rhsm.huffman # cleanup[2] removing rhsm.pathtree # cleanup[2] removing rhsm.certificate2 # cleanup[2] removing subscription_manager.certdirectory # cleanup[2] removing dataclasses # cleanup[2] removing pprint # cleanup[2] removing subscription_manager.branding # cleanup[2] removing rhsmlib.facts # cleanup[2] removing rhsmlib.facts.cpuinfo # cleanup[2] removing rhsmlib.facts.collection # cleanup[2] removing rhsmlib.facts.collector # cleanup[2] removing rhsmlib.facts.hwprobe # cleanup[2] removing subscription_manager.utils # cleanup[2] removing cloud_what # destroy cloud_what # cleanup[2] removing rhsmlib.facts.cleanup # cleanup[2] removing rhsmlib.facts.virt # cleanup[2] removing rhsmlib.facts.dmidecodeparser # cleanup[2] removing rhsmlib.facts.dmiinfo # cleanup[2] removing rhsmlib.facts.firmware_info # cleanup[2] removing rhsmlib.facts.host_collector # cleanup[2] removing rhsmlib.facts.custom # cleanup[2] removing urllib3.packages # cleanup[2] removing urllib3.packages.six # cleanup[2] removing urllib3.packages.six.moves # cleanup[2] removing urllib3.packages.six.moves.http_client # cleanup[2] removing urllib3.exceptions # cleanup[2] removing urllib3._version # cleanup[2] removing urllib3._collections # cleanup[2] removing urllib3.contrib # cleanup[2] removing urllib3.contrib._appengine_environ # cleanup[2] removing urllib3.util.wait # cleanup[2] removing urllib3.util.connection # cleanup[2] removing urllib3.util.request # cleanup[2] removing urllib3.util.response # cleanup[2] removing urllib3.util.retry # cleanup[2] removing hmac # cleanup[2] removing urllib3.util.url # cleanup[2] removing urllib3.util.ssltransport # cleanup[2] removing urllib3.util.ssl_ # cleanup[2] removing urllib3.util.timeout # cleanup[2] removing urllib3.util # cleanup[2] removing urllib3.util.proxy # cleanup[2] removing urllib3.util.ssl_match_hostname # cleanup[2] removing urllib3.connection # cleanup[2] removing urllib3.fields # cleanup[2] removing urllib3.filepost # cleanup[2] removing urllib3.packages.six.moves.urllib # cleanup[2] removing urllib3.packages.six.moves.urllib.parse # cleanup[2] removing urllib3.request # cleanup[2] removing urllib3.response # cleanup[2] removing urllib3.util.queue # cleanup[2] removing urllib3.connectionpool # cleanup[2] removing urllib3.poolmanager # cleanup[2] removing urllib3 # cleanup[2] removing charset_normalizer.constant # cleanup[2] removing _multibytecodec # cleanup[2] removing charset_normalizer.utils # cleanup[2] removing charset_normalizer.md # cleanup[2] removing charset_normalizer.models # cleanup[2] removing charset_normalizer.cd # cleanup[2] removing charset_normalizer.api # cleanup[2] removing charset_normalizer.legacy # cleanup[2] removing charset_normalizer.version # cleanup[2] removing charset_normalizer # cleanup[2] removing http.cookies # cleanup[2] removing requests.compat # cleanup[2] removing requests.exceptions # cleanup[2] removing requests.packages.urllib3.packages # cleanup[2] removing requests.packages.urllib3.packages.six # cleanup[2] removing requests.packages.urllib3.packages.six.moves # cleanup[2] removing requests.packages.urllib3.packages.six.moves.http_client # cleanup[2] removing requests.packages.urllib3.exceptions # cleanup[2] removing requests.packages.urllib3._version # cleanup[2] removing requests.packages.urllib3._collections # cleanup[2] removing requests.packages.urllib3.contrib # cleanup[2] removing requests.packages.urllib3.contrib._appengine_environ # cleanup[2] removing requests.packages.urllib3.util.wait # cleanup[2] removing requests.packages.urllib3.util.connection # cleanup[2] removing requests.packages.urllib3.util.request # cleanup[2] removing requests.packages.urllib3.util.response # cleanup[2] removing requests.packages.urllib3.util.retry # cleanup[2] removing requests.packages.urllib3.util.url # cleanup[2] removing requests.packages.urllib3.util.ssltransport # cleanup[2] removing requests.packages.urllib3.util.ssl_ # cleanup[2] removing requests.packages.urllib3.util.timeout # cleanup[2] removing requests.packages.urllib3.util # cleanup[2] removing requests.packages.urllib3.util.proxy # cleanup[2] removing requests.packages.urllib3.util.ssl_match_hostname # cleanup[2] removing requests.packages.urllib3.connection # cleanup[2] removing requests.packages.urllib3.fields # cleanup[2] removing requests.packages.urllib3.filepost # cleanup[2] removing requests.packages.urllib3.packages.six.moves.urllib # cleanup[2] removing requests.packages.urllib3.packages.six.moves.urllib.parse # cleanup[2] removing requests.packages.urllib3.request # cleanup[2] removing requests.packages.urllib3.response # cleanup[2] removing requests.packages.urllib3.util.queue # cleanup[2] removing requests.packages.urllib3.connectionpool # cleanup[2] removing requests.packages.urllib3.poolmanager # cleanup[2] removing requests.packages.urllib3 # cleanup[2] removing idna.package_data # cleanup[2] removing idna.idnadata # cleanup[2] removing idna.intranges # cleanup[2] removing idna.core # cleanup[2] removing idna # cleanup[2] removing requests.packages.idna.package_data # cleanup[2] removing requests.packages.idna.idnadata # cleanup[2] removing requests.packages.idna.intranges # cleanup[2] removing requests.packages.idna.core # cleanup[2] removing requests.packages.idna # cleanup[2] removing requests.packages.charset_normalizer.constant # cleanup[2] removing requests.packages.chardet.constant # cleanup[2] removing requests.packages.charset_normalizer.utils # cleanup[2] removing requests.packages.chardet.utils # cleanup[2] removing requests.packages.charset_normalizer.md # cleanup[2] removing requests.packages.chardet.md # cleanup[2] removing requests.packages.charset_normalizer.models # cleanup[2] removing requests.packages.chardet.models # cleanup[2] removing requests.packages.charset_normalizer.cd # cleanup[2] removing requests.packages.chardet.cd # cleanup[2] removing requests.packages.charset_normalizer.api # cleanup[2] removing requests.packages.chardet.api # cleanup[2] removing requests.packages.charset_normalizer.legacy # cleanup[2] removing requests.packages.chardet.legacy # cleanup[2] removing requests.packages.charset_normalizer.version # cleanup[2] removing requests.packages.chardet.version # cleanup[2] removing requests.packages.charset_normalizer # cleanup[2] removing requests.packages.chardet # cleanup[2] removing requests.packages # cleanup[2] removing requests.certs # cleanup[2] removing requests.__version__ # destroy requests.__version__ # cleanup[2] removing requests._internal_utils # cleanup[2] removing requests.cookies # cleanup[2] removing requests.structures # cleanup[2] removing requests.utils # cleanup[2] removing requests.auth # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # cleanup[2] removing requests.hooks # cleanup[2] removing requests.status_codes # cleanup[2] removing requests.models # cleanup[2] removing requests.adapters # cleanup[2] removing requests.sessions # cleanup[2] removing requests.api # cleanup[2] removing requests # cleanup[2] removing cloud_what._base_provider # destroy cloud_what._base_provider # cleanup[2] removing cloud_what.providers # destroy cloud_what.providers # cleanup[2] removing cloud_what.providers.aws # destroy cloud_what.providers.aws # cleanup[2] removing cloud_what.providers.azure # destroy cloud_what.providers.azure # cleanup[2] removing cloud_what.providers.gcp # destroy cloud_what.providers.gcp # cleanup[2] removing cloud_what.provider # cleanup[2] removing rhsm.profile # cleanup[2] removing subscription_manager.jsonwrapper # cleanup[2] removing subscription_manager.isodate # cleanup[2] removing syspurpose # destroy syspurpose # cleanup[2] removing syspurpose.utils # destroy syspurpose.utils # cleanup[2] removing syspurpose.files # destroy syspurpose.files # cleanup[2] removing subscription_manager.certlib # cleanup[2] removing subscription_manager.syspurposelib # cleanup[2] removing ctypes.util # cleanup[2] removing pyinotify # cleanup[2] removing rhsmlib.file_monitor # cleanup[2] removing rhsmlib.dbus # cleanup[2] removing dbus.decorators # cleanup[2] removing dbus.service # cleanup[2] removing dbus.server # cleanup[2] removing dbus.mainloop # cleanup[2] removing _dbus_glib_bindings # cleanup[2] removing dbus.mainloop.glib # cleanup[2] removing rhsmlib.dbus.constants # cleanup[2] removing gi._error # cleanup[2] removing gi._gi # cleanup[2] removing gi._gobject # cleanup[2] removing glib # destroy glib # cleanup[2] removing gobject # destroy gobject # cleanup[2] removing gio # destroy gio # cleanup[2] removing gtk # destroy gtk # cleanup[2] removing gtk.gdk # destroy gtk.gdk # cleanup[2] removing gi # cleanup[2] removing gi._constants # cleanup[2] removing gi.docstring # cleanup[2] removing gi._propertyhelper # cleanup[2] removing gi._signalhelper # cleanup[2] removing gi.types # cleanup[2] removing gi.module # cleanup[2] removing gi.overrides # cleanup[2] removing gi.importer # cleanup[2] removing gi.repository # cleanup[2] removing gi._ossighelper # cleanup[2] removing optparse # cleanup[2] removing gi._option # cleanup[2] removing gi.overrides.GLib # cleanup[2] removing gi.repository.GLib # cleanup[2] removing xml.etree # destroy xml.etree # cleanup[2] removing xml.etree.ElementPath # cleanup[2] removing _elementtree # cleanup[2] removing xml.etree.ElementTree # cleanup[2] removing rhsmlib.dbus.dbus_utils # cleanup[2] removing socketserver # destroy socketserver # cleanup[2] removing logging.config # cleanup[2] removing rhsm.logutil # cleanup[2] removing rhsmlib.dbus.server # cleanup[2] removing rhsmlib.services.syspurpose # cleanup[2] removing subscription_manager.cache # cleanup[2] removing subscription_manager.model # cleanup[2] removing subscription_manager.model.ent_cert # cleanup[2] removing subscription_manager.repofile # cleanup[2] removing subscription_manager.repolib # cleanup[2] removing subscription_manager.productid # cleanup[2] removing subscription_manager.reasons # cleanup[2] removing subscription_manager.cert_sorter # cleanup[2] removing rhsmlib.facts.insights # cleanup[2] removing rhsmlib.facts.kpatch # cleanup[2] removing rhsmlib.facts.cloud_facts # cleanup[2] removing rhsmlib.facts.pkg_arches # cleanup[2] removing rhsmlib.facts.network # cleanup[2] removing rhsmlib.facts.all # cleanup[2] removing subscription_manager.facts # cleanup[2] removing subscription_manager.identity # cleanup[2] removing subscription_manager.validity # cleanup[2] removing rhsmlib.client_info # cleanup[2] removing subscription_manager.cp_provider # cleanup[2] removing subscription_manager.base_plugin # cleanup[2] removing subscription_manager.plugins # cleanup[2] removing subscription_manager.lock # cleanup[2] removing subscription_manager.injectioninit # cleanup[2] removing librepo._librepo # cleanup[2] removing librepo # cleanup[2] removing dnf.plugin.dynamic.product-id # destroy dnf.plugin.dynamic.product-id # cleanup[2] removing subscription_manager.base_action_client # cleanup[2] removing subscription_manager.content_action_client # cleanup[2] removing subscription_manager.entbranding # cleanup[2] removing subscription_manager.rhelentbranding # cleanup[2] removing subscription_manager.entcertlib # cleanup[2] removing subscription_manager.identitycertlib # cleanup[2] removing subscription_manager.healinglib # cleanup[2] removing subscription_manager.factlib # cleanup[2] removing subscription_manager.packageprofilelib # cleanup[2] removing subscription_manager.installedproductslib # cleanup[2] removing subscription_manager.action_client # cleanup[2] removing dnf.plugin.dynamic.subscription-manager # destroy dnf.plugin.dynamic.subscription-manager # cleanup[2] removing dnf.plugin.dynamic.upload-profile # destroy dnf.plugin.dynamic.upload-profile # destroy _sitebuiltins # destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy selinux # destroy distro # destroy distro.distro # destroy netrc # destroy sqlite3 # destroy sqlite3.dbapi2 # destroy _sqlite3 # destroy systemd.journal # destroy iniparse.compat # destroy rhsmlib.services # destroy rhsmlib.facts # destroy rhsmlib.facts.dmidecodeparser # destroy rhsmlib.facts.all # destroy rhsmlib.dbus # destroy rhsmlib.dbus.server # destroy rhsmlib.client_info # destroy librepo # cleanup[3] wiping subscription_manager.action_client # cleanup[3] wiping subscription_manager.installedproductslib # cleanup[3] wiping subscription_manager.packageprofilelib # cleanup[3] wiping subscription_manager.factlib # cleanup[3] wiping subscription_manager.healinglib # cleanup[3] wiping subscription_manager.identitycertlib # cleanup[3] wiping subscription_manager.entcertlib # cleanup[3] wiping subscription_manager.rhelentbranding # cleanup[3] wiping subscription_manager.entbranding # cleanup[3] wiping subscription_manager.content_action_client # cleanup[3] wiping subscription_manager.base_action_client # cleanup[3] wiping librepo._librepo # cleanup[3] wiping subscription_manager.injectioninit # cleanup[3] wiping subscription_manager.lock # cleanup[3] wiping subscription_manager.plugins # cleanup[3] wiping subscription_manager.base_plugin # cleanup[3] wiping subscription_manager.cp_provider # cleanup[3] wiping subscription_manager.validity # cleanup[3] wiping subscription_manager.identity # cleanup[3] wiping subscription_manager.facts # cleanup[3] wiping rhsmlib.facts.network # cleanup[3] wiping rhsmlib.facts.pkg_arches # cleanup[3] wiping rhsmlib.facts.cloud_facts # cleanup[3] wiping rhsmlib.facts.kpatch # cleanup[3] wiping rhsmlib.facts.insights # cleanup[3] wiping subscription_manager.cert_sorter # destroy rhsmlib.file_monitor # cleanup[3] wiping subscription_manager.reasons # cleanup[3] wiping subscription_manager.productid # cleanup[3] wiping subscription_manager.repolib # cleanup[3] wiping subscription_manager.repofile # cleanup[3] wiping subscription_manager.model.ent_cert # cleanup[3] wiping subscription_manager.model # destroy subscription_manager.model.ent_cert # cleanup[3] wiping subscription_manager.cache # destroy rhsmlib.services.syspurpose # cleanup[3] wiping rhsm.logutil # cleanup[3] wiping logging.config # cleanup[3] wiping rhsmlib.dbus.dbus_utils # destroy xml.etree.ElementTree # cleanup[3] wiping _elementtree # cleanup[3] wiping xml.etree.ElementPath # cleanup[3] wiping gi.repository.GLib # cleanup[3] wiping gi.overrides.GLib # cleanup[3] wiping gi._option # destroy optparse # cleanup[3] wiping gi._ossighelper # cleanup[3] wiping gi.repository # cleanup[3] wiping gi.importer # cleanup[3] wiping gi.overrides # destroy gi.overrides.GLib # cleanup[3] wiping gi.module # destroy gi # cleanup[3] wiping gi.types # cleanup[3] wiping gi._signalhelper # cleanup[3] wiping gi._propertyhelper # cleanup[3] wiping gi.docstring # cleanup[3] wiping gi._constants # cleanup[3] wiping gi._gobject # cleanup[3] wiping gi._gi # cleanup[3] wiping gi._error # cleanup[3] wiping rhsmlib.dbus.constants # cleanup[3] wiping dbus.mainloop.glib # cleanup[3] wiping _dbus_glib_bindings # cleanup[3] wiping dbus.mainloop # destroy dbus.mainloop.glib # cleanup[3] wiping dbus.server # cleanup[3] wiping dbus.service # cleanup[3] wiping dbus.decorators # cleanup[3] wiping pyinotify # destroy ctypes # cleanup[3] wiping ctypes.util # cleanup[3] wiping subscription_manager.syspurposelib # cleanup[3] wiping subscription_manager.certlib # cleanup[3] wiping subscription_manager.isodate # cleanup[3] wiping subscription_manager.jsonwrapper # cleanup[3] wiping rhsm.profile # destroy cloud_what.provider # cleanup[3] wiping requests # destroy requests._internal_utils # destroy requests.compat # destroy requests.exceptions # destroy requests.packages # destroy urllib3 # destroy idna # destroy idna.package_data # destroy idna.intranges # destroy idna.core # destroy requests.cookies # destroy requests.structures # destroy requests.utils # destroy requests.auth # destroy requests.hooks # destroy requests.status_codes # destroy requests.models # destroy requests.adapters # destroy requests.api # cleanup[3] wiping requests.sessions # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping requests.certs # cleanup[3] wiping requests.packages.chardet # destroy charset_normalizer.constant # destroy charset_normalizer.utils # destroy charset_normalizer.md # destroy charset_normalizer.models # destroy charset_normalizer.cd # destroy charset_normalizer.api # destroy charset_normalizer.legacy # destroy charset_normalizer.version # cleanup[3] wiping requests.packages.charset_normalizer # cleanup[3] wiping requests.packages.idna.idnadata # cleanup[3] wiping idna.idnadata # cleanup[3] wiping requests.packages.urllib3.poolmanager # cleanup[3] wiping requests.packages.urllib3.connectionpool # cleanup[3] wiping requests.packages.urllib3.util.queue # cleanup[3] wiping requests.packages.urllib3.response # cleanup[3] wiping requests.packages.urllib3.request # cleanup[3] wiping requests.packages.urllib3.packages.six.moves.urllib.parse # cleanup[3] wiping requests.packages.urllib3.packages.six.moves.urllib # cleanup[3] wiping requests.packages.urllib3.filepost # cleanup[3] wiping requests.packages.urllib3.fields # destroy mimetypes # cleanup[3] wiping requests.packages.urllib3.connection # cleanup[3] wiping requests.packages.urllib3.util.ssl_match_hostname # cleanup[3] wiping requests.packages.urllib3.util.proxy # cleanup[3] wiping requests.packages.urllib3.util # destroy urllib3.util.wait # destroy urllib3.util.connection # destroy urllib3.util.request # destroy urllib3.util.response # destroy urllib3.util.retry # destroy urllib3.util.url # destroy urllib3.util.ssltransport # destroy urllib3.util.ssl_ # destroy urllib3.util.timeout # destroy urllib3.util.proxy # destroy urllib3.util.ssl_match_hostname # destroy urllib3.util.queue # cleanup[3] wiping requests.packages.urllib3.contrib._appengine_environ # cleanup[3] wiping requests.packages.urllib3.contrib # cleanup[3] wiping requests.packages.urllib3._collections # cleanup[3] wiping requests.packages.urllib3._version # cleanup[3] wiping requests.packages.urllib3.exceptions # cleanup[3] wiping requests.packages.urllib3.packages.six.moves.http_client # cleanup[3] wiping requests.packages.urllib3.packages.six.moves # cleanup[3] wiping requests.packages.urllib3.packages.six # destroy urllib3.packages.six.moves.urllib # destroy urllib3.packages.six.moves # cleanup[3] wiping requests.packages.urllib3.packages # cleanup[3] wiping http.cookies # cleanup[3] wiping charset_normalizer # cleanup[3] wiping _multibytecodec # cleanup[3] wiping urllib3.poolmanager # cleanup[3] wiping urllib3.connectionpool # cleanup[3] wiping urllib3.response # cleanup[3] wiping urllib3.request # cleanup[3] wiping urllib3.packages.six.moves.urllib.parse # cleanup[3] wiping urllib3.filepost # cleanup[3] wiping urllib3.fields # cleanup[3] wiping urllib3.connection # cleanup[3] wiping urllib3.util # cleanup[3] wiping hmac # cleanup[3] wiping urllib3.contrib._appengine_environ # cleanup[3] wiping urllib3.contrib # cleanup[3] wiping urllib3._collections # cleanup[3] wiping urllib3._version # cleanup[3] wiping urllib3.exceptions # cleanup[3] wiping urllib3.packages.six.moves.http_client # cleanup[3] wiping urllib3.packages.six # cleanup[3] wiping urllib3.packages # cleanup[3] wiping rhsmlib.facts.custom # cleanup[3] wiping rhsmlib.facts.host_collector # destroy rhsmlib.facts.cleanup # destroy rhsmlib.facts.virt # destroy rhsmlib.facts.firmware_info # cleanup[3] wiping rhsmlib.facts.dmiinfo # cleanup[3] wiping subscription_manager.utils # destroy pprint # destroy uuid # cleanup[3] wiping rhsmlib.facts.hwprobe # destroy rhsmlib.facts.cpuinfo # cleanup[3] wiping rhsmlib.facts.collector # destroy rhsmlib.facts.collection # cleanup[3] wiping subscription_manager.branding # cleanup[3] wiping dataclasses # destroy keyword # cleanup[3] wiping subscription_manager.certdirectory # cleanup[3] wiping rhsm.certificate2 # cleanup[3] wiping rhsm.pathtree # cleanup[3] wiping rhsm.huffman # destroy heapq # cleanup[3] wiping rhsm.bitstream # cleanup[3] wiping rhsm.connection # destroy subscription_manager # destroy subscription_manager.i18n # destroy subscription_manager.version # destroy subscription_manager.certdirectory # destroy subscription_manager.branding # destroy subscription_manager.utils # destroy subscription_manager.jsonwrapper # destroy subscription_manager.isodate # destroy subscription_manager.certlib # destroy subscription_manager.syspurposelib # destroy subscription_manager.cache # destroy subscription_manager.model # destroy subscription_manager.repofile # destroy subscription_manager.repolib # destroy subscription_manager.productid # destroy subscription_manager.reasons # destroy subscription_manager.cert_sorter # destroy subscription_manager.facts # destroy subscription_manager.identity # destroy subscription_manager.validity # destroy subscription_manager.cp_provider # destroy subscription_manager.base_plugin # destroy subscription_manager.plugins # destroy subscription_manager.lock # destroy subscription_manager.injectioninit # destroy subscription_manager.base_action_client # destroy subscription_manager.content_action_client # destroy subscription_manager.entbranding # destroy subscription_manager.rhelentbranding # destroy subscription_manager.entcertlib # destroy subscription_manager.identitycertlib # destroy subscription_manager.healinglib # destroy subscription_manager.factlib # destroy subscription_manager.packageprofilelib # destroy subscription_manager.installedproductslib # destroy subscription_manager.action_client # cleanup[3] wiping rhsm.utils # cleanup[3] wiping rhsm.ourjson # cleanup[3] wiping rhsm.https # cleanup[3] wiping rhsmlib.services.config # cleanup[3] wiping subscription_manager.injection # cleanup[3] wiping rhsm.config # cleanup[3] wiping iniparse.ini # destroy iniparse.config # cleanup[3] wiping rhsm.certificate # destroy dateutil # destroy dateutil._version # destroy dateutil._common # destroy dateutil.parser # cleanup[3] wiping rhsm._certificate # cleanup[3] wiping rhsm # destroy rhsm.certificate # destroy rhsm.config # destroy rhsm.https # destroy rhsm.ourjson # destroy rhsm.utils # destroy rhsm.bitstream # destroy rhsm.huffman # destroy rhsm.pathtree # destroy rhsm.certificate2 # destroy rhsm.profile # destroy rhsm.logutil # cleanup[3] wiping dbus # destroy dbus._compat # destroy dbus._expat_introspect_parser # destroy dbus._dbus # destroy dbus.exceptions # destroy dbus.types # destroy dbus.lowlevel # destroy dbus.proxies # destroy dbus.connection # destroy dbus.bus # destroy dbus.decorators # destroy dbus.service # destroy dbus.server # destroy dbus.mainloop # cleanup[3] wiping xml.parsers.expat.errors # cleanup[3] wiping xml.parsers.expat.model # cleanup[3] wiping pyexpat # destroy pyexpat.errors # destroy pyexpat.model # cleanup[3] wiping _dbus_bindings # cleanup[3] wiping dateutil.parser._parser # destroy dateutil.relativedelta # cleanup[3] wiping dateutil.tz # destroy dateutil.tz._common # destroy dateutil.tz._factories # destroy dateutil.tz.tz # cleanup[3] wiping six.moves # cleanup[3] wiping _decimal # cleanup[3] wiping six # destroy six.moves.urllib # destroy six.moves # cleanup[3] wiping dnf.cli # destroy dnf.cli.format # destroy dnf.cli.term # destroy dnf.cli.progress # destroy dnf.cli.aliases # destroy dnf.cli.option_parser # destroy dnf.cli.demand # destroy dnf.cli.cli # cleanup[3] wiping dnf.cli.commands.upgrademinimal # cleanup[3] wiping dnf.cli.commands.upgrade # cleanup[3] wiping dnf.cli.commands.updateinfo # cleanup[3] wiping dnf.cli.commands.swap # cleanup[3] wiping dnf.cli.commands.shell # destroy cmd # cleanup[3] wiping dnf.cli.commands.search # cleanup[3] wiping dnf.match_counter # cleanup[3] wiping dnf.cli.commands.repolist # cleanup[3] wiping dnf.cli.commands.remove # cleanup[3] wiping dnf.cli.commands.reinstall # cleanup[3] wiping dnf.cli.commands.module # cleanup[3] wiping dnf.cli.commands.mark # cleanup[3] wiping dnf.cli.commands.makecache # cleanup[3] wiping dnf.cli.commands.install # cleanup[3] wiping dnf.cli.commands.history # cleanup[3] wiping dnf.transaction_sr # cleanup[3] wiping dnf.cli.commands.group # cleanup[3] wiping dnf.cli.commands.downgrade # cleanup[3] wiping dnf.cli.commands.distrosync # cleanup[3] wiping dnf.cli.commands.deplist # cleanup[3] wiping dnf.cli.commands.repoquery # cleanup[3] wiping dnf.cli.commands.clean # cleanup[3] wiping dnf.cli.commands.check # cleanup[3] wiping dnf.cli.commands.autoremove # cleanup[3] wiping dnf.cli.commands.alias # destroy dnf.cli.commands # cleanup[3] wiping dnf.cli.output # cleanup[3] wiping termios # cleanup[3] wiping curses # cleanup[3] wiping _curses # cleanup[3] wiping dnf # destroy dnf.pycomp # destroy dnf.const # destroy dnf.i18n # destroy dnf.yum # destroy dnf.yum.rpmtrans # destroy dnf.transaction # destroy dnf.callback # destroy dnf.util # destroy dnf.exceptions # destroy dnf.comps # destroy dnf.db # destroy dnf.db.group # destroy dnf.db.history # destroy dnf.crypto # destroy dnf.conf # destroy dnf.conf.substitutions # destroy dnf.conf.config # destroy dnf.conf.read # destroy dnf.lock # destroy dnf.logging # destroy dnf.repo # destroy dnf.rpm # destroy dnf.dnssec # destroy dnf.drpm # destroy dnf.goal # destroy dnf.history # destroy dnf.module # destroy dnf.module.exceptions # destroy dnf.module.module_base # destroy dnf.selector # destroy dnf.persistor # destroy dnf.plugin # destroy dnf.query # destroy dnf.repodict # destroy dnf.package # destroy dnf.sack # destroy dnf.subject # destroy dnf.base # destroy dnf.transaction_sr # destroy dnf.match_counter # destroy dnf.cli # cleanup[3] wiping gc # cleanup[3] wiping dnf.rpm.miscutils # cleanup[3] wiping dnf.rpm.connection # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping libdnf.smartcols # cleanup[3] wiping libdnf._smartcols # cleanup[3] wiping dnf.rpm.transaction # cleanup[3] wiping logging.handlers # destroy pickle # cleanup[3] wiping _pickle # cleanup[3] wiping _compat_pickle # cleanup[3] wiping dnf.yum.misc # cleanup[3] wiping glob # cleanup[3] wiping libcomps # cleanup[3] wiping libcomps._libpycomps # cleanup[3] wiping hawkey # cleanup[3] wiping hawkey._hawkey # cleanup[3] wiping rpm # destroy rpm.transaction # cleanup[3] wiping rpm._rpm # cleanup[3] wiping unicodedata # cleanup[3] wiping libdnf # destroy libdnf.error # destroy libdnf.common_types # destroy libdnf.conf # destroy libdnf.module # destroy libdnf.repo # destroy libdnf.transaction # destroy libdnf.utils # destroy libdnf.smartcols # cleanup[3] wiping libdnf._utils # cleanup[3] wiping libdnf._transaction # cleanup[3] wiping libdnf._repo # cleanup[3] wiping libdnf._module # cleanup[3] wiping libdnf._conf # cleanup[3] wiping libdnf._common_types # cleanup[3] wiping libdnf._error # cleanup[3] wiping queue # cleanup[3] wiping _queue # cleanup[3] wiping _heapq # cleanup[3] wiping configparser # cleanup[3] wiping email.mime.text # cleanup[3] wiping gzip # cleanup[3] wiping http.cookiejar # cleanup[3] wiping urllib.request # destroy http # cleanup[3] wiping urllib.error # cleanup[3] wiping urllib.response # cleanup[3] wiping http.client # cleanup[3] wiping ssl # cleanup[3] wiping _ssl # cleanup[3] wiping email.parser # cleanup[3] wiping email.feedparser # cleanup[3] wiping email.mime.multipart # cleanup[3] wiping email.mime.application # cleanup[3] wiping email.mime.nonmultipart # cleanup[3] wiping email.mime.base # cleanup[3] wiping email.policy # cleanup[3] wiping email.contentmanager # cleanup[3] wiping email.message # destroy quopri # cleanup[3] wiping email.iterators # cleanup[3] wiping email.headerregistry # cleanup[3] wiping email._header_value_parser # cleanup[3] wiping email._encoded_words # cleanup[3] wiping email._policybase # cleanup[3] wiping email.utils # cleanup[3] wiping email._parseaddr # cleanup[3] wiping calendar # cleanup[3] wiping email.header # cleanup[3] wiping email.charset # cleanup[3] wiping email.base64mime # cleanup[3] wiping email.quoprimime # cleanup[3] wiping email.errors # cleanup[3] wiping email.encoders # cleanup[3] wiping email.mime # destroy email.mime.base # destroy email.mime.nonmultipart # destroy email.mime.application # destroy email.mime.multipart # destroy email.mime.text # cleanup[3] wiping email # destroy email._parseaddr # destroy email._policybase # destroy email._encoded_words # destroy email._header_value_parser # destroy email.mime # destroy email.encoders # destroy email.errors # destroy email.quoprimime # destroy email.base64mime # destroy email.charset # destroy email.header # destroy email.utils # destroy email.headerregistry # destroy email.iterators # destroy email.message # destroy email.contentmanager # destroy email.policy # destroy email.feedparser # destroy email.parser # cleanup[3] wiping argparse # cleanup[3] wiping gettext # cleanup[3] wiping selinux._selinux # cleanup[3] wiping copy # 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 array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # destroy logging.handlers # destroy logging.config # cleanup[3] wiping string # cleanup[3] wiping _string # destroy _string # cleanup[3] wiping _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # destroy syslog # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping subprocess # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping typing # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping zipfile # destroy zipfile._path # destroy bz2 # destroy lzma # cleanup[3] wiping zipfile._path.glob # cleanup[3] wiping pathlib # cleanup[3] wiping urllib.parse # destroy ipaddress # cleanup[3] wiping urllib # destroy urllib.response # destroy urllib.error # destroy urllib.request # cleanup[3] wiping ntpath # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping tempfile # cleanup[3] wiping weakref # cleanup[3] wiping random # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # cleanup[3] wiping _lzma # cleanup[3] wiping _bz2 # cleanup[3] wiping _compression # cleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping base64 # cleanup[3] wiping binascii # cleanup[3] wiping struct # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping enum # 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 # cleanup[3] wiping os.path # destroy genericpath # cleanup[3] wiping posixpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # destroy _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping zipimport # destroy _frozen_importlib_external # cleanup[3] wiping time # cleanup[3] wiping posix # cleanup[3] wiping marshal # destroy marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # destroy _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy librepo._librepo # destroy _dbus_glib_bindings # destroy rhsm._certificate # destroy decimal # destroy _curses # destroy libcomps._libpycomps # destroy hawkey._hawkey # destroy rpm._rpm # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy zipimport # destroy platform # destroy _uuid # destroy re._parser # destroy tokenize # destroy _compat_pickle # destroy libdnf._error # destroy ansible.module_utils.six.moves.urllib # destroy _thread # destroy _weakref # destroy array # destroy gi.types # destroy gi._error # destroy gi._gi # destroy gi._gobject # destroy gi._constants # destroy gi.docstring # destroy gi._propertyhelper # destroy gi._signalhelper # destroy gi.module # destroy gi.overrides # destroy gi.importer # destroy gi.repository # destroy gi._ossighelper # destroy gi._option # destroy textwrap # destroy _queue # destroy posix # destroy stat # destroy selectors # destroy six.moves.urllib_parse # destroy six.moves.urllib.error # destroy six.moves.urllib.request # destroy six.moves.urllib.response # destroy six.moves.urllib.robotparser # destroy _pickle # 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 _typing # destroy dateutil.parser._parser # destroy _tokenize # destroy ansible.module_utils.six.moves # destroy _operator # destroy dateutil.tz # destroy gzip # destroy signal # destroy rhsmlib.facts.dmiinfo # destroy requests # destroy six # destroy iniparse.ini # destroy _blake2 # destroy queue # destroy shlex # destroy pwd # destroy _functools # destroy gettext # destroy libcomps # destroy locale # destroy dnf.rpm.transaction # destroy dnf.rpm.connection # destroy dnf.rpm.miscutils # destroy base64 # destroy inspect # destroy gc # destroy math # destroy zlib # destroy http.cookies # destroy _ssl # destroy shutil # destroy _heapq # destroy enum # destroy urllib.parse # destroy ntpath # destroy rhsmlib.facts.custom # destroy rhsmlib.facts.host_collector # destroy rhsmlib.facts.hwprobe # destroy rhsmlib.facts.insights # destroy rhsmlib.facts.kpatch # destroy rhsmlib.facts.cloud_facts # destroy rhsmlib.facts.pkg_arches # destroy rhsmlib.facts.network # destroy rhsm # destroy rhsmlib.dbus.dbus_utils # destroy traceback # destroy dnf.yum.misc # destroy glob # destroy functools # destroy curses # destroy fcntl # destroy termios # destroy argparse # destroy dnf.cli.commands.alias # destroy dnf.cli.commands.autoremove # destroy dnf.cli.commands.check # destroy dnf.cli.commands.clean # destroy dnf.cli.commands.repoquery # destroy dnf.cli.commands.deplist # destroy dnf.cli.commands.distrosync # destroy dnf.cli.commands.downgrade # destroy dnf.cli.commands.group # destroy dnf.cli.commands.history # destroy dnf.cli.commands.install # destroy dnf.cli.commands.makecache # destroy dnf.cli.commands.mark # destroy dnf.cli.commands.module # destroy dnf.cli.commands.reinstall # destroy dnf.cli.commands.remove # destroy dnf.cli.commands.repolist # destroy dnf.cli.commands.search # destroy dnf.cli.commands.shell # destroy dnf.cli.commands.swap # destroy dnf.cli.commands.updateinfo # destroy dnf.cli.commands.upgrade # destroy dnf.cli.commands.upgrademinimal # destroy operator # destroy random # destroy rpm # destroy hawkey # destroy dnf.cli.output # destroy dnf # destroy json.scanner # destroy _json # destroy dataclasses # destroy configparser # destroy fnmatch # destroy pyinotify # destroy requests.sessions # destroy _opcode # destroy urllib3.packages.six.moves.urllib_parse # destroy urllib3.packages.six.moves.urllib.error # destroy urllib3.packages.six.moves.urllib.request # destroy urllib3.packages.six.moves.urllib.response # destroy urllib3.packages.six.moves.urllib.robotparser # destroy urllib3.packages # destroy urllib3.exceptions # destroy urllib3._version # destroy urllib3._collections # destroy urllib3.contrib # destroy urllib3.util # destroy urllib3.connection # destroy urllib3.fields # destroy urllib3.filepost # destroy urllib3.request # destroy urllib3.response # destroy urllib3.connectionpool # destroy urllib3.poolmanager # destroy calendar # destroy copy # destroy codecs # destroy struct # destroy tempfile # destroy requests.certs # destroy hashlib # destroy datetime # destroy encodings # destroy charset_normalizer # destroy http.cookiejar # destroy json # destroy typing # destroy _multibytecodec # destroy _socket # destroy hmac # destroy binascii # destroy _hashlib # destroy dbus # destroy rhsmlib.dbus.constants # destroy rhsm.connection # destroy gi.repository.GLib # destroy rhsmlib.services.config # destroy subscription_manager.injection # destroy http.client # destroy email # destroy _warnings # destroy ssl # destroy string # destroy subprocess # destroy rhsmlib.facts.collector # destroy errno # destroy select # destroy time # destroy socket # destroy urllib3.contrib._appengine_environ # destroy urllib3.packages.six # destroy urllib # destroy importlib # destroy idna.idnadata # destroy bisect # destroy unicodedata # destroy _io # destroy _compression # destroy posixpath # destroy zipfile # destroy itertools # destroy pathlib # destroy zipfile._path.glob # destroy threading # destroy logging # destroy warnings # destroy io # destroy collections # destroy contextlib # destroy _bz2 # destroy _lzma # destroy xml.etree.ElementPath # destroy pyexpat # destroy _elementtree # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy _codecs # destroy re # destroy _random # destroy _sre # clear sys.audit hooks 7723 1726883203.55148: done with _execute_module (ansible.legacy.dnf, {'name': 'subscription-manager', 'state': 'present', '_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': 'ansible.legacy.dnf', '_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-1726883202.257304-9035-28361041529669/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7723 1726883203.55151: _low_level_execute_command(): starting 7723 1726883203.55153: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726883202.257304-9035-28361041529669/ > /dev/null 2>&1 && sleep 0' 7723 1726883203.55154: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7723 1726883203.55157: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883203.55158: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883203.55159: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7723 1726883203.55160: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 <<< 7723 1726883203.55162: stderr chunk (state=3): >>>debug2: match not found <<< 7723 1726883203.55163: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883203.55164: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883203.55166: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883203.55167: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883203.56513: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883203.56517: stdout chunk (state=3): >>><<< 7723 1726883203.56522: stderr chunk (state=3): >>><<< 7723 1726883203.56549: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883203.56554: handler run complete 7723 1726883203.56580: attempt loop complete, returning result 7723 1726883203.56583: _execute() done 7723 1726883203.56585: dumping result to json 7723 1726883203.56592: done dumping result, returning 7723 1726883203.56601: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.rhc : Ensure required packages are installed [0affc0aa-4893-13c9-9f63-00000000011f] 7723 1726883203.56604: sending task result for task 0affc0aa-4893-13c9-9f63-00000000011f 7723 1726883203.56695: done sending task result for task 0affc0aa-4893-13c9-9f63-00000000011f 7723 1726883203.56698: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 7723 1726883203.56797: no more pending results, returning what we have 7723 1726883203.56800: results queue empty 7723 1726883203.56800: checking for any_errors_fatal 7723 1726883203.56801: done checking for any_errors_fatal 7723 1726883203.56802: checking for max_fail_percentage 7723 1726883203.56804: done checking for max_fail_percentage 7723 1726883203.56805: checking to see if all hosts have failed and the running result is not ok 7723 1726883203.56805: done checking to see if all hosts have failed 7723 1726883203.56806: getting the remaining hosts for this loop 7723 1726883203.56808: done getting the remaining hosts for this loop 7723 1726883203.56811: getting the next task for host managed_node1 7723 1726883203.56817: done getting next task for host managed_node1 7723 1726883203.56820: ^ task is: TASK: fedora.linux_system_roles.rhc : Get subscription status 7723 1726883203.56823: ^ state is: HOST STATE: block=3, task=2, 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=7, 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 7723 1726883203.56834: getting variables 7723 1726883203.56836: in VariableManager get_vars() 7723 1726883203.56869: Calling all_inventory to load vars for managed_node1 7723 1726883203.56872: Calling groups_inventory to load vars for managed_node1 7723 1726883203.56874: Calling all_plugins_inventory to load vars for managed_node1 7723 1726883203.56884: Calling all_plugins_play to load vars for managed_node1 7723 1726883203.56887: Calling groups_plugins_inventory to load vars for managed_node1 7723 1726883203.56890: Calling groups_plugins_play to load vars for managed_node1 7723 1726883203.56936: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7723 1726883203.56978: done with get_vars() 7723 1726883203.56986: done getting variables 7723 1726883203.57067: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.rhc : Get subscription status] ***************** task path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10 Friday 20 September 2024 21:46:43 -0400 (0:00:01.377) 0:02:08.257 ****** 7723 1726883203.57095: entering _queue_task() for managed_node1/command 7723 1726883203.57313: worker is 1 (out of 1 available) 7723 1726883203.57328: exiting _queue_task() for managed_node1/command 7723 1726883203.57343: done queuing things up, now waiting for results queue to drain 7723 1726883203.57345: waiting for pending results... 7723 1726883203.57502: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.rhc : Get subscription status 7723 1726883203.57594: in run() - task 0affc0aa-4893-13c9-9f63-000000000120 7723 1726883203.57604: variable 'ansible_search_path' from source: unknown 7723 1726883203.57608: variable 'ansible_search_path' from source: unknown 7723 1726883203.57637: calling self._execute() 7723 1726883203.57694: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883203.57697: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883203.57707: variable 'omit' from source: magic vars 7723 1726883203.58060: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7723 1726883203.59566: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7723 1726883203.59620: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7723 1726883203.59657: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7723 1726883203.59693: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7723 1726883203.59733: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7723 1726883203.59817: 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) 7723 1726883203.59859: 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) 7723 1726883203.59889: 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) 7723 1726883203.59935: 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) 7723 1726883203.59948: 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) 7723 1726883203.60099: variable 'rhc_state' from source: role '' defaults 7723 1726883203.60136: Evaluated conditional (rhc_state | d("present") == "present"): True 7723 1726883203.60282: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7723 1726883203.60487: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7723 1726883203.60520: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7723 1726883203.60570: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7723 1726883203.60588: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7723 1726883203.60662: 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) 7723 1726883203.60684: 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) 7723 1726883203.60721: 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) 7723 1726883203.60738: 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) 7723 1726883203.60801: variable 'rhc_release' from source: role '' defaults 7723 1726883203.60807: Evaluated conditional (not rhc_release is none): False 7723 1726883203.60810: when evaluation is False, skipping this task 7723 1726883203.60812: _execute() done 7723 1726883203.60815: dumping result to json 7723 1726883203.60819: done dumping result, returning 7723 1726883203.60826: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.rhc : Get subscription status [0affc0aa-4893-13c9-9f63-000000000120] 7723 1726883203.60834: sending task result for task 0affc0aa-4893-13c9-9f63-000000000120 7723 1726883203.60927: done sending task result for task 0affc0aa-4893-13c9-9f63-000000000120 7723 1726883203.60930: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "not rhc_release is none", "skip_reason": "Conditional result was False" } 7723 1726883203.60976: no more pending results, returning what we have 7723 1726883203.60979: results queue empty 7723 1726883203.60980: checking for any_errors_fatal 7723 1726883203.60986: done checking for any_errors_fatal 7723 1726883203.60986: checking for max_fail_percentage 7723 1726883203.60988: done checking for max_fail_percentage 7723 1726883203.60989: checking to see if all hosts have failed and the running result is not ok 7723 1726883203.60990: done checking to see if all hosts have failed 7723 1726883203.60990: getting the remaining hosts for this loop 7723 1726883203.60992: done getting the remaining hosts for this loop 7723 1726883203.60995: getting the next task for host managed_node1 7723 1726883203.61002: done getting next task for host managed_node1 7723 1726883203.61006: ^ task is: TASK: fedora.linux_system_roles.rhc : Call subscription-manager 7723 1726883203.61008: ^ state is: HOST STATE: block=3, task=2, 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=7, 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=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? (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 7723 1726883203.61020: getting variables 7723 1726883203.61021: in VariableManager get_vars() 7723 1726883203.61062: Calling all_inventory to load vars for managed_node1 7723 1726883203.61065: Calling groups_inventory to load vars for managed_node1 7723 1726883203.61067: Calling all_plugins_inventory to load vars for managed_node1 7723 1726883203.61079: Calling all_plugins_play to load vars for managed_node1 7723 1726883203.61082: Calling groups_plugins_inventory to load vars for managed_node1 7723 1726883203.61084: Calling groups_plugins_play to load vars for managed_node1 7723 1726883203.61138: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7723 1726883203.61280: done with get_vars() 7723 1726883203.61290: done getting variables TASK [fedora.linux_system_roles.rhc : Call subscription-manager] *************** task path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Friday 20 September 2024 21:46:43 -0400 (0:00:00.042) 0:02:08.299 ****** 7723 1726883203.61374: entering _queue_task() for managed_node1/community.general.redhat_subscription 7723 1726883203.61376: Creating lock for community.general.redhat_subscription 7723 1726883203.61705: worker is 1 (out of 1 available) 7723 1726883203.61716: exiting _queue_task() for managed_node1/community.general.redhat_subscription 7723 1726883203.61734: done queuing things up, now waiting for results queue to drain 7723 1726883203.61736: waiting for pending results... 7723 1726883203.62058: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.rhc : Call subscription-manager 7723 1726883203.62121: in run() - task 0affc0aa-4893-13c9-9f63-000000000121 7723 1726883203.62155: variable 'ansible_search_path' from source: unknown 7723 1726883203.62159: variable 'ansible_search_path' from source: unknown 7723 1726883203.62219: calling self._execute() 7723 1726883203.62290: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883203.62293: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883203.62297: variable 'omit' from source: magic vars 7723 1726883203.62408: variable 'omit' from source: magic vars 7723 1726883203.62478: variable 'omit' from source: magic vars 7723 1726883203.62917: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7723 1726883203.64810: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7723 1726883203.64897: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7723 1726883203.64917: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7723 1726883203.64948: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7723 1726883203.64969: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7723 1726883203.65061: 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) 7723 1726883203.65096: 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) 7723 1726883203.65109: 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) 7723 1726883203.65136: 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) 7723 1726883203.65156: 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) 7723 1726883203.65292: variable 'rhc_state' from source: role '' defaults 7723 1726883203.65433: variable 'rhc_auth' from source: include params 7723 1726883203.65525: variable 'lsr_rhc_test_data' from source: include_vars 7723 1726883203.65587: variable 'lsr_rhc_test_data' from source: include_vars 7723 1726883203.65601: variable 'omit' from source: magic vars 7723 1726883203.65684: variable 'rhc_auth' from source: include params 7723 1726883203.65736: variable 'lsr_rhc_test_data' from source: include_vars 7723 1726883203.65791: variable 'lsr_rhc_test_data' from source: include_vars 7723 1726883203.65804: variable 'omit' from source: magic vars 7723 1726883203.65915: 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) 7723 1726883203.65937: 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) 7723 1726883203.65959: 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) 7723 1726883203.65985: 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) 7723 1726883203.65995: 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) 7723 1726883203.66088: variable 'rhc_auth' from source: include params 7723 1726883203.66139: variable 'lsr_rhc_test_data' from source: include_vars 7723 1726883203.66198: variable 'lsr_rhc_test_data' from source: include_vars 7723 1726883203.66210: variable 'omit' from source: magic vars 7723 1726883203.66310: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7723 1726883203.66435: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7723 1726883203.66465: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7723 1726883203.66503: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7723 1726883203.66525: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7723 1726883203.66562: 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) 7723 1726883203.66580: 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) 7723 1726883203.66598: 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) 7723 1726883203.66617: 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) 7723 1726883203.66689: variable 'rhc_organization' from source: include params 7723 1726883203.66742: variable 'lsr_rhc_test_data' from source: include_vars 7723 1726883203.66756: variable 'omit' from source: magic vars 7723 1726883203.66831: variable 'rhc_server' from source: include params 7723 1726883203.66878: variable 'lsr_rhc_test_data' from source: include_vars 7723 1726883203.66950: variable 'lsr_rhc_test_data' from source: include_vars 7723 1726883203.67008: variable 'lsr_rhc_test_data' from source: include_vars 7723 1726883203.67069: variable 'lsr_rhc_test_data' from source: include_vars 7723 1726883203.67099: variable 'omit' from source: magic vars 7723 1726883203.67179: variable 'rhc_server' from source: include params 7723 1726883203.67226: variable 'lsr_rhc_test_data' from source: include_vars 7723 1726883203.67286: variable 'lsr_rhc_test_data' from source: include_vars 7723 1726883203.67344: variable 'lsr_rhc_test_data' from source: include_vars 7723 1726883203.67401: variable 'lsr_rhc_test_data' from source: include_vars 7723 1726883203.67418: variable 'omit' from source: magic vars 7723 1726883203.67497: variable 'rhc_server' from source: include params 7723 1726883203.67548: variable 'lsr_rhc_test_data' from source: include_vars 7723 1726883203.67606: variable 'lsr_rhc_test_data' from source: include_vars 7723 1726883203.67664: variable 'lsr_rhc_test_data' from source: include_vars 7723 1726883203.67721: variable 'lsr_rhc_test_data' from source: include_vars 7723 1726883203.67741: variable 'omit' from source: magic vars 7723 1726883203.67887: variable 'rhc_server' from source: include params 7723 1726883203.67939: variable 'lsr_rhc_test_data' from source: include_vars 7723 1726883203.67995: variable 'lsr_rhc_test_data' from source: include_vars 7723 1726883203.68109: variable 'lsr_rhc_test_data' from source: include_vars 7723 1726883203.68172: variable 'lsr_rhc_test_data' from source: include_vars 7723 1726883203.68199: variable 'omit' from source: magic vars 7723 1726883203.68504: variable 'rhc_state' from source: role '' defaults 7723 1726883203.68507: variable 'rhc_release' from source: role '' defaults 7723 1726883203.68521: variable '__rhc_state_absent' from source: role '' all vars 7723 1726883203.68525: variable 'omit' from source: magic vars 7723 1726883203.68760: variable 'rhc_proxy' from source: role '' defaults 7723 1726883203.68764: variable '__rhc_state_absent' from source: role '' all vars 7723 1726883203.68766: variable '__rhc_empty_string' from source: role '' all vars 7723 1726883203.68769: variable 'omit' from source: magic vars 7723 1726883203.68956: variable 'rhc_proxy' from source: role '' defaults 7723 1726883203.68960: variable '__rhc_state_absent' from source: role '' all vars 7723 1726883203.68962: variable 'omit' from source: magic vars 7723 1726883203.69151: variable 'rhc_proxy' from source: role '' defaults 7723 1726883203.69158: variable '__rhc_state_absent' from source: role '' all vars 7723 1726883203.69160: variable '__rhc_empty_string' from source: role '' all vars 7723 1726883203.69163: variable 'omit' from source: magic vars 7723 1726883203.69322: variable 'rhc_proxy' from source: role '' defaults 7723 1726883203.69325: variable '__rhc_state_absent' from source: role '' all vars 7723 1726883203.69333: variable '__rhc_empty_string' from source: role '' all vars 7723 1726883203.69336: variable 'omit' from source: magic vars 7723 1726883203.69498: variable 'rhc_proxy' from source: role '' defaults 7723 1726883203.69501: variable '__rhc_state_absent' from source: role '' all vars 7723 1726883203.69503: variable '__rhc_empty_string' from source: role '' all vars 7723 1726883203.69506: variable 'omit' from source: magic vars 7723 1726883203.69652: variable 'rhc_state' from source: role '' defaults 7723 1726883203.69792: 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) 7723 1726883203.69824: 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) 7723 1726883203.69850: 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) 7723 1726883203.69900: 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) 7723 1726883203.69913: 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) 7723 1726883203.70033: variable 'rhc_environments' from source: role '' defaults 7723 1726883203.70036: variable 'rhc_state' from source: role '' defaults 7723 1726883203.70043: variable 'omit' from source: magic vars 7723 1726883203.70189: variable 'rhc_baseurl' from source: role '' defaults 7723 1726883203.70197: variable 'omit' from source: magic vars 7723 1726883203.70236: variable 'omit' from source: magic vars 7723 1726883203.70260: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7723 1726883203.70293: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7723 1726883203.70333: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7723 1726883203.70337: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7723 1726883203.70373: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7723 1726883203.70377: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 7723 1726883203.70393: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 7723 1726883203.70411: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7723 1726883203.70415: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883203.70417: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883203.70507: Set connection var ansible_shell_type to sh 7723 1726883203.70515: Set connection var ansible_shell_executable to /bin/sh 7723 1726883203.70518: Set connection var ansible_module_compression to ZIP_DEFLATED 7723 1726883203.70520: Set connection var ansible_connection to ssh 7723 1726883203.70566: Set connection var ansible_pipelining to False 7723 1726883203.70570: Set connection var ansible_timeout to 10 7723 1726883203.70572: variable 'ansible_shell_executable' from source: unknown 7723 1726883203.70575: variable 'ansible_connection' from source: unknown 7723 1726883203.70581: variable 'ansible_module_compression' from source: unknown 7723 1726883203.70586: variable 'ansible_shell_type' from source: unknown 7723 1726883203.70589: variable 'ansible_shell_executable' from source: unknown 7723 1726883203.70591: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883203.70593: variable 'ansible_pipelining' from source: unknown 7723 1726883203.70595: variable 'ansible_timeout' from source: unknown 7723 1726883203.70597: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883203.70727: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 7723 1726883203.70737: variable 'omit' from source: magic vars 7723 1726883203.70741: starting attempt loop 7723 1726883203.70744: running the handler 7723 1726883203.70756: _low_level_execute_command(): starting 7723 1726883203.70762: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7723 1726883203.71338: 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 <<< 7723 1726883203.71372: 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.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883203.71375: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883203.71378: 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.12.120 originally 10.31.12.120 debug2: match found <<< 7723 1726883203.71380: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883203.71431: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883203.71444: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883203.71446: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883203.71487: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883203.73157: stdout chunk (state=3): >>>/root <<< 7723 1726883203.73263: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883203.73293: stderr chunk (state=3): >>><<< 7723 1726883203.73296: stdout chunk (state=3): >>><<< 7723 1726883203.73322: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883203.73336: _low_level_execute_command(): starting 7723 1726883203.73343: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726883203.7332215-9080-131650720809604 `" && echo ansible-tmp-1726883203.7332215-9080-131650720809604="` echo /root/.ansible/tmp/ansible-tmp-1726883203.7332215-9080-131650720809604 `" ) && sleep 0' 7723 1726883203.73820: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883203.73823: 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.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883203.73826: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration <<< 7723 1726883203.73828: 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 debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 debug2: match found <<< 7723 1726883203.73831: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883203.73911: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883203.73914: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883203.73954: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883203.75843: stdout chunk (state=3): >>>ansible-tmp-1726883203.7332215-9080-131650720809604=/root/.ansible/tmp/ansible-tmp-1726883203.7332215-9080-131650720809604 <<< 7723 1726883203.75961: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883203.76004: stderr chunk (state=3): >>><<< 7723 1726883203.76008: stdout chunk (state=3): >>><<< 7723 1726883203.76038: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726883203.7332215-9080-131650720809604=/root/.ansible/tmp/ansible-tmp-1726883203.7332215-9080-131650720809604 , 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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883203.76178: variable 'ansible_module_compression' from source: unknown 7723 1726883203.76231: ANSIBALLZ: Using lock for community.general.redhat_subscription 7723 1726883203.76234: ANSIBALLZ: Acquiring lock 7723 1726883203.76237: ANSIBALLZ: Lock acquired: 140047140820688 7723 1726883203.76258: ANSIBALLZ: Creating module 7723 1726883203.86830: ANSIBALLZ: Writing module into payload 7723 1726883203.87018: ANSIBALLZ: Writing module 7723 1726883203.87059: ANSIBALLZ: Renaming module 7723 1726883203.87063: ANSIBALLZ: Done creating module 7723 1726883203.87068: variable 'ansible_facts' from source: unknown 7723 1726883203.87134: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726883203.7332215-9080-131650720809604/AnsiballZ_redhat_subscription.py 7723 1726883203.87331: Sending initial data 7723 1726883203.87334: Sent initial data (166 bytes) 7723 1726883203.87831: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883203.87834: 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.12.120 originally 10.31.12.120 debug2: match not found <<< 7723 1726883203.87836: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 7723 1726883203.87839: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883203.87853: 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883203.87896: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883203.87899: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883203.87914: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883203.87975: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883203.89614: 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 <<< 7723 1726883203.89656: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 7723 1726883203.89717: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7723b_d05x07/tmp5ni85vns /root/.ansible/tmp/ansible-tmp-1726883203.7332215-9080-131650720809604/AnsiballZ_redhat_subscription.py <<< 7723 1726883203.89720: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726883203.7332215-9080-131650720809604/AnsiballZ_redhat_subscription.py" <<< 7723 1726883203.89745: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-7723b_d05x07/tmp5ni85vns" to remote "/root/.ansible/tmp/ansible-tmp-1726883203.7332215-9080-131650720809604/AnsiballZ_redhat_subscription.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726883203.7332215-9080-131650720809604/AnsiballZ_redhat_subscription.py" <<< 7723 1726883203.90443: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883203.90456: stderr chunk (state=3): >>><<< 7723 1726883203.90459: stdout chunk (state=3): >>><<< 7723 1726883203.90497: done transferring module to remote 7723 1726883203.90511: _low_level_execute_command(): starting 7723 1726883203.90514: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726883203.7332215-9080-131650720809604/ /root/.ansible/tmp/ansible-tmp-1726883203.7332215-9080-131650720809604/AnsiballZ_redhat_subscription.py && sleep 0' 7723 1726883203.91067: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7723 1726883203.91072: 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 debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883203.91074: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883203.91076: 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883203.91133: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883203.91136: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883203.91145: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883203.91185: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883203.92919: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883203.92955: stderr chunk (state=3): >>><<< 7723 1726883203.92958: stdout chunk (state=3): >>><<< 7723 1726883203.92974: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883203.92977: _low_level_execute_command(): starting 7723 1726883203.92980: _low_level_execute_command(): using become for this command 7723 1726883203.92995: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-ganwrucascfwhsgfopvvmdecnzjtnide ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726883203.7332215-9080-131650720809604/AnsiballZ_redhat_subscription.py'"'"' && sleep 0' 7723 1726883203.93175: Initial state: awaiting_escalation: BECOME-SUCCESS-ganwrucascfwhsgfopvvmdecnzjtnide 7723 1726883203.93783: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883203.93875: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883203.93915: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883203.96795: stdout chunk (state=1): >>>BECOME-SUCCESS-ganwrucascfwhsgfopvvmdecnzjtnide <<< 7723 1726883203.96802: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-ganwrucascfwhsgfopvvmdecnzjtnide' 7723 1726883203.97123: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 7723 1726883203.97157: stdout chunk (state=3): >>>import _imp # builtin <<< 7723 1726883203.97184: stdout chunk (state=3): >>>import '_thread' # <<< 7723 1726883203.97191: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 7723 1726883203.97261: stdout chunk (state=3): >>>import '_io' # <<< 7723 1726883203.97269: stdout chunk (state=3): >>>import 'marshal' # <<< 7723 1726883203.97293: stdout chunk (state=3): >>>import 'posix' # <<< 7723 1726883203.97328: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 7723 1726883203.97345: stdout chunk (state=3): >>># installing zipimport hook <<< 7723 1726883203.97354: stdout chunk (state=3): >>>import 'time' # <<< 7723 1726883203.97360: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 7723 1726883203.97417: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 7723 1726883203.97420: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883203.97438: stdout chunk (state=3): >>>import '_codecs' # <<< 7723 1726883203.97459: stdout chunk (state=3): >>>import 'codecs' # <<< 7723 1726883203.97500: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 7723 1726883203.97518: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 7723 1726883203.97539: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d826183e0> <<< 7723 1726883203.97545: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d825e7a10> <<< 7723 1726883203.97578: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 7723 1726883203.97581: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 7723 1726883203.97584: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d8261a960> <<< 7723 1726883203.97604: stdout chunk (state=3): >>>import '_signal' # <<< 7723 1726883203.97633: stdout chunk (state=3): >>>import '_abc' # <<< 7723 1726883203.97636: stdout chunk (state=3): >>>import 'abc' # <<< 7723 1726883203.97657: stdout chunk (state=3): >>>import 'io' # <<< 7723 1726883203.97685: stdout chunk (state=3): >>>import '_stat' # <<< 7723 1726883203.97704: stdout chunk (state=3): >>>import 'stat' # <<< 7723 1726883203.97774: stdout chunk (state=3): >>>import '_collections_abc' # <<< 7723 1726883203.97803: stdout chunk (state=3): >>>import 'genericpath' # <<< 7723 1726883203.97812: stdout chunk (state=3): >>>import 'posixpath' # <<< 7723 1726883203.97839: stdout chunk (state=3): >>>import 'os' # <<< 7723 1726883203.97844: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 7723 1726883203.97866: stdout chunk (state=3): >>>Processing user site-packages <<< 7723 1726883203.97871: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 7723 1726883203.97891: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 7723 1726883203.97894: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 7723 1726883203.97929: 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 # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 7723 1726883203.97983: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d82408fe0> <<< 7723 1726883203.98021: 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 <<< 7723 1726883203.98054: stdout chunk (state=3): >>># 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 0x7f3d82409f10> <<< 7723 1726883203.98069: stdout chunk (state=3): >>>import 'site' # <<< 7723 1726883203.98097: 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. <<< 7723 1726883203.98331: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 7723 1726883203.98359: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 7723 1726883203.98392: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883203.98395: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 7723 1726883203.98442: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 7723 1726883203.98458: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 7723 1726883203.98489: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d82447d40> <<< 7723 1726883203.98524: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 7723 1726883203.98550: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 7723 1726883203.98562: stdout chunk (state=3): >>>import '_operator' # <<< 7723 1726883203.98589: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d82447f80> <<< 7723 1726883203.98617: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 7723 1726883203.98644: stdout chunk (state=3): >>># 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 <<< 7723 1726883203.98681: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883203.98701: stdout chunk (state=3): >>>import 'itertools' # <<< 7723 1726883203.98737: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d8247f740> <<< 7723 1726883203.98781: stdout chunk (state=3): >>># /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' <<< 7723 1726883203.98793: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d8247fdd0> import '_collections' # <<< 7723 1726883203.98851: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d8245fa10> <<< 7723 1726883203.98858: stdout chunk (state=3): >>>import '_functools' # <<< 7723 1726883203.98875: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d8245d130> <<< 7723 1726883203.98968: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d82444ef0> <<< 7723 1726883203.98998: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 7723 1726883203.99021: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 7723 1726883203.99055: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 7723 1726883203.99136: stdout chunk (state=3): >>># 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' <<< 7723 1726883203.99198: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d824a3680> <<< 7723 1726883203.99201: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d824a22a0> <<< 7723 1726883203.99204: 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 0x7f3d8245e000> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d824a0b30> <<< 7723 1726883203.99273: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 7723 1726883203.99285: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d824d46b0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d82444170> # /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' <<< 7723 1726883203.99393: stdout chunk (state=3): >>># 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 0x7f3d824d4b60> <<< 7723 1726883203.99397: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d824d4a10> <<< 7723 1726883203.99400: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883203.99402: stdout chunk (state=3): >>># 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 0x7f3d824d4e00> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d82442c90> <<< 7723 1726883203.99428: 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' <<< 7723 1726883203.99465: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 7723 1726883203.99468: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 7723 1726883203.99493: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d824d54c0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d824d5190> import 'importlib.machinery' # <<< 7723 1726883203.99529: 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' <<< 7723 1726883203.99546: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d824d63c0> <<< 7723 1726883203.99574: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 7723 1726883203.99590: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 7723 1726883203.99625: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 7723 1726883203.99656: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d824ec5f0> <<< 7723 1726883203.99674: stdout chunk (state=3): >>>import 'errno' # <<< 7723 1726883203.99733: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883203.99761: 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 0x7f3d824edcd0> <<< 7723 1726883203.99765: stdout chunk (state=3): >>># /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' <<< 7723 1726883203.99781: stdout chunk (state=3): >>># /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 0x7f3d824eeb70> <<< 7723 1726883203.99833: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883203.99842: stdout chunk (state=3): >>># 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 0x7f3d824ef1d0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d824ee0c0> <<< 7723 1726883203.99863: stdout chunk (state=3): >>># /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' <<< 7723 1726883203.99915: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883203.99919: 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 0x7f3d824efc50> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d824ef380> <<< 7723 1726883203.99967: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d824d6420> <<< 7723 1726883203.99982: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 7723 1726883204.00017: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 7723 1726883204.00053: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 7723 1726883204.00061: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 7723 1726883204.00108: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3d82277b30> <<< 7723 1726883204.00116: stdout chunk (state=3): >>># /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' <<< 7723 1726883204.00170: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3d822a0620> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d822a0380> # 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 0x7f3d822a0650> <<< 7723 1726883204.00203: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 7723 1726883204.00216: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 7723 1726883204.00264: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883204.00392: 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 0x7f3d822a0f80> <<< 7723 1726883204.00500: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883204.00524: 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 0x7f3d822a18e0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d822a0830> <<< 7723 1726883204.00535: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d82275cd0> <<< 7723 1726883204.00556: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 7723 1726883204.00565: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 7723 1726883204.00593: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 7723 1726883204.00600: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 7723 1726883204.00618: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d822a2c60> <<< 7723 1726883204.00634: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d822a0e00> <<< 7723 1726883204.00657: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d824d6b10> <<< 7723 1726883204.00683: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 7723 1726883204.00744: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883204.00760: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 7723 1726883204.00797: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 7723 1726883204.00828: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d822caff0> <<< 7723 1726883204.00878: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 7723 1726883204.00890: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883204.00916: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 7723 1726883204.00937: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 7723 1726883204.00976: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d822ef350> <<< 7723 1726883204.01000: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 7723 1726883204.01046: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 7723 1726883204.01094: stdout chunk (state=3): >>>import 'ntpath' # <<< 7723 1726883204.01124: 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 0x7f3d82350140> <<< 7723 1726883204.01138: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 7723 1726883204.01169: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 7723 1726883204.01194: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 7723 1726883204.01235: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 7723 1726883204.01321: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d823528a0> <<< 7723 1726883204.01395: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d82350260> <<< 7723 1726883204.01431: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d8231d130> <<< 7723 1726883204.01461: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' <<< 7723 1726883204.01473: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d821591f0> <<< 7723 1726883204.01490: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d822ee180> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d822a3bc0> <<< 7723 1726883204.01597: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 7723 1726883204.01617: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f3d822ee780> <<< 7723 1726883204.01757: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_community.general.redhat_subscription_payload_6grv0vv3/ansible_community.general.redhat_subscription_payload.zip' <<< 7723 1726883204.01764: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883204.01888: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883204.01923: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 7723 1726883204.01925: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 7723 1726883204.01968: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 7723 1726883204.02039: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 7723 1726883204.02077: 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' <<< 7723 1726883204.02099: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d821a6f60> import '_typing' # <<< 7723 1726883204.02270: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d82189e50> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d82188fb0> # zipimport: zlib available <<< 7723 1726883204.02357: stdout chunk (state=3): >>>import 'ansible' # <<< 7723 1726883204.02369: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # <<< 7723 1726883204.02393: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883204.03772: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883204.04872: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d821a4e00> <<< 7723 1726883204.04884: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883204.04911: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 7723 1726883204.04914: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 7723 1726883204.04944: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 7723 1726883204.04951: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 7723 1726883204.04976: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3d821d68a0> <<< 7723 1726883204.05014: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d821d6630> <<< 7723 1726883204.05041: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d821d5f70> <<< 7723 1726883204.05069: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 7723 1726883204.05071: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 7723 1726883204.05110: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d821d63c0> <<< 7723 1726883204.05119: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d821a7bf0> import 'atexit' # <<< 7723 1726883204.05150: 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 0x7f3d821d76b0> <<< 7723 1726883204.05175: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883204.05191: stdout chunk (state=3): >>># extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3d821d78f0> <<< 7723 1726883204.05195: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 7723 1726883204.05243: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 7723 1726883204.05253: stdout chunk (state=3): >>>import '_locale' # <<< 7723 1726883204.05302: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d821d7e00> <<< 7723 1726883204.05307: stdout chunk (state=3): >>>import 'pwd' # <<< 7723 1726883204.05330: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 7723 1726883204.05353: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 7723 1726883204.05390: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d81b11bb0> <<< 7723 1726883204.05422: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883204.05432: 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 0x7f3d81b137d0> <<< 7723 1726883204.05443: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 7723 1726883204.05459: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 7723 1726883204.05501: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d81b141d0> <<< 7723 1726883204.05515: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 7723 1726883204.05542: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 7723 1726883204.05562: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d81b15370> <<< 7723 1726883204.05576: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 7723 1726883204.05619: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 7723 1726883204.05637: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 7723 1726883204.05647: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 7723 1726883204.05693: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d81b17e30> <<< 7723 1726883204.05731: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3d8218aff0> <<< 7723 1726883204.05751: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d81b160f0> <<< 7723 1726883204.05771: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 7723 1726883204.05796: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 7723 1726883204.05826: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 7723 1726883204.05842: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 7723 1726883204.05848: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 7723 1726883204.05871: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 7723 1726883204.05910: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 7723 1726883204.05914: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d81b23d10> <<< 7723 1726883204.05933: stdout chunk (state=3): >>>import '_tokenize' # <<< 7723 1726883204.05981: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d81b227e0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d81b22540> <<< 7723 1726883204.06004: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 7723 1726883204.06009: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 7723 1726883204.06085: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d81b22a50> <<< 7723 1726883204.06111: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d81b16600> <<< 7723 1726883204.06143: 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 0x7f3d81b67fe0> <<< 7723 1726883204.06169: 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 0x7f3d81b680e0> <<< 7723 1726883204.06195: 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 <<< 7723 1726883204.06203: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 7723 1726883204.06229: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 7723 1726883204.06279: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3d81b69b80> <<< 7723 1726883204.06301: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d81b69940> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 7723 1726883204.06400: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 7723 1726883204.06451: 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 0x7f3d81b6c0e0> <<< 7723 1726883204.06454: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d81b6a270> <<< 7723 1726883204.06476: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 7723 1726883204.06533: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883204.06537: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 7723 1726883204.06555: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 7723 1726883204.06593: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d81b6f890> <<< 7723 1726883204.06709: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d81b6c260> <<< 7723 1726883204.06772: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3d81b70980> <<< 7723 1726883204.06800: 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 0x7f3d81b70920> <<< 7723 1726883204.06843: 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 0x7f3d81b70bf0> <<< 7723 1726883204.06854: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d81b68290> <<< 7723 1726883204.06874: 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 <<< 7723 1726883204.06882: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 7723 1726883204.06903: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 7723 1726883204.06936: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 7723 1726883204.06955: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883204.06988: 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 0x7f3d81bf8170> <<< 7723 1726883204.07110: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883204.07128: 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 0x7f3d81bf9340> <<< 7723 1726883204.07158: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d81b72930> <<< 7723 1726883204.07215: 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 0x7f3d81b73ce0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d81b725a0> # zipimport: zlib available <<< 7723 1726883204.07218: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883204.07236: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 7723 1726883204.07300: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883204.07385: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883204.07394: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883204.07413: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 7723 1726883204.07424: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883204.07446: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 7723 1726883204.07450: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883204.07573: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883204.07691: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883204.08226: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883204.08798: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 7723 1726883204.08802: stdout chunk (state=3): >>># /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' <<< 7723 1726883204.08847: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3d81a014c0> <<< 7723 1726883204.08930: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 7723 1726883204.08962: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d81a02360> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d81bf96d0> <<< 7723 1726883204.09012: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 7723 1726883204.09055: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # <<< 7723 1726883204.09060: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883204.09199: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883204.09363: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d81a022d0> <<< 7723 1726883204.09388: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883204.09822: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883204.10252: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883204.10329: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883204.10403: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 7723 1726883204.10421: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883204.10455: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883204.10487: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 7723 1726883204.10500: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883204.10559: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883204.10644: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 7723 1726883204.10661: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883204.10671: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883204.10694: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 7723 1726883204.10733: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883204.10789: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 7723 1726883204.10804: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883204.10999: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883204.11236: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 7723 1726883204.11289: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 7723 1726883204.11301: stdout chunk (state=3): >>>import '_ast' # <<< 7723 1726883204.11365: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d81a03470> <<< 7723 1726883204.11368: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883204.11452: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883204.11518: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 7723 1726883204.11530: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 7723 1726883204.11546: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 7723 1726883204.11549: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883204.11595: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883204.11647: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 7723 1726883204.11703: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883204.11739: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883204.11786: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883204.11855: 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 <<< 7723 1726883204.11888: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883204.11965: 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 0x7f3d81a0de20> <<< 7723 1726883204.11999: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d81a0b1a0> <<< 7723 1726883204.12035: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 7723 1726883204.12039: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883204.12104: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883204.12165: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883204.12196: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883204.12246: 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 <<< 7723 1726883204.12254: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883204.12257: 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 <<< 7723 1726883204.12282: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 7723 1726883204.12303: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 7723 1726883204.12365: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 7723 1726883204.12377: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 7723 1726883204.12399: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 7723 1726883204.12456: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d81b02750> <<< 7723 1726883204.12499: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d8220e420> <<< 7723 1726883204.12581: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d81a0ddf0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d81a02d80> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 7723 1726883204.12585: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883204.12618: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883204.12647: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 7723 1726883204.12652: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 7723 1726883204.12702: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 7723 1726883204.12739: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883204.12746: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections' # # zipimport: zlib available <<< 7723 1726883204.12770: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883204.12786: stdout chunk (state=3): >>>import 'ansible_collections.community' # <<< 7723 1726883204.12802: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883204.12808: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.community.general' # <<< 7723 1726883204.12829: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883204.12839: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883204.12847: stdout chunk (state=3): >>>import 'ansible_collections.community.general.plugins' # <<< 7723 1726883204.12872: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7723 1726883204.12890: stdout chunk (state=3): >>>import 'ansible_collections.community.general.plugins.modules' # <<< 7723 1726883204.12897: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883204.13506: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883204.13927: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 7723 1726883204.13951: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 7723 1726883204.14059: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d81aa0470> <<< 7723 1726883204.14155: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883204.84589: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883204.84595: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc' <<< 7723 1726883204.84624: stdout chunk (state=3): >>>import 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d81aa2c60> <<< 7723 1726883204.84631: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc' <<< 7723 1726883204.84653: stdout chunk (state=3): >>>import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d81a8ac60> <<< 7723 1726883204.84670: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py <<< 7723 1726883204.84681: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc' <<< 7723 1726883204.84790: stdout chunk (state=3): >>># extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' # extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' import '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3d81a881d0> <<< 7723 1726883204.84801: stdout chunk (state=3): >>>import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d81a88e90> <<< 7723 1726883204.84811: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py <<< 7723 1726883204.84837: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc' <<< 7723 1726883204.84842: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py <<< 7723 1726883204.84864: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' <<< 7723 1726883204.84883: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py <<< 7723 1726883204.84908: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' <<< 7723 1726883204.84934: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc' <<< 7723 1726883204.84952: stdout chunk (state=3): >>>import 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d81698c20> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py <<< 7723 1726883204.84974: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc' <<< 7723 1726883204.85003: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py <<< 7723 1726883204.85007: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc' <<< 7723 1726883204.85042: stdout chunk (state=3): >>># /usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/__init__.py # code object from '/usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc' import 'xml' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d81699e80> <<< 7723 1726883204.85059: stdout chunk (state=3): >>># /usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/__init__.py # code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc' import 'xml.parsers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d8169a0f0> <<< 7723 1726883204.85073: stdout chunk (state=3): >>># /usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/expat.py # code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc' <<< 7723 1726883204.85107: stdout chunk (state=3): >>># extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883204.85176: stdout chunk (state=3): >>># extension module 'pyexpat' executed from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' import 'pyexpat' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3d8169a240> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d8169a090> <<< 7723 1726883204.85186: stdout chunk (state=3): >>>import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d81699940> <<< 7723 1726883204.85199: stdout chunk (state=3): >>>import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d81698da0> <<< 7723 1726883204.85217: stdout chunk (state=3): >>>import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d81a8bf50> <<< 7723 1726883204.85220: stdout chunk (state=3): >>>import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d81a8a5a0> <<< 7723 1726883204.85246: stdout chunk (state=3): >>>import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d822a0f20> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d81b71280> <<< 7723 1726883205.29198: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.29409: stdout chunk (state=3): >>> {"failed": true, "msg": "Failed to register with 'candlepin.local': com.redhat.RHSM1.Error: {\"exception\": \"RestlibException\", \"severity\": \"error\", \"message\": \"Invalid Credentials\"}", "exception": " File \"/tmp/ansible_community.general.redhat_subscription_payload_6grv0vv3/ansible_community.general.redhat_subscription_payload.zip/ansible_collections/community/general/plugins/modules/redhat_subscription.py\", line 1241, in main\n rhsm.register(was_registered, username, password, token, auto_attach, activationkey, org_id,\n File \"/tmp/ansible_community.general.redhat_subscription_payload_6grv0vv3/ansible_community.general.redhat_subscription_payload.zip/ansible_collections/community/general/plugins/modules/redhat_subscription.py\", line 485, in register\n self._register_using_dbus(was_registered, username, password, auto_attach,\n File \"/tmp/ansible_community.general.redhat_subscription_payload_6grv0vv3/ansible_community.general.redhat_subscription_payload.zip/ansible_collections/community/general/plugins/modules/redhat_subscription.py\", line 711, in _register_using_dbus\n private_bus.call_blocking(\n File \"/usr/lib64/python3.12/site-packages/dbus/connection.py\", line 634, in call_blocking\n reply_message = self.send_message_with_reply_and_block(\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", "invocation": {"module_args": {"state": "present", "username": "invalid-user", "password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "org_id": "donaldduck", "server_hostname": "candlepin.local", "server_port": "8443", "server_prefix": "/candlepin", "server_insecure": "0", "force_register": false, "pool": "^$", "pool_ids": [], "token": null, "rhsm_baseurl": null, "rhsm_repo_ca_cert": null, "auto_attach": null, "activationkey": null, "environment": null, "consumer_type": null, "consumer_name": null, "consumer_id": null, "server_proxy_hostname": null, "server_proxy_scheme": null, "server_proxy_port": null, "server_proxy_user": null, "server_proxy_password": null, "release": null, "syspurpose": null}}} <<< 7723 1726883205.29415: stdout chunk (state=3): >>># destroy __main__ <<< 7723 1726883205.30348: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib <<< 7723 1726883205.30354: stdout chunk (state=3): >>># 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 <<< 7723 1726883205.30390: stdout chunk (state=3): >>># 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 <<< 7723 1726883205.30396: stdout chunk (state=3): >>># 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 <<< 7723 1726883205.30400: stdout chunk (state=3): >>># 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_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.community # destroy ansible_collections.community # cleanup[2] removing ansible_collections.community.general # destroy ansible_collections.community.general # cleanup[2] removing ansible_collections.community.general.plugins # destroy ansible_collections.community.general.plugins # cleanup[2] removing ansible_collections.community.general.plugins.modules # destroy ansible_collections.community.general.plugins.modules # cleanup[2] removing configparser # cleanup[2] removing dbus._compat # cleanup[2] removing dbus.exceptions # cleanup[2] removing _dbus_bindings # cleanup[2] removing dbus.types # cleanup[2] removing dbus.lowlevel # cleanup[2] removing xml # destroy xml # cleanup[2] removing xml.parsers # destroy xml.parsers # cleanup[2] removing pyexpat.errors # cleanup[2] removing pyexpat.model # cleanup[2] removing pyexpat # cleanup[2] removing xml.parsers.expat.model # cleanup[2] removing xml.parsers.expat.errors # cleanup[2] removing xml.parsers.expat # destroy xml.parsers.expat # cleanup[2] removing dbus._expat_introspect_parser # cleanup[2] removing dbus.proxies # cleanup[2] removing dbus.connection # cleanup[2] removing dbus.bus # cleanup[2] removing dbus._dbus # cleanup[2] removing dbus # destroy dbus # destroy dbus._compat # destroy dbus.exceptions # destroy dbus.types # destroy dbus.lowlevel # destroy dbus._expat_introspect_parser # destroy dbus.proxies # destroy dbus.connection # destroy dbus.bus # destroy dbus._dbus <<< 7723 1726883205.30661: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 7723 1726883205.30686: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 7723 1726883205.30731: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 7723 1726883205.30757: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 7723 1726883205.30783: stdout chunk (state=3): >>># destroy ntpath <<< 7723 1726883205.30820: stdout chunk (state=3): >>># destroy importlib <<< 7723 1726883205.30853: 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 # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd <<< 7723 1726883205.30887: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 7723 1726883205.30909: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 7723 1726883205.30946: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 7723 1726883205.30956: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 7723 1726883205.30984: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy shlex # destroy subprocess <<< 7723 1726883205.31021: stdout chunk (state=3): >>># cleanup[3] wiping xml.parsers.expat.errors # cleanup[3] wiping xml.parsers.expat.model # cleanup[3] wiping pyexpat # destroy pyexpat.errors # destroy pyexpat.model # cleanup[3] wiping _dbus_bindings <<< 7723 1726883205.31060: stdout chunk (state=3): >>># cleanup[3] wiping configparser # 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 # destroy configparser # 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 logging # destroy io # destroy traceback <<< 7723 1726883205.31097: stdout chunk (state=3): >>># cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping textwrap # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 7723 1726883205.31118: stdout chunk (state=3): >>># cleanup[3] wiping atexit # destroy 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 <<< 7723 1726883205.31143: stdout chunk (state=3): >>># 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 <<< 7723 1726883205.31193: stdout chunk (state=3): >>># 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 abc # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # 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 <<< 7723 1726883205.31218: stdout chunk (state=3): >>># cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 7723 1726883205.31370: stdout chunk (state=3): >>># destroy sys.monitoring <<< 7723 1726883205.31375: stdout chunk (state=3): >>># destroy _socket # destroy threading # destroy weakref <<< 7723 1726883205.31406: stdout chunk (state=3): >>># destroy linecache # destroy textwrap # destroy _weakref # destroy _collections <<< 7723 1726883205.31433: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 7723 1726883205.31472: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy _thread # destroy re._parser # destroy _string # destroy logging # destroy _dbus_bindings <<< 7723 1726883205.31476: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy collections # destroy copyreg # destroy contextlib # destroy warnings <<< 7723 1726883205.31516: stdout chunk (state=3): >>># destroy _typing <<< 7723 1726883205.31519: stdout chunk (state=3): >>># destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy pyexpat # destroy functools # destroy operator # destroy ansible.module_utils.six.moves <<< 7723 1726883205.31563: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # destroy time <<< 7723 1726883205.31566: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 7723 1726883205.31649: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy _warnings # destroy math # destroy _bisect <<< 7723 1726883205.31680: stdout chunk (state=3): >>># destroy re # destroy _random <<< 7723 1726883205.31707: stdout chunk (state=3): >>># destroy _hashlib # destroy _operator # destroy builtins <<< 7723 1726883205.31733: stdout chunk (state=3): >>># destroy itertools # destroy _abc # destroy _sre # destroy posix <<< 7723 1726883205.31754: stdout chunk (state=3): >>># destroy _functools # clear sys.audit hooks <<< 7723 1726883205.32258: stderr chunk (state=3): >>>debug2: Received exit status from master 1 Shared connection to 10.31.12.120 closed. <<< 7723 1726883205.32290: stderr chunk (state=3): >>><<< 7723 1726883205.32293: stdout chunk (state=3): >>><<< 7723 1726883205.32373: _low_level_execute_command() done: rc=1, 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 0x7f3d826183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d825e7a10> # /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 0x7f3d8261a960> 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 0x7f3d82408fe0> # /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 0x7f3d82409f10> 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 0x7f3d82447d40> # /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 0x7f3d82447f80> # /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 0x7f3d8247f740> # /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 0x7f3d8247fdd0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d8245fa10> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d8245d130> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d82444ef0> # /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 0x7f3d824a3680> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d824a22a0> # /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 0x7f3d8245e000> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d824a0b30> # /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 0x7f3d824d46b0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d82444170> # /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 0x7f3d824d4b60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d824d4a10> # 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 0x7f3d824d4e00> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d82442c90> # /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 0x7f3d824d54c0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d824d5190> 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 0x7f3d824d63c0> 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 0x7f3d824ec5f0> 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 0x7f3d824edcd0> # /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 0x7f3d824eeb70> # 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 0x7f3d824ef1d0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d824ee0c0> # /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 0x7f3d824efc50> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d824ef380> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d824d6420> # /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 0x7f3d82277b30> # /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 0x7f3d822a0620> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d822a0380> # 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 0x7f3d822a0650> # /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 0x7f3d822a0f80> # 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 0x7f3d822a18e0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d822a0830> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d82275cd0> # /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 0x7f3d822a2c60> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d822a0e00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d824d6b10> # /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 0x7f3d822caff0> # /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 0x7f3d822ef350> # /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 0x7f3d82350140> # /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 0x7f3d823528a0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d82350260> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d8231d130> # /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 0x7f3d821591f0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d822ee180> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d822a3bc0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f3d822ee780> # zipimport: found 34 names in '/tmp/ansible_community.general.redhat_subscription_payload_6grv0vv3/ansible_community.general.redhat_subscription_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 0x7f3d821a6f60> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d82189e50> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d82188fb0> # 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 0x7f3d821a4e00> # /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 0x7f3d821d68a0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d821d6630> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d821d5f70> # /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 0x7f3d821d63c0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d821a7bf0> 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 0x7f3d821d76b0> # 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 0x7f3d821d78f0> # /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 0x7f3d821d7e00> 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 0x7f3d81b11bb0> # 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 0x7f3d81b137d0> # /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 0x7f3d81b141d0> # /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 0x7f3d81b15370> # /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 0x7f3d81b17e30> # 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 0x7f3d8218aff0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d81b160f0> # /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 0x7f3d81b23d10> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d81b227e0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d81b22540> # /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 0x7f3d81b22a50> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d81b16600> # 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 0x7f3d81b67fe0> # /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 0x7f3d81b680e0> # /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 0x7f3d81b69b80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d81b69940> # /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 0x7f3d81b6c0e0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d81b6a270> # /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 0x7f3d81b6f890> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d81b6c260> # 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 0x7f3d81b70980> # 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 0x7f3d81b70920> # 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 0x7f3d81b70bf0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d81b68290> # /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 0x7f3d81bf8170> # 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 0x7f3d81bf9340> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d81b72930> # 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 0x7f3d81b73ce0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d81b725a0> # 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 0x7f3d81a014c0> # /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 0x7f3d81a02360> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d81bf96d0> 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 0x7f3d81a022d0> # 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 0x7f3d81a03470> # 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 0x7f3d81a0de20> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d81a0b1a0> 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 0x7f3d81b02750> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d8220e420> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d81a0ddf0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d81a02d80> # 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_collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.community' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.community.general' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.community.general.plugins' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.community.general.plugins.modules' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py # code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d81aa0470> # zipimport: zlib available # /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc' import 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d81aa2c60> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc' import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d81a8ac60> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc' # extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' # extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' import '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3d81a881d0> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d81a88e90> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc' import 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d81698c20> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc' # /usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/__init__.py # code object from '/usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc' import 'xml' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d81699e80> # /usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/__init__.py # code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc' import 'xml.parsers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d8169a0f0> # /usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/expat.py # code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc' # extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' # extension module 'pyexpat' executed from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' import 'pyexpat' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3d8169a240> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d8169a090> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d81699940> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d81698da0> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d81a8bf50> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d81a8a5a0> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d822a0f20> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3d81b71280> # zipimport: zlib available {"failed": true, "msg": "Failed to register with 'candlepin.local': com.redhat.RHSM1.Error: {\"exception\": \"RestlibException\", \"severity\": \"error\", \"message\": \"Invalid Credentials\"}", "exception": " File \"/tmp/ansible_community.general.redhat_subscription_payload_6grv0vv3/ansible_community.general.redhat_subscription_payload.zip/ansible_collections/community/general/plugins/modules/redhat_subscription.py\", line 1241, in main\n rhsm.register(was_registered, username, password, token, auto_attach, activationkey, org_id,\n File \"/tmp/ansible_community.general.redhat_subscription_payload_6grv0vv3/ansible_community.general.redhat_subscription_payload.zip/ansible_collections/community/general/plugins/modules/redhat_subscription.py\", line 485, in register\n self._register_using_dbus(was_registered, username, password, auto_attach,\n File \"/tmp/ansible_community.general.redhat_subscription_payload_6grv0vv3/ansible_community.general.redhat_subscription_payload.zip/ansible_collections/community/general/plugins/modules/redhat_subscription.py\", line 711, in _register_using_dbus\n private_bus.call_blocking(\n File \"/usr/lib64/python3.12/site-packages/dbus/connection.py\", line 634, in call_blocking\n reply_message = self.send_message_with_reply_and_block(\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n", "invocation": {"module_args": {"state": "present", "username": "invalid-user", "password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "org_id": "donaldduck", "server_hostname": "candlepin.local", "server_port": "8443", "server_prefix": "/candlepin", "server_insecure": "0", "force_register": false, "pool": "^$", "pool_ids": [], "token": null, "rhsm_baseurl": null, "rhsm_repo_ca_cert": null, "auto_attach": null, "activationkey": null, "environment": null, "consumer_type": null, "consumer_name": null, "consumer_id": null, "server_proxy_hostname": null, "server_proxy_scheme": null, "server_proxy_port": null, "server_proxy_user": null, "server_proxy_password": null, "release": null, "syspurpose": null}}} # 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_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.community # destroy ansible_collections.community # cleanup[2] removing ansible_collections.community.general # destroy ansible_collections.community.general # cleanup[2] removing ansible_collections.community.general.plugins # destroy ansible_collections.community.general.plugins # cleanup[2] removing ansible_collections.community.general.plugins.modules # destroy ansible_collections.community.general.plugins.modules # cleanup[2] removing configparser # cleanup[2] removing dbus._compat # cleanup[2] removing dbus.exceptions # cleanup[2] removing _dbus_bindings # cleanup[2] removing dbus.types # cleanup[2] removing dbus.lowlevel # cleanup[2] removing xml # destroy xml # cleanup[2] removing xml.parsers # destroy xml.parsers # cleanup[2] removing pyexpat.errors # cleanup[2] removing pyexpat.model # cleanup[2] removing pyexpat # cleanup[2] removing xml.parsers.expat.model # cleanup[2] removing xml.parsers.expat.errors # cleanup[2] removing xml.parsers.expat # destroy xml.parsers.expat # cleanup[2] removing dbus._expat_introspect_parser # cleanup[2] removing dbus.proxies # cleanup[2] removing dbus.connection # cleanup[2] removing dbus.bus # cleanup[2] removing dbus._dbus # cleanup[2] removing dbus # destroy dbus # destroy dbus._compat # destroy dbus.exceptions # destroy dbus.types # destroy dbus.lowlevel # destroy dbus._expat_introspect_parser # destroy dbus.proxies # destroy dbus.connection # destroy dbus.bus # destroy dbus._dbus # 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 shlex # destroy subprocess # cleanup[3] wiping xml.parsers.expat.errors # cleanup[3] wiping xml.parsers.expat.model # cleanup[3] wiping pyexpat # destroy pyexpat.errors # destroy pyexpat.model # cleanup[3] wiping _dbus_bindings # cleanup[3] wiping configparser # 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 # destroy configparser # 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 logging # destroy io # destroy traceback # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping textwrap # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # destroy 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 abc # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # 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 threading # destroy weakref # destroy linecache # destroy textwrap # destroy _weakref # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy _thread # destroy re._parser # destroy _string # destroy logging # destroy _dbus_bindings # destroy ansible.module_utils.six.moves.urllib # destroy collections # destroy copyreg # destroy contextlib # destroy warnings # 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 pyexpat # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # destroy time # 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 _warnings # destroy math # destroy _bisect # destroy re # destroy _random # destroy _hashlib # destroy _operator # destroy builtins # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # 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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 1 Shared connection to 10.31.12.120 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_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.community # destroy ansible_collections.community # cleanup[2] removing ansible_collections.community.general # destroy ansible_collections.community.general # cleanup[2] removing ansible_collections.community.general.plugins # destroy ansible_collections.community.general.plugins # cleanup[2] removing ansible_collections.community.general.plugins.modules # destroy ansible_collections.community.general.plugins.modules # cleanup[2] removing configparser # cleanup[2] removing dbus._compat # cleanup[2] removing dbus.exceptions # cleanup[2] removing _dbus_bindings # cleanup[2] removing dbus.types # cleanup[2] removing dbus.lowlevel # cleanup[2] removing xml # destroy xml # cleanup[2] removing xml.parsers # destroy xml.parsers # cleanup[2] removing pyexpat.errors # cleanup[2] removing pyexpat.model # cleanup[2] removing pyexpat # cleanup[2] removing xml.parsers.expat.model # cleanup[2] removing xml.parsers.expat.errors # cleanup[2] removing xml.parsers.expat # destroy xml.parsers.expat # cleanup[2] removing dbus._expat_introspect_parser # cleanup[2] removing dbus.proxies # cleanup[2] removing dbus.connection # cleanup[2] removing dbus.bus # cleanup[2] removing dbus._dbus # cleanup[2] removing dbus # destroy dbus # destroy dbus._compat # destroy dbus.exceptions # destroy dbus.types # destroy dbus.lowlevel # destroy dbus._expat_introspect_parser # destroy dbus.proxies # destroy dbus.connection # destroy dbus.bus # destroy dbus._dbus # 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 shlex # destroy subprocess # cleanup[3] wiping xml.parsers.expat.errors # cleanup[3] wiping xml.parsers.expat.model # cleanup[3] wiping pyexpat # destroy pyexpat.errors # destroy pyexpat.model # cleanup[3] wiping _dbus_bindings # cleanup[3] wiping configparser # 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 # destroy configparser # 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 logging # destroy io # destroy traceback # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping textwrap # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # destroy 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 abc # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # 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 threading # destroy weakref # destroy linecache # destroy textwrap # destroy _weakref # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy _thread # destroy re._parser # destroy _string # destroy logging # destroy _dbus_bindings # destroy ansible.module_utils.six.moves.urllib # destroy collections # destroy copyreg # destroy contextlib # destroy warnings # 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 pyexpat # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # destroy time # 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 _warnings # destroy math # destroy _bisect # destroy re # destroy _random # destroy _hashlib # destroy _operator # destroy builtins # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # clear sys.audit hooks 7723 1726883205.32991: done with _execute_module (community.general.redhat_subscription, {'state': 'present', 'username': 'invalid-user', 'password': 'invalid-password', 'org_id': 'donaldduck', 'server_hostname': 'candlepin.local', 'server_port': '8443', 'server_prefix': '/candlepin', 'server_insecure': '0', 'force_register': False, '_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': 'community.general.redhat_subscription', '_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-1726883203.7332215-9080-131650720809604/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7723 1726883205.32995: _low_level_execute_command(): starting 7723 1726883205.32997: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726883203.7332215-9080-131650720809604/ > /dev/null 2>&1 && sleep 0' 7723 1726883205.33087: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883205.33090: 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.12.120 originally 10.31.12.120 <<< 7723 1726883205.33093: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883205.33095: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883205.33101: 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.12.120 originally 10.31.12.120 debug2: match found <<< 7723 1726883205.33112: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883205.33138: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883205.33156: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883205.33211: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883205.35094: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883205.35121: stderr chunk (state=3): >>><<< 7723 1726883205.35124: stdout chunk (state=3): >>><<< 7723 1726883205.35143: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883205.35149: handler run complete 7723 1726883205.35167: attempt loop complete, returning result 7723 1726883205.35170: _execute() done 7723 1726883205.35173: dumping result to json 7723 1726883205.35177: done dumping result, returning 7723 1726883205.35186: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.rhc : Call subscription-manager [0affc0aa-4893-13c9-9f63-000000000121] 7723 1726883205.35189: sending task result for task 0affc0aa-4893-13c9-9f63-000000000121 7723 1726883205.35293: done sending task result for task 0affc0aa-4893-13c9-9f63-000000000121 7723 1726883205.35295: WORKER PROCESS EXITING 7723 1726883205.35305: marking managed_node1 as failed 7723 1726883205.35315: marking host managed_node1 failed, current state: HOST STATE: block=3, task=2, 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=7, 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=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? (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 7723 1726883205.35323: ^ failed state is now: HOST STATE: block=3, task=2, 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=7, 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=3, rescue=0, always=0, handlers=0, run_state=5, fail_state=2, 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 7723 1726883205.35328: getting the next task for host managed_node1 7723 1726883205.35334: done getting next task for host managed_node1 7723 1726883205.35337: ^ task is: TASK: Assert registration failed 7723 1726883205.35338: ^ state is: HOST STATE: block=3, task=2, rescue=1, always=0, handlers=0, run_state=2, fail_state=2, pre_flushing_run_state=1, 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 An exception occurred during task execution. To see the full traceback, use -vvv. The error was: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ fatal: [managed_node1]: FAILED! => { "changed": false } MSG: Failed to register with 'candlepin.local': com.redhat.RHSM1.Error: {"exception": "RestlibException", "severity": "error", "message": "Invalid Credentials"} 7723 1726883205.35495: no more pending results, returning what we have 7723 1726883205.35498: results queue empty 7723 1726883205.35499: checking for any_errors_fatal 7723 1726883205.35503: done checking for any_errors_fatal 7723 1726883205.35503: checking for max_fail_percentage 7723 1726883205.35504: done checking for max_fail_percentage 7723 1726883205.35510: checking to see if all hosts have failed and the running result is not ok 7723 1726883205.35511: done checking to see if all hosts have failed 7723 1726883205.35511: getting the remaining hosts for this loop 7723 1726883205.35513: done getting the remaining hosts for this loop 7723 1726883205.35516: getting the next task for host managed_node1 7723 1726883205.35521: done getting next task for host managed_node1 7723 1726883205.35522: ^ task is: TASK: Assert registration failed 7723 1726883205.35523: ^ state is: HOST STATE: block=3, task=2, rescue=1, always=0, handlers=0, run_state=2, fail_state=2, pre_flushing_run_state=1, 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 7723 1726883205.35529: getting variables 7723 1726883205.35530: in VariableManager get_vars() 7723 1726883205.35562: Calling all_inventory to load vars for managed_node1 7723 1726883205.35565: Calling groups_inventory to load vars for managed_node1 7723 1726883205.35568: Calling all_plugins_inventory to load vars for managed_node1 7723 1726883205.35576: Calling all_plugins_play to load vars for managed_node1 7723 1726883205.35579: Calling groups_plugins_inventory to load vars for managed_node1 7723 1726883205.35581: Calling groups_plugins_play to load vars for managed_node1 7723 1726883205.35618: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7723 1726883205.35643: done with get_vars() 7723 1726883205.35655: done getting variables 7723 1726883205.35729: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [Assert registration failed] ********************************************** task path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_register_unregister.yml:37 Friday 20 September 2024 21:46:45 -0400 (0:00:01.743) 0:02:10.043 ****** 7723 1726883205.35750: entering _queue_task() for managed_node1/assert 7723 1726883205.35751: Creating lock for assert 7723 1726883205.35974: worker is 1 (out of 1 available) 7723 1726883205.35987: exiting _queue_task() for managed_node1/assert 7723 1726883205.36000: done queuing things up, now waiting for results queue to drain 7723 1726883205.36001: waiting for pending results... 7723 1726883205.36158: running TaskExecutor() for managed_node1/TASK: Assert registration failed 7723 1726883205.36210: in run() - task 0affc0aa-4893-13c9-9f63-000000000031 7723 1726883205.36223: variable 'ansible_search_path' from source: unknown 7723 1726883205.36255: calling self._execute() 7723 1726883205.36307: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883205.36311: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883205.36320: variable 'omit' from source: magic vars 7723 1726883205.36400: variable 'omit' from source: magic vars 7723 1726883205.36421: variable 'omit' from source: magic vars 7723 1726883205.36491: variable 'omit' from source: magic vars 7723 1726883205.36523: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7723 1726883205.36558: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7723 1726883205.36572: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7723 1726883205.36586: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7723 1726883205.36596: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7723 1726883205.36610: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 7723 1726883205.36623: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 7723 1726883205.36649: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7723 1726883205.36653: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883205.36655: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883205.36737: Set connection var ansible_shell_type to sh 7723 1726883205.36742: Set connection var ansible_shell_executable to /bin/sh 7723 1726883205.36748: Set connection var ansible_module_compression to ZIP_DEFLATED 7723 1726883205.36750: Set connection var ansible_connection to ssh 7723 1726883205.36756: Set connection var ansible_pipelining to False 7723 1726883205.36761: Set connection var ansible_timeout to 10 7723 1726883205.36783: variable 'ansible_shell_executable' from source: unknown 7723 1726883205.36786: variable 'ansible_connection' from source: unknown 7723 1726883205.36789: variable 'ansible_module_compression' from source: unknown 7723 1726883205.36791: variable 'ansible_shell_type' from source: unknown 7723 1726883205.36794: variable 'ansible_shell_executable' from source: unknown 7723 1726883205.36796: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883205.36799: variable 'ansible_pipelining' from source: unknown 7723 1726883205.36801: variable 'ansible_timeout' from source: unknown 7723 1726883205.36806: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883205.36912: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7723 1726883205.36920: variable 'omit' from source: magic vars 7723 1726883205.36928: starting attempt loop 7723 1726883205.36931: running the handler 7723 1726883205.37199: variable 'ansible_failed_result' from source: set_fact 7723 1726883205.37219: Evaluated conditional (ansible_failed_result.msg != 'The above task must fail'): True 7723 1726883205.37224: handler run complete 7723 1726883205.37237: attempt loop complete, returning result 7723 1726883205.37242: _execute() done 7723 1726883205.37245: dumping result to json 7723 1726883205.37247: done dumping result, returning 7723 1726883205.37254: done running TaskExecutor() for managed_node1/TASK: Assert registration failed [0affc0aa-4893-13c9-9f63-000000000031] 7723 1726883205.37259: sending task result for task 0affc0aa-4893-13c9-9f63-000000000031 7723 1726883205.37349: done sending task result for task 0affc0aa-4893-13c9-9f63-000000000031 7723 1726883205.37352: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false } MSG: All assertions passed 7723 1726883205.37396: no more pending results, returning what we have 7723 1726883205.37399: results queue empty 7723 1726883205.37400: checking for any_errors_fatal 7723 1726883205.37408: done checking for any_errors_fatal 7723 1726883205.37408: checking for max_fail_percentage 7723 1726883205.37410: done checking for max_fail_percentage 7723 1726883205.37411: checking to see if all hosts have failed and the running result is not ok 7723 1726883205.37411: done checking to see if all hosts have failed 7723 1726883205.37412: getting the remaining hosts for this loop 7723 1726883205.37414: done getting the remaining hosts for this loop 7723 1726883205.37416: getting the next task for host managed_node1 7723 1726883205.37429: done getting next task for host managed_node1 7723 1726883205.37432: ^ task is: TASK: Register 7723 1726883205.37434: ^ state is: HOST STATE: block=4, 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? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 7723 1726883205.37438: getting variables 7723 1726883205.37439: in VariableManager get_vars() 7723 1726883205.37478: Calling all_inventory to load vars for managed_node1 7723 1726883205.37482: Calling groups_inventory to load vars for managed_node1 7723 1726883205.37485: Calling all_plugins_inventory to load vars for managed_node1 7723 1726883205.37495: Calling all_plugins_play to load vars for managed_node1 7723 1726883205.37498: Calling groups_plugins_inventory to load vars for managed_node1 7723 1726883205.37500: Calling groups_plugins_play to load vars for managed_node1 7723 1726883205.37557: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7723 1726883205.37588: done with get_vars() 7723 1726883205.37595: done getting variables TASK [Register] **************************************************************** task path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_register_unregister.yml:41 Friday 20 September 2024 21:46:45 -0400 (0:00:00.019) 0:02:10.062 ****** 7723 1726883205.37667: entering _queue_task() for managed_node1/include_role 7723 1726883205.37910: worker is 1 (out of 1 available) 7723 1726883205.37923: exiting _queue_task() for managed_node1/include_role 7723 1726883205.37940: done queuing things up, now waiting for results queue to drain 7723 1726883205.37943: waiting for pending results... 7723 1726883205.38098: running TaskExecutor() for managed_node1/TASK: Register 7723 1726883205.38158: in run() - task 0affc0aa-4893-13c9-9f63-000000000033 7723 1726883205.38173: variable 'ansible_search_path' from source: unknown 7723 1726883205.38199: calling self._execute() 7723 1726883205.38255: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883205.38258: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883205.38268: variable 'omit' from source: magic vars 7723 1726883205.38347: _execute() done 7723 1726883205.38351: dumping result to json 7723 1726883205.38353: done dumping result, returning 7723 1726883205.38359: done running TaskExecutor() for managed_node1/TASK: Register [0affc0aa-4893-13c9-9f63-000000000033] 7723 1726883205.38364: sending task result for task 0affc0aa-4893-13c9-9f63-000000000033 7723 1726883205.38484: done sending task result for task 0affc0aa-4893-13c9-9f63-000000000033 7723 1726883205.38489: WORKER PROCESS EXITING 7723 1726883205.38513: no more pending results, returning what we have 7723 1726883205.38518: in VariableManager get_vars() 7723 1726883205.38560: Calling all_inventory to load vars for managed_node1 7723 1726883205.38564: Calling groups_inventory to load vars for managed_node1 7723 1726883205.38567: Calling all_plugins_inventory to load vars for managed_node1 7723 1726883205.38577: Calling all_plugins_play to load vars for managed_node1 7723 1726883205.38579: Calling groups_plugins_inventory to load vars for managed_node1 7723 1726883205.38581: Calling groups_plugins_play to load vars for managed_node1 7723 1726883205.38631: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7723 1726883205.38660: done with get_vars() 7723 1726883205.38663: variable 'ansible_search_path' from source: unknown 7723 1726883205.38784: variable 'omit' from source: magic vars 7723 1726883205.38801: variable 'omit' from source: magic vars 7723 1726883205.38810: variable 'omit' from source: magic vars 7723 1726883205.38813: we have included files to process 7723 1726883205.38813: generating all_blocks data 7723 1726883205.38815: done generating all_blocks data 7723 1726883205.38818: processing included file: fedora.linux_system_roles.rhc 7723 1726883205.38834: in VariableManager get_vars() 7723 1726883205.38845: done with get_vars() 7723 1726883205.38866: in VariableManager get_vars() 7723 1726883205.38875: done with get_vars() 7723 1726883205.38900: Loading data from /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/vars/main.yml 7723 1726883205.38923: Loading data from /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/defaults/main.yml 7723 1726883205.38953: Loading data from /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/meta/main.yml 7723 1726883205.38998: Loading data from /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml 7723 1726883205.39063: in VariableManager get_vars() 7723 1726883205.39091: done with get_vars() 7723 1726883205.39116: in VariableManager get_vars() 7723 1726883205.39129: done with get_vars() 7723 1726883205.39153: in VariableManager get_vars() 7723 1726883205.39165: done with get_vars() 7723 1726883205.39196: in VariableManager get_vars() 7723 1726883205.39208: done with get_vars() 7723 1726883205.39223: Loading data from /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/handlers/main.yml 7723 1726883205.39290: iterating over new_blocks loaded from include file 7723 1726883205.39291: in VariableManager get_vars() 7723 1726883205.39302: done with get_vars() 7723 1726883205.39303: filtering new block on tags 7723 1726883205.39332: done filtering new block on tags 7723 1726883205.39334: in VariableManager get_vars() 7723 1726883205.39343: done with get_vars() 7723 1726883205.39344: filtering new block on tags 7723 1726883205.39354: done filtering new block on tags 7723 1726883205.39355: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.rhc for managed_node1 7723 1726883205.39359: extending task lists for all hosts with included blocks 7723 1726883205.39458: done extending task lists 7723 1726883205.39459: done processing included files 7723 1726883205.39460: results queue empty 7723 1726883205.39460: checking for any_errors_fatal 7723 1726883205.39462: done checking for any_errors_fatal 7723 1726883205.39463: checking for max_fail_percentage 7723 1726883205.39463: done checking for max_fail_percentage 7723 1726883205.39464: checking to see if all hosts have failed and the running result is not ok 7723 1726883205.39465: done checking to see if all hosts have failed 7723 1726883205.39465: getting the remaining hosts for this loop 7723 1726883205.39466: done getting the remaining hosts for this loop 7723 1726883205.39467: getting the next task for host managed_node1 7723 1726883205.39470: done getting next task for host managed_node1 7723 1726883205.39472: ^ task is: TASK: fedora.linux_system_roles.rhc : Set ansible_facts required by role 7723 1726883205.39473: ^ state is: HOST STATE: block=4, task=2, 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? (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 7723 1726883205.39479: getting variables 7723 1726883205.39480: in VariableManager get_vars() 7723 1726883205.39487: Calling all_inventory to load vars for managed_node1 7723 1726883205.39488: Calling groups_inventory to load vars for managed_node1 7723 1726883205.39490: Calling all_plugins_inventory to load vars for managed_node1 7723 1726883205.39493: Calling all_plugins_play to load vars for managed_node1 7723 1726883205.39495: Calling groups_plugins_inventory to load vars for managed_node1 7723 1726883205.39496: Calling groups_plugins_play to load vars for managed_node1 7723 1726883205.39522: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7723 1726883205.39547: done with get_vars() 7723 1726883205.39551: done getting variables TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ****** task path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Friday 20 September 2024 21:46:45 -0400 (0:00:00.019) 0:02:10.082 ****** 7723 1726883205.39610: entering _queue_task() for managed_node1/include_tasks 7723 1726883205.39858: worker is 1 (out of 1 available) 7723 1726883205.39872: exiting _queue_task() for managed_node1/include_tasks 7723 1726883205.39885: done queuing things up, now waiting for results queue to drain 7723 1726883205.39886: waiting for pending results... 7723 1726883205.40046: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.rhc : Set ansible_facts required by role 7723 1726883205.40116: in run() - task 0affc0aa-4893-13c9-9f63-00000000018a 7723 1726883205.40129: variable 'ansible_search_path' from source: unknown 7723 1726883205.40132: variable 'ansible_search_path' from source: unknown 7723 1726883205.40160: calling self._execute() 7723 1726883205.40211: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883205.40221: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883205.40234: variable 'omit' from source: magic vars 7723 1726883205.40359: _execute() done 7723 1726883205.40362: dumping result to json 7723 1726883205.40365: done dumping result, returning 7723 1726883205.40371: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.rhc : Set ansible_facts required by role [0affc0aa-4893-13c9-9f63-00000000018a] 7723 1726883205.40376: sending task result for task 0affc0aa-4893-13c9-9f63-00000000018a 7723 1726883205.40463: done sending task result for task 0affc0aa-4893-13c9-9f63-00000000018a 7723 1726883205.40466: WORKER PROCESS EXITING 7723 1726883205.40502: no more pending results, returning what we have 7723 1726883205.40507: in VariableManager get_vars() 7723 1726883205.40549: Calling all_inventory to load vars for managed_node1 7723 1726883205.40552: Calling groups_inventory to load vars for managed_node1 7723 1726883205.40554: Calling all_plugins_inventory to load vars for managed_node1 7723 1726883205.40565: Calling all_plugins_play to load vars for managed_node1 7723 1726883205.40568: Calling groups_plugins_inventory to load vars for managed_node1 7723 1726883205.40570: Calling groups_plugins_play to load vars for managed_node1 7723 1726883205.40676: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7723 1726883205.40698: done with get_vars() 7723 1726883205.40702: variable 'ansible_search_path' from source: unknown 7723 1726883205.40703: variable 'ansible_search_path' from source: unknown 7723 1726883205.40722: we have included files to process 7723 1726883205.40723: generating all_blocks data 7723 1726883205.40724: done generating all_blocks data 7723 1726883205.40727: processing included file: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml 7723 1726883205.40728: loading included file: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml 7723 1726883205.40729: Loading data from /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml 7723 1726883205.41062: done processing included file 7723 1726883205.41063: iterating over new_blocks loaded from include file 7723 1726883205.41064: in VariableManager get_vars() 7723 1726883205.41077: done with get_vars() 7723 1726883205.41079: filtering new block on tags 7723 1726883205.41095: done filtering new block on tags 7723 1726883205.41097: in VariableManager get_vars() 7723 1726883205.41108: done with get_vars() 7723 1726883205.41109: filtering new block on tags 7723 1726883205.41131: done filtering new block on tags 7723 1726883205.41133: in VariableManager get_vars() 7723 1726883205.41146: done with get_vars() 7723 1726883205.41147: filtering new block on tags 7723 1726883205.41161: done filtering new block on tags 7723 1726883205.41162: done iterating over new_blocks loaded from include file included: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml for managed_node1 7723 1726883205.41166: extending task lists for all hosts with included blocks 7723 1726883205.41271: done extending task lists 7723 1726883205.41272: done processing included files 7723 1726883205.41272: results queue empty 7723 1726883205.41273: checking for any_errors_fatal 7723 1726883205.41275: done checking for any_errors_fatal 7723 1726883205.41275: checking for max_fail_percentage 7723 1726883205.41276: done checking for max_fail_percentage 7723 1726883205.41277: checking to see if all hosts have failed and the running result is not ok 7723 1726883205.41277: done checking to see if all hosts have failed 7723 1726883205.41278: getting the remaining hosts for this loop 7723 1726883205.41278: done getting the remaining hosts for this loop 7723 1726883205.41280: getting the next task for host managed_node1 7723 1726883205.41282: done getting next task for host managed_node1 7723 1726883205.41284: ^ task is: TASK: fedora.linux_system_roles.rhc : Ensure ansible_facts used by role 7723 1726883205.41286: ^ state is: HOST STATE: block=4, task=2, 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 7723 1726883205.41292: getting variables 7723 1726883205.41292: in VariableManager get_vars() 7723 1726883205.41302: Calling all_inventory to load vars for managed_node1 7723 1726883205.41303: Calling groups_inventory to load vars for managed_node1 7723 1726883205.41304: Calling all_plugins_inventory to load vars for managed_node1 7723 1726883205.41308: Calling all_plugins_play to load vars for managed_node1 7723 1726883205.41309: Calling groups_plugins_inventory to load vars for managed_node1 7723 1726883205.41311: Calling groups_plugins_play to load vars for managed_node1 7723 1726883205.41335: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7723 1726883205.41358: done with get_vars() 7723 1726883205.41363: done getting variables TASK [fedora.linux_system_roles.rhc : Ensure ansible_facts used by role] ******* task path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Friday 20 September 2024 21:46:45 -0400 (0:00:00.017) 0:02:10.100 ****** 7723 1726883205.41410: entering _queue_task() for managed_node1/setup 7723 1726883205.41642: worker is 1 (out of 1 available) 7723 1726883205.41655: exiting _queue_task() for managed_node1/setup 7723 1726883205.41666: done queuing things up, now waiting for results queue to drain 7723 1726883205.41668: waiting for pending results... 7723 1726883205.41830: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.rhc : Ensure ansible_facts used by role 7723 1726883205.41908: in run() - task 0affc0aa-4893-13c9-9f63-0000000001b3 7723 1726883205.41919: variable 'ansible_search_path' from source: unknown 7723 1726883205.41922: variable 'ansible_search_path' from source: unknown 7723 1726883205.41951: calling self._execute() 7723 1726883205.42004: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883205.42009: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883205.42019: variable 'omit' from source: magic vars 7723 1726883205.42433: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7723 1726883205.43853: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7723 1726883205.43899: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7723 1726883205.43938: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7723 1726883205.43967: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7723 1726883205.43987: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7723 1726883205.44049: 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) 7723 1726883205.44071: 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) 7723 1726883205.44088: 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) 7723 1726883205.44113: 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) 7723 1726883205.44124: 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) 7723 1726883205.44169: 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) 7723 1726883205.44185: 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) 7723 1726883205.44202: 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) 7723 1726883205.44228: 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) 7723 1726883205.44237: 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) 7723 1726883205.44367: variable '__rhc_required_facts' from source: role '' all vars 7723 1726883205.44379: variable 'ansible_facts' from source: unknown 7723 1726883205.44402: Evaluated conditional (__rhc_required_facts | difference(ansible_facts.keys() | list) | length > 0): False 7723 1726883205.44406: when evaluation is False, skipping this task 7723 1726883205.44408: _execute() done 7723 1726883205.44411: dumping result to json 7723 1726883205.44413: done dumping result, returning 7723 1726883205.44420: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.rhc : Ensure ansible_facts used by role [0affc0aa-4893-13c9-9f63-0000000001b3] 7723 1726883205.44427: sending task result for task 0affc0aa-4893-13c9-9f63-0000000001b3 7723 1726883205.44516: done sending task result for task 0affc0aa-4893-13c9-9f63-0000000001b3 7723 1726883205.44520: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "__rhc_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } 7723 1726883205.44571: no more pending results, returning what we have 7723 1726883205.44575: results queue empty 7723 1726883205.44576: checking for any_errors_fatal 7723 1726883205.44577: done checking for any_errors_fatal 7723 1726883205.44578: checking for max_fail_percentage 7723 1726883205.44580: done checking for max_fail_percentage 7723 1726883205.44581: checking to see if all hosts have failed and the running result is not ok 7723 1726883205.44581: done checking to see if all hosts have failed 7723 1726883205.44582: getting the remaining hosts for this loop 7723 1726883205.44584: done getting the remaining hosts for this loop 7723 1726883205.44587: getting the next task for host managed_node1 7723 1726883205.44595: done getting next task for host managed_node1 7723 1726883205.44598: ^ task is: TASK: fedora.linux_system_roles.rhc : Check if system is ostree 7723 1726883205.44601: ^ state is: HOST STATE: block=4, task=2, 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 7723 1726883205.44615: getting variables 7723 1726883205.44617: in VariableManager get_vars() 7723 1726883205.44661: Calling all_inventory to load vars for managed_node1 7723 1726883205.44664: Calling groups_inventory to load vars for managed_node1 7723 1726883205.44666: Calling all_plugins_inventory to load vars for managed_node1 7723 1726883205.44674: Calling all_plugins_play to load vars for managed_node1 7723 1726883205.44677: Calling groups_plugins_inventory to load vars for managed_node1 7723 1726883205.44679: Calling groups_plugins_play to load vars for managed_node1 7723 1726883205.44724: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7723 1726883205.44774: done with get_vars() 7723 1726883205.44781: done getting variables TASK [fedora.linux_system_roles.rhc : Check if system is ostree] *************** task path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11 Friday 20 September 2024 21:46:45 -0400 (0:00:00.034) 0:02:10.134 ****** 7723 1726883205.44852: entering _queue_task() for managed_node1/stat 7723 1726883205.45070: worker is 1 (out of 1 available) 7723 1726883205.45082: exiting _queue_task() for managed_node1/stat 7723 1726883205.45094: done queuing things up, now waiting for results queue to drain 7723 1726883205.45095: waiting for pending results... 7723 1726883205.45256: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.rhc : Check if system is ostree 7723 1726883205.45342: in run() - task 0affc0aa-4893-13c9-9f63-0000000001b5 7723 1726883205.45358: variable 'ansible_search_path' from source: unknown 7723 1726883205.45362: variable 'ansible_search_path' from source: unknown 7723 1726883205.45387: calling self._execute() 7723 1726883205.45500: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883205.45504: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883205.45512: variable 'omit' from source: magic vars 7723 1726883205.45842: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7723 1726883205.46018: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7723 1726883205.46053: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7723 1726883205.46078: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7723 1726883205.46105: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7723 1726883205.46169: 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) 7723 1726883205.46186: 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) 7723 1726883205.46206: 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) 7723 1726883205.46223: 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) 7723 1726883205.46312: variable '__rhc_is_ostree' from source: set_fact 7723 1726883205.46320: Evaluated conditional (not __rhc_is_ostree is defined): False 7723 1726883205.46323: when evaluation is False, skipping this task 7723 1726883205.46328: _execute() done 7723 1726883205.46331: dumping result to json 7723 1726883205.46333: done dumping result, returning 7723 1726883205.46337: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.rhc : Check if system is ostree [0affc0aa-4893-13c9-9f63-0000000001b5] 7723 1726883205.46343: sending task result for task 0affc0aa-4893-13c9-9f63-0000000001b5 skipping: [managed_node1] => { "changed": false, "false_condition": "not __rhc_is_ostree is defined", "skip_reason": "Conditional result was False" } 7723 1726883205.46541: no more pending results, returning what we have 7723 1726883205.46545: results queue empty 7723 1726883205.46546: checking for any_errors_fatal 7723 1726883205.46548: done checking for any_errors_fatal 7723 1726883205.46549: checking for max_fail_percentage 7723 1726883205.46551: done checking for max_fail_percentage 7723 1726883205.46552: checking to see if all hosts have failed and the running result is not ok 7723 1726883205.46552: done checking to see if all hosts have failed 7723 1726883205.46553: getting the remaining hosts for this loop 7723 1726883205.46555: done getting the remaining hosts for this loop 7723 1726883205.46558: getting the next task for host managed_node1 7723 1726883205.46563: done getting next task for host managed_node1 7723 1726883205.46566: ^ task is: TASK: fedora.linux_system_roles.rhc : Set flag to indicate system is ostree 7723 1726883205.46569: ^ state is: HOST STATE: block=4, task=2, 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=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 7723 1726883205.46581: getting variables 7723 1726883205.46583: in VariableManager get_vars() 7723 1726883205.46608: Calling all_inventory to load vars for managed_node1 7723 1726883205.46611: Calling groups_inventory to load vars for managed_node1 7723 1726883205.46613: Calling all_plugins_inventory to load vars for managed_node1 7723 1726883205.46620: Calling all_plugins_play to load vars for managed_node1 7723 1726883205.46623: Calling groups_plugins_inventory to load vars for managed_node1 7723 1726883205.46628: Calling groups_plugins_play to load vars for managed_node1 7723 1726883205.46671: done sending task result for task 0affc0aa-4893-13c9-9f63-0000000001b5 7723 1726883205.46675: WORKER PROCESS EXITING 7723 1726883205.46685: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7723 1726883205.46713: done with get_vars() 7723 1726883205.46719: done getting variables 7723 1726883205.46770: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.rhc : Set flag to indicate system is ostree] *** task path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16 Friday 20 September 2024 21:46:45 -0400 (0:00:00.019) 0:02:10.154 ****** 7723 1726883205.46794: entering _queue_task() for managed_node1/set_fact 7723 1726883205.47005: worker is 1 (out of 1 available) 7723 1726883205.47018: exiting _queue_task() for managed_node1/set_fact 7723 1726883205.47033: done queuing things up, now waiting for results queue to drain 7723 1726883205.47034: waiting for pending results... 7723 1726883205.47201: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.rhc : Set flag to indicate system is ostree 7723 1726883205.47287: in run() - task 0affc0aa-4893-13c9-9f63-0000000001b6 7723 1726883205.47300: variable 'ansible_search_path' from source: unknown 7723 1726883205.47304: variable 'ansible_search_path' from source: unknown 7723 1726883205.47333: calling self._execute() 7723 1726883205.47386: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883205.47390: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883205.47400: variable 'omit' from source: magic vars 7723 1726883205.47736: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7723 1726883205.47916: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7723 1726883205.47954: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7723 1726883205.47981: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7723 1726883205.48007: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7723 1726883205.48073: 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) 7723 1726883205.48092: 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) 7723 1726883205.48110: 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) 7723 1726883205.48131: 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) 7723 1726883205.48220: variable '__rhc_is_ostree' from source: set_fact 7723 1726883205.48233: Evaluated conditional (not __rhc_is_ostree is defined): False 7723 1726883205.48236: when evaluation is False, skipping this task 7723 1726883205.48239: _execute() done 7723 1726883205.48245: dumping result to json 7723 1726883205.48248: done dumping result, returning 7723 1726883205.48250: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.rhc : Set flag to indicate system is ostree [0affc0aa-4893-13c9-9f63-0000000001b6] 7723 1726883205.48252: sending task result for task 0affc0aa-4893-13c9-9f63-0000000001b6 7723 1726883205.48339: done sending task result for task 0affc0aa-4893-13c9-9f63-0000000001b6 7723 1726883205.48343: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "not __rhc_is_ostree is defined", "skip_reason": "Conditional result was False" } 7723 1726883205.48393: no more pending results, returning what we have 7723 1726883205.48396: results queue empty 7723 1726883205.48397: checking for any_errors_fatal 7723 1726883205.48401: done checking for any_errors_fatal 7723 1726883205.48402: checking for max_fail_percentage 7723 1726883205.48404: done checking for max_fail_percentage 7723 1726883205.48405: checking to see if all hosts have failed and the running result is not ok 7723 1726883205.48405: done checking to see if all hosts have failed 7723 1726883205.48406: getting the remaining hosts for this loop 7723 1726883205.48408: done getting the remaining hosts for this loop 7723 1726883205.48411: getting the next task for host managed_node1 7723 1726883205.48420: done getting next task for host managed_node1 7723 1726883205.48423: ^ task is: TASK: fedora.linux_system_roles.rhc : Check if insights-packages are installed 7723 1726883205.48429: ^ state is: HOST STATE: block=4, task=2, 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 7723 1726883205.48445: getting variables 7723 1726883205.48447: in VariableManager get_vars() 7723 1726883205.48484: Calling all_inventory to load vars for managed_node1 7723 1726883205.48487: Calling groups_inventory to load vars for managed_node1 7723 1726883205.48488: Calling all_plugins_inventory to load vars for managed_node1 7723 1726883205.48496: Calling all_plugins_play to load vars for managed_node1 7723 1726883205.48499: Calling groups_plugins_inventory to load vars for managed_node1 7723 1726883205.48501: Calling groups_plugins_play to load vars for managed_node1 7723 1726883205.48551: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7723 1726883205.48591: done with get_vars() 7723 1726883205.48597: done getting variables TASK [fedora.linux_system_roles.rhc : Check if insights-packages are installed] *** task path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:20 Friday 20 September 2024 21:46:45 -0400 (0:00:00.018) 0:02:10.172 ****** 7723 1726883205.48667: entering _queue_task() for managed_node1/package_facts 7723 1726883205.48866: worker is 1 (out of 1 available) 7723 1726883205.48880: exiting _queue_task() for managed_node1/package_facts 7723 1726883205.48890: done queuing things up, now waiting for results queue to drain 7723 1726883205.48892: waiting for pending results... 7723 1726883205.49066: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.rhc : Check if insights-packages are installed 7723 1726883205.49153: in run() - task 0affc0aa-4893-13c9-9f63-0000000001b8 7723 1726883205.49165: variable 'ansible_search_path' from source: unknown 7723 1726883205.49169: variable 'ansible_search_path' from source: unknown 7723 1726883205.49196: calling self._execute() 7723 1726883205.49255: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883205.49258: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883205.49268: variable 'omit' from source: magic vars 7723 1726883205.49608: variable 'ansible_distribution' from source: facts 7723 1726883205.49619: Evaluated conditional (ansible_distribution == "RedHat"): False 7723 1726883205.49623: when evaluation is False, skipping this task 7723 1726883205.49625: _execute() done 7723 1726883205.49630: dumping result to json 7723 1726883205.49633: done dumping result, returning 7723 1726883205.49642: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.rhc : Check if insights-packages are installed [0affc0aa-4893-13c9-9f63-0000000001b8] 7723 1726883205.49647: sending task result for task 0affc0aa-4893-13c9-9f63-0000000001b8 7723 1726883205.49731: done sending task result for task 0affc0aa-4893-13c9-9f63-0000000001b8 7723 1726883205.49733: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } 7723 1726883205.49809: no more pending results, returning what we have 7723 1726883205.49813: results queue empty 7723 1726883205.49814: checking for any_errors_fatal 7723 1726883205.49820: done checking for any_errors_fatal 7723 1726883205.49820: checking for max_fail_percentage 7723 1726883205.49822: done checking for max_fail_percentage 7723 1726883205.49823: checking to see if all hosts have failed and the running result is not ok 7723 1726883205.49824: done checking to see if all hosts have failed 7723 1726883205.49824: getting the remaining hosts for this loop 7723 1726883205.49826: done getting the remaining hosts for this loop 7723 1726883205.49829: getting the next task for host managed_node1 7723 1726883205.49837: done getting next task for host managed_node1 7723 1726883205.49842: ^ task is: TASK: fedora.linux_system_roles.rhc : Handle insights unregistration 7723 1726883205.49844: ^ state is: HOST STATE: block=4, task=2, 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 7723 1726883205.49859: getting variables 7723 1726883205.49860: in VariableManager get_vars() 7723 1726883205.49887: Calling all_inventory to load vars for managed_node1 7723 1726883205.49889: Calling groups_inventory to load vars for managed_node1 7723 1726883205.49891: Calling all_plugins_inventory to load vars for managed_node1 7723 1726883205.49899: Calling all_plugins_play to load vars for managed_node1 7723 1726883205.49901: Calling groups_plugins_inventory to load vars for managed_node1 7723 1726883205.49904: Calling groups_plugins_play to load vars for managed_node1 7723 1726883205.49952: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7723 1726883205.49984: done with get_vars() 7723 1726883205.49990: done getting variables TASK [fedora.linux_system_roles.rhc : Handle insights unregistration] ********** task path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Friday 20 September 2024 21:46:45 -0400 (0:00:00.013) 0:02:10.186 ****** 7723 1726883205.50059: entering _queue_task() for managed_node1/include_tasks 7723 1726883205.50269: worker is 1 (out of 1 available) 7723 1726883205.50281: exiting _queue_task() for managed_node1/include_tasks 7723 1726883205.50294: done queuing things up, now waiting for results queue to drain 7723 1726883205.50296: waiting for pending results... 7723 1726883205.50467: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.rhc : Handle insights unregistration 7723 1726883205.50545: in run() - task 0affc0aa-4893-13c9-9f63-00000000018b 7723 1726883205.50556: variable 'ansible_search_path' from source: unknown 7723 1726883205.50560: variable 'ansible_search_path' from source: unknown 7723 1726883205.50588: calling self._execute() 7723 1726883205.50644: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883205.50648: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883205.50657: variable 'omit' from source: magic vars 7723 1726883205.51003: variable 'ansible_distribution' from source: facts 7723 1726883205.51014: Evaluated conditional (ansible_distribution == "RedHat"): False 7723 1726883205.51017: when evaluation is False, skipping this task 7723 1726883205.51020: _execute() done 7723 1726883205.51022: dumping result to json 7723 1726883205.51025: done dumping result, returning 7723 1726883205.51034: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.rhc : Handle insights unregistration [0affc0aa-4893-13c9-9f63-00000000018b] 7723 1726883205.51039: sending task result for task 0affc0aa-4893-13c9-9f63-00000000018b 7723 1726883205.51132: done sending task result for task 0affc0aa-4893-13c9-9f63-00000000018b 7723 1726883205.51135: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } 7723 1726883205.51209: no more pending results, returning what we have 7723 1726883205.51213: results queue empty 7723 1726883205.51213: checking for any_errors_fatal 7723 1726883205.51218: done checking for any_errors_fatal 7723 1726883205.51219: checking for max_fail_percentage 7723 1726883205.51220: done checking for max_fail_percentage 7723 1726883205.51221: checking to see if all hosts have failed and the running result is not ok 7723 1726883205.51221: done checking to see if all hosts have failed 7723 1726883205.51222: getting the remaining hosts for this loop 7723 1726883205.51224: done getting the remaining hosts for this loop 7723 1726883205.51228: getting the next task for host managed_node1 7723 1726883205.51233: done getting next task for host managed_node1 7723 1726883205.51237: ^ task is: TASK: fedora.linux_system_roles.rhc : Handle system subscription 7723 1726883205.51239: ^ state is: HOST STATE: block=4, task=2, 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=6, 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 7723 1726883205.51257: getting variables 7723 1726883205.51259: in VariableManager get_vars() 7723 1726883205.51287: Calling all_inventory to load vars for managed_node1 7723 1726883205.51289: Calling groups_inventory to load vars for managed_node1 7723 1726883205.51291: Calling all_plugins_inventory to load vars for managed_node1 7723 1726883205.51299: Calling all_plugins_play to load vars for managed_node1 7723 1726883205.51302: Calling groups_plugins_inventory to load vars for managed_node1 7723 1726883205.51304: Calling groups_plugins_play to load vars for managed_node1 7723 1726883205.51354: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7723 1726883205.51384: done with get_vars() 7723 1726883205.51390: done getting variables TASK [fedora.linux_system_roles.rhc : Handle system subscription] ************** task path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Friday 20 September 2024 21:46:45 -0400 (0:00:00.014) 0:02:10.200 ****** 7723 1726883205.51462: entering _queue_task() for managed_node1/include_tasks 7723 1726883205.51670: worker is 1 (out of 1 available) 7723 1726883205.51683: exiting _queue_task() for managed_node1/include_tasks 7723 1726883205.51696: done queuing things up, now waiting for results queue to drain 7723 1726883205.51698: waiting for pending results... 7723 1726883205.51861: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.rhc : Handle system subscription 7723 1726883205.51931: in run() - task 0affc0aa-4893-13c9-9f63-00000000018c 7723 1726883205.51938: variable 'ansible_search_path' from source: unknown 7723 1726883205.51945: variable 'ansible_search_path' from source: unknown 7723 1726883205.51975: calling self._execute() 7723 1726883205.52023: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883205.52031: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883205.52044: variable 'omit' from source: magic vars 7723 1726883205.52114: _execute() done 7723 1726883205.52118: dumping result to json 7723 1726883205.52121: done dumping result, returning 7723 1726883205.52130: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.rhc : Handle system subscription [0affc0aa-4893-13c9-9f63-00000000018c] 7723 1726883205.52133: sending task result for task 0affc0aa-4893-13c9-9f63-00000000018c 7723 1726883205.52219: done sending task result for task 0affc0aa-4893-13c9-9f63-00000000018c 7723 1726883205.52222: WORKER PROCESS EXITING 7723 1726883205.52290: no more pending results, returning what we have 7723 1726883205.52294: in VariableManager get_vars() 7723 1726883205.52328: Calling all_inventory to load vars for managed_node1 7723 1726883205.52331: Calling groups_inventory to load vars for managed_node1 7723 1726883205.52333: Calling all_plugins_inventory to load vars for managed_node1 7723 1726883205.52344: Calling all_plugins_play to load vars for managed_node1 7723 1726883205.52346: Calling groups_plugins_inventory to load vars for managed_node1 7723 1726883205.52349: Calling groups_plugins_play to load vars for managed_node1 7723 1726883205.52397: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7723 1726883205.52421: done with get_vars() 7723 1726883205.52427: variable 'ansible_search_path' from source: unknown 7723 1726883205.52428: variable 'ansible_search_path' from source: unknown 7723 1726883205.52451: we have included files to process 7723 1726883205.52451: generating all_blocks data 7723 1726883205.52453: done generating all_blocks data 7723 1726883205.52456: processing included file: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml 7723 1726883205.52457: loading included file: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml 7723 1726883205.52458: Loading data from /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml 7723 1726883205.52976: done processing included file 7723 1726883205.52978: iterating over new_blocks loaded from include file 7723 1726883205.52979: in VariableManager get_vars() 7723 1726883205.52992: done with get_vars() 7723 1726883205.52993: filtering new block on tags 7723 1726883205.53021: done filtering new block on tags 7723 1726883205.53022: in VariableManager get_vars() 7723 1726883205.53036: done with get_vars() 7723 1726883205.53037: filtering new block on tags 7723 1726883205.53061: done filtering new block on tags 7723 1726883205.53064: done iterating over new_blocks loaded from include file included: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml for managed_node1 7723 1726883205.53068: extending task lists for all hosts with included blocks 7723 1726883205.53362: done extending task lists 7723 1726883205.53363: done processing included files 7723 1726883205.53364: results queue empty 7723 1726883205.53364: checking for any_errors_fatal 7723 1726883205.53366: done checking for any_errors_fatal 7723 1726883205.53367: checking for max_fail_percentage 7723 1726883205.53368: done checking for max_fail_percentage 7723 1726883205.53369: checking to see if all hosts have failed and the running result is not ok 7723 1726883205.53370: done checking to see if all hosts have failed 7723 1726883205.53370: getting the remaining hosts for this loop 7723 1726883205.53372: done getting the remaining hosts for this loop 7723 1726883205.53373: getting the next task for host managed_node1 7723 1726883205.53376: done getting next task for host managed_node1 7723 1726883205.53378: ^ task is: TASK: fedora.linux_system_roles.rhc : Ensure required packages are installed 7723 1726883205.53380: ^ state is: HOST STATE: block=4, task=2, 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=7, 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 7723 1726883205.53386: getting variables 7723 1726883205.53387: in VariableManager get_vars() 7723 1726883205.53395: Calling all_inventory to load vars for managed_node1 7723 1726883205.53397: Calling groups_inventory to load vars for managed_node1 7723 1726883205.53398: Calling all_plugins_inventory to load vars for managed_node1 7723 1726883205.53401: Calling all_plugins_play to load vars for managed_node1 7723 1726883205.53403: Calling groups_plugins_inventory to load vars for managed_node1 7723 1726883205.53404: Calling groups_plugins_play to load vars for managed_node1 7723 1726883205.53429: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7723 1726883205.53453: done with get_vars() 7723 1726883205.53458: done getting variables 7723 1726883205.53488: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.rhc : Ensure required packages are installed] *** task path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Friday 20 September 2024 21:46:45 -0400 (0:00:00.020) 0:02:10.221 ****** 7723 1726883205.53510: entering _queue_task() for managed_node1/package 7723 1726883205.53759: worker is 1 (out of 1 available) 7723 1726883205.53771: exiting _queue_task() for managed_node1/package 7723 1726883205.53783: done queuing things up, now waiting for results queue to drain 7723 1726883205.53785: waiting for pending results... 7723 1726883205.53952: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.rhc : Ensure required packages are installed 7723 1726883205.54036: in run() - task 0affc0aa-4893-13c9-9f63-0000000001e3 7723 1726883205.54049: variable 'ansible_search_path' from source: unknown 7723 1726883205.54052: variable 'ansible_search_path' from source: unknown 7723 1726883205.54080: calling self._execute() 7723 1726883205.54136: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883205.54141: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883205.54148: variable 'omit' from source: magic vars 7723 1726883205.54546: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7723 1726883205.56022: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7723 1726883205.56188: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7723 1726883205.56216: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7723 1726883205.56245: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7723 1726883205.56268: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7723 1726883205.56331: 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) 7723 1726883205.56352: 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) 7723 1726883205.56371: 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) 7723 1726883205.56400: 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) 7723 1726883205.56412: 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) 7723 1726883205.56498: variable 'rhc_state' from source: role '' defaults 7723 1726883205.56514: Evaluated conditional (rhc_state | d('present') == "present"): True 7723 1726883205.56520: variable 'omit' from source: magic vars 7723 1726883205.56564: variable 'omit' from source: magic vars 7723 1726883205.56673: variable '__rhc_is_ostree' from source: set_fact 7723 1726883205.56676: variable 'omit' from source: magic vars 7723 1726883205.56693: variable 'omit' from source: magic vars 7723 1726883205.56713: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7723 1726883205.56737: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7723 1726883205.56753: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7723 1726883205.56767: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7723 1726883205.56775: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7723 1726883205.56788: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 7723 1726883205.56800: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 7723 1726883205.56821: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7723 1726883205.56824: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883205.56830: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883205.56906: Set connection var ansible_shell_type to sh 7723 1726883205.56910: Set connection var ansible_shell_executable to /bin/sh 7723 1726883205.56915: Set connection var ansible_module_compression to ZIP_DEFLATED 7723 1726883205.56918: Set connection var ansible_connection to ssh 7723 1726883205.56923: Set connection var ansible_pipelining to False 7723 1726883205.56930: Set connection var ansible_timeout to 10 7723 1726883205.56952: variable 'ansible_shell_executable' from source: unknown 7723 1726883205.56956: variable 'ansible_connection' from source: unknown 7723 1726883205.56959: variable 'ansible_module_compression' from source: unknown 7723 1726883205.56962: variable 'ansible_shell_type' from source: unknown 7723 1726883205.56964: variable 'ansible_shell_executable' from source: unknown 7723 1726883205.56966: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883205.56969: variable 'ansible_pipelining' from source: unknown 7723 1726883205.56971: variable 'ansible_timeout' from source: unknown 7723 1726883205.56973: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883205.57046: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 7723 1726883205.57056: variable 'omit' from source: magic vars 7723 1726883205.57061: starting attempt loop 7723 1726883205.57064: running the handler 7723 1726883205.57070: variable 'ansible_facts' from source: unknown 7723 1726883205.57079: _low_level_execute_command(): starting 7723 1726883205.57087: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7723 1726883205.57608: 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 <<< 7723 1726883205.57612: 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.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883205.57615: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 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 <<< 7723 1726883205.57618: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883205.57671: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883205.57674: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883205.57677: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883205.57735: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883205.59422: stdout chunk (state=3): >>>/root <<< 7723 1726883205.59509: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883205.59546: stderr chunk (state=3): >>><<< 7723 1726883205.59549: stdout chunk (state=3): >>><<< 7723 1726883205.59571: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883205.59585: _low_level_execute_command(): starting 7723 1726883205.59591: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726883205.5957332-9115-54173350230517 `" && echo ansible-tmp-1726883205.5957332-9115-54173350230517="` echo /root/.ansible/tmp/ansible-tmp-1726883205.5957332-9115-54173350230517 `" ) && sleep 0' 7723 1726883205.60060: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883205.60063: 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.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883205.60066: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 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 <<< 7723 1726883205.60068: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883205.60118: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883205.60121: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883205.60124: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883205.60174: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883205.62092: stdout chunk (state=3): >>>ansible-tmp-1726883205.5957332-9115-54173350230517=/root/.ansible/tmp/ansible-tmp-1726883205.5957332-9115-54173350230517 <<< 7723 1726883205.62194: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883205.62230: stderr chunk (state=3): >>><<< 7723 1726883205.62233: stdout chunk (state=3): >>><<< 7723 1726883205.62252: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726883205.5957332-9115-54173350230517=/root/.ansible/tmp/ansible-tmp-1726883205.5957332-9115-54173350230517 , 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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883205.62282: variable 'ansible_module_compression' from source: unknown 7723 1726883205.62321: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7723b_d05x07/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 7723 1726883205.62376: variable 'ansible_facts' from source: unknown 7723 1726883205.62507: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726883205.5957332-9115-54173350230517/AnsiballZ_setup.py 7723 1726883205.62618: Sending initial data 7723 1726883205.62621: Sent initial data (151 bytes) 7723 1726883205.63101: 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 <<< 7723 1726883205.63105: 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.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883205.63107: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883205.63110: 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.12.120 originally 10.31.12.120 debug2: match found <<< 7723 1726883205.63111: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883205.63162: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883205.63165: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883205.63168: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883205.63212: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883205.64781: 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 <<< 7723 1726883205.64818: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 7723 1726883205.64859: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7723b_d05x07/tmpfq_0minn /root/.ansible/tmp/ansible-tmp-1726883205.5957332-9115-54173350230517/AnsiballZ_setup.py <<< 7723 1726883205.64866: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726883205.5957332-9115-54173350230517/AnsiballZ_setup.py" <<< 7723 1726883205.64905: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-7723b_d05x07/tmpfq_0minn" to remote "/root/.ansible/tmp/ansible-tmp-1726883205.5957332-9115-54173350230517/AnsiballZ_setup.py" <<< 7723 1726883205.64907: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726883205.5957332-9115-54173350230517/AnsiballZ_setup.py" <<< 7723 1726883205.65953: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883205.65993: stderr chunk (state=3): >>><<< 7723 1726883205.65997: stdout chunk (state=3): >>><<< 7723 1726883205.66018: done transferring module to remote 7723 1726883205.66034: _low_level_execute_command(): starting 7723 1726883205.66037: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726883205.5957332-9115-54173350230517/ /root/.ansible/tmp/ansible-tmp-1726883205.5957332-9115-54173350230517/AnsiballZ_setup.py && sleep 0' 7723 1726883205.66503: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883205.66507: 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.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883205.66510: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration <<< 7723 1726883205.66512: 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 <<< 7723 1726883205.66514: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883205.66567: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883205.66570: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883205.66615: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883205.68375: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883205.68406: stderr chunk (state=3): >>><<< 7723 1726883205.68409: stdout chunk (state=3): >>><<< 7723 1726883205.68424: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883205.68427: _low_level_execute_command(): starting 7723 1726883205.68435: _low_level_execute_command(): using become for this command 7723 1726883205.68447: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-xjbqetmjvveooiwziuhqaqcgyjedqbca ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726883205.5957332-9115-54173350230517/AnsiballZ_setup.py'"'"' && sleep 0' 7723 1726883205.68536: Initial state: awaiting_escalation: BECOME-SUCCESS-xjbqetmjvveooiwziuhqaqcgyjedqbca 7723 1726883205.68944: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883205.68948: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883205.68972: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883205.68985: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883205.69044: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883205.72103: stdout chunk (state=1): >>>BECOME-SUCCESS-xjbqetmjvveooiwziuhqaqcgyjedqbca <<< 7723 1726883205.72108: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-xjbqetmjvveooiwziuhqaqcgyjedqbca' 7723 1726883205.72412: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 7723 1726883205.72449: stdout chunk (state=3): >>>import _imp # builtin <<< 7723 1726883205.72474: stdout chunk (state=3): >>>import '_thread' # <<< 7723 1726883205.72477: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 7723 1726883205.72551: stdout chunk (state=3): >>>import '_io' # <<< 7723 1726883205.72556: stdout chunk (state=3): >>>import 'marshal' # <<< 7723 1726883205.72585: stdout chunk (state=3): >>>import 'posix' # <<< 7723 1726883205.72624: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 7723 1726883205.72647: stdout chunk (state=3): >>>import 'time' # <<< 7723 1726883205.72655: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 7723 1726883205.72706: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 7723 1726883205.72717: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883205.72732: stdout chunk (state=3): >>>import '_codecs' # <<< 7723 1726883205.72754: stdout chunk (state=3): >>>import 'codecs' # <<< 7723 1726883205.72786: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 7723 1726883205.72813: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 7723 1726883205.72818: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c42183e0> <<< 7723 1726883205.72845: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c41e7a10> <<< 7723 1726883205.72855: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 7723 1726883205.72874: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c421a960> <<< 7723 1726883205.72891: stdout chunk (state=3): >>>import '_signal' # <<< 7723 1726883205.72917: stdout chunk (state=3): >>>import '_abc' # <<< 7723 1726883205.72920: stdout chunk (state=3): >>>import 'abc' # <<< 7723 1726883205.72949: stdout chunk (state=3): >>>import 'io' # <<< 7723 1726883205.72977: stdout chunk (state=3): >>>import '_stat' # <<< 7723 1726883205.72984: stdout chunk (state=3): >>>import 'stat' # <<< 7723 1726883205.73065: stdout chunk (state=3): >>>import '_collections_abc' # <<< 7723 1726883205.73093: stdout chunk (state=3): >>>import 'genericpath' # <<< 7723 1726883205.73098: stdout chunk (state=3): >>>import 'posixpath' # <<< 7723 1726883205.73131: stdout chunk (state=3): >>>import 'os' # <<< 7723 1726883205.73136: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 7723 1726883205.73174: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 7723 1726883205.73181: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 7723 1726883205.73184: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 7723 1726883205.73217: 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 <<< 7723 1726883205.73220: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 7723 1726883205.73247: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c402cfe0> <<< 7723 1726883205.73298: 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 <<< 7723 1726883205.73313: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883205.73316: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c402df10> <<< 7723 1726883205.73348: stdout chunk (state=3): >>>import 'site' # <<< 7723 1726883205.73380: 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. <<< 7723 1726883205.73751: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 7723 1726883205.73756: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 7723 1726883205.73784: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 7723 1726883205.73790: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883205.73820: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 7723 1726883205.73853: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 7723 1726883205.73873: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 7723 1726883205.73900: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 7723 1726883205.73919: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c406bd40> <<< 7723 1726883205.73932: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 7723 1726883205.73953: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 7723 1726883205.73983: stdout chunk (state=3): >>>import '_operator' # <<< 7723 1726883205.73991: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c406bf80> <<< 7723 1726883205.74000: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 7723 1726883205.74033: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 7723 1726883205.74053: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 7723 1726883205.74100: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883205.74116: stdout chunk (state=3): >>>import 'itertools' # <<< 7723 1726883205.74148: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 7723 1726883205.74153: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c40a3770> <<< 7723 1726883205.74173: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 7723 1726883205.74176: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 7723 1726883205.74196: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c40a3e00> <<< 7723 1726883205.74200: stdout chunk (state=3): >>>import '_collections' # <<< 7723 1726883205.74257: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c4083a10> <<< 7723 1726883205.74265: stdout chunk (state=3): >>>import '_functools' # <<< 7723 1726883205.74298: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c4081130> <<< 7723 1726883205.74383: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c4068ef0> <<< 7723 1726883205.74412: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 7723 1726883205.74433: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 7723 1726883205.74447: stdout chunk (state=3): >>>import '_sre' # <<< 7723 1726883205.74469: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 7723 1726883205.74495: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 7723 1726883205.74511: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 7723 1726883205.74530: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 7723 1726883205.74554: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c40c3770> <<< 7723 1726883205.74575: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c40c2390> <<< 7723 1726883205.74593: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 7723 1726883205.74610: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c4082120> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c40c0b60> <<< 7723 1726883205.74662: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 7723 1726883205.74677: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c40f8740> <<< 7723 1726883205.74680: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c4068170> <<< 7723 1726883205.74696: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 7723 1726883205.74719: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883205.74735: 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 0x7f95c40f8bf0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c40f8aa0> <<< 7723 1726883205.74774: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883205.74785: stdout chunk (state=3): >>># 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 0x7f95c40f8e90> <<< 7723 1726883205.74789: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c4066c90> <<< 7723 1726883205.74814: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 7723 1726883205.74818: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883205.74843: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 7723 1726883205.74870: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 7723 1726883205.74886: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c40f9580> <<< 7723 1726883205.74892: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c40f9250> import 'importlib.machinery' # <<< 7723 1726883205.74910: stdout chunk (state=3): >>> <<< 7723 1726883205.74934: 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' <<< 7723 1726883205.74954: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c40fa450> <<< 7723 1726883205.74956: stdout chunk (state=3): >>>import 'importlib.util' # <<< 7723 1726883205.74975: stdout chunk (state=3): >>>import 'runpy' # <<< 7723 1726883205.74999: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 7723 1726883205.75034: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 7723 1726883205.75052: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 7723 1726883205.75072: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c4114650> <<< 7723 1726883205.75076: stdout chunk (state=3): >>>import 'errno' # <<< 7723 1726883205.75109: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883205.75112: 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 0x7f95c4115d90> <<< 7723 1726883205.75142: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 7723 1726883205.75146: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 7723 1726883205.75172: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 7723 1726883205.75186: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 7723 1726883205.75192: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c4116c30> <<< 7723 1726883205.75230: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883205.75251: stdout chunk (state=3): >>># 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 0x7f95c4117290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c4116180> <<< 7723 1726883205.75263: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 7723 1726883205.75274: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 7723 1726883205.75313: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883205.75321: 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 0x7f95c4117d10> <<< 7723 1726883205.75336: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c4117440> <<< 7723 1726883205.75373: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c40fa480> <<< 7723 1726883205.75393: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 7723 1726883205.75419: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 7723 1726883205.75441: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 7723 1726883205.75465: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 7723 1726883205.75499: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883205.75508: 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 0x7f95c3e03c50> <<< 7723 1726883205.75522: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 7723 1726883205.75529: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 7723 1726883205.75566: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95c3e2c680> <<< 7723 1726883205.75571: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c3e2c3e0> <<< 7723 1726883205.75589: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883205.75593: stdout chunk (state=3): >>># extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95c3e2c6b0> <<< 7723 1726883205.75623: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 7723 1726883205.75628: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 7723 1726883205.75696: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883205.75827: 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 0x7f95c3e2cfe0> <<< 7723 1726883205.75934: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883205.75951: 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 0x7f95c3e2d9d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c3e2c890> <<< 7723 1726883205.75960: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c3e01df0> <<< 7723 1726883205.75984: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 7723 1726883205.76006: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 7723 1726883205.76027: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 7723 1726883205.76043: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 7723 1726883205.76055: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c3e2edb0> <<< 7723 1726883205.76073: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c3e2daf0> <<< 7723 1726883205.76096: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c40fab70> <<< 7723 1726883205.76120: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 7723 1726883205.76179: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883205.76199: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 7723 1726883205.76237: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 7723 1726883205.76260: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c3e5b140> <<< 7723 1726883205.76322: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 7723 1726883205.76331: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883205.76354: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 7723 1726883205.76372: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 7723 1726883205.76413: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c3e7f530> <<< 7723 1726883205.76438: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 7723 1726883205.76480: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 7723 1726883205.76537: stdout chunk (state=3): >>>import 'ntpath' # <<< 7723 1726883205.76559: 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 0x7f95c3edc2f0> <<< 7723 1726883205.76579: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 7723 1726883205.76607: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 7723 1726883205.76633: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 7723 1726883205.76672: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 7723 1726883205.76757: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c3edea50> <<< 7723 1726883205.76832: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c3edc410> <<< 7723 1726883205.76867: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c3ea92e0> <<< 7723 1726883205.76895: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' <<< 7723 1726883205.76900: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c3cdd430> <<< 7723 1726883205.76921: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c3e7e330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c3e2fd10> <<< 7723 1726883205.77093: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 7723 1726883205.77108: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f95c3e7e930> <<< 7723 1726883205.77432: stdout chunk (state=3): >>># zipimport: found 103 names in '/tmp/ansible_ansible.legacy.setup_payload_qetw4qg8/ansible_ansible.legacy.setup_payload.zip' # zipimport: zlib available <<< 7723 1726883205.77460: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.77485: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 7723 1726883205.77501: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 7723 1726883205.77545: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 7723 1726883205.77624: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 7723 1726883205.77655: 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 0x7f95c3d43140> <<< 7723 1726883205.77660: stdout chunk (state=3): >>>import '_typing' # <<< 7723 1726883205.77847: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c3d22030> <<< 7723 1726883205.77854: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c3d21190> # zipimport: zlib available <<< 7723 1726883205.77882: stdout chunk (state=3): >>>import 'ansible' # <<< 7723 1726883205.77888: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.77906: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.77925: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.77935: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 7723 1726883205.77959: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.79352: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.80462: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c3d40e90> <<< 7723 1726883205.80483: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 7723 1726883205.80486: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883205.80520: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 7723 1726883205.80524: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 7723 1726883205.80551: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 7723 1726883205.80586: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95c3d72ae0> <<< 7723 1726883205.80632: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c3d72870> <<< 7723 1726883205.80656: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c3d72180> <<< 7723 1726883205.80678: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 7723 1726883205.80682: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 7723 1726883205.80733: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c3d72660> <<< 7723 1726883205.80736: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c3d43bc0> <<< 7723 1726883205.80755: stdout chunk (state=3): >>>import 'atexit' # <<< 7723 1726883205.80776: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883205.80781: stdout chunk (state=3): >>># extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95c3d73770> <<< 7723 1726883205.80811: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883205.80814: stdout chunk (state=3): >>># extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95c3d73920> <<< 7723 1726883205.80832: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 7723 1726883205.80876: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 7723 1726883205.80887: stdout chunk (state=3): >>>import '_locale' # <<< 7723 1726883205.80938: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c3d73e60> <<< 7723 1726883205.80944: stdout chunk (state=3): >>>import 'pwd' # <<< 7723 1726883205.80969: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 7723 1726883205.80991: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 7723 1726883205.81031: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c3725c70> <<< 7723 1726883205.81061: stdout chunk (state=3): >>># 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' <<< 7723 1726883205.81068: stdout chunk (state=3): >>>import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95c3727890> <<< 7723 1726883205.81085: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 7723 1726883205.81103: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 7723 1726883205.81139: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c3728290> <<< 7723 1726883205.81160: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 7723 1726883205.81190: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 7723 1726883205.81211: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c3729130> <<< 7723 1726883205.81233: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 7723 1726883205.81267: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 7723 1726883205.81294: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 7723 1726883205.81308: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 7723 1726883205.81351: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c372be90> <<< 7723 1726883205.81388: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95c3e5b0b0> <<< 7723 1726883205.81410: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c372a150> <<< 7723 1726883205.81432: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 7723 1726883205.81454: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 7723 1726883205.81480: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 7723 1726883205.81485: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 7723 1726883205.81513: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 7723 1726883205.81607: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 7723 1726883205.81638: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 7723 1726883205.81643: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 7723 1726883205.81659: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c3733ef0> <<< 7723 1726883205.81664: stdout chunk (state=3): >>>import '_tokenize' # <<< 7723 1726883205.81734: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c37329c0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c3732720> <<< 7723 1726883205.81758: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 7723 1726883205.81761: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 7723 1726883205.81842: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c3732c90> <<< 7723 1726883205.81867: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c372a660> <<< 7723 1726883205.81897: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883205.81903: stdout chunk (state=3): >>># extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95c3777f50> <<< 7723 1726883205.81925: 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 0x7f95c37781d0> <<< 7723 1726883205.81957: 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 <<< 7723 1726883205.81965: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 7723 1726883205.81988: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 7723 1726883205.82032: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95c3779d60> <<< 7723 1726883205.82037: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c3779b20> <<< 7723 1726883205.82058: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 7723 1726883205.82082: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 7723 1726883205.82138: 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 0x7f95c377c290> <<< 7723 1726883205.82147: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c377a450> <<< 7723 1726883205.82166: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 7723 1726883205.82200: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883205.82234: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 7723 1726883205.82237: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 7723 1726883205.82241: stdout chunk (state=3): >>>import '_string' # <<< 7723 1726883205.82288: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c377fa70> <<< 7723 1726883205.82407: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c377c440> <<< 7723 1726883205.82471: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95c3780b00> <<< 7723 1726883205.82501: 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 0x7f95c37808f0> <<< 7723 1726883205.82548: 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 0x7f95c3780b90> <<< 7723 1726883205.82552: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c3778470> <<< 7723 1726883205.82583: 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 <<< 7723 1726883205.82590: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 7723 1726883205.82609: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 7723 1726883205.82627: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 7723 1726883205.82654: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883205.82675: 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 0x7f95c360c2c0> <<< 7723 1726883205.82831: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95c360d2b0> <<< 7723 1726883205.82842: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c3782a50> <<< 7723 1726883205.82876: 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 0x7f95c3783e00> <<< 7723 1726883205.82884: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c37826c0> <<< 7723 1726883205.82889: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.82913: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 7723 1726883205.82936: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.83020: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.83111: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.83124: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.83139: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 7723 1726883205.83149: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.83171: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 7723 1726883205.83184: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.83301: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.83419: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.83954: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.84495: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 7723 1726883205.84509: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 7723 1726883205.84515: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 7723 1726883205.84536: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 7723 1726883205.84555: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883205.84600: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95c3611610> <<< 7723 1726883205.84678: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 7723 1726883205.84682: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 7723 1726883205.84709: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c3612390> <<< 7723 1726883205.84711: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c360d5b0> <<< 7723 1726883205.84765: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 7723 1726883205.84771: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.84800: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.84808: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 7723 1726883205.84829: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.84972: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.85128: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 7723 1726883205.85146: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c3612b40> <<< 7723 1726883205.85158: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.85612: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.86058: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.86136: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.86210: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 7723 1726883205.86216: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.86254: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.86293: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 7723 1726883205.86296: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.86374: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.86462: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 7723 1726883205.86473: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.86481: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.86499: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 7723 1726883205.86503: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.86551: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.86589: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 7723 1726883205.86602: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.86823: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.87055: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 7723 1726883205.87111: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 7723 1726883205.87130: stdout chunk (state=3): >>>import '_ast' # <<< 7723 1726883205.87192: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c3613620> <<< 7723 1726883205.87206: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.87278: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.87368: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 7723 1726883205.87372: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 7723 1726883205.87394: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.87441: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.87475: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 7723 1726883205.87492: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.87536: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.87582: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.87641: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.87710: 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 <<< 7723 1726883205.87750: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883205.87833: 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 0x7f95c361e210> <<< 7723 1726883205.87868: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c3619880> <<< 7723 1726883205.87901: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 7723 1726883205.87906: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.87977: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.88039: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.88068: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.88111: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883205.88136: 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 <<< 7723 1726883205.88159: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 7723 1726883205.88182: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 7723 1726883205.88238: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 7723 1726883205.88259: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 7723 1726883205.88276: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 7723 1726883205.88336: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c3706990> <<< 7723 1726883205.88373: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c37fa660> <<< 7723 1726883205.88459: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c3612ed0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c3780e60> # destroy ansible.module_utils.distro <<< 7723 1726883205.88473: stdout chunk (state=3): >>>import 'ansible.module_utils.distro' # <<< 7723 1726883205.88478: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.88508: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.88535: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 7723 1726883205.88585: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 7723 1726883205.88603: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.88629: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.88633: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 7723 1726883205.88639: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.88699: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.88762: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.88781: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.88805: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.88850: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.88893: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.88935: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.88967: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # <<< 7723 1726883205.88984: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.89056: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.89128: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.89155: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.89189: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.typing' # <<< 7723 1726883205.89195: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.89376: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.89548: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.89593: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.89645: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883205.89669: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py <<< 7723 1726883205.89685: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' <<< 7723 1726883205.89710: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py <<< 7723 1726883205.89735: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' <<< 7723 1726883205.89758: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c36b2060> <<< 7723 1726883205.89777: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 7723 1726883205.89795: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' <<< 7723 1726883205.89816: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 7723 1726883205.89857: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 7723 1726883205.89877: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 7723 1726883205.89899: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 7723 1726883205.89902: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c3227fb0> <<< 7723 1726883205.89941: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883205.89953: stdout chunk (state=3): >>># extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95c3240350> <<< 7723 1726883205.90003: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c369b2c0> <<< 7723 1726883205.90023: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c36b2c00> <<< 7723 1726883205.90054: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c36b0740> <<< 7723 1726883205.90063: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c36b1010> <<< 7723 1726883205.90085: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py <<< 7723 1726883205.90139: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' <<< 7723 1726883205.90159: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 7723 1726883205.90164: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 7723 1726883205.90190: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py <<< 7723 1726883205.90195: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 7723 1726883205.90230: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883205.90237: stdout chunk (state=3): >>># extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95c32432f0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c3242ba0> <<< 7723 1726883205.90264: stdout chunk (state=3): >>># extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883205.90269: stdout chunk (state=3): >>># extension module '_queue' executed from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' import '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95c3242d50> <<< 7723 1726883205.90288: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c3241fd0> <<< 7723 1726883205.90307: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py <<< 7723 1726883205.90418: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' <<< 7723 1726883205.90428: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c3243470> <<< 7723 1726883205.90452: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 7723 1726883205.90482: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 7723 1726883205.90514: stdout chunk (state=3): >>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883205.90519: stdout chunk (state=3): >>># extension module '_multiprocessing' executed from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' import '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95c3295f70> <<< 7723 1726883205.90550: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c3243f80> <<< 7723 1726883205.90577: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c36b04a0> import 'ansible.module_utils.facts.timeout' # <<< 7723 1726883205.90599: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.collector' # <<< 7723 1726883205.90608: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.90632: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.other' # <<< 7723 1726883205.90653: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.90711: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.90767: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # <<< 7723 1726883205.90786: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.90839: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.90882: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # <<< 7723 1726883205.90906: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.90925: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.90936: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system' # <<< 7723 1726883205.90939: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.90973: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.91009: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.apparmor' # <<< 7723 1726883205.91016: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.91063: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.91121: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # <<< 7723 1726883205.91126: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.91171: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.91222: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # <<< 7723 1726883205.91225: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.91285: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.91348: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.91406: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.91472: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # <<< 7723 1726883205.91475: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.cmdline' # # zipimport: zlib available <<< 7723 1726883205.91963: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.92396: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # <<< 7723 1726883205.92403: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.92454: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.92514: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.92547: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.92584: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # <<< 7723 1726883205.92597: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.date_time' # <<< 7723 1726883205.92602: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.92632: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.92662: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.env' # <<< 7723 1726883205.92671: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.92734: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.92783: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # <<< 7723 1726883205.92805: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.92836: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.92869: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # <<< 7723 1726883205.92872: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.92913: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.92944: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # <<< 7723 1726883205.92960: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.93033: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.93120: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 7723 1726883205.93126: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 7723 1726883205.93154: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c3297920> <<< 7723 1726883205.93173: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 7723 1726883205.93205: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 7723 1726883205.93327: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c3296c00> <<< 7723 1726883205.93333: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.local' # # zipimport: zlib available <<< 7723 1726883205.93404: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.93465: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # <<< 7723 1726883205.93483: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.93571: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.93664: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # <<< 7723 1726883205.93670: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.93742: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.93819: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # <<< 7723 1726883205.93824: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.93863: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.93918: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 7723 1726883205.93960: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 7723 1726883205.94035: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883205.94088: stdout chunk (state=3): >>># extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95c32ce210> <<< 7723 1726883205.94273: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c32bc560> <<< 7723 1726883205.94288: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.python' # <<< 7723 1726883205.94294: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.94351: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.94407: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # <<< 7723 1726883205.94412: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.94500: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.94581: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.94696: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.94846: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 7723 1726883205.94849: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.service_mgr' # # zipimport: zlib available <<< 7723 1726883205.94900: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.94946: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # <<< 7723 1726883205.94954: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.94992: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.95046: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py <<< 7723 1726883205.95054: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' <<< 7723 1726883205.95079: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883205.95100: stdout chunk (state=3): >>># extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95c32e1cd0> <<< 7723 1726883205.95118: stdout chunk (state=3): >>>import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c32e36b0> import 'ansible.module_utils.facts.system.user' # # zipimport: zlib available <<< 7723 1726883205.95147: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.95154: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware' # <<< 7723 1726883205.95168: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.95204: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.95249: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # <<< 7723 1726883205.95255: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.95413: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.95567: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # <<< 7723 1726883205.95574: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.95674: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.95776: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.95817: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.95864: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # import 'ansible.module_utils.facts.hardware.darwin' # <<< 7723 1726883205.95882: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.95904: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.95931: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.96069: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.96213: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # <<< 7723 1726883205.96227: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.dragonfly' # <<< 7723 1726883205.96235: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.96353: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.96475: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # <<< 7723 1726883205.96481: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.96523: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.96560: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.97110: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.97619: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # <<< 7723 1726883205.97623: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hurd' # # zipimport: zlib available <<< 7723 1726883205.97736: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.97849: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # <<< 7723 1726883205.97852: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.97948: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.98051: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # <<< 7723 1726883205.98056: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.98213: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.98373: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 7723 1726883205.98383: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.98404: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.98411: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network' # <<< 7723 1726883205.98418: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.98465: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.98514: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # <<< 7723 1726883205.98517: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.98634: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.98734: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.98936: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.99137: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # <<< 7723 1726883205.99152: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.aix' # <<< 7723 1726883205.99159: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.99196: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.99234: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # <<< 7723 1726883205.99244: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.99270: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.99297: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.dragonfly' # <<< 7723 1726883205.99314: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.99376: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.99452: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # <<< 7723 1726883205.99457: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.99485: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.99517: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.freebsd' # <<< 7723 1726883205.99527: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.99581: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.99643: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # <<< 7723 1726883205.99649: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.99710: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883205.99770: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # <<< 7723 1726883205.99779: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.00042: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.00306: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # <<< 7723 1726883206.00311: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.00374: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.00443: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # <<< 7723 1726883206.00448: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.00481: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.00521: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # <<< 7723 1726883206.00526: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.00564: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.00598: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # <<< 7723 1726883206.00615: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.00645: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.00681: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.openbsd' # <<< 7723 1726883206.00687: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.00770: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.00848: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # <<< 7723 1726883206.00869: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.00883: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.00890: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual' # <<< 7723 1726883206.00902: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.00949: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.00988: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # <<< 7723 1726883206.01004: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.01029: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.01050: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.01098: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.01150: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.01220: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.01289: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sysctl' # <<< 7723 1726883206.01295: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.freebsd' # import 'ansible.module_utils.facts.virtual.dragonfly' # <<< 7723 1726883206.01316: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.01363: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.01415: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # <<< 7723 1726883206.01424: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.01617: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.01811: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # <<< 7723 1726883206.01816: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.01861: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.01913: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # <<< 7723 1726883206.01921: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.01968: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.02013: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # <<< 7723 1726883206.02031: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.02111: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.02193: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # <<< 7723 1726883206.02198: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.default_collectors' # <<< 7723 1726883206.02217: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.02301: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.02392: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # <<< 7723 1726883206.02398: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # <<< 7723 1726883206.02483: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.02681: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py <<< 7723 1726883206.02687: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' <<< 7723 1726883206.02710: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py <<< 7723 1726883206.02722: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' <<< 7723 1726883206.02767: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883206.02770: stdout chunk (state=3): >>># extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95c30de6c0> <<< 7723 1726883206.02776: stdout chunk (state=3): >>>import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c30dd040> <<< 7723 1726883206.02831: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c30d7ef0> <<< 7723 1726883206.03961: stdout chunk (state=3): >>> {"ansible_facts": {"ansible_pkg_mgr": "dnf"}, "invocation": {"module_args": {"filter": ["ansible_pkg_mgr"], "gather_subset": ["!all"], "gather_timeout": 10, "fact_path": "/etc/ansible/facts.d"}}} <<< 7723 1726883206.04542: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 7723 1726883206.04582: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword <<< 7723 1726883206.04698: stdout chunk (state=3): >>># 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 # 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 # 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 <<< 7723 1726883206.04810: stdout chunk (state=3): >>># 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 # cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # cleanup[2] removing _ssl # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ansible.module_utils.facts.system.python # cleanup[2] removing ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios # cleanup[2] removing getpass # cleanup[2] removing ansible.module_utils.facts.system.user # cleanup[2] removing ansible.module_uti<<< 7723 1726883206.04822: stdout chunk (state=3): >>>ls.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.hpux # cleanup[2] removing ansible.module_utils.facts.virtual.linux # cleanup[2] removing ansible.module_utils.facts.virtual.netbsd # cleanup[2] removing ansible.module_utils.facts.virtual.openbsd # cleanup[2] removing ansible.module_utils.facts.virtual.sunos # cleanup[2] removing ansible.module_utils.facts.default_collectors # cleanup[2] removing ansible.module_utils.facts.ansible_collector # cleanup[2] removing ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.facts # destroy ansible.module_utils.facts # destroy ansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.other # destroy ansible.module_utils.facts.other.facter # destroy ansible.module_utils.facts.other.ohai # destroy ansible.module_utils.facts.system # destroy ansible.module_utils.facts.system.apparmor # destroy ansible.module_utils.facts.system.caps # destroy ansible.module_utils.facts.system.chroot # destroy ansible.module_utils.facts.system.cmdline # destroy ansible.module_utils.facts.system.distribution # destroy ansible.module_utils.facts.system.date_time # destroy ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.dns # destroy ansible.module_utils.facts.system.fips # destroy ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.platform # destroy ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.service_mgr # destroy ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.user # destroy ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.hardware # destroy ansible.<<< 7723 1726883206.04836: stdout chunk (state=3): >>>module_utils.facts.hardware.base # destroy ansible.module_utils.facts.hardware.aix # destroy ansible.module_utils.facts.hardware.darwin # destroy ansible.module_utils.facts.hardware.freebsd # destroy ansible.module_utils.facts.hardware.dragonfly # destroy ansible.module_utils.facts.hardware.hpux # destroy ansible.module_utils.facts.hardware.linux # destroy ansible.module_utils.facts.hardware.hurd # destroy ansible.module_utils.facts.hardware.netbsd # destroy ansible.module_utils.facts.hardware.openbsd # destroy ansible.module_utils.facts.hardware.sunos # destroy ansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.network # destroy ansible.module_utils.facts.network.base # destroy ansible.module_utils.facts.network.generic_bsd # destroy ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.netbsd # destroy ansible.module_utils.facts.virtual.openbsd # destroy ansible.module_utils.facts.virtual.sunos # destroy ansible.module_utils.facts.compat # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna <<< 7723 1726883206.05110: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 7723 1726883206.05133: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 7723 1726883206.05146: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 7723 1726883206.05168: stdout chunk (state=3): >>># destroy _blake2 <<< 7723 1726883206.05171: stdout chunk (state=3): >>># destroy binascii # destroy zlib # destroy bz2 # destroy lzma <<< 7723 1726883206.05180: stdout chunk (state=3): >>># destroy zipfile._path <<< 7723 1726883206.05198: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 7723 1726883206.05204: stdout chunk (state=3): >>># destroy ipaddress <<< 7723 1726883206.05233: stdout chunk (state=3): >>># destroy ntpath <<< 7723 1726883206.05248: stdout chunk (state=3): >>># destroy importlib # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon <<< 7723 1726883206.05268: stdout chunk (state=3): >>># destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner <<< 7723 1726883206.05281: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings <<< 7723 1726883206.05293: stdout chunk (state=3): >>># destroy _locale <<< 7723 1726883206.05309: stdout chunk (state=3): >>># destroy locale # destroy select # destroy _signal # destroy _posixsubprocess <<< 7723 1726883206.05312: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 7723 1726883206.05347: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 7723 1726883206.05363: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy logging <<< 7723 1726883206.05408: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector <<< 7723 1726883206.05425: stdout chunk (state=3): >>># destroy multiprocessing # destroy multiprocessing.connection # destroy multiprocessing.pool # destroy signal # destroy pickle # destroy multiprocessing.context # destroy array # destroy _compat_pickle <<< 7723 1726883206.05433: stdout chunk (state=3): >>># destroy _pickle <<< 7723 1726883206.05458: stdout chunk (state=3): >>># destroy queue # destroy _heapq # destroy _queue <<< 7723 1726883206.05461: stdout chunk (state=3): >>># destroy multiprocessing.process # destroy unicodedata # destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy selectors # destroy _multiprocessing <<< 7723 1726883206.05484: stdout chunk (state=3): >>># destroy shlex # destroy fcntl <<< 7723 1726883206.05500: stdout chunk (state=3): >>># destroy datetime # destroy subprocess <<< 7723 1726883206.05514: stdout chunk (state=3): >>># destroy base64 <<< 7723 1726883206.05517: stdout chunk (state=3): >>># destroy _ssl <<< 7723 1726883206.05552: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux <<< 7723 1726883206.05561: stdout chunk (state=3): >>># destroy getpass # destroy pwd # destroy termios # destroy errno # destroy json <<< 7723 1726883206.05574: stdout chunk (state=3): >>># destroy socket # destroy struct <<< 7723 1726883206.05590: stdout chunk (state=3): >>># destroy glob # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector <<< 7723 1726883206.05647: stdout chunk (state=3): >>># cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping configparser # 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 # destroy configparser # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket <<< 7723 1726883206.05670: stdout chunk (state=3): >>># 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 <<< 7723 1726883206.05692: stdout chunk (state=3): >>># cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 <<< 7723 1726883206.05697: stdout chunk (state=3): >>># 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 <<< 7723 1726883206.05743: 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 <<< 7723 1726883206.05762: stdout chunk (state=3): >>># 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 <<< 7723 1726883206.05779: stdout chunk (state=3): >>># 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 <<< 7723 1726883206.05786: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 7723 1726883206.05911: stdout chunk (state=3): >>># destroy sys.monitoring <<< 7723 1726883206.05917: stdout chunk (state=3): >>># destroy _socket <<< 7723 1726883206.05937: stdout chunk (state=3): >>># destroy _collections <<< 7723 1726883206.05965: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 7723 1726883206.05971: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 7723 1726883206.05992: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 7723 1726883206.06029: stdout chunk (state=3): >>># destroy _typing <<< 7723 1726883206.06039: stdout chunk (state=3): >>># destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves <<< 7723 1726883206.06046: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 7723 1726883206.06066: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 7723 1726883206.06165: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # destroy _codecs <<< 7723 1726883206.06172: stdout chunk (state=3): >>># destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 7723 1726883206.06202: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 7723 1726883206.06205: stdout chunk (state=3): >>># destroy _hashlib <<< 7723 1726883206.06233: stdout chunk (state=3): >>># destroy _operator # destroy _sre # destroy _string # destroy re <<< 7723 1726883206.06251: stdout chunk (state=3): >>># destroy itertools <<< 7723 1726883206.06266: stdout chunk (state=3): >>># destroy _abc # destroy posix <<< 7723 1726883206.06269: stdout chunk (state=3): >>># destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 7723 1726883206.06760: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.120 closed. <<< 7723 1726883206.06794: stderr chunk (state=3): >>><<< 7723 1726883206.06797: stdout chunk (state=3): >>><<< 7723 1726883206.06904: _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 0x7f95c42183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c41e7a10> # /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 0x7f95c421a960> 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 0x7f95c402cfe0> # /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 0x7f95c402df10> 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 0x7f95c406bd40> # /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 0x7f95c406bf80> # /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 0x7f95c40a3770> # /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 0x7f95c40a3e00> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c4083a10> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c4081130> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c4068ef0> # /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 0x7f95c40c3770> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c40c2390> # /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 0x7f95c4082120> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c40c0b60> # /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 0x7f95c40f8740> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c4068170> # /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 0x7f95c40f8bf0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c40f8aa0> # 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 0x7f95c40f8e90> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c4066c90> # /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 0x7f95c40f9580> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c40f9250> 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 0x7f95c40fa450> 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 0x7f95c4114650> 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 0x7f95c4115d90> # /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 0x7f95c4116c30> # 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 0x7f95c4117290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c4116180> # /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 0x7f95c4117d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c4117440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c40fa480> # /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 0x7f95c3e03c50> # /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 0x7f95c3e2c680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c3e2c3e0> # 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 0x7f95c3e2c6b0> # /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 0x7f95c3e2cfe0> # 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 0x7f95c3e2d9d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c3e2c890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c3e01df0> # /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 0x7f95c3e2edb0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c3e2daf0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c40fab70> # /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 0x7f95c3e5b140> # /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 0x7f95c3e7f530> # /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 0x7f95c3edc2f0> # /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 0x7f95c3edea50> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c3edc410> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c3ea92e0> # /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 0x7f95c3cdd430> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c3e7e330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c3e2fd10> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f95c3e7e930> # zipimport: found 103 names in '/tmp/ansible_ansible.legacy.setup_payload_qetw4qg8/ansible_ansible.legacy.setup_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 0x7f95c3d43140> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c3d22030> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c3d21190> # 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 0x7f95c3d40e90> # /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 0x7f95c3d72ae0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c3d72870> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c3d72180> # /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 0x7f95c3d72660> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c3d43bc0> 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 0x7f95c3d73770> # 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 0x7f95c3d73920> # /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 0x7f95c3d73e60> 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 0x7f95c3725c70> # 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 0x7f95c3727890> # /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 0x7f95c3728290> # /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 0x7f95c3729130> # /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 0x7f95c372be90> # 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 0x7f95c3e5b0b0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c372a150> # /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 0x7f95c3733ef0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c37329c0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c3732720> # /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 0x7f95c3732c90> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c372a660> # 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 0x7f95c3777f50> # /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 0x7f95c37781d0> # /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 0x7f95c3779d60> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c3779b20> # /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 0x7f95c377c290> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c377a450> # /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 0x7f95c377fa70> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c377c440> # 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 0x7f95c3780b00> # 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 0x7f95c37808f0> # 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 0x7f95c3780b90> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c3778470> # /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 0x7f95c360c2c0> # 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 0x7f95c360d2b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c3782a50> # 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 0x7f95c3783e00> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c37826c0> # 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 0x7f95c3611610> # /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 0x7f95c3612390> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c360d5b0> 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 0x7f95c3612b40> # 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 0x7f95c3613620> # 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 0x7f95c361e210> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c3619880> 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 0x7f95c3706990> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c37fa660> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c3612ed0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c3780e60> # 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 # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.namespace' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.typing' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c36b2060> # /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py # code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py # code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c3227fb0> # extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' # extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95c3240350> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c369b2c0> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c36b2c00> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c36b0740> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c36b1010> # /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py # code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py # code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95c32432f0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c3242ba0> # extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' # extension module '_queue' executed from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' import '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95c3242d50> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c3241fd0> # /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c3243470> # /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' # extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' # extension module '_multiprocessing' executed from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' import '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95c3295f70> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c3243f80> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c36b04a0> import 'ansible.module_utils.facts.timeout' # import 'ansible.module_utils.facts.collector' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other.facter' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other.ohai' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.apparmor' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.caps' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.chroot' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.utils' # import 'ansible.module_utils.facts.system.cmdline' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.distribution' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.datetime' # import 'ansible.module_utils.facts.system.date_time' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.env' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.dns' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.fips' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.loadavg' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c3297920> # /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py # code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c3296c00> import 'ansible.module_utils.facts.system.local' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.lsb' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.pkg_mgr' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.platform' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py # code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' # extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' # extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95c32ce210> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c32bc560> import 'ansible.module_utils.facts.system.python' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.selinux' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.version' # import 'ansible.module_utils.facts.system.service_mgr' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.ssh_pub_keys' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py # code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' # extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' # extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95c32e1cd0> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c32e36b0> import 'ansible.module_utils.facts.system.user' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.base' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.aix' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.sysctl' # import 'ansible.module_utils.facts.hardware.darwin' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.hpux' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.sunos' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.base' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.darwin' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.fc_wwn' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.freebsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.hpux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.hurd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.linux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.iscsi' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.nvme' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.sunos' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.base' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.sysctl' # import 'ansible.module_utils.facts.virtual.freebsd' # import 'ansible.module_utils.facts.virtual.dragonfly' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.hpux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.linux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.netbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.openbsd' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # # zipimport: zlib available # /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py # code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' # extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f95c30de6c0> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c30dd040> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f95c30d7ef0> {"ansible_facts": {"ansible_pkg_mgr": "dnf"}, "invocation": {"module_args": {"filter": ["ansible_pkg_mgr"], "gather_subset": ["!all"], "gather_timeout": 10, "fact_path": "/etc/ansible/facts.d"}}} # 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 # 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 # 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 # cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # cleanup[2] removing _ssl # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ansible.module_utils.facts.system.python # cleanup[2] removing ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios # cleanup[2] removing getpass # cleanup[2] removing ansible.module_utils.facts.system.user # cleanup[2] removing ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.hpux # cleanup[2] removing ansible.module_utils.facts.virtual.linux # cleanup[2] removing ansible.module_utils.facts.virtual.netbsd # cleanup[2] removing ansible.module_utils.facts.virtual.openbsd # cleanup[2] removing ansible.module_utils.facts.virtual.sunos # cleanup[2] removing ansible.module_utils.facts.default_collectors # cleanup[2] removing ansible.module_utils.facts.ansible_collector # cleanup[2] removing ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.facts # destroy ansible.module_utils.facts # destroy ansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.other # destroy ansible.module_utils.facts.other.facter # destroy ansible.module_utils.facts.other.ohai # destroy ansible.module_utils.facts.system # destroy ansible.module_utils.facts.system.apparmor # destroy ansible.module_utils.facts.system.caps # destroy ansible.module_utils.facts.system.chroot # destroy ansible.module_utils.facts.system.cmdline # destroy ansible.module_utils.facts.system.distribution # destroy ansible.module_utils.facts.system.date_time # destroy ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.dns # destroy ansible.module_utils.facts.system.fips # destroy ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.platform # destroy ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.service_mgr # destroy ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.user # destroy ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.hardware # destroy ansible.module_utils.facts.hardware.base # destroy ansible.module_utils.facts.hardware.aix # destroy ansible.module_utils.facts.hardware.darwin # destroy ansible.module_utils.facts.hardware.freebsd # destroy ansible.module_utils.facts.hardware.dragonfly # destroy ansible.module_utils.facts.hardware.hpux # destroy ansible.module_utils.facts.hardware.linux # destroy ansible.module_utils.facts.hardware.hurd # destroy ansible.module_utils.facts.hardware.netbsd # destroy ansible.module_utils.facts.hardware.openbsd # destroy ansible.module_utils.facts.hardware.sunos # destroy ansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.network # destroy ansible.module_utils.facts.network.base # destroy ansible.module_utils.facts.network.generic_bsd # destroy ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.netbsd # destroy ansible.module_utils.facts.virtual.openbsd # destroy ansible.module_utils.facts.virtual.sunos # destroy ansible.module_utils.facts.compat # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy locale # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging # destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.connection # destroy multiprocessing.pool # destroy signal # destroy pickle # destroy multiprocessing.context # destroy array # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.process # destroy unicodedata # destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy selectors # destroy _multiprocessing # destroy shlex # destroy fcntl # destroy datetime # destroy subprocess # destroy base64 # destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy errno # destroy json # destroy socket # destroy struct # destroy glob # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping configparser # 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 # destroy configparser # 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 encodings.idna # 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 _sre # destroy _string # destroy re # destroy itertools # destroy _abc # 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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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.12.120 closed. 7723 1726883206.07739: done with _execute_module (ansible.legacy.setup, {'filter': 'ansible_pkg_mgr', 'gather_subset': '!all', '_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': 'ansible.legacy.setup', '_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-1726883205.5957332-9115-54173350230517/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7723 1726883206.07745: variable 'ansible_module_compression' from source: unknown 7723 1726883206.07748: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7723b_d05x07/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 7723 1726883206.07750: variable 'ansible_facts' from source: unknown 7723 1726883206.07753: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726883205.5957332-9115-54173350230517/AnsiballZ_dnf.py 7723 1726883206.07755: Sending initial data 7723 1726883206.07757: Sent initial data (149 bytes) 7723 1726883206.07964: 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 <<< 7723 1726883206.07968: 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.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883206.07971: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883206.07973: 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883206.08031: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883206.08038: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883206.08043: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883206.08080: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883206.09686: 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 <<< 7723 1726883206.09729: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 7723 1726883206.09773: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7723b_d05x07/tmptrlte6az /root/.ansible/tmp/ansible-tmp-1726883205.5957332-9115-54173350230517/AnsiballZ_dnf.py <<< 7723 1726883206.09780: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726883205.5957332-9115-54173350230517/AnsiballZ_dnf.py" <<< 7723 1726883206.09815: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-7723b_d05x07/tmptrlte6az" to remote "/root/.ansible/tmp/ansible-tmp-1726883205.5957332-9115-54173350230517/AnsiballZ_dnf.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726883205.5957332-9115-54173350230517/AnsiballZ_dnf.py" <<< 7723 1726883206.10504: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883206.10554: stderr chunk (state=3): >>><<< 7723 1726883206.10558: stdout chunk (state=3): >>><<< 7723 1726883206.10598: done transferring module to remote 7723 1726883206.10609: _low_level_execute_command(): starting 7723 1726883206.10613: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726883205.5957332-9115-54173350230517/ /root/.ansible/tmp/ansible-tmp-1726883205.5957332-9115-54173350230517/AnsiballZ_dnf.py && sleep 0' 7723 1726883206.11084: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883206.11088: 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.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883206.11091: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883206.11093: 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883206.11149: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883206.11153: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883206.11156: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883206.11201: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883206.12969: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883206.12994: stderr chunk (state=3): >>><<< 7723 1726883206.12997: stdout chunk (state=3): >>><<< 7723 1726883206.13014: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883206.13025: _low_level_execute_command(): starting 7723 1726883206.13028: _low_level_execute_command(): using become for this command 7723 1726883206.13035: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-xzglipchaxsfygqaidhwypojyddrpqop ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726883205.5957332-9115-54173350230517/AnsiballZ_dnf.py'"'"' && sleep 0' 7723 1726883206.13121: Initial state: awaiting_escalation: BECOME-SUCCESS-xzglipchaxsfygqaidhwypojyddrpqop 7723 1726883206.13514: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883206.13517: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883206.13568: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883206.13576: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883206.13578: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883206.13622: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883206.16527: stdout chunk (state=1): >>>BECOME-SUCCESS-xzglipchaxsfygqaidhwypojyddrpqop <<< 7723 1726883206.16533: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-xzglipchaxsfygqaidhwypojyddrpqop' 7723 1726883206.17048: stdout chunk (state=3): >>>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' # <<< 7723 1726883206.17052: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 7723 1726883206.17096: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 7723 1726883206.17103: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883206.17119: stdout chunk (state=3): >>>import '_codecs' # <<< 7723 1726883206.17144: stdout chunk (state=3): >>>import 'codecs' # <<< 7723 1726883206.17174: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 7723 1726883206.17197: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 7723 1726883206.17207: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bea1bc3e0> <<< 7723 1726883206.17225: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bea18ba10> <<< 7723 1726883206.17247: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 7723 1726883206.17260: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bea1be930> <<< 7723 1726883206.17279: stdout chunk (state=3): >>>import '_signal' # <<< 7723 1726883206.17307: stdout chunk (state=3): >>>import '_abc' # <<< 7723 1726883206.17311: stdout chunk (state=3): >>>import 'abc' # <<< 7723 1726883206.17338: stdout chunk (state=3): >>>import 'io' # <<< 7723 1726883206.17363: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 7723 1726883206.17455: stdout chunk (state=3): >>>import '_collections_abc' # <<< 7723 1726883206.17482: stdout chunk (state=3): >>>import 'genericpath' # <<< 7723 1726883206.17487: stdout chunk (state=3): >>>import 'posixpath' # <<< 7723 1726883206.17510: stdout chunk (state=3): >>>import 'os' # <<< 7723 1726883206.17531: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 7723 1726883206.17537: stdout chunk (state=3): >>>Processing user site-packages <<< 7723 1726883206.17567: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 7723 1726883206.17575: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 7723 1726883206.17606: 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 <<< 7723 1726883206.17613: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 7723 1726883206.17632: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bea1ccfe0> <<< 7723 1726883206.17686: 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 <<< 7723 1726883206.17699: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883206.17712: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bea1cdf10> <<< 7723 1726883206.17739: stdout chunk (state=3): >>>import 'site' # <<< 7723 1726883206.17768: 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. <<< 7723 1726883206.18042: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 7723 1726883206.18046: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 7723 1726883206.18075: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 7723 1726883206.18086: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883206.18102: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 7723 1726883206.18147: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 7723 1726883206.18160: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 7723 1726883206.18190: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 7723 1726883206.18198: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be9fcbd10> <<< 7723 1726883206.18223: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 7723 1726883206.18236: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 7723 1726883206.18265: stdout chunk (state=3): >>>import '_operator' # <<< 7723 1726883206.18269: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be9fcbf20> <<< 7723 1726883206.18290: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 7723 1726883206.18317: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 7723 1726883206.18339: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 7723 1726883206.18384: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883206.18405: stdout chunk (state=3): >>>import 'itertools' # <<< 7723 1726883206.18437: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 7723 1726883206.18448: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bea003710> <<< 7723 1726883206.18460: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 7723 1726883206.18474: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 7723 1726883206.18484: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bea003da0> <<< 7723 1726883206.18492: stdout chunk (state=3): >>>import '_collections' # <<< 7723 1726883206.18548: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be9fe39b0> <<< 7723 1726883206.18556: stdout chunk (state=3): >>>import '_functools' # <<< 7723 1726883206.18581: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be9fe10d0> <<< 7723 1726883206.18675: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be9fc8ec0> <<< 7723 1726883206.18699: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 7723 1726883206.18719: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 7723 1726883206.18731: stdout chunk (state=3): >>>import '_sre' # <<< 7723 1726883206.18758: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 7723 1726883206.18778: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 7723 1726883206.18801: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 7723 1726883206.18806: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 7723 1726883206.18848: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bea027620> <<< 7723 1726883206.18857: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bea026240> <<< 7723 1726883206.18882: 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' <<< 7723 1726883206.18887: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be9fe20c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be9fca780> <<< 7723 1726883206.18944: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 7723 1726883206.18955: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bea058650> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be9fc8140> <<< 7723 1726883206.18975: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 7723 1726883206.19016: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883206.19022: 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 0x7f0bea058b00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bea0589b0> <<< 7723 1726883206.19059: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883206.19062: stdout chunk (state=3): >>># 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 0x7f0bea058da0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be9fc6c60> <<< 7723 1726883206.19099: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 7723 1726883206.19103: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883206.19123: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 7723 1726883206.19150: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 7723 1726883206.19169: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bea059490> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bea059160> <<< 7723 1726883206.19177: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 7723 1726883206.19208: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 7723 1726883206.19213: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 7723 1726883206.19234: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bea05a390> <<< 7723 1726883206.19237: stdout chunk (state=3): >>>import 'importlib.util' # <<< 7723 1726883206.19257: stdout chunk (state=3): >>>import 'runpy' # <<< 7723 1726883206.19278: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 7723 1726883206.19314: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 7723 1726883206.19336: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 7723 1726883206.19352: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bea070590> <<< 7723 1726883206.19355: stdout chunk (state=3): >>>import 'errno' # <<< 7723 1726883206.19386: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883206.19396: 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 0x7f0bea071c70> <<< 7723 1726883206.19418: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 7723 1726883206.19422: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 7723 1726883206.19458: stdout chunk (state=3): >>># /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' <<< 7723 1726883206.19472: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bea072b10> <<< 7723 1726883206.19516: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883206.19522: stdout chunk (state=3): >>># 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 0x7f0bea073170> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bea072060> <<< 7723 1726883206.19549: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 7723 1726883206.19552: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 7723 1726883206.19589: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883206.19598: 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 0x7f0bea073bf0> <<< 7723 1726883206.19617: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bea073320> <<< 7723 1726883206.19654: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bea05a300> <<< 7723 1726883206.19675: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 7723 1726883206.19699: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 7723 1726883206.19728: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 7723 1726883206.19741: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 7723 1726883206.19776: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883206.19781: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be9db7aa0> <<< 7723 1726883206.19800: stdout chunk (state=3): >>># /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' <<< 7723 1726883206.19833: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be9de0590> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be9de02f0> <<< 7723 1726883206.19856: 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 0x7f0be9de0410> <<< 7723 1726883206.19888: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 7723 1726883206.19895: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 7723 1726883206.19961: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883206.20086: 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 0x7f0be9de0dd0> <<< 7723 1726883206.20204: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883206.20212: 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 0x7f0be9de1700> <<< 7723 1726883206.20224: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be9de0680> <<< 7723 1726883206.20231: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be9db5c40> <<< 7723 1726883206.20251: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 7723 1726883206.20278: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 7723 1726883206.20288: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 7723 1726883206.20312: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 7723 1726883206.20317: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be9de2ab0> <<< 7723 1726883206.20347: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be9de1820> <<< 7723 1726883206.20358: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bea05aab0> <<< 7723 1726883206.20388: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 7723 1726883206.20449: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883206.20470: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 7723 1726883206.20504: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 7723 1726883206.20536: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be9e0ae40> <<< 7723 1726883206.20585: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 7723 1726883206.20608: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883206.20620: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 7723 1726883206.20649: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 7723 1726883206.20684: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be9e331d0> <<< 7723 1726883206.20711: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 7723 1726883206.20753: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 7723 1726883206.20812: stdout chunk (state=3): >>>import 'ntpath' # <<< 7723 1726883206.20832: 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 0x7f0be9e5ff20> <<< 7723 1726883206.20855: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 7723 1726883206.20881: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 7723 1726883206.20912: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 7723 1726883206.20949: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 7723 1726883206.21037: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be9e926c0> <<< 7723 1726883206.21109: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be9e5fdd0> <<< 7723 1726883206.21148: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be9e33890> <<< 7723 1726883206.21175: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' <<< 7723 1726883206.21187: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be97290a0> <<< 7723 1726883206.21203: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be9e32000> <<< 7723 1726883206.21206: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be9de3a10> <<< 7723 1726883206.21337: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 7723 1726883206.21359: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f0be9e32600> <<< 7723 1726883206.21490: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_ana1vcel/ansible_ansible.legacy.dnf_payload.zip' <<< 7723 1726883206.21502: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.21621: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.21652: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 7723 1726883206.21661: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 7723 1726883206.21706: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 7723 1726883206.21781: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 7723 1726883206.21812: 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 0x7f0be977ecf0> <<< 7723 1726883206.21817: stdout chunk (state=3): >>>import '_typing' # <<< 7723 1726883206.22001: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be975dc70> <<< 7723 1726883206.22006: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be975ce30> # zipimport: zlib available <<< 7723 1726883206.22041: stdout chunk (state=3): >>>import 'ansible' # <<< 7723 1726883206.22045: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.22068: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.22071: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.22094: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 7723 1726883206.22108: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.23502: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.24603: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' <<< 7723 1726883206.24616: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be977cc50> <<< 7723 1726883206.24630: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 7723 1726883206.24633: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883206.24663: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 7723 1726883206.24665: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 7723 1726883206.24691: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 7723 1726883206.24696: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 7723 1726883206.24726: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883206.24733: 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 0x7f0be97aa720> <<< 7723 1726883206.24762: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be97aa4b0> <<< 7723 1726883206.24796: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be97a9dc0> <<< 7723 1726883206.24820: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 7723 1726883206.24829: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 7723 1726883206.24866: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be97aa510> <<< 7723 1726883206.24876: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be9de0440> <<< 7723 1726883206.24881: stdout chunk (state=3): >>>import 'atexit' # <<< 7723 1726883206.24911: 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 0x7f0be97ab440> <<< 7723 1726883206.24943: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883206.24953: stdout chunk (state=3): >>># extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be97ab680> <<< 7723 1726883206.24957: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 7723 1726883206.25015: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 7723 1726883206.25018: stdout chunk (state=3): >>>import '_locale' # <<< 7723 1726883206.25067: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be97abb90> <<< 7723 1726883206.25070: stdout chunk (state=3): >>>import 'pwd' # <<< 7723 1726883206.25101: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 7723 1726883206.25125: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 7723 1726883206.25161: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be960d9a0> <<< 7723 1726883206.25191: stdout chunk (state=3): >>># 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' <<< 7723 1726883206.25197: stdout chunk (state=3): >>>import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be960f5c0> <<< 7723 1726883206.25217: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 7723 1726883206.25236: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 7723 1726883206.25271: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be960fef0> <<< 7723 1726883206.25291: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 7723 1726883206.25328: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 7723 1726883206.25344: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be96150d0> <<< 7723 1726883206.25361: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 7723 1726883206.25400: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 7723 1726883206.25425: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 7723 1726883206.25434: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 7723 1726883206.25479: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be9617bc0> <<< 7723 1726883206.25516: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be9fcbdd0> <<< 7723 1726883206.25538: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be9615e80> <<< 7723 1726883206.25560: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 7723 1726883206.25588: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 7723 1726883206.25612: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 7723 1726883206.25616: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 7723 1726883206.25636: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 7723 1726883206.25666: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 7723 1726883206.25690: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 7723 1726883206.25705: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 7723 1726883206.25714: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be961fc50> <<< 7723 1726883206.25717: stdout chunk (state=3): >>>import '_tokenize' # <<< 7723 1726883206.25784: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be961e720> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be961e480> <<< 7723 1726883206.25812: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 7723 1726883206.25819: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 7723 1726883206.25888: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be961e9f0> <<< 7723 1726883206.25920: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be9616390> <<< 7723 1726883206.25947: 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 0x7f0be9663ec0> <<< 7723 1726883206.25983: 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 0x7f0be9663f50> <<< 7723 1726883206.26000: 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 <<< 7723 1726883206.26018: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 7723 1726883206.26039: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 7723 1726883206.26080: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be9665b20> <<< 7723 1726883206.26085: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be96658b0> <<< 7723 1726883206.26103: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 7723 1726883206.26215: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 7723 1726883206.26265: 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 0x7f0be9667fe0> <<< 7723 1726883206.26269: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be96661e0> <<< 7723 1726883206.26295: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 7723 1726883206.26335: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883206.26363: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 7723 1726883206.26367: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 7723 1726883206.26380: stdout chunk (state=3): >>>import '_string' # <<< 7723 1726883206.26424: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be966b860> <<< 7723 1726883206.26550: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be9668230> <<< 7723 1726883206.26611: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be966c8f0> <<< 7723 1726883206.26646: 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 0x7f0be966c560> <<< 7723 1726883206.26684: 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 0x7f0be966c9e0> <<< 7723 1726883206.26703: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be9664200> <<< 7723 1726883206.26732: 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 <<< 7723 1726883206.26739: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 7723 1726883206.26754: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 7723 1726883206.26776: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 7723 1726883206.26804: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883206.26833: 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 0x7f0be96f8290> <<< 7723 1726883206.26981: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883206.26992: 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 0x7f0be96f9550> <<< 7723 1726883206.26995: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be966e9c0> <<< 7723 1726883206.27035: 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 0x7f0be966fd40> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be966e5a0> <<< 7723 1726883206.27060: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.27077: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.27084: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 7723 1726883206.27095: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.27183: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.27282: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.27289: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.27300: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 7723 1726883206.27316: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.27332: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.27346: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 7723 1726883206.27351: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.27472: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.27593: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.28157: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.28699: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 7723 1726883206.28713: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 7723 1726883206.28745: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 7723 1726883206.28756: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883206.28808: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883206.28814: stdout chunk (state=3): >>>import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be96fd790> <<< 7723 1726883206.28890: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 7723 1726883206.28895: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 7723 1726883206.28919: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be96fe600> <<< 7723 1726883206.28927: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be96f99a0> <<< 7723 1726883206.28975: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 7723 1726883206.28985: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.29015: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.29021: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 7723 1726883206.29045: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.29185: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.29350: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 7723 1726883206.29363: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be96fede0> <<< 7723 1726883206.29367: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.29825: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.30269: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.30344: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.30413: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 7723 1726883206.30432: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.30465: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.30505: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 7723 1726883206.30510: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.30585: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.30662: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 7723 1726883206.30679: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.30693: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.30711: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 7723 1726883206.30715: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.30762: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.30793: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 7723 1726883206.30810: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.31035: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.31267: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 7723 1726883206.31324: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 7723 1726883206.31343: stdout chunk (state=3): >>>import '_ast' # <<< 7723 1726883206.31406: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be96ff8c0> <<< 7723 1726883206.31422: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.31498: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.31578: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 7723 1726883206.31584: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 7723 1726883206.31610: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.31653: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.31689: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 7723 1726883206.31707: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.31750: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.31796: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.31854: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.31923: 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 <<< 7723 1726883206.31961: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883206.32050: 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 0x7f0be950a120> <<< 7723 1726883206.32084: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be9505ac0> <<< 7723 1726883206.32121: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 7723 1726883206.32124: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.32211: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.32484: stdout chunk (state=3): >>># 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' <<< 7723 1726883206.32505: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 7723 1726883206.32508: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 7723 1726883206.32569: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be97fab70> <<< 7723 1726883206.32606: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be97de840> <<< 7723 1726883206.32700: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be950a210> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be96ff2c0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 7723 1726883206.32704: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.32730: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.32757: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 7723 1726883206.32814: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 7723 1726883206.32834: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7723 1726883206.32863: stdout chunk (state=3): >>>import 'ansible.modules' # # zipimport: zlib available <<< 7723 1726883206.33452: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.33966: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.34656: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.35335: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py # code object from '/usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc' import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be959c890> <<< 7723 1726883206.35409: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/__init__.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc' import 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be959cb30> # /usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/application.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py <<< 7723 1726883206.35414: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc' <<< 7723 1726883206.35485: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py # code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be959d280> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be959ce00> # /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py <<< 7723 1726883206.35489: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc' <<< 7723 1726883206.35500: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py # code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc' <<< 7723 1726883206.35569: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be959dbe0> <<< 7723 1726883206.35578: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc' <<< 7723 1726883206.35648: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py # code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py # code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' <<< 7723 1726883206.35662: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py <<< 7723 1726883206.35696: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py # code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be9589ac0> <<< 7723 1726883206.35737: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py # code object from '/usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be9589160> <<< 7723 1726883206.35766: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py # code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be91ca840> <<< 7723 1726883206.35831: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be959f3b0> <<< 7723 1726883206.35847: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 7723 1726883206.35893: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' <<< 7723 1726883206.35939: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py # code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' <<< 7723 1726883206.35959: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py <<< 7723 1726883206.35985: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 7723 1726883206.36063: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be91d93a0> <<< 7723 1726883206.36092: stdout chunk (state=3): >>>import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be91cbf20> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be91cb290> <<< 7723 1726883206.36134: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be959e840> # /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py <<< 7723 1726883206.36178: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' <<< 7723 1726883206.36182: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py <<< 7723 1726883206.36258: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' <<< 7723 1726883206.36284: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py # code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' <<< 7723 1726883206.36298: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be9245340> <<< 7723 1726883206.36409: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be91fd460> <<< 7723 1726883206.36561: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be91cbd40> <<< 7723 1726883206.36577: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py # code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' <<< 7723 1726883206.36610: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py <<< 7723 1726883206.36664: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 7723 1726883206.36669: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py # code object from '/usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc' import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be924ce60> <<< 7723 1726883206.36730: stdout chunk (state=3): >>>import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be9247110> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be91fcf50> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be959e210> <<< 7723 1726883206.36795: stdout chunk (state=3): >>>import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be959dc40> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be959d9a0> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be959cb90> # /usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/multipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc' import 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be959da90> <<< 7723 1726883206.36799: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py <<< 7723 1726883206.36815: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py <<< 7723 1726883206.36852: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' <<< 7723 1726883206.36908: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be924d4c0> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be924d0d0> <<< 7723 1726883206.36912: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py <<< 7723 1726883206.36914: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883206.36977: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be924dc10> <<< 7723 1726883206.36991: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 7723 1726883206.37019: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 7723 1726883206.37077: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 7723 1726883206.37112: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 7723 1726883206.37187: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883206.37262: stdout chunk (state=3): >>># extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be925c7d0> <<< 7723 1726883206.37446: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be9235940> <<< 7723 1726883206.37471: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be924eb70> <<< 7723 1726883206.37503: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py <<< 7723 1726883206.37506: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' <<< 7723 1726883206.37548: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be9235340> <<< 7723 1726883206.37568: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py <<< 7723 1726883206.37578: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' <<< 7723 1726883206.37583: stdout chunk (state=3): >>>import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be926a810> <<< 7723 1726883206.37612: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py <<< 7723 1726883206.37618: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc' <<< 7723 1726883206.37650: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc' <<< 7723 1726883206.37655: stdout chunk (state=3): >>>import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be926b4d0> <<< 7723 1726883206.37670: stdout chunk (state=3): >>>import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be926af60> <<< 7723 1726883206.37692: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 7723 1726883206.37761: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 7723 1726883206.37838: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be926b9b0> <<< 7723 1726883206.37855: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 7723 1726883206.37896: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 7723 1726883206.38112: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be923fec0> <<< 7723 1726883206.38138: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 7723 1726883206.38159: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' <<< 7723 1726883206.38182: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be9128470> <<< 7723 1726883206.38230: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.38332: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 7723 1726883206.38341: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.38465: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.38599: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 7723 1726883206.38616: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.38667: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.38719: stdout chunk (state=3): >>>import 'ansible.module_utils.common.respawn' # <<< 7723 1726883206.38724: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.38856: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.38965: stdout chunk (state=3): >>>import 'ansible.module_utils.yumdnf' # <<< 7723 1726883206.39059: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883206.39545: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883206.39571: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/pycomp.py <<< 7723 1726883206.39577: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc' <<< 7723 1726883206.39604: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/text.py <<< 7723 1726883206.39608: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc' import 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be912b3b0> <<< 7723 1726883206.39644: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 7723 1726883206.39674: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 7723 1726883206.39799: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be912b4d0> <<< 7723 1726883206.39814: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 7723 1726883206.39832: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 7723 1726883206.39853: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py <<< 7723 1726883206.39869: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 7723 1726883206.39893: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883206.39906: stdout chunk (state=3): >>>import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be8e7f6e0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be8e7ef30> <<< 7723 1726883206.39932: stdout chunk (state=3): >>># extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883206.39938: stdout chunk (state=3): >>># extension module '_queue' executed from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' import '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be8e7f110> <<< 7723 1726883206.39974: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be912ba10> <<< 7723 1726883206.39980: stdout chunk (state=3): >>>import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be912a660> <<< 7723 1726883206.40012: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/const.py <<< 7723 1726883206.40018: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc' import 'dnf.const' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be912b0b0> <<< 7723 1726883206.40035: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/base.py <<< 7723 1726883206.40109: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' <<< 7723 1726883206.40136: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/__init__.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883206.40164: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/error.py <<< 7723 1726883206.40169: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc' <<< 7723 1726883206.40293: stdout chunk (state=3): >>># extension module 'libdnf._error' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_error.so' # extension module 'libdnf._error' executed from '/usr/lib64/python3.12/site-packages/libdnf/_error.so' import 'libdnf._error' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be8efcd40> <<< 7723 1726883206.40299: stdout chunk (state=3): >>>import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be8efc950> <<< 7723 1726883206.40322: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/common_types.py <<< 7723 1726883206.40366: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc' <<< 7723 1726883206.40422: stdout chunk (state=3): >>># extension module 'libdnf._common_types' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so' # extension module 'libdnf._common_types' executed from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so' import 'libdnf._common_types' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be8f285f0> <<< 7723 1726883206.40449: stdout chunk (state=3): >>>import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be8efce60> <<< 7723 1726883206.40472: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/conf.py <<< 7723 1726883206.40553: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' <<< 7723 1726883206.41713: stdout chunk (state=3): >>># extension module 'libdnf._conf' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so' # extension module 'libdnf._conf' executed from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so' import 'libdnf._conf' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be8cd75f0> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be8f285c0> <<< 7723 1726883206.41748: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/module.py <<< 7723 1726883206.41871: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc' <<< 7723 1726883206.41975: stdout chunk (state=3): >>># extension module 'libdnf._module' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_module.so' # extension module 'libdnf._module' executed from '/usr/lib64/python3.12/site-packages/libdnf/_module.so' import 'libdnf._module' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be8d4d2e0> <<< 7723 1726883206.42231: stdout chunk (state=3): >>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be8cd7b60> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/repo.py <<< 7723 1726883206.42300: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc' <<< 7723 1726883206.42606: stdout chunk (state=3): >>># extension module 'libdnf._repo' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so' # extension module 'libdnf._repo' executed from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so' import 'libdnf._repo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be8d88200> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be8d4d370> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/transaction.py <<< 7723 1726883206.42718: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc' # extension module 'libdnf._transaction' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so' # extension module 'libdnf._transaction' executed from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so' import 'libdnf._transaction' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be7064350> <<< 7723 1726883206.42941: stdout chunk (state=3): >>>import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be8d88590> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/utils.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc' <<< 7723 1726883206.42949: stdout chunk (state=3): >>># extension module 'libdnf._utils' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so' # extension module 'libdnf._utils' executed from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so' import 'libdnf._utils' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be7065610> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be7064a40> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be8efc4d0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/comps.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/exceptions.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/i18n.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc' <<< 7723 1726883206.42984: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be7088b30> <<< 7723 1726883206.43018: stdout chunk (state=3): >>>import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be7067f80> <<< 7723 1726883206.43043: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/util.py <<< 7723 1726883206.43068: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc' <<< 7723 1726883206.43099: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/callback.py <<< 7723 1726883206.43105: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc' <<< 7723 1726883206.43132: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/__init__.py <<< 7723 1726883206.43138: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc' import 'dnf.yum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be708b1d0> <<< 7723 1726883206.43158: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/rpmtrans.py <<< 7723 1726883206.43178: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc' <<< 7723 1726883206.43208: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction.py <<< 7723 1726883206.43213: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc' import 'dnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be70ac110> <<< 7723 1726883206.43247: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/__init__.py <<< 7723 1726883206.43252: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883206.43685: stdout chunk (state=3): >>># extension module 'rpm._rpm' loaded from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so' # extension module 'rpm._rpm' executed from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so' import 'rpm._rpm' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be70ac9b0> <<< 7723 1726883206.43718: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/transaction.py <<< 7723 1726883206.43747: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc' <<< 7723 1726883206.43754: stdout chunk (state=3): >>>import 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be70ade50> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be70ac320> <<< 7723 1726883206.43770: stdout chunk (state=3): >>>import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be708b080> <<< 7723 1726883206.43789: stdout chunk (state=3): >>>import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be708aa20> <<< 7723 1726883206.43815: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/hawkey/__init__.py <<< 7723 1726883206.43838: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883206.43933: stdout chunk (state=3): >>># extension module 'hawkey._hawkey' loaded from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so' # extension module 'hawkey._hawkey' executed from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so' <<< 7723 1726883206.43942: stdout chunk (state=3): >>>import 'hawkey._hawkey' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be70afa70> <<< 7723 1726883206.43961: stdout chunk (state=3): >>>import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be708b5f0> <<< 7723 1726883206.44023: stdout chunk (state=3): >>>import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be7088e90> <<< 7723 1726883206.44063: stdout chunk (state=3): >>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be7067590> <<< 7723 1726883206.44092: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libcomps/__init__.py # code object from '/usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883206.44222: stdout chunk (state=3): >>># extension module 'libcomps._libpycomps' loaded from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so' # extension module 'libcomps._libpycomps' executed from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so' import 'libcomps._libpycomps' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be7067bf0> <<< 7723 1726883206.44228: stdout chunk (state=3): >>>import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be7067950> <<< 7723 1726883206.44256: stdout chunk (state=3): >>>import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be7065790> <<< 7723 1726883206.44285: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/db/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/__init__.cpython-312.pyc' import 'dnf.db' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be70e9070> <<< 7723 1726883206.44306: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/history.py <<< 7723 1726883206.44333: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc' <<< 7723 1726883206.44356: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/misc.py <<< 7723 1726883206.44372: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc' <<< 7723 1726883206.44396: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/crypto.py <<< 7723 1726883206.44414: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc' <<< 7723 1726883206.44423: stdout chunk (state=3): >>>import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be70eb500> <<< 7723 1726883206.44452: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 7723 1726883206.44458: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 7723 1726883206.44493: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be70ebce0> <<< 7723 1726883206.44496: stdout chunk (state=3): >>>import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be70ea8a0> <<< 7723 1726883206.44520: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/group.py <<< 7723 1726883206.44543: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc' <<< 7723 1726883206.44561: stdout chunk (state=3): >>>import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be7118500> <<< 7723 1726883206.44586: stdout chunk (state=3): >>>import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be70e9040> <<< 7723 1726883206.44613: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/__init__.py <<< 7723 1726883206.44619: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883206.44643: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/config.py <<< 7723 1726883206.44662: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc' <<< 7723 1726883206.44688: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/substitutions.py <<< 7723 1726883206.44692: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc' <<< 7723 1726883206.44719: stdout chunk (state=3): >>>import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be7119f70> <<< 7723 1726883206.44738: stdout chunk (state=3): >>>import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be71194f0> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be7119310> <<< 7723 1726883206.44762: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/read.py <<< 7723 1726883206.44767: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc' <<< 7723 1726883206.44790: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repo.py <<< 7723 1726883206.44819: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc' <<< 7723 1726883206.44845: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/logging.py <<< 7723 1726883206.44862: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc' <<< 7723 1726883206.44888: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/lock.py <<< 7723 1726883206.44893: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc' <<< 7723 1726883206.44915: stdout chunk (state=3): >>>import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be7141010> <<< 7723 1726883206.44943: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py <<< 7723 1726883206.44986: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc' <<< 7723 1726883206.45011: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 7723 1726883206.45058: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 7723 1726883206.45077: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 7723 1726883206.45101: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 7723 1726883206.45104: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6a13050> <<< 7723 1726883206.45148: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883206.45156: stdout chunk (state=3): >>># extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be6a133b0> <<< 7723 1726883206.45206: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be71432f0> <<< 7723 1726883206.45238: stdout chunk (state=3): >>>import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be71414c0> <<< 7723 1726883206.45261: stdout chunk (state=3): >>>import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be7140500> <<< 7723 1726883206.45302: stdout chunk (state=3): >>>import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be711a750> <<< 7723 1726883206.45308: stdout chunk (state=3): >>>import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be711a480> <<< 7723 1726883206.45328: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/dnssec.py <<< 7723 1726883206.45346: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc' <<< 7723 1726883206.45374: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/__init__.py <<< 7723 1726883206.45380: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883206.45409: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/transaction.py <<< 7723 1726883206.45417: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc' <<< 7723 1726883206.45422: stdout chunk (state=3): >>>import 'dnf.rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6a4cf50> <<< 7723 1726883206.45438: stdout chunk (state=3): >>>import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6a13f80> <<< 7723 1726883206.45472: stdout chunk (state=3): >>>import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be711ac90> <<< 7723 1726883206.45500: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/drpm.py <<< 7723 1726883206.45506: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc' <<< 7723 1726883206.45537: stdout chunk (state=3): >>>import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6a4d670> <<< 7723 1726883206.45562: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/goal.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc' import 'dnf.goal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6a4da30> <<< 7723 1726883206.45586: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/history.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc' import 'dnf.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6a4da90> <<< 7723 1726883206.45620: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883206.45625: stdout chunk (state=3): >>>import 'dnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6a4dbb0> <<< 7723 1726883206.45645: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/module_base.py <<< 7723 1726883206.45680: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc' <<< 7723 1726883206.45697: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/smartcols.py <<< 7723 1726883206.45729: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc' <<< 7723 1726883206.45787: stdout chunk (state=3): >>># extension module 'libdnf._smartcols' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so' # extension module 'libdnf._smartcols' executed from '/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so' import 'libdnf._smartcols' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be6a6c7a0> <<< 7723 1726883206.45813: stdout chunk (state=3): >>>import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6a4e8d0> <<< 7723 1726883206.45843: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/selector.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc' <<< 7723 1726883206.45851: stdout chunk (state=3): >>>import 'dnf.selector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6a6c8f0> <<< 7723 1726883206.45866: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/exceptions.py <<< 7723 1726883206.45870: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc' <<< 7723 1726883206.45902: stdout chunk (state=3): >>>import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6a6c9e0> <<< 7723 1726883206.45919: stdout chunk (state=3): >>>import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6a4d9a0> <<< 7723 1726883206.45944: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/persistor.py <<< 7723 1726883206.45952: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc' <<< 7723 1726883206.45958: stdout chunk (state=3): >>>import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6a6cb00> <<< 7723 1726883206.45981: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/plugin.py <<< 7723 1726883206.45994: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc' <<< 7723 1726883206.46027: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 7723 1726883206.46093: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 7723 1726883206.46116: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 7723 1726883206.46200: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 7723 1726883206.46227: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 7723 1726883206.46245: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 7723 1726883206.46273: stdout chunk (state=3): >>># extension module '_opcode' loaded from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' # extension module '_opcode' executed from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' import '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be6ab8530> <<< 7723 1726883206.46303: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6a8f950> <<< 7723 1726883206.46364: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6a8e3c0> <<< 7723 1726883206.46510: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6a6e300> <<< 7723 1726883206.46523: stdout chunk (state=3): >>>import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6a6d760> <<< 7723 1726883206.46553: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/query.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc' <<< 7723 1726883206.46564: stdout chunk (state=3): >>>import 'dnf.query' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6a6e6c0> <<< 7723 1726883206.46580: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repodict.py <<< 7723 1726883206.46591: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc' <<< 7723 1726883206.46597: stdout chunk (state=3): >>>import 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6a6f9b0> <<< 7723 1726883206.46630: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/connection.py <<< 7723 1726883206.46636: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc' <<< 7723 1726883206.46650: stdout chunk (state=3): >>>import 'dnf.rpm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6ad4ce0> <<< 7723 1726883206.46666: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/miscutils.py <<< 7723 1726883206.46674: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc' import 'dnf.rpm.miscutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6ad4f50> <<< 7723 1726883206.46699: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/sack.py <<< 7723 1726883206.46705: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc' <<< 7723 1726883206.46724: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/package.py <<< 7723 1726883206.46744: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc' <<< 7723 1726883206.46763: stdout chunk (state=3): >>>import 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6ad5880> <<< 7723 1726883206.46770: stdout chunk (state=3): >>>import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6ad5340> <<< 7723 1726883206.46799: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/subject.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc' <<< 7723 1726883206.46808: stdout chunk (state=3): >>>import 'dnf.subject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6ad6750> <<< 7723 1726883206.46814: stdout chunk (state=3): >>>import 'gc' # <<< 7723 1726883206.46839: stdout chunk (state=3): >>>import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be8e7f890> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be912a4e0> <<< 7723 1726883206.47397: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/builddep.py <<< 7723 1726883206.47401: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc' <<< 7723 1726883206.47439: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnfpluginscore/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883206.47446: stdout chunk (state=3): >>>import 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6ad7260> <<< 7723 1726883206.47470: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883206.47496: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/cli.py <<< 7723 1726883206.47538: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc' <<< 7723 1726883206.47559: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/output.py <<< 7723 1726883206.47611: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc' <<< 7723 1726883206.47645: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/format.py <<< 7723 1726883206.47657: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc' import 'dnf.cli.format' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be68a7d10> <<< 7723 1726883206.47671: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/progress.py <<< 7723 1726883206.47678: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc' <<< 7723 1726883206.47695: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/term.py <<< 7723 1726883206.47720: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc' <<< 7723 1726883206.47751: stdout chunk (state=3): >>># /usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/curses/__init__.py <<< 7723 1726883206.47755: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883206.47860: stdout chunk (state=3): >>># extension module '_curses' loaded from '/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so' # extension module '_curses' executed from '/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so' import '_curses' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be68c9d30> <<< 7723 1726883206.47879: stdout chunk (state=3): >>>import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be68c98e0> <<< 7723 1726883206.47899: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883206.47927: stdout chunk (state=3): >>># extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be9e0adb0> <<< 7723 1726883206.47931: stdout chunk (state=3): >>>import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be68c87a0> <<< 7723 1726883206.47946: stdout chunk (state=3): >>>import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be68a7fe0> <<< 7723 1726883206.47964: stdout chunk (state=3): >>>import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be68a4d70> <<< 7723 1726883206.47993: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/aliases.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc' <<< 7723 1726883206.48013: stdout chunk (state=3): >>>import 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be926b620> <<< 7723 1726883206.48035: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/__init__.py <<< 7723 1726883206.48065: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883206.48083: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/option_parser.py <<< 7723 1726883206.48109: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc' <<< 7723 1726883206.48139: stdout chunk (state=3): >>>import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be68df290> <<< 7723 1726883206.48172: stdout chunk (state=3): >>>import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be68dddf0> <<< 7723 1726883206.48207: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/alias.py <<< 7723 1726883206.48219: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc' <<< 7723 1726883206.48226: stdout chunk (state=3): >>>import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6904aa0> <<< 7723 1726883206.48254: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/autoremove.py <<< 7723 1726883206.48257: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc' <<< 7723 1726883206.48275: stdout chunk (state=3): >>>import 'dnf.cli.commands.autoremove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6904da0> <<< 7723 1726883206.48298: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/check.py <<< 7723 1726883206.48302: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc' <<< 7723 1726883206.48305: stdout chunk (state=3): >>>import 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6904fe0> <<< 7723 1726883206.48333: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/clean.py <<< 7723 1726883206.48337: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc' <<< 7723 1726883206.48358: stdout chunk (state=3): >>>import 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6905280> <<< 7723 1726883206.48393: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/deplist.py <<< 7723 1726883206.48397: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-312.pyc' <<< 7723 1726883206.48404: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repoquery.py <<< 7723 1726883206.48435: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc' <<< 7723 1726883206.48472: stdout chunk (state=3): >>>import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be69059a0> <<< 7723 1726883206.48478: stdout chunk (state=3): >>>import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be69057f0> <<< 7723 1726883206.48499: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/distrosync.py <<< 7723 1726883206.48511: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-312.pyc' import 'dnf.cli.commands.distrosync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be69071d0> <<< 7723 1726883206.48538: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/downgrade.py <<< 7723 1726883206.48550: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc' import 'dnf.cli.commands.downgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6907350> <<< 7723 1726883206.48560: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/group.py <<< 7723 1726883206.48590: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc' <<< 7723 1726883206.48599: stdout chunk (state=3): >>>import 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6907590> <<< 7723 1726883206.48631: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/history.py <<< 7723 1726883206.48643: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc' <<< 7723 1726883206.48665: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction_sr.py <<< 7723 1726883206.48683: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc' <<< 7723 1726883206.48705: stdout chunk (state=3): >>>import 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6920500> <<< 7723 1726883206.48712: stdout chunk (state=3): >>>import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6907d70> <<< 7723 1726883206.48739: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/install.py <<< 7723 1726883206.48755: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc' <<< 7723 1726883206.48761: stdout chunk (state=3): >>>import 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6921070> <<< 7723 1726883206.48788: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/makecache.py <<< 7723 1726883206.48791: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc' <<< 7723 1726883206.48794: stdout chunk (state=3): >>>import 'dnf.cli.commands.makecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be69214c0> <<< 7723 1726883206.48828: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/mark.py <<< 7723 1726883206.48832: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc' <<< 7723 1726883206.48849: stdout chunk (state=3): >>>import 'dnf.cli.commands.mark' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be69216a0> <<< 7723 1726883206.48862: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/module.py <<< 7723 1726883206.48883: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc' <<< 7723 1726883206.48907: stdout chunk (state=3): >>>import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6921970> <<< 7723 1726883206.48944: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/reinstall.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-312.pyc' <<< 7723 1726883206.48950: stdout chunk (state=3): >>>import 'dnf.cli.commands.reinstall' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6922870> <<< 7723 1726883206.48980: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/remove.py <<< 7723 1726883206.48990: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc' <<< 7723 1726883206.48996: stdout chunk (state=3): >>>import 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6922ae0> <<< 7723 1726883206.49021: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repolist.py <<< 7723 1726883206.49029: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc' <<< 7723 1726883206.49048: stdout chunk (state=3): >>>import 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6922cf0> <<< 7723 1726883206.49077: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/search.py <<< 7723 1726883206.49089: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc' <<< 7723 1726883206.49110: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/match_counter.py <<< 7723 1726883206.49133: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc' import 'dnf.match_counter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be69238f0> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6923410> <<< 7723 1726883206.49162: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/shell.py <<< 7723 1726883206.49167: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc' <<< 7723 1726883206.49196: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py <<< 7723 1726883206.49214: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc' <<< 7723 1726883206.49228: stdout chunk (state=3): >>>import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be69487a0> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be69480e0> <<< 7723 1726883206.49252: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/swap.py <<< 7723 1726883206.49260: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc' <<< 7723 1726883206.49277: stdout chunk (state=3): >>>import 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6949400> <<< 7723 1726883206.49295: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/updateinfo.py <<< 7723 1726883206.49319: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc' <<< 7723 1726883206.49329: stdout chunk (state=3): >>>import 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6949700> <<< 7723 1726883206.49352: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrade.py <<< 7723 1726883206.49362: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc' <<< 7723 1726883206.49376: stdout chunk (state=3): >>>import 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be694a660> <<< 7723 1726883206.49413: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrademinimal.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc' import 'dnf.cli.commands.upgrademinimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be694a900> <<< 7723 1726883206.49432: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/demand.py <<< 7723 1726883206.49448: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc' import 'dnf.cli.demand' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be694aab0> <<< 7723 1726883206.49457: stdout chunk (state=3): >>>import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6ad76b0> <<< 7723 1726883206.49472: stdout chunk (state=3): >>>import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6ad7440> <<< 7723 1726883206.49478: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6ad6ba0> <<< 7723 1726883206.49501: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/changelog.py <<< 7723 1726883206.49506: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc' <<< 7723 1726883206.49542: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883206.49567: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_version.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc' <<< 7723 1726883206.49571: stdout chunk (state=3): >>>import 'dateutil._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be694b4d0> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be694b200> <<< 7723 1726883206.49598: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/__init__.py <<< 7723 1726883206.49601: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883206.49623: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/_parser.py <<< 7723 1726883206.49668: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc' <<< 7723 1726883206.49694: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py <<< 7723 1726883206.49732: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' <<< 7723 1726883206.49784: stdout chunk (state=3): >>>import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be696d910> <<< 7723 1726883206.49809: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc matches /usr/lib64/python3.12/decimal.py # code object from '/usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc' <<< 7723 1726883206.49885: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py <<< 7723 1726883206.49902: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' <<< 7723 1726883206.49927: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be696f050> <<< 7723 1726883206.49983: stdout chunk (state=3): >>># extension module '_decimal' loaded from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so' # extension module '_decimal' executed from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so' import '_decimal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be696e240> <<< 7723 1726883206.49988: stdout chunk (state=3): >>>import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be696ddf0> <<< 7723 1726883206.50009: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/relativedelta.py <<< 7723 1726883206.50026: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc' <<< 7723 1726883206.50058: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_common.py <<< 7723 1726883206.50070: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc' import 'dateutil._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be66c0860> <<< 7723 1726883206.50078: stdout chunk (state=3): >>>import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be696d820> <<< 7723 1726883206.50099: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883206.50125: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/tz.py <<< 7723 1726883206.50161: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc' <<< 7723 1726883206.50186: stdout chunk (state=3): >>>import 'six.moves' # <<< 7723 1726883206.50213: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_common.py <<< 7723 1726883206.50223: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc' <<< 7723 1726883206.50235: stdout chunk (state=3): >>>import 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be66c3770> <<< 7723 1726883206.50260: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_factories.py <<< 7723 1726883206.50277: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc' <<< 7723 1726883206.50280: stdout chunk (state=3): >>>import 'dateutil.tz._factories' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be66c3890> <<< 7723 1726883206.50301: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/win.py <<< 7723 1726883206.50322: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc' <<< 7723 1726883206.50327: stdout chunk (state=3): >>># destroy dateutil.tz.win <<< 7723 1726883206.50376: stdout chunk (state=3): >>>import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be66c0ec0> <<< 7723 1726883206.50384: stdout chunk (state=3): >>>import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be66c0b90> <<< 7723 1726883206.50420: stdout chunk (state=3): >>>import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be694b770> <<< 7723 1726883206.50450: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/isoparser.py <<< 7723 1726883206.50454: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc' <<< 7723 1726883206.50477: stdout chunk (state=3): >>>import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be696d490> <<< 7723 1726883206.50500: stdout chunk (state=3): >>>import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be694b320> <<< 7723 1726883206.50505: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6ad7410> <<< 7723 1726883206.50535: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/config_manager.py <<< 7723 1726883206.50556: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc' <<< 7723 1726883206.50596: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be66ea2a0> <<< 7723 1726883206.50619: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/copr.py <<< 7723 1726883206.50645: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc' <<< 7723 1726883206.50663: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be66eab70> <<< 7723 1726883206.50690: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/debuginfo-install.py <<< 7723 1726883206.50695: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc' <<< 7723 1726883206.50714: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be66ebb90> <<< 7723 1726883206.50735: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/download.py <<< 7723 1726883206.50757: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc' <<< 7723 1726883206.50762: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6714230> <<< 7723 1726883206.50789: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/generate_completion_cache.py <<< 7723 1726883206.50793: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc' <<< 7723 1726883206.50819: stdout chunk (state=3): >>># /usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/__init__.py <<< 7723 1726883206.50825: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883206.50851: stdout chunk (state=3): >>># /usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/dbapi2.py <<< 7723 1726883206.50858: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc' <<< 7723 1726883206.50894: stdout chunk (state=3): >>># extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883206.51027: stdout chunk (state=3): >>># extension module '_sqlite3' executed from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' import '_sqlite3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be67158e0> <<< 7723 1726883206.51053: stdout chunk (state=3): >>>import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be67152b0> <<< 7723 1726883206.51069: stdout chunk (state=3): >>>import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6714f50> <<< 7723 1726883206.51074: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6714bf0> <<< 7723 1726883206.51091: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/groups_manager.py <<< 7723 1726883206.51108: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc' <<< 7723 1726883206.51149: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be696ec90> <<< 7723 1726883206.51175: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/needs_restarting.py <<< 7723 1726883206.51181: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc' <<< 7723 1726883206.51212: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py <<< 7723 1726883206.51220: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883206.51247: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc' import 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6717590> <<< 7723 1726883206.51273: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py <<< 7723 1726883206.51286: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc' <<< 7723 1726883206.51295: stdout chunk (state=3): >>>import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6717620> <<< 7723 1726883206.51316: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc' <<< 7723 1726883206.51418: stdout chunk (state=3): >>># extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' # extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' import '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be6717d40> <<< 7723 1726883206.51424: stdout chunk (state=3): >>>import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6717bc0> <<< 7723 1726883206.51452: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py <<< 7723 1726883206.51459: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc' <<< 7723 1726883206.51481: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py <<< 7723 1726883206.51488: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' <<< 7723 1726883206.51509: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py <<< 7723 1726883206.51606: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' <<< 7723 1726883206.51632: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py <<< 7723 1726883206.51639: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc' import 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6746300> <<< 7723 1726883206.51662: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py <<< 7723 1726883206.51674: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc' <<< 7723 1726883206.51704: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py <<< 7723 1726883206.51707: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc' <<< 7723 1726883206.51734: stdout chunk (state=3): >>># /usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/__init__.py <<< 7723 1726883206.51740: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc' import 'xml' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6747500> <<< 7723 1726883206.51763: stdout chunk (state=3): >>># /usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/__init__.py # code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc' import 'xml.parsers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6747770> <<< 7723 1726883206.51781: stdout chunk (state=3): >>># /usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/expat.py # code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc' <<< 7723 1726883206.51813: stdout chunk (state=3): >>># extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883206.51839: stdout chunk (state=3): >>># extension module 'pyexpat' executed from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' import 'pyexpat' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be67478f0> <<< 7723 1726883206.51857: stdout chunk (state=3): >>>import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6747710> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6746fc0> <<< 7723 1726883206.51864: stdout chunk (state=3): >>>import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6746480> <<< 7723 1726883206.51884: stdout chunk (state=3): >>>import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6745730> <<< 7723 1726883206.51895: stdout chunk (state=3): >>>import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6744cb0> <<< 7723 1726883206.51905: stdout chunk (state=3): >>>import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6744530> <<< 7723 1726883206.51918: stdout chunk (state=3): >>>import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6717080> <<< 7723 1726883206.51942: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6716570> <<< 7723 1726883206.51964: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repoclosure.py <<< 7723 1726883206.51978: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc' <<< 7723 1726883206.51986: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be67471d0> <<< 7723 1726883206.52014: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repodiff.py <<< 7723 1726883206.52023: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc' <<< 7723 1726883206.52030: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6747d70> <<< 7723 1726883206.52059: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repograph.py <<< 7723 1726883206.52063: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc' <<< 7723 1726883206.52081: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repograph' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6770650> <<< 7723 1726883206.52093: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repomanage.py <<< 7723 1726883206.52113: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc' <<< 7723 1726883206.52118: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repomanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be67709e0> <<< 7723 1726883206.52143: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/reposync.py <<< 7723 1726883206.52170: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc' <<< 7723 1726883206.52183: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6771310> <<< 7723 1726883206.52212: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/system_upgrade.py <<< 7723 1726883206.52238: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc' <<< 7723 1726883206.52262: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6771e80> <<< 7723 1726883206.52285: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/product-id.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/product-id.py <<< 7723 1726883206.52298: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/product-id.cpython-312.pyc' <<< 7723 1726883206.52333: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/__init__.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/__init__.cpython-312.pyc' import 'subscription_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6798800> <<< 7723 1726883206.52371: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/productid.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/productid.py <<< 7723 1726883206.52387: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/productid.cpython-312.pyc' <<< 7723 1726883206.52415: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsm/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/__init__.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/__init__.cpython-312.pyc' import 'rhsm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6799e80> <<< 7723 1726883206.52437: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsm/__pycache__/certificate.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/certificate.py <<< 7723 1726883206.52483: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/certificate.cpython-312.pyc' <<< 7723 1726883206.52518: stdout chunk (state=3): >>># extension module 'rhsm._certificate' loaded from '/usr/lib64/python3.12/site-packages/rhsm/_certificate.cpython-312-x86_64-linux-gnu.so' # extension module 'rhsm._certificate' executed from '/usr/lib64/python3.12/site-packages/rhsm/_certificate.cpython-312-x86_64-linux-gnu.so' import 'rhsm._certificate' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be64054c0> <<< 7723 1726883206.52619: stdout chunk (state=3): >>>import 'rhsm.certificate' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6799eb0> <<< 7723 1726883206.52643: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/certdirectory.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/certdirectory.py <<< 7723 1726883206.52658: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/certdirectory.cpython-312.pyc' <<< 7723 1726883206.52678: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsm/__pycache__/config.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/config.py <<< 7723 1726883206.52694: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/config.cpython-312.pyc' <<< 7723 1726883206.52722: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/iniparse/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/iniparse/__init__.py <<< 7723 1726883206.52732: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883206.52758: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/iniparse/__pycache__/ini.cpython-312.pyc matches /usr/lib/python3.12/site-packages/iniparse/ini.py <<< 7723 1726883206.52784: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/ini.cpython-312.pyc' <<< 7723 1726883206.52827: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/iniparse/__pycache__/configparser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/iniparse/configparser.py # code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/configparser.cpython-312.pyc' <<< 7723 1726883206.52866: stdout chunk (state=3): >>>import 'iniparse.configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be642d280> <<< 7723 1726883206.52878: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/iniparse/__pycache__/config.cpython-312.pyc matches /usr/lib/python3.12/site-packages/iniparse/config.py # code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/config.cpython-312.pyc' import 'iniparse.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be642d370> <<< 7723 1726883206.52962: stdout chunk (state=3): >>>import 'iniparse.ini' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6407f80> <<< 7723 1726883206.52982: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/iniparse/__pycache__/compat.cpython-312.pyc matches /usr/lib/python3.12/site-packages/iniparse/compat.py # code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/compat.cpython-312.pyc' <<< 7723 1726883206.53001: stdout chunk (state=3): >>>import 'iniparse.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be642e1b0> <<< 7723 1726883206.53020: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/iniparse/__pycache__/utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/iniparse/utils.py <<< 7723 1726883206.53030: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/utils.cpython-312.pyc' import 'iniparse.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be642eb70> import 'iniparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6407d70> <<< 7723 1726883206.53055: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/i18n.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/i18n.py <<< 7723 1726883206.53062: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/i18n.cpython-312.pyc' <<< 7723 1726883206.53087: stdout chunk (state=3): >>>import 'subscription_manager.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be642ec00> <<< 7723 1726883206.53118: stdout chunk (state=3): >>>import 'rhsm.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6407260> <<< 7723 1726883206.53145: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/injection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/injection.py <<< 7723 1726883206.53151: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/injection.cpython-312.pyc' import 'subscription_manager.injection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be642f200> <<< 7723 1726883206.53185: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/__init__.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/__init__.cpython-312.pyc' import 'rhsmlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be642f620> <<< 7723 1726883206.53209: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/__init__.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/__init__.cpython-312.pyc' import 'rhsmlib.services' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be642f770> <<< 7723 1726883206.53239: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/config.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/config.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/config.cpython-312.pyc' <<< 7723 1726883206.53270: stdout chunk (state=3): >>>import 'rhsmlib.services.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be642f830> <<< 7723 1726883206.53295: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsm/__pycache__/certificate2.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/certificate2.py <<< 7723 1726883206.53345: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/certificate2.cpython-312.pyc' <<< 7723 1726883206.53365: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsm/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/connection.py <<< 7723 1726883206.53443: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/connection.cpython-312.pyc' <<< 7723 1726883206.53504: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsm/__pycache__/https.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/https.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/https.cpython-312.pyc' import 'rhsm.https' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be647c140> # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/ourjson.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/ourjson.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/ourjson.cpython-312.pyc' <<< 7723 1726883206.53508: stdout chunk (state=3): >>>import 'rhsm.ourjson' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be647c2c0> <<< 7723 1726883206.53564: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsm/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/utils.py <<< 7723 1726883206.53567: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/utils.cpython-312.pyc' <<< 7723 1726883206.53622: stdout chunk (state=3): >>>import 'rhsm.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be647c4a0> <<< 7723 1726883206.53630: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/version.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/version.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/version.cpython-312.pyc' import 'subscription_manager.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be647da90> <<< 7723 1726883206.53778: stdout chunk (state=3): >>>import 'rhsm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6455490> <<< 7723 1726883206.53805: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsm/__pycache__/pathtree.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/pathtree.py <<< 7723 1726883206.53811: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/pathtree.cpython-312.pyc' <<< 7723 1726883206.53862: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsm/__pycache__/bitstream.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/bitstream.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/bitstream.cpython-312.pyc' <<< 7723 1726883206.53866: stdout chunk (state=3): >>>import 'rhsm.bitstream' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be648d520> <<< 7723 1726883206.53939: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsm/__pycache__/huffman.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/huffman.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/huffman.cpython-312.pyc' import 'rhsm.huffman' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be648da00> <<< 7723 1726883206.53944: stdout chunk (state=3): >>>import 'rhsm.pathtree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6456120> <<< 7723 1726883206.54001: stdout chunk (state=3): >>>import 'rhsm.certificate2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be642ffe0> <<< 7723 1726883206.54038: stdout chunk (state=3): >>>import 'subscription_manager.certdirectory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6406240> <<< 7723 1726883206.54050: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/utils.py <<< 7723 1726883206.54075: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/utils.cpython-312.pyc' <<< 7723 1726883206.54096: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc matches /usr/lib64/python3.12/pprint.py <<< 7723 1726883206.54125: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc' <<< 7723 1726883206.54150: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc matches /usr/lib64/python3.12/dataclasses.py <<< 7723 1726883206.54189: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc' <<< 7723 1726883206.54229: stdout chunk (state=3): >>>import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be64c8e30> <<< 7723 1726883206.54254: stdout chunk (state=3): >>>import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be648fc80> <<< 7723 1726883206.54266: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/branding/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/branding/__init__.py <<< 7723 1726883206.54292: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/branding/__pycache__/__init__.cpython-312.pyc' import 'subscription_manager.branding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be64cac30> <<< 7723 1726883206.54321: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/__init__.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/__init__.cpython-312.pyc' import 'rhsmlib.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be64caff0> <<< 7723 1726883206.54334: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/hwprobe.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/hwprobe.py <<< 7723 1726883206.54371: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/hwprobe.cpython-312.pyc' <<< 7723 1726883206.54388: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cpuinfo.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/cpuinfo.py <<< 7723 1726883206.54395: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cpuinfo.cpython-312.pyc' <<< 7723 1726883206.54436: stdout chunk (state=3): >>>import 'rhsmlib.facts.cpuinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be62f8140> <<< 7723 1726883206.54488: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/collector.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/collector.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/collector.cpython-312.pyc' <<< 7723 1726883206.54507: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/collection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/collection.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/collection.cpython-312.pyc' <<< 7723 1726883206.54542: stdout chunk (state=3): >>>import 'rhsmlib.facts.collection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be62f98b0> <<< 7723 1726883206.54559: stdout chunk (state=3): >>>import 'rhsmlib.facts.collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be62f9430> <<< 7723 1726883206.54583: stdout chunk (state=3): >>>import 'rhsmlib.facts.hwprobe' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be64cb0e0> <<< 7723 1726883206.54609: stdout chunk (state=3): >>>import 'subscription_manager.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be648eb70> <<< 7723 1726883206.54631: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/repolib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/repolib.py <<< 7723 1726883206.54656: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/repolib.cpython-312.pyc' <<< 7723 1726883206.54680: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cache.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cache.py <<< 7723 1726883206.54726: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cache.cpython-312.pyc' <<< 7723 1726883206.54739: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsm/__pycache__/profile.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/profile.py <<< 7723 1726883206.54769: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/profile.cpython-312.pyc' <<< 7723 1726883206.54798: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/cloud_what/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/__init__.py # code object from '/usr/lib64/python3.12/site-packages/cloud_what/__pycache__/__init__.cpython-312.pyc' import 'cloud_what' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6326030> <<< 7723 1726883206.54828: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/cloud_what/__pycache__/provider.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/provider.py <<< 7723 1726883206.54835: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cloud_what/__pycache__/provider.cpython-312.pyc' <<< 7723 1726883206.54856: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/host_collector.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/host_collector.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/host_collector.cpython-312.pyc' <<< 7723 1726883206.54885: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cleanup.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/cleanup.py <<< 7723 1726883206.54891: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cleanup.cpython-312.pyc' import 'rhsmlib.facts.cleanup' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6326a20> <<< 7723 1726883206.54920: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/virt.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/virt.py <<< 7723 1726883206.54927: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/virt.cpython-312.pyc' <<< 7723 1726883206.54949: stdout chunk (state=3): >>>import 'rhsmlib.facts.virt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6326c60> <<< 7723 1726883206.54974: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/firmware_info.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/firmware_info.py <<< 7723 1726883206.54983: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/firmware_info.cpython-312.pyc' <<< 7723 1726883206.55001: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/dmiinfo.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/dmiinfo.py <<< 7723 1726883206.55006: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/dmiinfo.cpython-312.pyc' <<< 7723 1726883206.55035: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/dmidecodeparser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/dmidecodeparser.py <<< 7723 1726883206.55043: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/dmidecodeparser.cpython-312.pyc' <<< 7723 1726883206.55106: stdout chunk (state=3): >>>import 'rhsmlib.facts.dmidecodeparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6327830> <<< 7723 1726883206.55137: stdout chunk (state=3): >>>import 'rhsmlib.facts.dmiinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6327470> <<< 7723 1726883206.55167: stdout chunk (state=3): >>>import 'rhsmlib.facts.firmware_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6326ff0> import 'rhsmlib.facts.host_collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be63266f0> <<< 7723 1726883206.55181: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/custom.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/custom.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/custom.cpython-312.pyc' <<< 7723 1726883206.55194: stdout chunk (state=3): >>>import 'rhsmlib.facts.custom' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6327e30> <<< 7723 1726883206.55230: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/cloud_what/__pycache__/_base_provider.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/_base_provider.py <<< 7723 1726883206.55257: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cloud_what/__pycache__/_base_provider.cpython-312.pyc' <<< 7723 1726883206.55286: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/requests/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/__init__.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883206.55301: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/__init__.py <<< 7723 1726883206.55316: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883206.55356: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/exceptions.py <<< 7723 1726883206.55375: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/exceptions.cpython-312.pyc' <<< 7723 1726883206.55391: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/packages/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/packages/__init__.py # code object from '/usr/lib/python3.12/site-packages/urllib3/packages/__pycache__/__init__.cpython-312.pyc' import 'urllib3.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6356f30> <<< 7723 1726883206.55413: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/packages/six.py <<< 7723 1726883206.55473: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/packages/__pycache__/six.cpython-312.pyc' <<< 7723 1726883206.55522: stdout chunk (state=3): >>>import 'urllib3.packages.six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6357050> <<< 7723 1726883206.55525: stdout chunk (state=3): >>>import 'urllib3.packages.six.moves' # <<< 7723 1726883206.55538: stdout chunk (state=3): >>>import 'urllib3.packages.six.moves.http_client' # <<< 7723 1726883206.55776: stdout chunk (state=3): >>>import 'urllib3.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be63561e0> # /usr/lib/python3.12/site-packages/urllib3/__pycache__/_version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/_version.py # code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/_version.cpython-312.pyc' import 'urllib3._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be63563f0> # /usr/lib/python3.12/site-packages/urllib3/__pycache__/connectionpool.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/connectionpool.py # code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/connectionpool.cpython-312.pyc' # /usr/lib/python3.12/site-packages/urllib3/__pycache__/_collections.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/_collections.py # code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/_collections.cpython-312.pyc' <<< 7723 1726883206.55817: stdout chunk (state=3): >>>import 'urllib3._collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be637f830> <<< 7723 1726883206.55821: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/__pycache__/connection.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/connection.py <<< 7723 1726883206.55846: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/connection.cpython-312.pyc' <<< 7723 1726883206.55869: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/__init__.py <<< 7723 1726883206.55895: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/connection.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/connection.py <<< 7723 1726883206.55913: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/connection.cpython-312.pyc' <<< 7723 1726883206.55937: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/contrib/__init__.py # code object from '/usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/__init__.cpython-312.pyc' import 'urllib3.contrib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be63a5820> <<< 7723 1726883206.55989: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/_appengine_environ.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/contrib/_appengine_environ.py # code object from '/usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/_appengine_environ.cpython-312.pyc' import 'urllib3.contrib._appengine_environ' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be63a57c0> <<< 7723 1726883206.56019: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/wait.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/wait.py <<< 7723 1726883206.56109: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/wait.cpython-312.pyc' import 'urllib3.util.wait' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be63a59d0> import 'urllib3.util.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be63a53a0> # /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/request.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/request.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/request.cpython-312.pyc' <<< 7723 1726883206.56130: stdout chunk (state=3): >>>import 'urllib3.util.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be63a5e20> <<< 7723 1726883206.56157: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/response.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/response.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/response.cpython-312.pyc' import 'urllib3.util.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be63a5fd0> <<< 7723 1726883206.56195: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/retry.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/retry.py <<< 7723 1726883206.56198: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/retry.cpython-312.pyc' <<< 7723 1726883206.56277: stdout chunk (state=3): >>>import 'urllib3.util.retry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be63a6150> # /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssl_.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/ssl_.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssl_.cpython-312.pyc' <<< 7723 1726883206.56304: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hmac.cpython-312.pyc matches /usr/lib64/python3.12/hmac.py <<< 7723 1726883206.56329: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hmac.cpython-312.pyc' import 'hmac' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be63a7530> <<< 7723 1726883206.56419: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/url.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/url.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/url.cpython-312.pyc' <<< 7723 1726883206.56983: stdout chunk (state=3): >>>import 'urllib3.util.url' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be63a7cb0> <<< 7723 1726883206.57016: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssltransport.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/ssltransport.py <<< 7723 1726883206.57042: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssltransport.cpython-312.pyc' <<< 7723 1726883206.57057: stdout chunk (state=3): >>>import 'urllib3.util.ssltransport' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be63a7c20> <<< 7723 1726883206.57072: stdout chunk (state=3): >>>import 'urllib3.util.ssl_' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be63a6e40> <<< 7723 1726883206.57081: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/timeout.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/timeout.py <<< 7723 1726883206.57098: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/timeout.cpython-312.pyc' <<< 7723 1726883206.57104: stdout chunk (state=3): >>>import 'urllib3.util.timeout' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be63a6fc0> import 'urllib3.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be63a50a0> <<< 7723 1726883206.57132: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/proxy.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/proxy.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/proxy.cpython-312.pyc' <<< 7723 1726883206.57145: stdout chunk (state=3): >>>import 'urllib3.util.proxy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6356ea0> <<< 7723 1726883206.57163: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssl_match_hostname.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/ssl_match_hostname.py <<< 7723 1726883206.57169: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssl_match_hostname.cpython-312.pyc' import 'urllib3.util.ssl_match_hostname' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be63cd2b0> <<< 7723 1726883206.57188: stdout chunk (state=3): >>>import 'urllib3.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be63a4680> <<< 7723 1726883206.57217: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/__pycache__/request.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/request.py <<< 7723 1726883206.57223: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/request.cpython-312.pyc' <<< 7723 1726883206.57247: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/__pycache__/filepost.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/filepost.py # code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/filepost.cpython-312.pyc' <<< 7723 1726883206.57276: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/__pycache__/fields.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/fields.py <<< 7723 1726883206.57296: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/fields.cpython-312.pyc' <<< 7723 1726883206.57313: stdout chunk (state=3): >>>import 'urllib3.fields' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be63cdca0> import 'urllib3.filepost' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be63cd8b0> <<< 7723 1726883206.57321: stdout chunk (state=3): >>>import 'urllib3.packages.six.moves.urllib' # <<< 7723 1726883206.57332: stdout chunk (state=3): >>>import 'urllib3.packages.six.moves.urllib.parse' # <<< 7723 1726883206.57349: stdout chunk (state=3): >>>import 'urllib3.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be63cd610> <<< 7723 1726883206.57360: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/__pycache__/response.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/response.py <<< 7723 1726883206.57389: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/response.cpython-312.pyc' <<< 7723 1726883206.57429: stdout chunk (state=3): >>>import 'urllib3.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be63cdaf0> <<< 7723 1726883206.57452: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/queue.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/queue.py <<< 7723 1726883206.57459: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/queue.cpython-312.pyc' import 'urllib3.util.queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be63cf830> <<< 7723 1726883206.57481: stdout chunk (state=3): >>>import 'urllib3.connectionpool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6356540> <<< 7723 1726883206.57506: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/__pycache__/poolmanager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/poolmanager.py <<< 7723 1726883206.57524: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/poolmanager.cpython-312.pyc' <<< 7723 1726883206.57568: stdout chunk (state=3): >>>import 'urllib3.poolmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be63cf8c0> <<< 7723 1726883206.57595: stdout chunk (state=3): >>>import 'urllib3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6355c70> <<< 7723 1726883206.57627: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/requests/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/exceptions.py <<< 7723 1726883206.57637: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/exceptions.cpython-312.pyc' <<< 7723 1726883206.57654: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/requests/__pycache__/compat.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/compat.py <<< 7723 1726883206.57660: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/compat.cpython-312.pyc' <<< 7723 1726883206.57690: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/__init__.py # code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883206.57720: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/api.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/api.py <<< 7723 1726883206.57723: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/api.cpython-312.pyc' <<< 7723 1726883206.57754: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/cd.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/cd.py <<< 7723 1726883206.57780: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/cd.cpython-312.pyc' <<< 7723 1726883206.57813: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/constant.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/constant.py <<< 7723 1726883206.57852: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/constant.cpython-312.pyc' <<< 7723 1726883206.57939: stdout chunk (state=3): >>>import 'charset_normalizer.constant' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6202270> <<< 7723 1726883206.57964: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/md.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/md.py <<< 7723 1726883206.57983: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/md.cpython-312.pyc' <<< 7723 1726883206.58003: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/utils.py <<< 7723 1726883206.58023: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/utils.cpython-312.pyc' <<< 7723 1726883206.58066: stdout chunk (state=3): >>># extension module '_multibytecodec' loaded from '/usr/lib64/python3.12/lib-dynload/_multibytecodec.cpython-312-x86_64-linux-gnu.so' # extension module '_multibytecodec' executed from '/usr/lib64/python3.12/lib-dynload/_multibytecodec.cpython-312-x86_64-linux-gnu.so' import '_multibytecodec' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be62399a0> <<< 7723 1726883206.58088: stdout chunk (state=3): >>>import 'charset_normalizer.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6238cb0> <<< 7723 1726883206.58113: stdout chunk (state=3): >>>import 'charset_normalizer.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be622be00> <<< 7723 1726883206.58138: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/models.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/models.py <<< 7723 1726883206.58162: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/models.cpython-312.pyc' <<< 7723 1726883206.58199: stdout chunk (state=3): >>>import 'charset_normalizer.models' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be623a420> <<< 7723 1726883206.58227: stdout chunk (state=3): >>>import 'charset_normalizer.cd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be62018b0> <<< 7723 1726883206.58241: stdout chunk (state=3): >>>import 'charset_normalizer.api' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6201520> <<< 7723 1726883206.58268: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/legacy.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/legacy.py # code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/legacy.cpython-312.pyc' <<< 7723 1726883206.58287: stdout chunk (state=3): >>>import 'charset_normalizer.legacy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be623b6e0> <<< 7723 1726883206.58313: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/version.py # code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/version.cpython-312.pyc' import 'charset_normalizer.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be623b830> <<< 7723 1726883206.58321: stdout chunk (state=3): >>>import 'charset_normalizer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6201250> <<< 7723 1726883206.58343: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookies.cpython-312.pyc matches /usr/lib64/python3.12/http/cookies.py <<< 7723 1726883206.58365: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookies.cpython-312.pyc' <<< 7723 1726883206.58665: stdout chunk (state=3): >>>import 'http.cookies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be623b8c0> import 'requests.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be62010d0> <<< 7723 1726883206.58693: stdout chunk (state=3): >>>import 'requests.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6200b00> <<< 7723 1726883206.58732: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/requests/__pycache__/packages.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/packages.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/packages.cpython-312.pyc' <<< 7723 1726883206.58768: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/idna/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/idna/__init__.py # code object from '/usr/lib/python3.12/site-packages/idna/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883206.58801: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/idna/__pycache__/package_data.cpython-312.pyc matches /usr/lib/python3.12/site-packages/idna/package_data.py # code object from '/usr/lib/python3.12/site-packages/idna/__pycache__/package_data.cpython-312.pyc' import 'idna.package_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6212ab0> <<< 7723 1726883206.58829: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/idna/__pycache__/core.cpython-312.pyc matches /usr/lib/python3.12/site-packages/idna/core.py <<< 7723 1726883206.58850: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/idna/__pycache__/core.cpython-312.pyc' # /usr/lib/python3.12/site-packages/idna/__pycache__/idnadata.cpython-312.pyc matches /usr/lib/python3.12/site-packages/idna/idnadata.py <<< 7723 1726883206.58886: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/idna/__pycache__/idnadata.cpython-312.pyc' <<< 7723 1726883206.58951: stdout chunk (state=3): >>>import 'idna.idnadata' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6213290> <<< 7723 1726883206.58981: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/idna/__pycache__/intranges.cpython-312.pyc matches /usr/lib/python3.12/site-packages/idna/intranges.py # code object from '/usr/lib/python3.12/site-packages/idna/__pycache__/intranges.cpython-312.pyc' import 'idna.intranges' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be62133b0> <<< 7723 1726883206.59037: stdout chunk (state=3): >>>import 'idna.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6212570> <<< 7723 1726883206.59042: stdout chunk (state=3): >>>import 'idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6200da0> <<< 7723 1726883206.59063: stdout chunk (state=3): >>>import 'requests.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6200c50> <<< 7723 1726883206.59091: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/requests/__pycache__/utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/utils.py <<< 7723 1726883206.59129: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/utils.cpython-312.pyc' <<< 7723 1726883206.59173: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/requests/__pycache__/certs.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/certs.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/certs.cpython-312.pyc' import 'requests.certs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be629cb60> <<< 7723 1726883206.59189: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/requests/__pycache__/__version__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/__version__.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/__version__.cpython-312.pyc' import 'requests.__version__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be629cbf0> <<< 7723 1726883206.59217: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/requests/__pycache__/_internal_utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/_internal_utils.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/_internal_utils.cpython-312.pyc' <<< 7723 1726883206.59242: stdout chunk (state=3): >>>import 'requests._internal_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be629ccb0> <<< 7723 1726883206.59267: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/requests/__pycache__/cookies.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/cookies.py <<< 7723 1726883206.59310: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/cookies.cpython-312.pyc' <<< 7723 1726883206.59314: stdout chunk (state=3): >>>import 'requests.cookies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be629cd70> <<< 7723 1726883206.59343: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/requests/__pycache__/structures.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/structures.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/structures.cpython-312.pyc' import 'requests.structures' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be629e2a0> <<< 7723 1726883206.59393: stdout chunk (state=3): >>>import 'requests.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6200dd0> # /usr/lib/python3.12/site-packages/requests/__pycache__/api.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/api.py <<< 7723 1726883206.59410: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/api.cpython-312.pyc' # /usr/lib/python3.12/site-packages/requests/__pycache__/sessions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/sessions.py <<< 7723 1726883206.59456: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/sessions.cpython-312.pyc' <<< 7723 1726883206.59483: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/requests/__pycache__/adapters.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/adapters.py <<< 7723 1726883206.59515: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/adapters.cpython-312.pyc' # /usr/lib/python3.12/site-packages/requests/__pycache__/auth.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/auth.py <<< 7723 1726883206.59518: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/auth.cpython-312.pyc' <<< 7723 1726883206.59542: stdout chunk (state=3): >>>import 'requests.auth' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be629ffb0> <<< 7723 1726883206.59774: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/requests/__pycache__/models.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/models.py <<< 7723 1726883206.59777: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/models.cpython-312.pyc' # /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py # code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be62c6240> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be62c5c70> # /usr/lib/python3.12/site-packages/requests/__pycache__/hooks.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/hooks.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/hooks.cpython-312.pyc' import 'requests.hooks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be62c6de0> # /usr/lib/python3.12/site-packages/requests/__pycache__/status_codes.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/status_codes.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/status_codes.cpython-312.pyc' <<< 7723 1726883206.59794: stdout chunk (state=3): >>>import 'requests.status_codes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be62c6f30> <<< 7723 1726883206.59818: stdout chunk (state=3): >>>import 'requests.models' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be62c4a40> <<< 7723 1726883206.59831: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/socks.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/contrib/socks.py <<< 7723 1726883206.59850: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/socks.cpython-312.pyc' <<< 7723 1726883206.59867: stdout chunk (state=3): >>># destroy urllib3.contrib.socks <<< 7723 1726883206.60780: stdout chunk (state=3): >>>import 'requests.adapters' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be629f4d0> import 'requests.sessions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be629e9c0> import 'requests.api' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6212a20> <<< 7723 1726883206.60800: stdout chunk (state=3): >>>import 'requests' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6355880> <<< 7723 1726883206.60820: stdout chunk (state=3): >>>import 'cloud_what._base_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6354110> <<< 7723 1726883206.60852: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/providers/__init__.py # code object from '/usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/__init__.cpython-312.pyc' import 'cloud_what.providers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be63a7410> <<< 7723 1726883206.60883: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/aws.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/providers/aws.py <<< 7723 1726883206.60901: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/aws.cpython-312.pyc' import 'cloud_what.providers.aws' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be62c7b00> <<< 7723 1726883206.60929: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/azure.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/providers/azure.py <<< 7723 1726883206.60946: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/azure.cpython-312.pyc' <<< 7723 1726883206.60993: stdout chunk (state=3): >>>import 'cloud_what.providers.azure' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6100290> <<< 7723 1726883206.60998: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/gcp.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/providers/gcp.py # code object from '/usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/gcp.cpython-312.pyc' <<< 7723 1726883206.61012: stdout chunk (state=3): >>>import 'cloud_what.providers.gcp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6100740> <<< 7723 1726883206.61051: stdout chunk (state=3): >>>import 'cloud_what.provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be63260f0> <<< 7723 1726883206.61090: stdout chunk (state=3): >>>import 'rhsm.profile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be63255e0> <<< 7723 1726883206.61127: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/jsonwrapper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/jsonwrapper.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/jsonwrapper.cpython-312.pyc' <<< 7723 1726883206.61162: stdout chunk (state=3): >>>import 'subscription_manager.jsonwrapper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6100f80> <<< 7723 1726883206.61179: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/isodate.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/isodate.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/isodate.cpython-312.pyc' import 'subscription_manager.isodate' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6101370> <<< 7723 1726883206.61194: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/syspurpose/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/syspurpose/__init__.py # code object from '/usr/lib64/python3.12/site-packages/syspurpose/__pycache__/__init__.cpython-312.pyc' import 'syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6101460> <<< 7723 1726883206.61238: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/syspurpose/__pycache__/files.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/syspurpose/files.py <<< 7723 1726883206.61256: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/syspurpose/__pycache__/files.cpython-312.pyc' <<< 7723 1726883206.61293: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/syspurpose/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/syspurpose/utils.py # code object from '/usr/lib64/python3.12/site-packages/syspurpose/__pycache__/utils.cpython-312.pyc' import 'syspurpose.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6102210> <<< 7723 1726883206.61326: stdout chunk (state=3): >>>import 'syspurpose.files' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be61014f0> <<< 7723 1726883206.61354: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/syspurpose.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/syspurpose.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/syspurpose.cpython-312.pyc' <<< 7723 1726883206.61409: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/syspurposelib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/syspurposelib.py <<< 7723 1726883206.61413: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/syspurposelib.cpython-312.pyc' <<< 7723 1726883206.61435: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/certlib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/certlib.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/certlib.cpython-312.pyc' <<< 7723 1726883206.61457: stdout chunk (state=3): >>>import 'subscription_manager.certlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6103350> <<< 7723 1726883206.61484: stdout chunk (state=3): >>>import 'subscription_manager.syspurposelib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6102c30> <<< 7723 1726883206.61507: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/file_monitor.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/file_monitor.py <<< 7723 1726883206.61534: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/file_monitor.cpython-312.pyc' <<< 7723 1726883206.61551: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/__pycache__/pyinotify.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyinotify.py <<< 7723 1726883206.61614: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/pyinotify.cpython-312.pyc' <<< 7723 1726883206.61647: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/util.py <<< 7723 1726883206.61669: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be614c1d0> <<< 7723 1726883206.61758: stdout chunk (state=3): >>>import 'pyinotify' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be61243e0> <<< 7723 1726883206.61771: stdout chunk (state=3): >>>import 'rhsmlib.file_monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be61039b0> <<< 7723 1726883206.61790: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/dbus/__init__.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/__init__.cpython-312.pyc' import 'rhsmlib.dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be614cfb0> <<< 7723 1726883206.61820: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/server.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/dbus/server.py <<< 7723 1726883206.61848: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/server.cpython-312.pyc' <<< 7723 1726883206.61891: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/service.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/service.py <<< 7723 1726883206.61895: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/service.cpython-312.pyc' <<< 7723 1726883206.61919: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/decorators.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/decorators.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/decorators.cpython-312.pyc' <<< 7723 1726883206.61948: stdout chunk (state=3): >>>import 'dbus.decorators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be614e5d0> <<< 7723 1726883206.61979: stdout chunk (state=3): >>>import 'dbus.service' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be614d9a0> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/server.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/server.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/server.cpython-312.pyc' <<< 7723 1726883206.62005: stdout chunk (state=3): >>>import 'dbus.server' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be614e900> <<< 7723 1726883206.62043: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/__init__.py # code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883206.62046: stdout chunk (state=3): >>>import 'dbus.mainloop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be614ec00> <<< 7723 1726883206.62068: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/glib.py # code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc' <<< 7723 1726883206.62105: stdout chunk (state=3): >>># extension module '_dbus_glib_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so' # extension module '_dbus_glib_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so' import '_dbus_glib_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be614edb0> import 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be614ecf0> <<< 7723 1726883206.62129: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/dbus/constants.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/constants.cpython-312.pyc' import 'rhsmlib.dbus.constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be614eea0> <<< 7723 1726883206.62163: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/__init__.py <<< 7723 1726883206.62194: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc' # possible namespace for /usr/lib/python3.12/site-packages/gi <<< 7723 1726883206.62305: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_error.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc' import 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be614f860> <<< 7723 1726883206.62367: stdout chunk (state=3): >>># extension module 'gi._gi' loaded from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so' # extension module 'gi._gi' executed from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so' import 'gi._gi' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be614f650> <<< 7723 1726883206.62410: stdout chunk (state=3): >>>import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be614efc0> <<< 7723 1726883206.62427: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/repository/__init__.py # code object from '/usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883206.62458: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/importer.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc' <<< 7723 1726883206.62492: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/module.py <<< 7723 1726883206.62496: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc' <<< 7723 1726883206.62518: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/types.py <<< 7723 1726883206.62559: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc' <<< 7723 1726883206.62584: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_constants.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc' import 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be61922a0> <<< 7723 1726883206.62605: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/docstring.py <<< 7723 1726883206.62655: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc' import 'gi.docstring' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6192630> <<< 7723 1726883206.62658: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_propertyhelper.py <<< 7723 1726883206.62703: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc' import 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6192b40> # /usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_signalhelper.py <<< 7723 1726883206.62707: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc' <<< 7723 1726883206.62724: stdout chunk (state=3): >>>import 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6193350> <<< 7723 1726883206.62756: stdout chunk (state=3): >>>import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be61919d0> <<< 7723 1726883206.62759: stdout chunk (state=3): >>>import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be61915b0> <<< 7723 1726883206.62785: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/__init__.py # code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883206.62813: stdout chunk (state=3): >>>import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be61938f0> <<< 7723 1726883206.62821: stdout chunk (state=3): >>>import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be61910a0> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be614f350> <<< 7723 1726883206.62873: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GLib.py <<< 7723 1726883206.63013: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc' <<< 7723 1726883206.63045: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_ossighelper.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc' <<< 7723 1726883206.63077: stdout chunk (state=3): >>>import 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be61b9e50> <<< 7723 1726883206.63094: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_option.py <<< 7723 1726883206.63118: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc' <<< 7723 1726883206.63127: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py <<< 7723 1726883206.63168: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc' <<< 7723 1726883206.63211: stdout chunk (state=3): >>>import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be61babd0> <<< 7723 1726883206.63239: stdout chunk (state=3): >>>import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be61ba3c0> <<< 7723 1726883206.63396: stdout chunk (state=3): >>>import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be61b83b0> <<< 7723 1726883206.63422: stdout chunk (state=3): >>>import 'gi.repository.GLib' # <<< 7723 1726883206.63454: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/dbus_utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/dbus/dbus_utils.py <<< 7723 1726883206.63473: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/dbus_utils.cpython-312.pyc' <<< 7723 1726883206.63491: stdout chunk (state=3): >>># /usr/lib64/python3.12/xml/etree/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/etree/__init__.py # code object from '/usr/lib64/python3.12/xml/etree/__pycache__/__init__.cpython-312.pyc' import 'xml.etree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5f376b0> <<< 7723 1726883206.63517: stdout chunk (state=3): >>># /usr/lib64/python3.12/xml/etree/__pycache__/ElementTree.cpython-312.pyc matches /usr/lib64/python3.12/xml/etree/ElementTree.py <<< 7723 1726883206.63584: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/xml/etree/__pycache__/ElementTree.cpython-312.pyc' <<< 7723 1726883206.63604: stdout chunk (state=3): >>># /usr/lib64/python3.12/xml/etree/__pycache__/ElementPath.cpython-312.pyc matches /usr/lib64/python3.12/xml/etree/ElementPath.py <<< 7723 1726883206.63616: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/xml/etree/__pycache__/ElementPath.cpython-312.pyc' <<< 7723 1726883206.63653: stdout chunk (state=3): >>>import 'xml.etree.ElementPath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5f5e6f0> <<< 7723 1726883206.63727: stdout chunk (state=3): >>># extension module '_elementtree' loaded from '/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883206.63757: stdout chunk (state=3): >>># extension module '_elementtree' executed from '/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so' import '_elementtree' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be5f5f860> import 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5f37620> import 'rhsmlib.dbus.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6191eb0> <<< 7723 1726883206.63782: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsm/__pycache__/logutil.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/logutil.py <<< 7723 1726883206.63804: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/logutil.cpython-312.pyc' # /usr/lib64/python3.12/logging/__pycache__/config.cpython-312.pyc matches /usr/lib64/python3.12/logging/config.py <<< 7723 1726883206.63833: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/config.cpython-312.pyc' <<< 7723 1726883206.63864: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socketserver.cpython-312.pyc matches /usr/lib64/python3.12/socketserver.py <<< 7723 1726883206.63890: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socketserver.cpython-312.pyc' <<< 7723 1726883206.63936: stdout chunk (state=3): >>>import 'socketserver' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5f89340> <<< 7723 1726883206.64025: stdout chunk (state=3): >>>import 'logging.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5f881d0> <<< 7723 1726883206.64065: stdout chunk (state=3): >>>import 'rhsm.logutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5f5fad0> <<< 7723 1726883206.64103: stdout chunk (state=3): >>>import 'rhsmlib.dbus.server' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be614d0a0> import 'rhsmlib.services.syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6102750> <<< 7723 1726883206.64161: stdout chunk (state=3): >>>import 'subscription_manager.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be62fb230> <<< 7723 1726883206.64203: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/model/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/model/__init__.py <<< 7723 1726883206.64209: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/model/__pycache__/__init__.cpython-312.pyc' import 'subscription_manager.model' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5f8ade0> <<< 7723 1726883206.64267: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/model/__pycache__/ent_cert.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/model/ent_cert.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/model/__pycache__/ent_cert.cpython-312.pyc' <<< 7723 1726883206.64270: stdout chunk (state=3): >>>import 'subscription_manager.model.ent_cert' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5f8af60> <<< 7723 1726883206.64288: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/repofile.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/repofile.py <<< 7723 1726883206.64313: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/repofile.cpython-312.pyc' <<< 7723 1726883206.64363: stdout chunk (state=3): >>>import 'subscription_manager.repofile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5f8b170> <<< 7723 1726883206.64410: stdout chunk (state=3): >>>import 'subscription_manager.repolib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be62fa4b0> <<< 7723 1726883206.64438: stdout chunk (state=3): >>>import 'subscription_manager.productid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6798a40> <<< 7723 1726883206.64471: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/injectioninit.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/injectioninit.py <<< 7723 1726883206.64491: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/injectioninit.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cert_sorter.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cert_sorter.py <<< 7723 1726883206.64525: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cert_sorter.cpython-312.pyc' <<< 7723 1726883206.64576: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/reasons.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/reasons.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/reasons.cpython-312.pyc' <<< 7723 1726883206.64597: stdout chunk (state=3): >>>import 'subscription_manager.reasons' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5fcdb20> <<< 7723 1726883206.64601: stdout chunk (state=3): >>>import 'subscription_manager.cert_sorter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5fccec0> <<< 7723 1726883206.64623: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/facts.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/facts.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/facts.cpython-312.pyc' <<< 7723 1726883206.64645: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/all.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/all.py <<< 7723 1726883206.64696: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/all.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/insights.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/insights.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/insights.cpython-312.pyc' <<< 7723 1726883206.64700: stdout chunk (state=3): >>>import 'rhsmlib.facts.insights' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5fce750> <<< 7723 1726883206.64738: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/kpatch.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/kpatch.py <<< 7723 1726883206.64751: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/kpatch.cpython-312.pyc' import 'rhsmlib.facts.kpatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5fce9c0> <<< 7723 1726883206.64773: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cloud_facts.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/cloud_facts.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cloud_facts.cpython-312.pyc' <<< 7723 1726883206.64805: stdout chunk (state=3): >>>import 'rhsmlib.facts.cloud_facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5fceba0> <<< 7723 1726883206.64817: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/pkg_arches.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/pkg_arches.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/pkg_arches.cpython-312.pyc' import 'rhsmlib.facts.pkg_arches' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5fcef30> <<< 7723 1726883206.64850: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/network.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/network.py <<< 7723 1726883206.64878: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/network.cpython-312.pyc' import 'rhsmlib.facts.network' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5fcf200> <<< 7723 1726883206.64902: stdout chunk (state=3): >>>import 'rhsmlib.facts.all' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5fce360> import 'subscription_manager.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5fce090> <<< 7723 1726883206.64930: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/identity.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/identity.py <<< 7723 1726883206.64944: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/identity.cpython-312.pyc' import 'subscription_manager.identity' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5fcf470> <<< 7723 1726883206.64975: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/validity.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/validity.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/validity.cpython-312.pyc' <<< 7723 1726883206.65018: stdout chunk (state=3): >>>import 'subscription_manager.validity' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5fcfe30> <<< 7723 1726883206.65021: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cp_provider.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cp_provider.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cp_provider.cpython-312.pyc' <<< 7723 1726883206.65061: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/client_info.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/client_info.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/client_info.cpython-312.pyc' import 'rhsmlib.client_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5ff0470> <<< 7723 1726883206.65079: stdout chunk (state=3): >>>import 'subscription_manager.cp_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5fcffb0> <<< 7723 1726883206.65105: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/plugins.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/plugins.py <<< 7723 1726883206.65160: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/plugins.cpython-312.pyc' <<< 7723 1726883206.65185: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/base_plugin.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/base_plugin.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/base_plugin.cpython-312.pyc' <<< 7723 1726883206.65198: stdout chunk (state=3): >>>import 'subscription_manager.base_plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5ff1e80> <<< 7723 1726883206.65257: stdout chunk (state=3): >>>import 'subscription_manager.plugins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5ff09e0> <<< 7723 1726883206.65300: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/lock.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/lock.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/lock.cpython-312.pyc' <<< 7723 1726883206.65303: stdout chunk (state=3): >>>import 'subscription_manager.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5ff1010> <<< 7723 1726883206.65313: stdout chunk (state=3): >>>import 'subscription_manager.injectioninit' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5fccda0> <<< 7723 1726883206.65345: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/librepo/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/librepo/__init__.py <<< 7723 1726883206.65365: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/librepo/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883206.65419: stdout chunk (state=3): >>># extension module 'librepo._librepo' loaded from '/usr/lib64/python3.12/site-packages/librepo/_librepo.so' # extension module 'librepo._librepo' executed from '/usr/lib64/python3.12/site-packages/librepo/_librepo.so' import 'librepo._librepo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be5ff3920> <<< 7723 1726883206.65479: stdout chunk (state=3): >>>import 'librepo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5ff31a0> <<< 7723 1726883206.65522: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.product-id' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be67980e0> <<< 7723 1726883206.65527: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/subscription-manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/subscription-manager.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/subscription-manager.cpython-312.pyc' <<< 7723 1726883206.65549: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/action_client.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/action_client.py <<< 7723 1726883206.65574: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/action_client.cpython-312.pyc' <<< 7723 1726883206.65609: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/base_action_client.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/base_action_client.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/base_action_client.cpython-312.pyc' <<< 7723 1726883206.65627: stdout chunk (state=3): >>>import 'subscription_manager.base_action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5e28ad0> <<< 7723 1726883206.65647: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/entcertlib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/entcertlib.py <<< 7723 1726883206.65682: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/entcertlib.cpython-312.pyc' <<< 7723 1726883206.65685: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/content_action_client.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/content_action_client.py <<< 7723 1726883206.65733: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/content_action_client.cpython-312.pyc' import 'subscription_manager.content_action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5e29fa0> <<< 7723 1726883206.65754: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/rhelentbranding.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/rhelentbranding.py <<< 7723 1726883206.65758: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/rhelentbranding.cpython-312.pyc' <<< 7723 1726883206.65779: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/entbranding.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/entbranding.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/entbranding.cpython-312.pyc' <<< 7723 1726883206.65807: stdout chunk (state=3): >>>import 'subscription_manager.entbranding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5e2ac60> <<< 7723 1726883206.65850: stdout chunk (state=3): >>>import 'subscription_manager.rhelentbranding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5e2a600> <<< 7723 1726883206.65865: stdout chunk (state=3): >>>import 'subscription_manager.entcertlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5e28fb0> <<< 7723 1726883206.65902: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/identitycertlib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/identitycertlib.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/identitycertlib.cpython-312.pyc' <<< 7723 1726883206.65924: stdout chunk (state=3): >>>import 'subscription_manager.identitycertlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5e2bc20> <<< 7723 1726883206.65961: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/healinglib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/healinglib.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/healinglib.cpython-312.pyc' <<< 7723 1726883206.65980: stdout chunk (state=3): >>>import 'subscription_manager.healinglib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5e2be30> <<< 7723 1726883206.66010: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/factlib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/factlib.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/factlib.cpython-312.pyc' <<< 7723 1726883206.66037: stdout chunk (state=3): >>>import 'subscription_manager.factlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5e40110> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/packageprofilelib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/packageprofilelib.py <<< 7723 1726883206.66069: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/packageprofilelib.cpython-312.pyc' import 'subscription_manager.packageprofilelib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5e402f0> <<< 7723 1726883206.66112: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/installedproductslib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/installedproductslib.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/installedproductslib.cpython-312.pyc' import 'subscription_manager.installedproductslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5e40590> <<< 7723 1726883206.66116: stdout chunk (state=3): >>>import 'subscription_manager.action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5e28620> <<< 7723 1726883206.66136: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.subscription-manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5e28110> <<< 7723 1726883206.66163: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/upload-profile.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/upload-profile.py <<< 7723 1726883206.66189: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/upload-profile.cpython-312.pyc' import 'dnf.plugin.dynamic.upload-profile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5e40800> <<< 7723 1726883206.79731: stdout chunk (state=3): >>> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["subscription-manager"], "state": "present", "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "use_backend": "auto", "best": null, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "nobest": null, "releasever": null}}} <<< 7723 1726883206.81079: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic <<< 7723 1726883206.81088: stdout chunk (state=3): >>># destroy __main__ <<< 7723 1726883206.81794: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin <<< 7723 1726883206.81819: stdout chunk (state=3): >>># 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 <<< 7723 1726883206.81845: stdout chunk (state=3): >>># 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 # 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 # 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 <<< 7723 1726883206.81888: stdout chunk (state=3): >>># 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 # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing 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 # cleanup[2] removing ipaddress # cleanup[2] removing 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 # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible <<< 7723 1726883206.81896: stdout chunk (state=3): >>># 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 # 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 # 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 <<< 7723 1726883206.81993: stdout chunk (state=3): >>># 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 # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing 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 # 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 # 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 # cleanup[2] removing email # cleanup[2] removing email.mime # cleanup[2] removing quopri # cleanup[2] removing email.encoders # cleanup[2] removing email.errors # cleanup[2] removing email.quoprimime # cleanup[2] removing email.base64mime # cleanup[2] removing email.charset # cleanup[2] removing email.header # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing email.utils # cleanup[2] removing email._policybase # cleanup[2] removing email._encoded_words # cleanup[2] removing email._header_value_parser # cleanup[2] removing email.headerregistry # cleanup[2] removing email.iterators # cleanup[2] removing email.message # cleanup[2] removing email.contentmanager # cleanup[2] removing email.policy # cleanup[2] removing email.mime.base # cleanup[2] removing email.mime.nonmultipart # cleanup[2] removing email.mime.application # cleanup[2] removing email.mime.multipart # cleanup[2] removing email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing http # cleanup[2] removing _ssl # cleanup[2] remo<<< 7723 1726883206.82002: stdout chunk (state=3): >>>ving ssl # cleanup[2] removing http.client # cleanup[2] removing mimetypes # cleanup[2] removing netrc # cleanup[2] removing urllib.response # cleanup[2] removing urllib.error # cleanup[2] removing urllib.request # cleanup[2] removing http.cookiejar # cleanup[2] removing gzip # cleanup[2] removing ansible.module_utils.urls # destroy ansible.module_utils.urls # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.common.respawn # destroy ansible.module_utils.common.respawn # cleanup[2] removing ansible.module_utils.yumdnf # destroy ansible.module_utils.yumdnf # cleanup[2] removing email.mime.text # cleanup[2] removing configparser # cleanup[2] removing _heapq # cleanup[2] removing heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing dnf.pycomp # cleanup[2] removing dnf.const # cleanup[2] removing libdnf._error # cleanup[2] removing libdnf.error # cleanup[2] removing libdnf._common_types # cleanup[2] removing libdnf.common_types # cleanup[2] removing libdnf._conf # cleanup[2] removing libdnf.conf # cleanup[2] removing libdnf._module # cleanup[2] removing libdnf.module # cleanup[2] removing libdnf._repo # cleanup[2] removing libdnf.repo # cleanup[2] removing libdnf._transaction # cleanup[2] removing libdnf.transaction # cleanup[2] removing libdnf._utils # cleanup[2] removing libdnf.utils # cleanup[2] removing libdnf # cleanup[2] removing unicodedata # cleanup[2] removing dnf.i18n # cleanup[2] removing dnf.yum # cleanup[2] removing dnf.transaction # cleanup[2] removing rpm._rpm # cleanup[2] removing rpm.transaction # cleanup[2] removing rpm # cleanup[2] removing dnf.yum.rpmtrans # cleanup[2] removing dnf.callback # cleanup[2] removing hawkey._hawkey # cleanup[2] removing hawkey # cleanup[2] removing dnf.util # cleanup[2] removing dnf.exceptions # cleanup[2] removing libcomps._libpycomps # cleanup[2] removing libcomps # cleanup[2] removing dnf.comps # cleanup[2] removing dnf.db # cleanup[2] removing dnf.crypto # cleanup[2] removing glob # cleanup[2] removing dnf.yum.misc # cleanup[2] removing dnf.db.group # cleanup[2] removing dnf.db.history <<< 7723 1726883206.82124: stdout chunk (state=3): >>># cleanup[2] removing dnf.conf.substitutions # cleanup[2] removing dnf.conf.config # cleanup[2] removing dnf.conf # cleanup[2] removing dnf.lock # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing logging.handlers # cleanup[2] removing dnf.logging # cleanup[2] removing dnf.repo # cleanup[2] removing dnf.conf.read # cleanup[2] removing dnf.rpm.transaction # cleanup[2] removing dnf.rpm # cleanup[2] removing dnf.dnssec # cleanup[2] removing dnf.drpm # cleanup[2] removing dnf.goal # cleanup[2] removing dnf.history # cleanup[2] removing dnf.module # cleanup[2] removing libdnf._smartcols # cleanup[2] removing libdnf.smartcols # cleanup[2] removing dnf.selector # cleanup[2] removing dnf.module.exceptions # cleanup[2] removing dnf.module.module_base # cleanup[2] removing dnf.persistor # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing dnf.plugin # cleanup[2] removing dnf.query # cleanup[2] removing dnf.repodict # cleanup[2] removing dnf.rpm.connection # cleanup[2] removing dnf.rpm.miscutils # cleanup[2] removing dnf.package # cleanup[2] removing dnf.sack # cleanup[2] removing dnf.subject # cleanup[2] removing gc # cleanup[2] removing dnf.base # cleanup[2] removing dnf # cleanup[2] removing dnfpluginscore # destroy dnfpluginscore # cleanup[2] removing dnf.cli.format # cleanup[2] removing _curses # cleanup[2] removing curses # cleanup[2] removing termios # cleanup[2] removing dnf.cli.term # cleanup[2] removing dnf.cli.progress # cleanup[2] removing dnf.cli.output # cleanup[2] removing dnf.cli.aliases # cleanup[2] removing dnf.cli.option_parser # cleanup[2] removing dnf.cli.commands # cleanup[2] removing dnf.cli.commands.alias # cleanup[2] removing dnf.cli.commands.autoremove # cleanup[2] removing dnf.cli.commands.check # cleanup[2] removing dnf.cli.commands.clean # cleanup[2] removing dnf.cli.commands.repoquery # cleanup[2] removing dnf.cli.commands.deplist # cleanup[2] removing dnf.cli.commands.distrosync # cleanup[2] removing dnf.cli.commands.downgrade # cleanup[2] removing dnf.cli.commands.group # cleanup[2] removing dnf.transaction_sr # cleanup[2] removing dnf.cli.commands.history # cleanup[2] removing dnf.cli.commands.install # cleanup[2] removing dnf.cli.commands.makecache # cleanup[2] removing dnf.cli.commands.mark # cleanup[2] removing dnf.cli.commands.module # cleanup[2] removing dnf.cli.commands.reinstall # cleanup[2] removing dnf.cli.commands.remove # cleanup[2] removing dnf.cli.commands.repolist # cleanup[2] removing dnf.match_counter # cleanup[2] removing dnf.cli.commands.search # cleanup[2] removing cmd # cleanup[2] removing dnf.cli.commands.shell # cleanup[2] removing dnf.cli.commands.swap # cleanup[2] removing dnf.cli.commands.updateinfo # cleanup[2] removing dnf.cli.commands.upgrade # cleanup[2] removing dnf.cli.commands.upgrademinimal # cleanup[2] removing dnf.cli.demand # cleanup[2] removing dnf.cli.cli # cleanup[2] removing dnf.cli # cleanup[2] removing dnf.plugin.dynamic.builddep # destroy dnf.plugin.dynamic.builddep # cleanup[2] removing dateutil._version # cleanup[2] removing dateutil # cleanup[2] removing six # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing dateutil._common # cleanup[2] removing dateutil.relativedelta # cleanup[2] removing six.moves # cleanup[2] removing dateutil.tz._common # cleanup[2] removing dateutil.tz._factories # cleanup[2] removing dateutil.tz.tz # cleanup[2] removing dateutil.tz # cleanup[2] removing dateutil.parser._parser # cleanup[2] removing dateutil.parser.isoparser # destroy dateutil.parser.isoparser # cleanup[2] removing dateutil.parser # cleanup[2] removing dnf.plugin.dynamic.changelog # destroy dnf.plugin.dynamic.changelog # cleanup[2] removing dnf.plugin.dynamic.config_manager # destroy dnf.plugin.dynami<<< 7723 1726883206.82135: stdout chunk (state=3): >>>c.config_manager # cleanup[2] removing dnf.plugin.dynamic.copr # destroy dnf.plugin.dynamic.copr # cleanup[2] removing dnf.plugin.dynamic.debuginfo-install # destroy dnf.plugin.dynamic.debuginfo-install # cleanup[2] removing dnf.plugin.dynamic.download # destroy dnf.plugin.dynamic.download # cleanup[2] removing _sqlite3 # cleanup[2] removing sqlite3.dbapi2 # cleanup[2] removing sqlite3 # cleanup[2] removing dnf.plugin.dynamic.generate_completion_cache # destroy dnf.plugin.dynamic.generate_completion_cache # cleanup[2] removing dnf.plugin.dynamic.groups_manager # destroy dnf.plugin.dynamic.groups_manager # cleanup[2] removing dbus._compat # cleanup[2] removing dbus.exceptions # cleanup[2] removing _dbus_bindings # cleanup[2] removing dbus.types # cleanup[2] removing dbus.lowlevel # cleanup[2] removing xml # destroy xml # cleanup[2] removing xml.parsers # destroy xml.parsers # cleanup[2] removing pyexpat.errors # cleanup[2] removing pyexpat.model # cleanup[2] removing pyexpat # cleanup[2] removing xml.parsers.expat.model # cleanup[2] removing xml.parsers.expat.errors # cleanup[2] removing xml.parsers.expat # destroy xml.parsers.expat # cleanup[2] removing dbus._expat_introspect_parser # cleanup[2] removing dbus.proxies # cleanup[2] removing dbus.connection # cleanup[2] removing dbus.bus # cleanup[2] removing dbus._dbus # cleanup[2] removing dbus # cleanup[2] removing dnf.plugin.dynamic.needs_restarting # destroy dnf.plugin.dynamic.needs_restarting # cleanup[2] removing dnf.plugin.dynamic.repoclosure # destroy dnf.plugin.dynamic.repoclosure # cleanup[2] removing dnf.plugin.dynamic.repodiff # destroy dnf.plugin.dynamic.repodiff # cleanup[2] removing dnf.plugin.dynamic.repograph # destroy dnf.plugin.dynamic.repograph # cleanup[2] removing dnf.plugin.dynamic.repomanage # destroy dnf.plugin.dynamic.repomanage # cleanup[2] removing dnf.plugin.dynamic.reposync # destroy dnf.plugin.dynamic.reposync # cleanup[2] removing dnf.plugin.dynamic.system_upgrade # destroy dnf.plugin.dynamic.system_upgrade # cleanup[2] removing subscription_manager # cleanup[2] removing rhsm # cleanup[2] removing rhsm._certificate # cleanup[2] removing rhsm.certificate # cleanup[2] removing iniparse.configparser # cleanup[2] removing iniparse.config # cleanup[2] removing iniparse.ini # cleanup[2] removing iniparse.compat # cleanup[2] removing iniparse.utils # cleanup[2] removing iniparse # destroy iniparse # destroy iniparse.configparser # destroy iniparse.utils # cleanup[2] removing subscription_manager.i18n # cleanup[2] removing rhsm.config # cleanup[2] removing subscription_manager.injection # cleanup[2] removing rhsmlib # destroy rhsmlib # cleanup[2] removing rhsmlib.services # cleanup[2] removing rhsmlib.services.config # cleanup[2] removing rhsm.https # cleanup[2] removing rhsm.ourjson # cleanup[2] removing rhsm.utils # cleanup[2] removing subscription_manager.version # cleanup[2] removing rhsm.connection # cleanup[2] removing rhsm.bitstream # cleanup[2] removing rhsm.huffman # cleanup[2] removing rhsm.pathtree # cleanup[2] removing rhsm.certificate2 # cleanup[2] removing subscription_manager.certdirectory # cleanup[2] removing dataclasses # cleanup[2] removing pprint # cleanup[2] removing subscription_manager.branding <<< 7723 1726883206.82272: stdout chunk (state=3): >>># cleanup[2] removing rhsmlib.facts # cleanup[2] removing rhsmlib.facts.cpuinfo # cleanup[2] removing rhsmlib.facts.collection # cleanup[2] removing rhsmlib.facts.collector # cleanup[2] removing rhsmlib.facts.hwprobe # cleanup[2] removing subscription_manager.utils # cleanup[2] removing cloud_what # destroy cloud_what # cleanup[2] removing rhsmlib.facts.cleanup # cleanup[2] removing rhsmlib.facts.virt # cleanup[2] removing rhsmlib.facts.dmidecodeparser # cleanup[2] removing rhsmlib.facts.dmiinfo # cleanup[2] removing rhsmlib.facts.firmware_info # cleanup[2] removing rhsmlib.facts.host_collector # cleanup[2] removing rhsmlib.facts.custom # cleanup[2] removing urllib3.packages # cleanup[2] removing urllib3.packages.six # cleanup[2] removing urllib3.packages.six.moves # cleanup[2] removing urllib3.packages.six.moves.http_client # cleanup[2] removing urllib3.exceptions # cleanup[2] removing urllib3._version # cleanup[2] removing urllib3._collections # cleanup[2] removing urllib3.contrib # cleanup[2] removing urllib3.contrib._appengine_environ # cleanup[2] removing urllib3.util.wait # cleanup[2] removing urllib3.util.connection # cleanup[2] removing urllib3.util.request # cleanup[2] removing urllib3.util.response # cleanup[2] removing urllib3.util.retry # cleanup[2] removing hmac # cleanup[2] removing urllib3.util.url # cleanup[2] removing urllib3.util.ssltransport # cleanup[2] removing urllib3.util.ssl_ # cleanup[2] removing urllib3.util.timeout # cleanup[2] removing urllib3.util # cleanup[2] removing urllib3.util.proxy # cleanup[2] removing urllib3.util.ssl_match_hostname # cleanup[2] removing urllib3.connection # cleanup[2] removing urllib3.fields # cleanup[2] removing urllib3.filepost # cleanup[2] removing urllib3.packages.six.moves.urllib # cleanup[2] removing urllib3.packages.six.moves.urllib.parse # cleanup[2] removing urllib3.request # cleanup[2] removing urllib3.response # cleanup[2] removing urllib3.util.queue # cleanup[2] removing urllib3.connectionpool # cleanup[2] removing urllib3.poolmanager # cleanup[2] removing urllib3 # cleanup[2] removing charset_normalizer.constant # cleanup[2] removing _multibytecodec # cleanup[2] removing charset_normalizer.utils # cleanup[2] removing charset_normalizer.md # cleanup[2] removing charset_normalizer.models # cleanup[2] removing charset_normalizer.cd # cleanup[2] removing charset_normalizer.api # cleanup[2] removing charset_normalizer.legacy # cleanup[2] removing charset_normalizer.version # cleanup[2] removing charset_normalizer # cleanup[2] removing http.cookies # cleanup[2] removing requests.compat # cleanup[2] removing requests.exceptions # cleanup[2] removing requests.packages.urllib3.packages # cleanup[2] removing requests.packages.urllib3.packages.six # cleanup[2] removing requests.packages.urllib3.packages.six.moves # cleanup[2] removing requests.packages.urllib3.packages.six.moves.http_client # cleanup[2] removing requests.packages.urllib3.exceptions # cleanup[2] removing requests.packages.urllib3._version # cleanup[2] removing requests.packages.urllib3._collections # cleanup[2] removing requests.packages.urllib3.contrib # cleanup[2] removing requests.packages.urllib3.contrib._appengine_environ # cleanup[2] removing requests.packages.urllib3.util.wait # cleanup[2] removing requests.packages.urllib3.util.connection # cleanup[2] removing requests.packages.urllib3.util.request # cleanup[2] removing requests.packages.urllib3.util.response # cleanup[2] removing requests.packages.urllib3.util.retry # cleanup[2] removing requests.packages.urllib3.util.url # cleanup[2] removing requests.packages.urllib3.util.ssltransport # cleanup[2] removing requests.packages.urllib3.util.ssl_ # cleanup[2] removing requests.packages.urllib3.util.timeout # cleanup[2] removing requests.packages.urllib3.util # cleanup[2] removing requests.packages.urllib3.util.proxy # cleanup[2] removing requests.packages.urllib3.util.ssl_match_hostname # cleanup[2] removing requests.packages.urllib3.connection # cleanup[2] rem<<< 7723 1726883206.82279: stdout chunk (state=3): >>>oving requests.packages.urllib3.fields # cleanup[2] removing requests.packages.urllib3.filepost # cleanup[2] removing requests.packages.urllib3.packages.six.moves.urllib # cleanup[2] removing requests.packages.urllib3.packages.six.moves.urllib.parse # cleanup[2] removing requests.packages.urllib3.request # cleanup[2] removing requests.packages.urllib3.response # cleanup[2] removing requests.packages.urllib3.util.queue # cleanup[2] removing requests.packages.urllib3.connectionpool # cleanup[2] removing requests.packages.urllib3.poolmanager # cleanup[2] removing requests.packages.urllib3 # cleanup[2] removing idna.package_data # cleanup[2] removing idna.idnadata # cleanup[2] removing idna.intranges # cleanup[2] removing idna.core # cleanup[2] removing idna # cleanup[2] removing requests.packages.idna.package_data # cleanup[2] removing requests.packages.idna.idnadata # cleanup[2] removing requests.packages.idna.intranges # cleanup[2] removing requests.packages.idna.core # cleanup[2] removing requests.packages.idna # cleanup[2] removing requests.packages.charset_normalizer.constant # cleanup[2] removing requests.packages.chardet.constant # cleanup[2] removing requests.packages.charset_normalizer.utils # cleanup[2] removing requests.packages.chardet.utils # cleanup[2] removing requests.packages.charset_normalizer.md # cleanup[2] removing requests.packages.chardet.md # cleanup[2] removing requests.packages.charset_normalizer.models # cleanup[2] removing requests.packages.chardet.models # cleanup[2] removing requests.packages.charset_normalizer.cd # cleanup[2] removing requests.packages.chardet.cd # cleanup[2] removing requests.packages.charset_normalizer.api # cleanup[2] removing requests.packages.chardet.api # cleanup[2] removing requests.packages.charset_normalizer.legacy # cleanup[2] removing requests.packages.chardet.legacy # cleanup[2] removing requests.packages.charset_normalizer.version # cleanup[2] removing requests.packages.chardet.version # cleanup[2] removing requests.packages.charset_normalizer # cleanup[2] removing requests.packages.chardet # cleanup[2] removing requests.packages # cleanup[2] removing requests.certs # cleanup[2] removing requests.__version__ # destroy requests.__version__ # cleanup[2] removing requests._internal_utils # cleanup[2] removing requests.cookies # cleanup[2] removing requests.structures # cleanup[2] removing requests.utils # cleanup[2] removing requests.auth # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # cleanup[2] removing requests.hooks # cleanup[2] removing requests.status_codes # cleanup[2] removing requests.models # cleanup[2] removing requests.adapters # cleanup[2] removing requests.sessions # cleanup[2] removing requests.api # cleanup[2] removing requests # cleanup[2] removing cloud_what._base_provider # destroy cloud_what._base_provider # cleanup[2] removing cloud_what.providers # destroy cloud_what.providers # cleanup[2] removing cloud_what.providers.aws # destroy cloud_what.providers.aws # cleanup[2] removing cloud_what.providers.azure # destroy cloud_what.providers.azure # cleanup[2] removing cloud_what.providers.gcp # destroy cloud_what.providers.gcp # cleanup[2] removing cloud_what.provider # cleanup[2] removing rhsm.profile # cleanup[2] removing subscription_manager.jsonwrapper # cleanup[2] removing subscription_manager.isodate # cleanup[2] removing syspurpose # destroy syspurpose # cleanup[2] removing syspurpose.utils # destroy syspurpose.utils # cleanup[2] removing syspurpose.files # destroy syspurpose.files # cleanup[2] removing subscription_manager.certlib # cleanup[2] removing subscription_manager.syspurposelib # cleanup[2] removing ctypes.util # cleanup[2] removing pyinotify # cleanup[2] removing rhsmlib.file_monitor # cleanup[2] removing rhsmlib.dbus # cleanup[2] removing dbus.decorators # cleanup[2] removing dbus.service # cleanup[2] removing dbus.server # cleanup[2] removing dbus.mainloop # cleanup[2] removing _dbus_glib_bindings # cleanup[2] removing d<<< 7723 1726883206.82306: stdout chunk (state=3): >>>bus.mainloop.glib # cleanup[2] removing rhsmlib.dbus.constants # cleanup[2] removing gi._error # cleanup[2] removing gi._gi # cleanup[2] removing gi._gobject # cleanup[2] removing glib # destroy glib # cleanup[2] removing gobject # destroy gobject # cleanup[2] removing gio # destroy gio # cleanup[2] removing gtk # destroy gtk # cleanup[2] removing gtk.gdk # destroy gtk.gdk # cleanup[2] removing gi # cleanup[2] removing gi._constants # cleanup[2] removing gi.docstring # cleanup[2] removing gi._propertyhelper # cleanup[2] removing gi._signalhelper # cleanup[2] removing gi.types # cleanup[2] removing gi.module # cleanup[2] removing gi.overrides # cleanup[2] removing gi.importer # cleanup[2] removing gi.repository # cleanup[2] removing gi._ossighelper # cleanup[2] removing optparse # cleanup[2] removing gi._option # cleanup[2] removing gi.overrides.GLib # cleanup[2] removing gi.repository.GLib # cleanup[2] removing xml.etree # destroy xml.etree # cleanup[2] removing xml.etree.ElementPath # cleanup[2] removing _elementtree # cleanup[2] removing xml.etree.ElementTree # cleanup[2] removing rhsmlib.dbus.dbus_utils # cleanup[2] removing socketserver # destroy socketserver # cleanup[2] removing logging.config # cleanup[2] removing rhsm.logutil # cleanup[2] removing rhsmlib.dbus.server # cleanup[2] removing rhsmlib.services.syspurpose # cleanup[2] removing subscription_manager.cache # cleanup[2] removing subscription_manager.model # cleanup[2] removing subscription_manager.model.ent_cert # cleanup[2] removing subscription_manager.repofile # cleanup[2] removing subscription_manager.repolib # cleanup[2] removing subscription_manager.productid # cleanup[2] removing subscription_manager.reasons # cleanup[2] removing subscription_manager.cert_sorter # cleanup[2] removing rhsmlib.facts.insights # cleanup[2] removing rhsmlib.facts.kpatch # cleanup[2] removing rhsmlib.facts.cloud_facts # cleanup[2] removing rhsmlib.facts.pkg_arches # cleanup[2] removing rhsmlib.facts.network # cleanup[2] removing rhsmlib.facts.all # cleanup[2] removing subscription_manager.facts # cleanup[2] removing subscription_manager.identity # cleanup[2] removing subscription_manager.validity # cleanup[2] removing rhsmlib.client_info # cleanup[2] removing subscription_manager.cp_provider # cleanup[2] removing subscription_manager.base_plugin # cleanup[2] removing subscription_manager.plugins # cleanup[2] removing subscription_manager.lock # cleanup[2] removing subscription_manager.injectioninit # cleanup[2] removing librepo._librepo # cleanup[2] removing librepo # cleanup[2] removing dnf.plugin.dynamic.product-id # destroy dnf.plugin.dynamic.product-id # cleanup[2] removing subscription_manager.base_action_client # cleanup[2] removing subscription_manager.content_action_client # cleanup[2] removing subscription_manager.entbranding # cleanup[2] removing subscription_manager.rhelentbranding # cleanup[2] removing subscription_manager.entcertlib # cleanup[2] removing subscription_manager.identitycertlib # cleanup[2] removing subscription_manager.healinglib # cleanup[2] removing subscription_manager.factlib # cleanup[2] removing subscription_manager.packageprofilelib # cleanup[2] removing subscription_manager.installedproductslib # cleanup[2] removing subscription_manager.action_client # cleanup[2] removing dnf.plugin.dynamic.subscription-manager # destroy dnf.plugin.dynamic.subscription-manager # cleanup[2] removing dnf.plugin.dynamic.upload-profile # destroy dnf.plugin.dynamic.upload-profile <<< 7723 1726883206.83111: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 7723 1726883206.83121: stdout chunk (state=3): >>># destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp <<< 7723 1726883206.83154: stdout chunk (state=3): >>># destroy selinux # destroy distro # destroy distro.distro <<< 7723 1726883206.83172: stdout chunk (state=3): >>># destroy netrc <<< 7723 1726883206.83205: stdout chunk (state=3): >>># destroy sqlite3 # destroy sqlite3.dbapi2 # destroy _sqlite3 <<< 7723 1726883206.83211: stdout chunk (state=3): >>># destroy systemd.journal <<< 7723 1726883206.83236: stdout chunk (state=3): >>># destroy iniparse.compat # destroy rhsmlib.services # destroy rhsmlib.facts # destroy rhsmlib.facts.dmidecodeparser # destroy rhsmlib.facts.all # destroy rhsmlib.dbus # destroy rhsmlib.dbus.server # destroy rhsmlib.client_info # destroy librepo <<< 7723 1726883206.83294: stdout chunk (state=3): >>># cleanup[3] wiping subscription_manager.action_client # cleanup[3] wiping subscription_manager.installedproductslib # cleanup[3] wiping subscription_manager.packageprofilelib # cleanup[3] wiping subscription_manager.factlib # cleanup[3] wiping subscription_manager.healinglib # cleanup[3] wiping subscription_manager.identitycertlib # cleanup[3] wiping subscription_manager.entcertlib # cleanup[3] wiping subscription_manager.rhelentbranding # cleanup[3] wiping subscription_manager.entbranding # cleanup[3] wiping subscription_manager.content_action_client # cleanup[3] wiping subscription_manager.base_action_client # cleanup[3] wiping librepo._librepo # cleanup[3] wiping subscription_manager.injectioninit # cleanup[3] wiping subscription_manager.lock # cleanup[3] wiping subscription_manager.plugins # cleanup[3] wiping subscription_manager.base_plugin # cleanup[3] wiping subscription_manager.cp_provider # cleanup[3] wiping subscription_manager.validity # cleanup[3] wiping subscription_manager.identity # cleanup[3] wiping subscription_manager.facts # cleanup[3] wiping rhsmlib.facts.network # cleanup[3] wiping rhsmlib.facts.pkg_arches # cleanup[3] wiping rhsmlib.facts.cloud_facts # cleanup[3] wiping rhsmlib.facts.kpatch # cleanup[3] wiping rhsmlib.facts.insights # cleanup[3] wiping subscription_manager.cert_sorter # destroy rhsmlib.file_monitor <<< 7723 1726883206.83315: stdout chunk (state=3): >>># cleanup[3] wiping subscription_manager.reasons # cleanup[3] wiping subscription_manager.productid # cleanup[3] wiping subscription_manager.repolib # cleanup[3] wiping subscription_manager.repofile # cleanup[3] wiping subscription_manager.model.ent_cert # cleanup[3] wiping subscription_manager.model # destroy subscription_manager.model.ent_cert # cleanup[3] wiping subscription_manager.cache # destroy rhsmlib.services.syspurpose # cleanup[3] wiping rhsm.logutil # cleanup[3] wiping logging.config # cleanup[3] wiping rhsmlib.dbus.dbus_utils # destroy xml.etree.ElementTree # cleanup[3] wiping _elementtree # cleanup[3] wiping xml.etree.ElementPath <<< 7723 1726883206.83338: stdout chunk (state=3): >>># cleanup[3] wiping gi.repository.GLib # cleanup[3] wiping gi.overrides.GLib # cleanup[3] wiping gi._option # destroy optparse # cleanup[3] wiping gi._ossighelper <<< 7723 1726883206.83369: stdout chunk (state=3): >>># cleanup[3] wiping gi.repository # cleanup[3] wiping gi.importer # cleanup[3] wiping gi.overrides # destroy gi.overrides.GLib # cleanup[3] wiping gi.module # destroy gi # cleanup[3] wiping gi.types # cleanup[3] wiping gi._signalhelper # cleanup[3] wiping gi._propertyhelper # cleanup[3] wiping gi.docstring # cleanup[3] wiping gi._constants # cleanup[3] wiping gi._gobject # cleanup[3] wiping gi._gi # cleanup[3] wiping gi._error # cleanup[3] wiping rhsmlib.dbus.constants # cleanup[3] wiping dbus.mainloop.glib # cleanup[3] wiping _dbus_glib_bindings # cleanup[3] wiping dbus.mainloop # destroy dbus.mainloop.glib # cleanup[3] wiping dbus.server # cleanup[3] wiping dbus.service # cleanup[3] wiping dbus.decorators # cleanup[3] wiping pyinotify # destroy ctypes # cleanup[3] wiping ctypes.util <<< 7723 1726883206.83428: stdout chunk (state=3): >>># cleanup[3] wiping subscription_manager.syspurposelib # cleanup[3] wiping subscription_manager.certlib # cleanup[3] wiping subscription_manager.isodate # cleanup[3] wiping subscription_manager.jsonwrapper # cleanup[3] wiping rhsm.profile # destroy cloud_what.provider # cleanup[3] wiping requests # destroy requests._internal_utils # destroy requests.compat # destroy requests.exceptions # destroy requests.packages # destroy urllib3 # destroy idna # destroy idna.package_data # destroy idna.intranges # destroy idna.core # destroy requests.cookies # destroy requests.structures # destroy requests.utils # destroy requests.auth # destroy requests.hooks # destroy requests.status_codes # destroy requests.models # destroy requests.adapters # destroy requests.api # cleanup[3] wiping requests.sessions # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping requests.certs # cleanup[3] wiping requests.packages.chardet # destroy charset_normalizer.constant # destroy charset_normalizer.utils # destroy charset_normalizer.md # destroy charset_normalizer.models # destroy charset_normalizer.cd # destroy charset_normalizer.api # destroy charset_normalizer.legacy # destroy charset_normalizer.version # cleanup[3] wiping requests.packages.charset_normalizer # cleanup[3] wiping requests.packages.idna.idnadata <<< 7723 1726883206.83462: stdout chunk (state=3): >>># cleanup[3] wiping idna.idnadata # cleanup[3] wiping requests.packages.urllib3.poolmanager # cleanup[3] wiping requests.packages.urllib3.connectionpool # cleanup[3] wiping requests.packages.urllib3.util.queue # cleanup[3] wiping requests.packages.urllib3.response # cleanup[3] wiping requests.packages.urllib3.request # cleanup[3] wiping requests.packages.urllib3.packages.six.moves.urllib.parse # cleanup[3] wiping requests.packages.urllib3.packages.six.moves.urllib # cleanup[3] wiping requests.packages.urllib3.filepost # cleanup[3] wiping requests.packages.urllib3.fields # destroy mimetypes # cleanup[3] wiping requests.packages.urllib3.connection # cleanup[3] wiping requests.packages.urllib3.util.ssl_match_hostname # cleanup[3] wiping requests.packages.urllib3.util.proxy # cleanup[3] wiping requests.packages.urllib3.util # destroy urllib3.util.wait # destroy urllib3.util.connection # destroy urllib3.util.request # destroy urllib3.util.response # destroy urllib3.util.retry # destroy urllib3.util.url # destroy urllib3.util.ssltransport # destroy urllib3.util.ssl_ # destroy urllib3.util.timeout # destroy urllib3.util.proxy # destroy urllib3.util.ssl_match_hostname # destroy urllib3.util.queue # cleanup[3] wiping requests.packages.urllib3.contrib._appengine_environ # cleanup[3] wiping requests.packages.urllib3.contrib # cleanup[3] wiping requests.packages.urllib3._collections # cleanup[3] wiping requests.packages.urllib3._version # cleanup[3] wiping requests.packages.urllib3.exceptions # cleanup[3] wiping requests.packages.urllib3.packages.six.moves.http_client # cleanup[3] wiping requests.packages.urllib3.packages.six.moves # cleanup[3] wiping requests.packages.urllib3.packages.six # destroy urllib3.packages.six.moves.urllib # destroy urllib3.packages.six.moves # cleanup[3] wiping requests.packages.urllib3.packages # cleanup[3] wiping http.cookies # cleanup[3] wiping charset_normalizer # cleanup[3] wiping _multibytecodec # cleanup[3] wiping urllib3.poolmanager # cleanup[3] wiping urllib3.connectionpool <<< 7723 1726883206.83534: stdout chunk (state=3): >>># cleanup[3] wiping urllib3.response # cleanup[3] wiping urllib3.request # cleanup[3] wiping urllib3.packages.six.moves.urllib.parse # cleanup[3] wiping urllib3.filepost # cleanup[3] wiping urllib3.fields # cleanup[3] wiping urllib3.connection # cleanup[3] wiping urllib3.util # cleanup[3] wiping hmac # cleanup[3] wiping urllib3.contrib._appengine_environ # cleanup[3] wiping urllib3.contrib # cleanup[3] wiping urllib3._collections # cleanup[3] wiping urllib3._version # cleanup[3] wiping urllib3.exceptions # cleanup[3] wiping urllib3.packages.six.moves.http_client # cleanup[3] wiping urllib3.packages.six # cleanup[3] wiping urllib3.packages # cleanup[3] wiping rhsmlib.facts.custom # cleanup[3] wiping rhsmlib.facts.host_collector # destroy rhsmlib.facts.cleanup # destroy rhsmlib.facts.virt # destroy rhsmlib.facts.firmware_info # cleanup[3] wiping rhsmlib.facts.dmiinfo # cleanup[3] wiping subscription_manager.utils # destroy pprint # destroy uuid <<< 7723 1726883206.83565: stdout chunk (state=3): >>># cleanup[3] wiping rhsmlib.facts.hwprobe # destroy rhsmlib.facts.cpuinfo # cleanup[3] wiping rhsmlib.facts.collector # destroy rhsmlib.facts.collection # cleanup[3] wiping subscription_manager.branding # cleanup[3] wiping dataclasses # destroy keyword # cleanup[3] wiping subscription_manager.certdirectory # cleanup[3] wiping rhsm.certificate2 # cleanup[3] wiping rhsm.pathtree # cleanup[3] wiping rhsm.huffman # destroy heapq # cleanup[3] wiping rhsm.bitstream # cleanup[3] wiping rhsm.connection # destroy subscription_manager # destroy subscription_manager.i18n # destroy subscription_manager.version # destroy subscription_manager.certdirectory # destroy subscription_manager.branding # destroy subscription_manager.utils # destroy subscription_manager.jsonwrapper # destroy subscription_manager.isodate # destroy subscription_manager.certlib # destroy subscription_manager.syspurposelib # destroy subscription_manager.cache # destroy subscription_manager.model # destroy subscription_manager.repofile # destroy subscription_manager.repolib # destroy subscription_manager.productid # destroy subscription_manager.reasons # destroy subscription_manager.cert_sorter # destroy subscription_manager.facts # destroy subscription_manager.identity # destroy subscription_manager.validity # destroy subscription_manager.cp_provider # destroy subscription_manager.base_plugin # destroy subscription_manager.plugins # destroy subscription_manager.lock # destroy subscription_manager.injectioninit # destroy subscription_manager.base_action_client # destroy subscription_manager.content_action_client # destroy subscription_manager.entbranding # destroy subscription_manager.rhelentbranding # destroy subscription_manager.entcertlib # destroy subscription_manager.identitycertlib # destroy subscription_manager.healinglib # destroy subscription_manager.factlib # destroy subscription_manager.packageprofilelib # destroy subscription_manager.installedproductslib # destroy subscription_manager.action_client # cleanup[3] wiping rhsm.utils # cleanup[3] wiping rhsm.ourjson # cleanup[3] wiping rhsm.https # cleanup[3] wiping rhsmlib.services.config # cleanup[3] wiping subscription_manager.injection # cleanup[3] wiping rhsm.config <<< 7723 1726883206.83652: stdout chunk (state=3): >>># cleanup[3] wiping iniparse.ini # destroy iniparse.config # cleanup[3] wiping rhsm.certificate # destroy dateutil # destroy dateutil._version # destroy dateutil._common # destroy dateutil.parser # cleanup[3] wiping rhsm._certificate # cleanup[3] wiping rhsm # destroy rhsm.certificate # destroy rhsm.config # destroy rhsm.https # destroy rhsm.ourjson # destroy rhsm.utils # destroy rhsm.bitstream # destroy rhsm.huffman # destroy rhsm.pathtree # destroy rhsm.certificate2 # destroy rhsm.profile # destroy rhsm.logutil # cleanup[3] wiping dbus # destroy dbus._compat # destroy dbus._expat_introspect_parser # destroy dbus._dbus # destroy dbus.exceptions # destroy dbus.types # destroy dbus.lowlevel # destroy dbus.proxies # destroy dbus.connection # destroy dbus.bus # destroy dbus.decorators # destroy dbus.service # destroy dbus.server # destroy dbus.mainloop # cleanup[3] wiping xml.parsers.expat.errors # cleanup[3] wiping xml.parsers.expat.model # cleanup[3] wiping pyexpat # destroy pyexpat.errors # destroy pyexpat.model # cleanup[3] wiping _dbus_bindings # cleanup[3] wiping dateutil.parser._parser # destroy dateutil.relativedelta # cleanup[3] wiping dateutil.tz # destroy dateutil.tz._common # destroy dateutil.tz._factories # destroy dateutil.tz.tz # cleanup[3] wiping six.moves # cleanup[3] wiping _decimal # cleanup[3] wiping six # destroy six.moves.urllib # destroy six.moves # cleanup[3] wiping dnf.cli # destroy dnf.cli.format # destroy dnf.cli.term # destroy dnf.cli.progress # destroy dnf.cli.aliases # destroy dnf.cli.option_parser # destroy dnf.cli.demand # destroy dnf.cli.cli # cleanup[3] wiping dnf.cli.commands.upgrademinimal # cleanup[3] wiping dnf.cli.commands.upgrade # cleanup[3] wiping dnf.cli.commands.updateinfo # cleanup[3] wiping dnf.cli.commands.swap # cleanup[3] wiping dnf.cli.commands.shell # destroy cmd # cleanup[3] wiping dnf.cli.commands.search # cleanup[3] wiping dnf.match_counter # cleanup[3] wiping dnf.cli.commands.repolist # cleanup[3] wiping dnf.cli.commands.remove # cleanup[3] wiping dnf.cli.commands.reinstall # cleanup[3] wiping dnf.cli.commands.module # cleanup[3] wiping dnf.cli.commands.mark # cleanup[3] wiping dnf.cli.commands.makecache # cleanup[3] wiping dnf.cli.commands.install # cleanup[3] wiping dnf.cli.commands.history # cleanup[3] wiping dnf.transaction_sr # cleanup[3] wiping dnf.cli.commands.group # cleanup[3] wiping dnf.cli.commands.downgrade # cleanup[3] wiping dnf.cli.commands.distrosync # cleanup[3] wiping dnf.cli.commands.deplist # cleanup[3] wiping dnf.cli.commands.repoquery # cleanup[3] wiping dnf.cli.commands.clean # cleanup[3] wiping dnf.cli.commands.check # cleanup[3] wiping dnf.cli.commands.autoremove # cleanup[3] wiping dnf.cli.commands.alias # destroy dnf.cli.commands # cleanup[3] wiping dnf.cli.output # cleanup[3] wiping termios # cleanup[3] wiping curses # cleanup[3] wiping _curses # cleanup[3] wiping dnf # destroy dnf.pycomp # destroy dnf.const <<< 7723 1726883206.83710: stdout chunk (state=3): >>># destroy dnf.i18n # destroy dnf.yum # destroy dnf.yum.rpmtrans # destroy dnf.transaction # destroy dnf.callback # destroy dnf.util # destroy dnf.exceptions # destroy dnf.comps # destroy dnf.db # destroy dnf.db.group # destroy dnf.db.history # destroy dnf.crypto # destroy dnf.conf # destroy dnf.conf.substitutions # destroy dnf.conf.config # destroy dnf.conf.read # destroy dnf.lock # destroy dnf.logging # destroy dnf.repo # destroy dnf.rpm # destroy dnf.dnssec # destroy dnf.drpm # destroy dnf.goal # destroy dnf.history # destroy dnf.module # destroy dnf.module.exceptions # destroy dnf.module.module_base # destroy dnf.selector # destroy dnf.persistor # destroy dnf.plugin # destroy dnf.query # destroy dnf.repodict # destroy dnf.package # destroy dnf.sack # destroy dnf.subject # destroy dnf.base # destroy dnf.transaction_sr # destroy dnf.match_counter # destroy dnf.cli # cleanup[3] wiping gc # cleanup[3] wiping dnf.rpm.miscutils # cleanup[3] wiping dnf.rpm.connection # cleanup[3] wiping inspect <<< 7723 1726883206.83715: stdout chunk (state=3): >>># destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping libdnf.smartcols # cleanup[3] wiping libdnf._smartcols # cleanup[3] wiping dnf.rpm.transaction # cleanup[3] wiping logging.handlers # destroy pickle # cleanup[3] wiping _pickle # cleanup[3] wiping _compat_pickle # cleanup[3] wiping dnf.yum.misc # cleanup[3] wiping glob # cleanup[3] wiping libcomps # cleanup[3] wiping libcomps._libpycomps # cleanup[3] wiping hawkey <<< 7723 1726883206.83851: stdout chunk (state=3): >>># cleanup[3] wiping hawkey._hawkey # cleanup[3] wiping rpm # destroy rpm.transaction # cleanup[3] wiping rpm._rpm # cleanup[3] wiping unicodedata # cleanup[3] wiping libdnf # destroy libdnf.error # destroy libdnf.common_types # destroy libdnf.conf # destroy libdnf.module # destroy libdnf.repo # destroy libdnf.transaction # destroy libdnf.utils # destroy libdnf.smartcols # cleanup[3] wiping libdnf._utils # cleanup[3] wiping libdnf._transaction <<< 7723 1726883206.83857: stdout chunk (state=3): >>># cleanup[3] wiping libdnf._repo # cleanup[3] wiping libdnf._module # cleanup[3] wiping libdnf._conf # cleanup[3] wiping libdnf._common_types # cleanup[3] wiping libdnf._error # cleanup[3] wiping queue # cleanup[3] wiping _queue # cleanup[3] wiping _heapq <<< 7723 1726883206.83860: stdout chunk (state=3): >>># cleanup[3] wiping configparser # cleanup[3] wiping email.mime.text # cleanup[3] wiping gzip # cleanup[3] wiping http.cookiejar # cleanup[3] wiping urllib.request # destroy http <<< 7723 1726883206.83862: stdout chunk (state=3): >>># cleanup[3] wiping urllib.error # cleanup[3] wiping urllib.response # cleanup[3] wiping http.client # cleanup[3] wiping ssl # cleanup[3] wiping _ssl # cleanup[3] wiping email.parser # cleanup[3] wiping email.feedparser # cleanup[3] wiping email.mime.multipart # cleanup[3] wiping email.mime.application # cleanup[3] wiping email.mime.nonmultipart # cleanup[3] wiping email.mime.base # cleanup[3] wiping email.policy # cleanup[3] wiping email.contentmanager # cleanup[3] wiping email.message # destroy quopri # cleanup[3] wiping email.iterators # cleanup[3] wiping email.headerregistry # cleanup[3] wiping email._header_value_parser <<< 7723 1726883206.83864: stdout chunk (state=3): >>># cleanup[3] wiping email._encoded_words # cleanup[3] wiping email._policybase # cleanup[3] wiping email.utils # cleanup[3] wiping email._parseaddr <<< 7723 1726883206.83928: stdout chunk (state=3): >>># cleanup[3] wiping calendar # cleanup[3] wiping email.header # cleanup[3] wiping email.charset # cleanup[3] wiping email.base64mime # cleanup[3] wiping email.quoprimime # cleanup[3] wiping email.errors # cleanup[3] wiping email.encoders # cleanup[3] wiping email.mime # destroy email.mime.base # destroy email.mime.nonmultipart # destroy email.mime.application # destroy email.mime.multipart # destroy email.mime.text # cleanup[3] wiping email # destroy email._parseaddr # destroy email._policybase # destroy email._encoded_words # destroy email._header_value_parser # destroy email.mime # destroy email.encoders # destroy email.errors # destroy email.quoprimime # destroy email.base64mime # destroy email.charset # destroy email.header <<< 7723 1726883206.83932: stdout chunk (state=3): >>># destroy email.utils # destroy email.headerregistry # destroy email.iterators # destroy email.message # destroy email.contentmanager # destroy email.policy # destroy email.feedparser # destroy email.parser # cleanup[3] wiping argparse # cleanup[3] wiping gettext # cleanup[3] wiping selinux._selinux # cleanup[3] wiping copy # 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 array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging <<< 7723 1726883206.83993: stdout chunk (state=3): >>># destroy logging.handlers # destroy logging.config # cleanup[3] wiping string # cleanup[3] wiping _string # destroy _string # cleanup[3] wiping _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # destroy syslog # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping subprocess # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale <<< 7723 1726883206.84014: stdout chunk (state=3): >>># cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping typing <<< 7723 1726883206.84057: stdout chunk (state=3): >>># cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping zipfile <<< 7723 1726883206.84081: stdout chunk (state=3): >>># destroy zipfile._path # destroy bz2 # destroy lzma # cleanup[3] wiping zipfile._path.glob # cleanup[3] wiping pathlib # cleanup[3] wiping urllib.parse # destroy ipaddress # cleanup[3] wiping urllib # destroy urllib.response # destroy urllib.error # destroy urllib.request # cleanup[3] wiping ntpath <<< 7723 1726883206.84115: stdout chunk (state=3): >>># cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping tempfile # cleanup[3] wiping weakref # cleanup[3] wiping random # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil <<< 7723 1726883206.84157: stdout chunk (state=3): >>># cleanup[3] wiping _lzma # cleanup[3] wiping _bz2 # cleanup[3] wiping _compression # cleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping base64 # cleanup[3] wiping binascii # cleanup[3] wiping struct # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy copyreg # cleanup[3] wiping re._parser <<< 7723 1726883206.84207: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping enum # 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 # cleanup[3] wiping os.path <<< 7723 1726883206.84258: stdout chunk (state=3): >>># destroy genericpath # cleanup[3] wiping posixpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # destroy _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping zipimport # destroy _frozen_importlib_external # cleanup[3] wiping time # cleanup[3] wiping posix # cleanup[3] wiping marshal # destroy marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # destroy _imp # cleanup[3] wiping _frozen_importlib <<< 7723 1726883206.84290: stdout chunk (state=3): >>># cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 7723 1726883206.84313: stdout chunk (state=3): >>># destroy librepo._librepo # destroy _dbus_glib_bindings # destroy rhsm._certificate # destroy decimal # destroy _curses # destroy libcomps._libpycomps # destroy hawkey._hawkey # destroy rpm._rpm # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 7723 1726883206.85287: stdout chunk (state=3): >>># destroy sys.monitoring <<< 7723 1726883206.85331: stdout chunk (state=3): >>># destroy zipimport <<< 7723 1726883206.85362: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 7723 1726883206.85387: stdout chunk (state=3): >>># destroy re._parser <<< 7723 1726883206.85408: stdout chunk (state=3): >>># destroy tokenize <<< 7723 1726883206.85419: stdout chunk (state=3): >>># destroy _compat_pickle <<< 7723 1726883206.85446: stdout chunk (state=3): >>># destroy libdnf._error # destroy ansible.module_utils.six.moves.urllib <<< 7723 1726883206.85458: stdout chunk (state=3): >>># destroy _thread # destroy _weakref <<< 7723 1726883206.85467: stdout chunk (state=3): >>># destroy array # destroy gi.types # destroy gi._error # destroy gi._gi # destroy gi._gobject # destroy gi._constants # destroy gi.docstring # destroy gi._propertyhelper # destroy gi._signalhelper # destroy gi.module # destroy gi.overrides # destroy gi.importer # destroy gi.repository # destroy gi._ossighelper # destroy gi._option # destroy textwrap <<< 7723 1726883206.85489: stdout chunk (state=3): >>># destroy _queue <<< 7723 1726883206.85504: stdout chunk (state=3): >>># destroy posix <<< 7723 1726883206.85527: stdout chunk (state=3): >>># destroy stat <<< 7723 1726883206.85555: stdout chunk (state=3): >>># destroy selectors <<< 7723 1726883206.85564: stdout chunk (state=3): >>># destroy six.moves.urllib_parse # destroy six.moves.urllib.error # destroy six.moves.urllib.request # destroy six.moves.urllib.response # destroy six.moves.urllib.robotparser # destroy _pickle # 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 <<< 7723 1726883206.85589: stdout chunk (state=3): >>># destroy _typing <<< 7723 1726883206.85604: stdout chunk (state=3): >>># destroy dateutil.parser._parser # destroy _tokenize # destroy ansible.module_utils.six.moves <<< 7723 1726883206.85612: stdout chunk (state=3): >>># destroy _operator <<< 7723 1726883206.85650: stdout chunk (state=3): >>># destroy dateutil.tz # destroy gzip <<< 7723 1726883206.85694: stdout chunk (state=3): >>># destroy signal <<< 7723 1726883206.85774: stdout chunk (state=3): >>># destroy rhsmlib.facts.dmiinfo # destroy requests <<< 7723 1726883206.85779: stdout chunk (state=3): >>># destroy six # destroy iniparse.ini <<< 7723 1726883206.85802: stdout chunk (state=3): >>># destroy _blake2 # destroy queue # destroy shlex # destroy pwd <<< 7723 1726883206.85827: stdout chunk (state=3): >>># destroy _functools # destroy gettext # destroy libcomps # destroy locale # destroy dnf.rpm.transaction # destroy dnf.rpm.connection # destroy dnf.rpm.miscutils # destroy base64 # destroy inspect # destroy gc # destroy math <<< 7723 1726883206.85834: stdout chunk (state=3): >>># destroy zlib # destroy http.cookies <<< 7723 1726883206.85849: stdout chunk (state=3): >>># destroy _ssl <<< 7723 1726883206.85866: stdout chunk (state=3): >>># destroy shutil # destroy _heapq # destroy enum <<< 7723 1726883206.85893: stdout chunk (state=3): >>># destroy urllib.parse <<< 7723 1726883206.85928: stdout chunk (state=3): >>># destroy ntpath <<< 7723 1726883206.85976: stdout chunk (state=3): >>># destroy rhsmlib.facts.custom # destroy rhsmlib.facts.host_collector # destroy rhsmlib.facts.hwprobe # destroy rhsmlib.facts.insights # destroy rhsmlib.facts.kpatch # destroy rhsmlib.facts.cloud_facts # destroy rhsmlib.facts.pkg_arches # destroy rhsmlib.facts.network <<< 7723 1726883206.85986: stdout chunk (state=3): >>># destroy rhsm # destroy rhsmlib.dbus.dbus_utils <<< 7723 1726883206.86031: stdout chunk (state=3): >>># destroy traceback # destroy dnf.yum.misc # destroy glob # destroy functools # destroy curses <<< 7723 1726883206.86064: stdout chunk (state=3): >>># destroy fcntl # destroy termios # destroy argparse # destroy dnf.cli.commands.alias # destroy dnf.cli.commands.autoremove # destroy dnf.cli.commands.check # destroy dnf.cli.commands.clean # destroy dnf.cli.commands.repoquery # destroy dnf.cli.commands.deplist # destroy dnf.cli.commands.distrosync # destroy dnf.cli.commands.downgrade # destroy dnf.cli.commands.group # destroy dnf.cli.commands.history # destroy dnf.cli.commands.install # destroy dnf.cli.commands.makecache # destroy dnf.cli.commands.mark # destroy dnf.cli.commands.module # destroy dnf.cli.commands.reinstall # destroy dnf.cli.commands.remove # destroy dnf.cli.commands.repolist # destroy dnf.cli.commands.search # destroy dnf.cli.commands.shell # destroy dnf.cli.commands.swap # destroy dnf.cli.commands.updateinfo # destroy dnf.cli.commands.upgrade # destroy dnf.cli.commands.upgrademinimal # destroy operator # destroy random # destroy rpm # destroy hawkey # destroy dnf.cli.output # destroy dnf <<< 7723 1726883206.86073: stdout chunk (state=3): >>># destroy json.scanner # destroy _json # destroy dataclasses # destroy configparser # destroy fnmatch # destroy pyinotify # destroy requests.sessions # destroy _opcode <<< 7723 1726883206.86124: stdout chunk (state=3): >>># destroy urllib3.packages.six.moves.urllib_parse # destroy urllib3.packages.six.moves.urllib.error # destroy urllib3.packages.six.moves.urllib.request # destroy urllib3.packages.six.moves.urllib.response # destroy urllib3.packages.six.moves.urllib.robotparser <<< 7723 1726883206.86198: stdout chunk (state=3): >>># destroy urllib3.packages # destroy urllib3.exceptions # destroy urllib3._version # destroy urllib3._collections # destroy urllib3.contrib # destroy urllib3.util # destroy urllib3.connection # destroy urllib3.fields # destroy urllib3.filepost # destroy urllib3.request # destroy urllib3.response # destroy urllib3.connectionpool # destroy urllib3.poolmanager # destroy calendar # destroy copy # destroy codecs # destroy struct # destroy tempfile # destroy requests.certs <<< 7723 1726883206.86206: stdout chunk (state=3): >>># destroy hashlib # destroy datetime # destroy encodings # destroy charset_normalizer # destroy http.cookiejar # destroy json # destroy typing <<< 7723 1726883206.86277: stdout chunk (state=3): >>># destroy _multibytecodec <<< 7723 1726883206.86300: stdout chunk (state=3): >>># destroy _socket <<< 7723 1726883206.86370: stdout chunk (state=3): >>># destroy hmac # destroy binascii # destroy _hashlib <<< 7723 1726883206.86374: stdout chunk (state=3): >>># destroy dbus # destroy rhsmlib.dbus.constants # destroy rhsm.connection # destroy gi.repository.GLib # destroy rhsmlib.services.config # destroy subscription_manager.injection <<< 7723 1726883206.86393: stdout chunk (state=3): >>># destroy http.client <<< 7723 1726883206.86403: stdout chunk (state=3): >>># destroy email # destroy _warnings <<< 7723 1726883206.86415: stdout chunk (state=3): >>># destroy ssl # destroy string # destroy subprocess # destroy rhsmlib.facts.collector <<< 7723 1726883206.86447: stdout chunk (state=3): >>># destroy errno # destroy select # destroy time # destroy socket # destroy urllib3.contrib._appengine_environ # destroy urllib3.packages.six <<< 7723 1726883206.86468: stdout chunk (state=3): >>># destroy urllib # destroy importlib <<< 7723 1726883206.86481: stdout chunk (state=3): >>># destroy idna.idnadata # destroy bisect # destroy unicodedata # destroy _io # destroy _compression # destroy posixpath # destroy zipfile # destroy itertools # destroy pathlib # destroy zipfile._path.glob <<< 7723 1726883206.86495: stdout chunk (state=3): >>># destroy threading # destroy logging # destroy warnings # destroy io # destroy collections # destroy contextlib <<< 7723 1726883206.86503: stdout chunk (state=3): >>># destroy _bz2 # destroy _lzma <<< 7723 1726883206.86534: stdout chunk (state=3): >>># destroy xml.etree.ElementPath # destroy pyexpat # destroy _elementtree <<< 7723 1726883206.86635: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 7723 1726883206.86782: stdout chunk (state=3): >>># destroy _codecs <<< 7723 1726883206.86790: stdout chunk (state=3): >>># destroy re <<< 7723 1726883206.86819: stdout chunk (state=3): >>># destroy _random <<< 7723 1726883206.86837: stdout chunk (state=3): >>># destroy _sre <<< 7723 1726883206.86854: stdout chunk (state=3): >>># clear sys.audit hooks <<< 7723 1726883206.87719: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.120 closed. <<< 7723 1726883206.87750: stderr chunk (state=3): >>><<< 7723 1726883206.87753: stdout chunk (state=3): >>><<< 7723 1726883206.88035: _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 0x7f0bea1bc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bea18ba10> # /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 0x7f0bea1be930> 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 0x7f0bea1ccfe0> # /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 0x7f0bea1cdf10> 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 0x7f0be9fcbd10> # /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 0x7f0be9fcbf20> # /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 0x7f0bea003710> # /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 0x7f0bea003da0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be9fe39b0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be9fe10d0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be9fc8ec0> # /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 0x7f0bea027620> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bea026240> # /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 0x7f0be9fe20c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be9fca780> # /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 0x7f0bea058650> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be9fc8140> # /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 0x7f0bea058b00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bea0589b0> # 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 0x7f0bea058da0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be9fc6c60> # /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 0x7f0bea059490> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bea059160> 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 0x7f0bea05a390> 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 0x7f0bea070590> 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 0x7f0bea071c70> # /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 0x7f0bea072b10> # 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 0x7f0bea073170> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bea072060> # /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 0x7f0bea073bf0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bea073320> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bea05a300> # /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 0x7f0be9db7aa0> # /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 0x7f0be9de0590> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be9de02f0> # 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 0x7f0be9de0410> # /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 0x7f0be9de0dd0> # 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 0x7f0be9de1700> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be9de0680> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be9db5c40> # /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 0x7f0be9de2ab0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be9de1820> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0bea05aab0> # /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 0x7f0be9e0ae40> # /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 0x7f0be9e331d0> # /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 0x7f0be9e5ff20> # /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 0x7f0be9e926c0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be9e5fdd0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be9e33890> # /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 0x7f0be97290a0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be9e32000> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be9de3a10> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f0be9e32600> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_ana1vcel/ansible_ansible.legacy.dnf_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 0x7f0be977ecf0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be975dc70> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be975ce30> # 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 0x7f0be977cc50> # /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 0x7f0be97aa720> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be97aa4b0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be97a9dc0> # /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 0x7f0be97aa510> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be9de0440> 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 0x7f0be97ab440> # 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 0x7f0be97ab680> # /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 0x7f0be97abb90> 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 0x7f0be960d9a0> # 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 0x7f0be960f5c0> # /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 0x7f0be960fef0> # /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 0x7f0be96150d0> # /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 0x7f0be9617bc0> # 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 0x7f0be9fcbdd0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be9615e80> # /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 0x7f0be961fc50> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be961e720> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be961e480> # /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 0x7f0be961e9f0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be9616390> # 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 0x7f0be9663ec0> # /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 0x7f0be9663f50> # /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 0x7f0be9665b20> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be96658b0> # /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 0x7f0be9667fe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be96661e0> # /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 0x7f0be966b860> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be9668230> # 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 0x7f0be966c8f0> # 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 0x7f0be966c560> # 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 0x7f0be966c9e0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be9664200> # /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 0x7f0be96f8290> # 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 0x7f0be96f9550> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be966e9c0> # 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 0x7f0be966fd40> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be966e5a0> # 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 0x7f0be96fd790> # /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 0x7f0be96fe600> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be96f99a0> 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 0x7f0be96fede0> # 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 0x7f0be96ff8c0> # 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 0x7f0be950a120> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be9505ac0> 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 0x7f0be97fab70> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be97de840> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be950a210> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be96ff2c0> # 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 # zipimport: zlib available # /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py # code object from '/usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc' import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be959c890> # /usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/__init__.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc' import 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be959cb30> # /usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/application.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py # code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py # code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be959d280> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be959ce00> # /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py # code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc' import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be959dbe0> # /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py # code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py # code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py # code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py # code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be9589ac0> # /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py # code object from '/usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be9589160> # /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py # code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be91ca840> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be959f3b0> # /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py # code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py # code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py # code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be91d93a0> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be91cbf20> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be91cb290> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be959e840> # /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py # code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py # code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py # code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be9245340> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be91fd460> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be91cbd40> # /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py # code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py # code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py # code object from '/usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc' import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be924ce60> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be9247110> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be91fcf50> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be959e210> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be959dc40> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be959d9a0> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be959cb90> # /usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/multipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc' import 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be959da90> # /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py # code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py # code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be924d4c0> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be924d0d0> # /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py # code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be924dc10> # /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py # code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py # code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' # extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' # extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be925c7d0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be9235940> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be924eb70> # /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py # code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be9235340> # /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py # code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be926a810> # /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc' # /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc' import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be926b4d0> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be926af60> # /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be926b9b0> # /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py # code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be923fec0> # /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py # code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be9128470> # zipimport: zlib available import 'ansible.module_utils.urls' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.version' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.respawn' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.yumdnf' # # zipimport: zlib available # /usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/pycomp.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc' # /usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/text.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc' import 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be912b3b0> # /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py # code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be912b4d0> # /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py # code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py # code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be8e7f6e0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be8e7ef30> # extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' # extension module '_queue' executed from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' import '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be8e7f110> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be912ba10> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be912a660> # /usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/const.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc' import 'dnf.const' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be912b0b0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/base.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/__init__.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/error.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc' # extension module 'libdnf._error' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_error.so' # extension module 'libdnf._error' executed from '/usr/lib64/python3.12/site-packages/libdnf/_error.so' import 'libdnf._error' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be8efcd40> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be8efc950> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/common_types.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc' # extension module 'libdnf._common_types' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so' # extension module 'libdnf._common_types' executed from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so' import 'libdnf._common_types' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be8f285f0> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be8efce60> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/conf.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' # extension module 'libdnf._conf' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so' # extension module 'libdnf._conf' executed from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so' import 'libdnf._conf' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be8cd75f0> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be8f285c0> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/module.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc' # extension module 'libdnf._module' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_module.so' # extension module 'libdnf._module' executed from '/usr/lib64/python3.12/site-packages/libdnf/_module.so' import 'libdnf._module' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be8d4d2e0> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be8cd7b60> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/repo.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc' # extension module 'libdnf._repo' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so' # extension module 'libdnf._repo' executed from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so' import 'libdnf._repo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be8d88200> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be8d4d370> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/transaction.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc' # extension module 'libdnf._transaction' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so' # extension module 'libdnf._transaction' executed from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so' import 'libdnf._transaction' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be7064350> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be8d88590> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/utils.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc' # extension module 'libdnf._utils' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so' # extension module 'libdnf._utils' executed from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so' import 'libdnf._utils' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be7065610> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be7064a40> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be8efc4d0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/comps.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/exceptions.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/i18n.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc' # extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be7088b30> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be7067f80> # /usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/util.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/callback.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc' import 'dnf.yum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be708b1d0> # /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/rpmtrans.py # code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc' import 'dnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be70ac110> # /usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/__init__.py # code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc' # extension module 'rpm._rpm' loaded from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so' # extension module 'rpm._rpm' executed from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so' import 'rpm._rpm' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be70ac9b0> # /usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/transaction.py # code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc' import 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be70ade50> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be70ac320> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be708b080> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be708aa20> # /usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/hawkey/__init__.py # code object from '/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc' # extension module 'hawkey._hawkey' loaded from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so' # extension module 'hawkey._hawkey' executed from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so' import 'hawkey._hawkey' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be70afa70> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be708b5f0> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be7088e90> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be7067590> # /usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libcomps/__init__.py # code object from '/usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc' # extension module 'libcomps._libpycomps' loaded from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so' # extension module 'libcomps._libpycomps' executed from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so' import 'libcomps._libpycomps' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be7067bf0> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be7067950> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be7065790> # /usr/lib/python3.12/site-packages/dnf/db/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/__init__.cpython-312.pyc' import 'dnf.db' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be70e9070> # /usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/history.py # code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/misc.py # code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/crypto.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc' import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be70eb500> # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be70ebce0> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be70ea8a0> # /usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/group.py # code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc' import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be7118500> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be70e9040> # /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/config.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/substitutions.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc' import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be7119f70> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be71194f0> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be7119310> # /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/read.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repo.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/logging.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/lock.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc' import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be7141010> # /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py # code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py # code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py # code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6a13050> # extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' # extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be6a133b0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be71432f0> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be71414c0> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be7140500> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be711a750> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be711a480> # /usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/dnssec.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/transaction.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc' import 'dnf.rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6a4cf50> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6a13f80> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be711ac90> # /usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/drpm.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc' import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6a4d670> # /usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/goal.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc' import 'dnf.goal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6a4da30> # /usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/history.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc' import 'dnf.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6a4da90> # /usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc' import 'dnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6a4dbb0> # /usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/module_base.py # code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/smartcols.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc' # extension module 'libdnf._smartcols' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so' # extension module 'libdnf._smartcols' executed from '/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so' import 'libdnf._smartcols' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be6a6c7a0> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6a4e8d0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/selector.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc' import 'dnf.selector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6a6c8f0> # /usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/exceptions.py # code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc' import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6a6c9e0> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6a4d9a0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/persistor.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc' import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6a6cb00> # /usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/plugin.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py # code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py # code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py # code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' # extension module '_opcode' loaded from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' # extension module '_opcode' executed from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' import '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be6ab8530> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6a8f950> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6a8e3c0> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6a6e300> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6a6d760> # /usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/query.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc' import 'dnf.query' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6a6e6c0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repodict.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc' import 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6a6f9b0> # /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/connection.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc' import 'dnf.rpm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6ad4ce0> # /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/miscutils.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc' import 'dnf.rpm.miscutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6ad4f50> # /usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/sack.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/package.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc' import 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6ad5880> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6ad5340> # /usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/subject.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc' import 'dnf.subject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6ad6750> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be8e7f890> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be912a4e0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/builddep.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnfpluginscore/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc' import 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6ad7260> # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/cli.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/output.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/format.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc' import 'dnf.cli.format' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be68a7d10> # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/progress.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/term.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc' # /usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/curses/__init__.py # code object from '/usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc' # extension module '_curses' loaded from '/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so' # extension module '_curses' executed from '/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so' import '_curses' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be68c9d30> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be68c98e0> # extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' # extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be9e0adb0> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be68c87a0> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be68a7fe0> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be68a4d70> # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/aliases.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc' import 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be926b620> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/option_parser.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc' import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be68df290> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be68dddf0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/alias.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc' import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6904aa0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/autoremove.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc' import 'dnf.cli.commands.autoremove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6904da0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/check.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc' import 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6904fe0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/clean.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc' import 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6905280> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/deplist.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repoquery.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc' import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be69059a0> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be69057f0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/distrosync.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-312.pyc' import 'dnf.cli.commands.distrosync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be69071d0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/downgrade.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc' import 'dnf.cli.commands.downgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6907350> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/group.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc' import 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6907590> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/history.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction_sr.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc' import 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6920500> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6907d70> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/install.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc' import 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6921070> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/makecache.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc' import 'dnf.cli.commands.makecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be69214c0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/mark.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc' import 'dnf.cli.commands.mark' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be69216a0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/module.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc' import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6921970> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/reinstall.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-312.pyc' import 'dnf.cli.commands.reinstall' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6922870> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/remove.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc' import 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6922ae0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repolist.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc' import 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6922cf0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/search.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/match_counter.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc' import 'dnf.match_counter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be69238f0> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6923410> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/shell.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py # code object from '/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc' import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be69487a0> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be69480e0> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/swap.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc' import 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6949400> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/updateinfo.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc' import 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6949700> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrade.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc' import 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be694a660> # /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrademinimal.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc' import 'dnf.cli.commands.upgrademinimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be694a900> # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/demand.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc' import 'dnf.cli.demand' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be694aab0> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6ad76b0> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6ad7440> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6ad6ba0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/changelog.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_version.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc' import 'dateutil._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be694b4d0> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be694b200> # /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/_parser.py # code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc' # /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py # code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be696d910> # /usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc matches /usr/lib64/python3.12/decimal.py # code object from '/usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py # code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be696f050> # extension module '_decimal' loaded from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so' # extension module '_decimal' executed from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so' import '_decimal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be696e240> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be696ddf0> # /usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/relativedelta.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_common.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc' import 'dateutil._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be66c0860> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be696d820> # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/tz.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc' import 'six.moves' # # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_common.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc' import 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be66c3770> # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_factories.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc' import 'dateutil.tz._factories' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be66c3890> # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/win.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc' # destroy dateutil.tz.win import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be66c0ec0> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be66c0b90> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be694b770> # /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/isoparser.py # code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc' import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be696d490> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be694b320> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6ad7410> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/config_manager.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc' import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be66ea2a0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/copr.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc' import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be66eab70> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/debuginfo-install.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc' import 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be66ebb90> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/download.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc' import 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6714230> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/generate_completion_cache.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc' # /usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/__init__.py # code object from '/usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/dbapi2.py # code object from '/usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc' # extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' # extension module '_sqlite3' executed from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' import '_sqlite3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be67158e0> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be67152b0> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6714f50> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6714bf0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/groups_manager.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc' import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be696ec90> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/needs_restarting.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc' import 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6717590> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc' import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6717620> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc' # extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' # extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' import '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be6717d40> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6717bc0> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc' import 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6746300> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc' # /usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/__init__.py # code object from '/usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc' import 'xml' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6747500> # /usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/__init__.py # code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc' import 'xml.parsers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6747770> # /usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/expat.py # code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc' # extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' # extension module 'pyexpat' executed from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' import 'pyexpat' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be67478f0> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6747710> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6746fc0> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6746480> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6745730> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6744cb0> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6744530> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6717080> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6716570> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repoclosure.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc' import 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be67471d0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repodiff.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc' import 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6747d70> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repograph.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc' import 'dnf.plugin.dynamic.repograph' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6770650> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repomanage.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc' import 'dnf.plugin.dynamic.repomanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be67709e0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/reposync.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc' import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6771310> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/system_upgrade.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc' import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6771e80> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/product-id.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/product-id.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/product-id.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/__init__.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/__init__.cpython-312.pyc' import 'subscription_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6798800> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/productid.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/productid.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/productid.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/__init__.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/__init__.cpython-312.pyc' import 'rhsm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6799e80> # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/certificate.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/certificate.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/certificate.cpython-312.pyc' # extension module 'rhsm._certificate' loaded from '/usr/lib64/python3.12/site-packages/rhsm/_certificate.cpython-312-x86_64-linux-gnu.so' # extension module 'rhsm._certificate' executed from '/usr/lib64/python3.12/site-packages/rhsm/_certificate.cpython-312-x86_64-linux-gnu.so' import 'rhsm._certificate' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be64054c0> import 'rhsm.certificate' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6799eb0> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/certdirectory.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/certdirectory.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/certdirectory.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/config.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/config.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/config.cpython-312.pyc' # /usr/lib/python3.12/site-packages/iniparse/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/iniparse/__init__.py # code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/iniparse/__pycache__/ini.cpython-312.pyc matches /usr/lib/python3.12/site-packages/iniparse/ini.py # code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/ini.cpython-312.pyc' # /usr/lib/python3.12/site-packages/iniparse/__pycache__/configparser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/iniparse/configparser.py # code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/configparser.cpython-312.pyc' import 'iniparse.configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be642d280> # /usr/lib/python3.12/site-packages/iniparse/__pycache__/config.cpython-312.pyc matches /usr/lib/python3.12/site-packages/iniparse/config.py # code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/config.cpython-312.pyc' import 'iniparse.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be642d370> import 'iniparse.ini' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6407f80> # /usr/lib/python3.12/site-packages/iniparse/__pycache__/compat.cpython-312.pyc matches /usr/lib/python3.12/site-packages/iniparse/compat.py # code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/compat.cpython-312.pyc' import 'iniparse.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be642e1b0> # /usr/lib/python3.12/site-packages/iniparse/__pycache__/utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/iniparse/utils.py # code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/utils.cpython-312.pyc' import 'iniparse.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be642eb70> import 'iniparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6407d70> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/i18n.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/i18n.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/i18n.cpython-312.pyc' import 'subscription_manager.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be642ec00> import 'rhsm.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6407260> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/injection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/injection.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/injection.cpython-312.pyc' import 'subscription_manager.injection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be642f200> # /usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/__init__.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/__init__.cpython-312.pyc' import 'rhsmlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be642f620> # /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/__init__.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/__init__.cpython-312.pyc' import 'rhsmlib.services' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be642f770> # /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/config.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/config.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/config.cpython-312.pyc' import 'rhsmlib.services.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be642f830> # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/certificate2.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/certificate2.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/certificate2.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/connection.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/connection.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/https.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/https.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/https.cpython-312.pyc' import 'rhsm.https' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be647c140> # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/ourjson.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/ourjson.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/ourjson.cpython-312.pyc' import 'rhsm.ourjson' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be647c2c0> # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/utils.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/utils.cpython-312.pyc' import 'rhsm.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be647c4a0> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/version.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/version.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/version.cpython-312.pyc' import 'subscription_manager.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be647da90> import 'rhsm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6455490> # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/pathtree.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/pathtree.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/pathtree.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/bitstream.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/bitstream.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/bitstream.cpython-312.pyc' import 'rhsm.bitstream' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be648d520> # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/huffman.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/huffman.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/huffman.cpython-312.pyc' import 'rhsm.huffman' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be648da00> import 'rhsm.pathtree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6456120> import 'rhsm.certificate2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be642ffe0> import 'subscription_manager.certdirectory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6406240> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/utils.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/utils.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc matches /usr/lib64/python3.12/pprint.py # code object from '/usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc matches /usr/lib64/python3.12/dataclasses.py # code object from '/usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc' import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be64c8e30> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be648fc80> # /usr/lib64/python3.12/site-packages/subscription_manager/branding/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/branding/__init__.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/branding/__pycache__/__init__.cpython-312.pyc' import 'subscription_manager.branding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be64cac30> # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/__init__.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/__init__.cpython-312.pyc' import 'rhsmlib.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be64caff0> # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/hwprobe.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/hwprobe.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/hwprobe.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cpuinfo.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/cpuinfo.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cpuinfo.cpython-312.pyc' import 'rhsmlib.facts.cpuinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be62f8140> # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/collector.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/collector.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/collector.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/collection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/collection.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/collection.cpython-312.pyc' import 'rhsmlib.facts.collection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be62f98b0> import 'rhsmlib.facts.collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be62f9430> import 'rhsmlib.facts.hwprobe' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be64cb0e0> import 'subscription_manager.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be648eb70> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/repolib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/repolib.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/repolib.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cache.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cache.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cache.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/profile.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/profile.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/profile.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/cloud_what/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/__init__.py # code object from '/usr/lib64/python3.12/site-packages/cloud_what/__pycache__/__init__.cpython-312.pyc' import 'cloud_what' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6326030> # /usr/lib64/python3.12/site-packages/cloud_what/__pycache__/provider.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/provider.py # code object from '/usr/lib64/python3.12/site-packages/cloud_what/__pycache__/provider.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/host_collector.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/host_collector.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/host_collector.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cleanup.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/cleanup.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cleanup.cpython-312.pyc' import 'rhsmlib.facts.cleanup' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6326a20> # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/virt.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/virt.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/virt.cpython-312.pyc' import 'rhsmlib.facts.virt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6326c60> # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/firmware_info.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/firmware_info.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/firmware_info.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/dmiinfo.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/dmiinfo.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/dmiinfo.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/dmidecodeparser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/dmidecodeparser.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/dmidecodeparser.cpython-312.pyc' import 'rhsmlib.facts.dmidecodeparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6327830> import 'rhsmlib.facts.dmiinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6327470> import 'rhsmlib.facts.firmware_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6326ff0> import 'rhsmlib.facts.host_collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be63266f0> # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/custom.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/custom.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/custom.cpython-312.pyc' import 'rhsmlib.facts.custom' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6327e30> # /usr/lib64/python3.12/site-packages/cloud_what/__pycache__/_base_provider.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/_base_provider.py # code object from '/usr/lib64/python3.12/site-packages/cloud_what/__pycache__/_base_provider.cpython-312.pyc' # /usr/lib/python3.12/site-packages/requests/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/__init__.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/urllib3/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/__init__.py # code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/urllib3/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/exceptions.py # code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/exceptions.cpython-312.pyc' # /usr/lib/python3.12/site-packages/urllib3/packages/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/packages/__init__.py # code object from '/usr/lib/python3.12/site-packages/urllib3/packages/__pycache__/__init__.cpython-312.pyc' import 'urllib3.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6356f30> # /usr/lib/python3.12/site-packages/urllib3/packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/packages/six.py # code object from '/usr/lib/python3.12/site-packages/urllib3/packages/__pycache__/six.cpython-312.pyc' import 'urllib3.packages.six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6357050> import 'urllib3.packages.six.moves' # import 'urllib3.packages.six.moves.http_client' # import 'urllib3.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be63561e0> # /usr/lib/python3.12/site-packages/urllib3/__pycache__/_version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/_version.py # code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/_version.cpython-312.pyc' import 'urllib3._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be63563f0> # /usr/lib/python3.12/site-packages/urllib3/__pycache__/connectionpool.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/connectionpool.py # code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/connectionpool.cpython-312.pyc' # /usr/lib/python3.12/site-packages/urllib3/__pycache__/_collections.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/_collections.py # code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/_collections.cpython-312.pyc' import 'urllib3._collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be637f830> # /usr/lib/python3.12/site-packages/urllib3/__pycache__/connection.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/connection.py # code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/connection.cpython-312.pyc' # /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/__init__.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/connection.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/connection.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/connection.cpython-312.pyc' # /usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/contrib/__init__.py # code object from '/usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/__init__.cpython-312.pyc' import 'urllib3.contrib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be63a5820> # /usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/_appengine_environ.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/contrib/_appengine_environ.py # code object from '/usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/_appengine_environ.cpython-312.pyc' import 'urllib3.contrib._appengine_environ' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be63a57c0> # /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/wait.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/wait.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/wait.cpython-312.pyc' import 'urllib3.util.wait' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be63a59d0> import 'urllib3.util.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be63a53a0> # /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/request.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/request.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/request.cpython-312.pyc' import 'urllib3.util.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be63a5e20> # /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/response.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/response.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/response.cpython-312.pyc' import 'urllib3.util.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be63a5fd0> # /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/retry.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/retry.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/retry.cpython-312.pyc' import 'urllib3.util.retry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be63a6150> # /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssl_.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/ssl_.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssl_.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/hmac.cpython-312.pyc matches /usr/lib64/python3.12/hmac.py # code object from '/usr/lib64/python3.12/__pycache__/hmac.cpython-312.pyc' import 'hmac' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be63a7530> # /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/url.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/url.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/url.cpython-312.pyc' import 'urllib3.util.url' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be63a7cb0> # /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssltransport.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/ssltransport.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssltransport.cpython-312.pyc' import 'urllib3.util.ssltransport' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be63a7c20> import 'urllib3.util.ssl_' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be63a6e40> # /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/timeout.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/timeout.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/timeout.cpython-312.pyc' import 'urllib3.util.timeout' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be63a6fc0> import 'urllib3.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be63a50a0> # /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/proxy.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/proxy.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/proxy.cpython-312.pyc' import 'urllib3.util.proxy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6356ea0> # /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssl_match_hostname.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/ssl_match_hostname.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssl_match_hostname.cpython-312.pyc' import 'urllib3.util.ssl_match_hostname' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be63cd2b0> import 'urllib3.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be63a4680> # /usr/lib/python3.12/site-packages/urllib3/__pycache__/request.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/request.py # code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/request.cpython-312.pyc' # /usr/lib/python3.12/site-packages/urllib3/__pycache__/filepost.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/filepost.py # code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/filepost.cpython-312.pyc' # /usr/lib/python3.12/site-packages/urllib3/__pycache__/fields.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/fields.py # code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/fields.cpython-312.pyc' import 'urllib3.fields' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be63cdca0> import 'urllib3.filepost' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be63cd8b0> import 'urllib3.packages.six.moves.urllib' # import 'urllib3.packages.six.moves.urllib.parse' # import 'urllib3.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be63cd610> # /usr/lib/python3.12/site-packages/urllib3/__pycache__/response.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/response.py # code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/response.cpython-312.pyc' import 'urllib3.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be63cdaf0> # /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/queue.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/queue.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/queue.cpython-312.pyc' import 'urllib3.util.queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be63cf830> import 'urllib3.connectionpool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6356540> # /usr/lib/python3.12/site-packages/urllib3/__pycache__/poolmanager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/poolmanager.py # code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/poolmanager.cpython-312.pyc' import 'urllib3.poolmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be63cf8c0> import 'urllib3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6355c70> # /usr/lib/python3.12/site-packages/requests/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/exceptions.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/exceptions.cpython-312.pyc' # /usr/lib/python3.12/site-packages/requests/__pycache__/compat.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/compat.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/compat.cpython-312.pyc' # /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/__init__.py # code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/api.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/api.py # code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/api.cpython-312.pyc' # /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/cd.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/cd.py # code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/cd.cpython-312.pyc' # /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/constant.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/constant.py # code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/constant.cpython-312.pyc' import 'charset_normalizer.constant' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6202270> # /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/md.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/md.py # code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/md.cpython-312.pyc' # /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/utils.py # code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/utils.cpython-312.pyc' # extension module '_multibytecodec' loaded from '/usr/lib64/python3.12/lib-dynload/_multibytecodec.cpython-312-x86_64-linux-gnu.so' # extension module '_multibytecodec' executed from '/usr/lib64/python3.12/lib-dynload/_multibytecodec.cpython-312-x86_64-linux-gnu.so' import '_multibytecodec' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be62399a0> import 'charset_normalizer.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6238cb0> import 'charset_normalizer.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be622be00> # /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/models.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/models.py # code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/models.cpython-312.pyc' import 'charset_normalizer.models' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be623a420> import 'charset_normalizer.cd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be62018b0> import 'charset_normalizer.api' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6201520> # /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/legacy.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/legacy.py # code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/legacy.cpython-312.pyc' import 'charset_normalizer.legacy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be623b6e0> # /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/version.py # code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/version.cpython-312.pyc' import 'charset_normalizer.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be623b830> import 'charset_normalizer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6201250> # /usr/lib64/python3.12/http/__pycache__/cookies.cpython-312.pyc matches /usr/lib64/python3.12/http/cookies.py # code object from '/usr/lib64/python3.12/http/__pycache__/cookies.cpython-312.pyc' import 'http.cookies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be623b8c0> import 'requests.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be62010d0> import 'requests.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6200b00> # /usr/lib/python3.12/site-packages/requests/__pycache__/packages.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/packages.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/packages.cpython-312.pyc' # /usr/lib/python3.12/site-packages/idna/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/idna/__init__.py # code object from '/usr/lib/python3.12/site-packages/idna/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/idna/__pycache__/package_data.cpython-312.pyc matches /usr/lib/python3.12/site-packages/idna/package_data.py # code object from '/usr/lib/python3.12/site-packages/idna/__pycache__/package_data.cpython-312.pyc' import 'idna.package_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6212ab0> # /usr/lib/python3.12/site-packages/idna/__pycache__/core.cpython-312.pyc matches /usr/lib/python3.12/site-packages/idna/core.py # code object from '/usr/lib/python3.12/site-packages/idna/__pycache__/core.cpython-312.pyc' # /usr/lib/python3.12/site-packages/idna/__pycache__/idnadata.cpython-312.pyc matches /usr/lib/python3.12/site-packages/idna/idnadata.py # code object from '/usr/lib/python3.12/site-packages/idna/__pycache__/idnadata.cpython-312.pyc' import 'idna.idnadata' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6213290> # /usr/lib/python3.12/site-packages/idna/__pycache__/intranges.cpython-312.pyc matches /usr/lib/python3.12/site-packages/idna/intranges.py # code object from '/usr/lib/python3.12/site-packages/idna/__pycache__/intranges.cpython-312.pyc' import 'idna.intranges' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be62133b0> import 'idna.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6212570> import 'idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6200da0> import 'requests.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6200c50> # /usr/lib/python3.12/site-packages/requests/__pycache__/utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/utils.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/utils.cpython-312.pyc' # /usr/lib/python3.12/site-packages/requests/__pycache__/certs.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/certs.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/certs.cpython-312.pyc' import 'requests.certs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be629cb60> # /usr/lib/python3.12/site-packages/requests/__pycache__/__version__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/__version__.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/__version__.cpython-312.pyc' import 'requests.__version__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be629cbf0> # /usr/lib/python3.12/site-packages/requests/__pycache__/_internal_utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/_internal_utils.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/_internal_utils.cpython-312.pyc' import 'requests._internal_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be629ccb0> # /usr/lib/python3.12/site-packages/requests/__pycache__/cookies.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/cookies.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/cookies.cpython-312.pyc' import 'requests.cookies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be629cd70> # /usr/lib/python3.12/site-packages/requests/__pycache__/structures.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/structures.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/structures.cpython-312.pyc' import 'requests.structures' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be629e2a0> import 'requests.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6200dd0> # /usr/lib/python3.12/site-packages/requests/__pycache__/api.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/api.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/api.cpython-312.pyc' # /usr/lib/python3.12/site-packages/requests/__pycache__/sessions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/sessions.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/sessions.cpython-312.pyc' # /usr/lib/python3.12/site-packages/requests/__pycache__/adapters.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/adapters.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/adapters.cpython-312.pyc' # /usr/lib/python3.12/site-packages/requests/__pycache__/auth.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/auth.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/auth.cpython-312.pyc' import 'requests.auth' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be629ffb0> # /usr/lib/python3.12/site-packages/requests/__pycache__/models.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/models.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/models.cpython-312.pyc' # /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py # code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be62c6240> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be62c5c70> # /usr/lib/python3.12/site-packages/requests/__pycache__/hooks.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/hooks.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/hooks.cpython-312.pyc' import 'requests.hooks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be62c6de0> # /usr/lib/python3.12/site-packages/requests/__pycache__/status_codes.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/status_codes.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/status_codes.cpython-312.pyc' import 'requests.status_codes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be62c6f30> import 'requests.models' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be62c4a40> # /usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/socks.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/contrib/socks.py # code object from '/usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/socks.cpython-312.pyc' # destroy urllib3.contrib.socks import 'requests.adapters' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be629f4d0> import 'requests.sessions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be629e9c0> import 'requests.api' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6212a20> import 'requests' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6355880> import 'cloud_what._base_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6354110> # /usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/providers/__init__.py # code object from '/usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/__init__.cpython-312.pyc' import 'cloud_what.providers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be63a7410> # /usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/aws.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/providers/aws.py # code object from '/usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/aws.cpython-312.pyc' import 'cloud_what.providers.aws' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be62c7b00> # /usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/azure.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/providers/azure.py # code object from '/usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/azure.cpython-312.pyc' import 'cloud_what.providers.azure' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6100290> # /usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/gcp.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/providers/gcp.py # code object from '/usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/gcp.cpython-312.pyc' import 'cloud_what.providers.gcp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6100740> import 'cloud_what.provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be63260f0> import 'rhsm.profile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be63255e0> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/jsonwrapper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/jsonwrapper.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/jsonwrapper.cpython-312.pyc' import 'subscription_manager.jsonwrapper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6100f80> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/isodate.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/isodate.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/isodate.cpython-312.pyc' import 'subscription_manager.isodate' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6101370> # /usr/lib64/python3.12/site-packages/syspurpose/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/syspurpose/__init__.py # code object from '/usr/lib64/python3.12/site-packages/syspurpose/__pycache__/__init__.cpython-312.pyc' import 'syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6101460> # /usr/lib64/python3.12/site-packages/syspurpose/__pycache__/files.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/syspurpose/files.py # code object from '/usr/lib64/python3.12/site-packages/syspurpose/__pycache__/files.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/syspurpose/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/syspurpose/utils.py # code object from '/usr/lib64/python3.12/site-packages/syspurpose/__pycache__/utils.cpython-312.pyc' import 'syspurpose.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6102210> import 'syspurpose.files' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be61014f0> # /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/syspurpose.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/syspurpose.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/syspurpose.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/syspurposelib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/syspurposelib.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/syspurposelib.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/certlib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/certlib.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/certlib.cpython-312.pyc' import 'subscription_manager.certlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6103350> import 'subscription_manager.syspurposelib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6102c30> # /usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/file_monitor.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/file_monitor.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/file_monitor.cpython-312.pyc' # /usr/lib/python3.12/site-packages/__pycache__/pyinotify.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyinotify.py # code object from '/usr/lib/python3.12/site-packages/__pycache__/pyinotify.cpython-312.pyc' # /usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/util.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be614c1d0> import 'pyinotify' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be61243e0> import 'rhsmlib.file_monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be61039b0> # /usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/dbus/__init__.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/__init__.cpython-312.pyc' import 'rhsmlib.dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be614cfb0> # /usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/server.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/dbus/server.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/server.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/service.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/service.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/service.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/decorators.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/decorators.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/decorators.cpython-312.pyc' import 'dbus.decorators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be614e5d0> import 'dbus.service' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be614d9a0> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/server.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/server.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/server.cpython-312.pyc' import 'dbus.server' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be614e900> # /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/__init__.py # code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc' import 'dbus.mainloop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be614ec00> # /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/glib.py # code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc' # extension module '_dbus_glib_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so' # extension module '_dbus_glib_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so' import '_dbus_glib_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be614edb0> import 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be614ecf0> # /usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/dbus/constants.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/constants.cpython-312.pyc' import 'rhsmlib.dbus.constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be614eea0> # /usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/__init__.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc' # possible namespace for /usr/lib/python3.12/site-packages/gi # /usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_error.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc' import 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be614f860> # extension module 'gi._gi' loaded from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so' # extension module 'gi._gi' executed from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so' import 'gi._gi' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be614f650> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be614efc0> # /usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/repository/__init__.py # code object from '/usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/importer.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/module.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/types.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_constants.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc' import 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be61922a0> # /usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/docstring.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc' import 'gi.docstring' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6192630> # /usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_propertyhelper.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc' import 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6192b40> # /usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_signalhelper.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc' import 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6193350> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be61919d0> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be61915b0> # /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/__init__.py # code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc' import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be61938f0> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be61910a0> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be614f350> # /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GLib.py # code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_ossighelper.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc' import 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be61b9e50> # /usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_option.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py # code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc' import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be61babd0> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be61ba3c0> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be61b83b0> import 'gi.repository.GLib' # # /usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/dbus_utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/dbus/dbus_utils.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/dbus_utils.cpython-312.pyc' # /usr/lib64/python3.12/xml/etree/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/etree/__init__.py # code object from '/usr/lib64/python3.12/xml/etree/__pycache__/__init__.cpython-312.pyc' import 'xml.etree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5f376b0> # /usr/lib64/python3.12/xml/etree/__pycache__/ElementTree.cpython-312.pyc matches /usr/lib64/python3.12/xml/etree/ElementTree.py # code object from '/usr/lib64/python3.12/xml/etree/__pycache__/ElementTree.cpython-312.pyc' # /usr/lib64/python3.12/xml/etree/__pycache__/ElementPath.cpython-312.pyc matches /usr/lib64/python3.12/xml/etree/ElementPath.py # code object from '/usr/lib64/python3.12/xml/etree/__pycache__/ElementPath.cpython-312.pyc' import 'xml.etree.ElementPath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5f5e6f0> # extension module '_elementtree' loaded from '/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so' # extension module '_elementtree' executed from '/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so' import '_elementtree' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be5f5f860> import 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5f37620> import 'rhsmlib.dbus.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6191eb0> # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/logutil.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/logutil.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/logutil.cpython-312.pyc' # /usr/lib64/python3.12/logging/__pycache__/config.cpython-312.pyc matches /usr/lib64/python3.12/logging/config.py # code object from '/usr/lib64/python3.12/logging/__pycache__/config.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socketserver.cpython-312.pyc matches /usr/lib64/python3.12/socketserver.py # code object from '/usr/lib64/python3.12/__pycache__/socketserver.cpython-312.pyc' import 'socketserver' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5f89340> import 'logging.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5f881d0> import 'rhsm.logutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5f5fad0> import 'rhsmlib.dbus.server' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be614d0a0> import 'rhsmlib.services.syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6102750> import 'subscription_manager.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be62fb230> # /usr/lib64/python3.12/site-packages/subscription_manager/model/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/model/__init__.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/model/__pycache__/__init__.cpython-312.pyc' import 'subscription_manager.model' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5f8ade0> # /usr/lib64/python3.12/site-packages/subscription_manager/model/__pycache__/ent_cert.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/model/ent_cert.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/model/__pycache__/ent_cert.cpython-312.pyc' import 'subscription_manager.model.ent_cert' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5f8af60> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/repofile.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/repofile.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/repofile.cpython-312.pyc' import 'subscription_manager.repofile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5f8b170> import 'subscription_manager.repolib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be62fa4b0> import 'subscription_manager.productid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be6798a40> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/injectioninit.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/injectioninit.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/injectioninit.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cert_sorter.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cert_sorter.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cert_sorter.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/reasons.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/reasons.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/reasons.cpython-312.pyc' import 'subscription_manager.reasons' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5fcdb20> import 'subscription_manager.cert_sorter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5fccec0> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/facts.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/facts.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/facts.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/all.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/all.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/all.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/insights.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/insights.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/insights.cpython-312.pyc' import 'rhsmlib.facts.insights' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5fce750> # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/kpatch.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/kpatch.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/kpatch.cpython-312.pyc' import 'rhsmlib.facts.kpatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5fce9c0> # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cloud_facts.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/cloud_facts.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cloud_facts.cpython-312.pyc' import 'rhsmlib.facts.cloud_facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5fceba0> # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/pkg_arches.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/pkg_arches.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/pkg_arches.cpython-312.pyc' import 'rhsmlib.facts.pkg_arches' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5fcef30> # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/network.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/network.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/network.cpython-312.pyc' import 'rhsmlib.facts.network' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5fcf200> import 'rhsmlib.facts.all' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5fce360> import 'subscription_manager.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5fce090> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/identity.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/identity.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/identity.cpython-312.pyc' import 'subscription_manager.identity' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5fcf470> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/validity.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/validity.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/validity.cpython-312.pyc' import 'subscription_manager.validity' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5fcfe30> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cp_provider.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cp_provider.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cp_provider.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/client_info.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/client_info.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/client_info.cpython-312.pyc' import 'rhsmlib.client_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5ff0470> import 'subscription_manager.cp_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5fcffb0> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/plugins.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/plugins.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/plugins.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/base_plugin.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/base_plugin.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/base_plugin.cpython-312.pyc' import 'subscription_manager.base_plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5ff1e80> import 'subscription_manager.plugins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5ff09e0> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/lock.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/lock.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/lock.cpython-312.pyc' import 'subscription_manager.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5ff1010> import 'subscription_manager.injectioninit' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5fccda0> # /usr/lib64/python3.12/site-packages/librepo/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/librepo/__init__.py # code object from '/usr/lib64/python3.12/site-packages/librepo/__pycache__/__init__.cpython-312.pyc' # extension module 'librepo._librepo' loaded from '/usr/lib64/python3.12/site-packages/librepo/_librepo.so' # extension module 'librepo._librepo' executed from '/usr/lib64/python3.12/site-packages/librepo/_librepo.so' import 'librepo._librepo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0be5ff3920> import 'librepo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5ff31a0> import 'dnf.plugin.dynamic.product-id' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be67980e0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/subscription-manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/subscription-manager.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/subscription-manager.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/action_client.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/action_client.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/action_client.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/base_action_client.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/base_action_client.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/base_action_client.cpython-312.pyc' import 'subscription_manager.base_action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5e28ad0> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/entcertlib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/entcertlib.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/entcertlib.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/content_action_client.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/content_action_client.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/content_action_client.cpython-312.pyc' import 'subscription_manager.content_action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5e29fa0> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/rhelentbranding.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/rhelentbranding.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/rhelentbranding.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/entbranding.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/entbranding.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/entbranding.cpython-312.pyc' import 'subscription_manager.entbranding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5e2ac60> import 'subscription_manager.rhelentbranding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5e2a600> import 'subscription_manager.entcertlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5e28fb0> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/identitycertlib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/identitycertlib.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/identitycertlib.cpython-312.pyc' import 'subscription_manager.identitycertlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5e2bc20> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/healinglib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/healinglib.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/healinglib.cpython-312.pyc' import 'subscription_manager.healinglib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5e2be30> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/factlib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/factlib.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/factlib.cpython-312.pyc' import 'subscription_manager.factlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5e40110> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/packageprofilelib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/packageprofilelib.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/packageprofilelib.cpython-312.pyc' import 'subscription_manager.packageprofilelib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5e402f0> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/installedproductslib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/installedproductslib.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/installedproductslib.cpython-312.pyc' import 'subscription_manager.installedproductslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5e40590> import 'subscription_manager.action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5e28620> import 'dnf.plugin.dynamic.subscription-manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5e28110> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/upload-profile.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/upload-profile.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/upload-profile.cpython-312.pyc' import 'dnf.plugin.dynamic.upload-profile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0be5e40800> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["subscription-manager"], "state": "present", "allow_downgrade": false, "allowerasing": false, "autoremove": false, "bugfix": false, "cacheonly": false, "disable_gpg_check": false, "disable_plugin": [], "disablerepo": [], "download_only": false, "enable_plugin": [], "enablerepo": [], "exclude": [], "installroot": "/", "install_repoquery": true, "install_weak_deps": true, "security": false, "skip_broken": false, "update_cache": false, "update_only": false, "validate_certs": true, "sslverify": true, "lock_timeout": 30, "use_backend": "auto", "best": null, "conf_file": null, "disable_excludes": null, "download_dir": null, "list": null, "nobest": null, "releasever": null}}} # destroy dnf.plugin.dynamic # 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 # 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 # 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 # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing 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 # cleanup[2] removing ipaddress # cleanup[2] removing 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 # 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 # 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 # 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 # 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 # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing 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 # 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 # 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 # cleanup[2] removing email # cleanup[2] removing email.mime # cleanup[2] removing quopri # cleanup[2] removing email.encoders # cleanup[2] removing email.errors # cleanup[2] removing email.quoprimime # cleanup[2] removing email.base64mime # cleanup[2] removing email.charset # cleanup[2] removing email.header # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing email.utils # cleanup[2] removing email._policybase # cleanup[2] removing email._encoded_words # cleanup[2] removing email._header_value_parser # cleanup[2] removing email.headerregistry # cleanup[2] removing email.iterators # cleanup[2] removing email.message # cleanup[2] removing email.contentmanager # cleanup[2] removing email.policy # cleanup[2] removing email.mime.base # cleanup[2] removing email.mime.nonmultipart # cleanup[2] removing email.mime.application # cleanup[2] removing email.mime.multipart # cleanup[2] removing email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing http # cleanup[2] removing _ssl # cleanup[2] removing ssl # cleanup[2] removing http.client # cleanup[2] removing mimetypes # cleanup[2] removing netrc # cleanup[2] removing urllib.response # cleanup[2] removing urllib.error # cleanup[2] removing urllib.request # cleanup[2] removing http.cookiejar # cleanup[2] removing gzip # cleanup[2] removing ansible.module_utils.urls # destroy ansible.module_utils.urls # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.common.respawn # destroy ansible.module_utils.common.respawn # cleanup[2] removing ansible.module_utils.yumdnf # destroy ansible.module_utils.yumdnf # cleanup[2] removing email.mime.text # cleanup[2] removing configparser # cleanup[2] removing _heapq # cleanup[2] removing heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing dnf.pycomp # cleanup[2] removing dnf.const # cleanup[2] removing libdnf._error # cleanup[2] removing libdnf.error # cleanup[2] removing libdnf._common_types # cleanup[2] removing libdnf.common_types # cleanup[2] removing libdnf._conf # cleanup[2] removing libdnf.conf # cleanup[2] removing libdnf._module # cleanup[2] removing libdnf.module # cleanup[2] removing libdnf._repo # cleanup[2] removing libdnf.repo # cleanup[2] removing libdnf._transaction # cleanup[2] removing libdnf.transaction # cleanup[2] removing libdnf._utils # cleanup[2] removing libdnf.utils # cleanup[2] removing libdnf # cleanup[2] removing unicodedata # cleanup[2] removing dnf.i18n # cleanup[2] removing dnf.yum # cleanup[2] removing dnf.transaction # cleanup[2] removing rpm._rpm # cleanup[2] removing rpm.transaction # cleanup[2] removing rpm # cleanup[2] removing dnf.yum.rpmtrans # cleanup[2] removing dnf.callback # cleanup[2] removing hawkey._hawkey # cleanup[2] removing hawkey # cleanup[2] removing dnf.util # cleanup[2] removing dnf.exceptions # cleanup[2] removing libcomps._libpycomps # cleanup[2] removing libcomps # cleanup[2] removing dnf.comps # cleanup[2] removing dnf.db # cleanup[2] removing dnf.crypto # cleanup[2] removing glob # cleanup[2] removing dnf.yum.misc # cleanup[2] removing dnf.db.group # cleanup[2] removing dnf.db.history # cleanup[2] removing dnf.conf.substitutions # cleanup[2] removing dnf.conf.config # cleanup[2] removing dnf.conf # cleanup[2] removing dnf.lock # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing logging.handlers # cleanup[2] removing dnf.logging # cleanup[2] removing dnf.repo # cleanup[2] removing dnf.conf.read # cleanup[2] removing dnf.rpm.transaction # cleanup[2] removing dnf.rpm # cleanup[2] removing dnf.dnssec # cleanup[2] removing dnf.drpm # cleanup[2] removing dnf.goal # cleanup[2] removing dnf.history # cleanup[2] removing dnf.module # cleanup[2] removing libdnf._smartcols # cleanup[2] removing libdnf.smartcols # cleanup[2] removing dnf.selector # cleanup[2] removing dnf.module.exceptions # cleanup[2] removing dnf.module.module_base # cleanup[2] removing dnf.persistor # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing dnf.plugin # cleanup[2] removing dnf.query # cleanup[2] removing dnf.repodict # cleanup[2] removing dnf.rpm.connection # cleanup[2] removing dnf.rpm.miscutils # cleanup[2] removing dnf.package # cleanup[2] removing dnf.sack # cleanup[2] removing dnf.subject # cleanup[2] removing gc # cleanup[2] removing dnf.base # cleanup[2] removing dnf # cleanup[2] removing dnfpluginscore # destroy dnfpluginscore # cleanup[2] removing dnf.cli.format # cleanup[2] removing _curses # cleanup[2] removing curses # cleanup[2] removing termios # cleanup[2] removing dnf.cli.term # cleanup[2] removing dnf.cli.progress # cleanup[2] removing dnf.cli.output # cleanup[2] removing dnf.cli.aliases # cleanup[2] removing dnf.cli.option_parser # cleanup[2] removing dnf.cli.commands # cleanup[2] removing dnf.cli.commands.alias # cleanup[2] removing dnf.cli.commands.autoremove # cleanup[2] removing dnf.cli.commands.check # cleanup[2] removing dnf.cli.commands.clean # cleanup[2] removing dnf.cli.commands.repoquery # cleanup[2] removing dnf.cli.commands.deplist # cleanup[2] removing dnf.cli.commands.distrosync # cleanup[2] removing dnf.cli.commands.downgrade # cleanup[2] removing dnf.cli.commands.group # cleanup[2] removing dnf.transaction_sr # cleanup[2] removing dnf.cli.commands.history # cleanup[2] removing dnf.cli.commands.install # cleanup[2] removing dnf.cli.commands.makecache # cleanup[2] removing dnf.cli.commands.mark # cleanup[2] removing dnf.cli.commands.module # cleanup[2] removing dnf.cli.commands.reinstall # cleanup[2] removing dnf.cli.commands.remove # cleanup[2] removing dnf.cli.commands.repolist # cleanup[2] removing dnf.match_counter # cleanup[2] removing dnf.cli.commands.search # cleanup[2] removing cmd # cleanup[2] removing dnf.cli.commands.shell # cleanup[2] removing dnf.cli.commands.swap # cleanup[2] removing dnf.cli.commands.updateinfo # cleanup[2] removing dnf.cli.commands.upgrade # cleanup[2] removing dnf.cli.commands.upgrademinimal # cleanup[2] removing dnf.cli.demand # cleanup[2] removing dnf.cli.cli # cleanup[2] removing dnf.cli # cleanup[2] removing dnf.plugin.dynamic.builddep # destroy dnf.plugin.dynamic.builddep # cleanup[2] removing dateutil._version # cleanup[2] removing dateutil # cleanup[2] removing six # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing dateutil._common # cleanup[2] removing dateutil.relativedelta # cleanup[2] removing six.moves # cleanup[2] removing dateutil.tz._common # cleanup[2] removing dateutil.tz._factories # cleanup[2] removing dateutil.tz.tz # cleanup[2] removing dateutil.tz # cleanup[2] removing dateutil.parser._parser # cleanup[2] removing dateutil.parser.isoparser # destroy dateutil.parser.isoparser # cleanup[2] removing dateutil.parser # cleanup[2] removing dnf.plugin.dynamic.changelog # destroy dnf.plugin.dynamic.changelog # cleanup[2] removing dnf.plugin.dynamic.config_manager # destroy dnf.plugin.dynamic.config_manager # cleanup[2] removing dnf.plugin.dynamic.copr # destroy dnf.plugin.dynamic.copr # cleanup[2] removing dnf.plugin.dynamic.debuginfo-install # destroy dnf.plugin.dynamic.debuginfo-install # cleanup[2] removing dnf.plugin.dynamic.download # destroy dnf.plugin.dynamic.download # cleanup[2] removing _sqlite3 # cleanup[2] removing sqlite3.dbapi2 # cleanup[2] removing sqlite3 # cleanup[2] removing dnf.plugin.dynamic.generate_completion_cache # destroy dnf.plugin.dynamic.generate_completion_cache # cleanup[2] removing dnf.plugin.dynamic.groups_manager # destroy dnf.plugin.dynamic.groups_manager # cleanup[2] removing dbus._compat # cleanup[2] removing dbus.exceptions # cleanup[2] removing _dbus_bindings # cleanup[2] removing dbus.types # cleanup[2] removing dbus.lowlevel # cleanup[2] removing xml # destroy xml # cleanup[2] removing xml.parsers # destroy xml.parsers # cleanup[2] removing pyexpat.errors # cleanup[2] removing pyexpat.model # cleanup[2] removing pyexpat # cleanup[2] removing xml.parsers.expat.model # cleanup[2] removing xml.parsers.expat.errors # cleanup[2] removing xml.parsers.expat # destroy xml.parsers.expat # cleanup[2] removing dbus._expat_introspect_parser # cleanup[2] removing dbus.proxies # cleanup[2] removing dbus.connection # cleanup[2] removing dbus.bus # cleanup[2] removing dbus._dbus # cleanup[2] removing dbus # cleanup[2] removing dnf.plugin.dynamic.needs_restarting # destroy dnf.plugin.dynamic.needs_restarting # cleanup[2] removing dnf.plugin.dynamic.repoclosure # destroy dnf.plugin.dynamic.repoclosure # cleanup[2] removing dnf.plugin.dynamic.repodiff # destroy dnf.plugin.dynamic.repodiff # cleanup[2] removing dnf.plugin.dynamic.repograph # destroy dnf.plugin.dynamic.repograph # cleanup[2] removing dnf.plugin.dynamic.repomanage # destroy dnf.plugin.dynamic.repomanage # cleanup[2] removing dnf.plugin.dynamic.reposync # destroy dnf.plugin.dynamic.reposync # cleanup[2] removing dnf.plugin.dynamic.system_upgrade # destroy dnf.plugin.dynamic.system_upgrade # cleanup[2] removing subscription_manager # cleanup[2] removing rhsm # cleanup[2] removing rhsm._certificate # cleanup[2] removing rhsm.certificate # cleanup[2] removing iniparse.configparser # cleanup[2] removing iniparse.config # cleanup[2] removing iniparse.ini # cleanup[2] removing iniparse.compat # cleanup[2] removing iniparse.utils # cleanup[2] removing iniparse # destroy iniparse # destroy iniparse.configparser # destroy iniparse.utils # cleanup[2] removing subscription_manager.i18n # cleanup[2] removing rhsm.config # cleanup[2] removing subscription_manager.injection # cleanup[2] removing rhsmlib # destroy rhsmlib # cleanup[2] removing rhsmlib.services # cleanup[2] removing rhsmlib.services.config # cleanup[2] removing rhsm.https # cleanup[2] removing rhsm.ourjson # cleanup[2] removing rhsm.utils # cleanup[2] removing subscription_manager.version # cleanup[2] removing rhsm.connection # cleanup[2] removing rhsm.bitstream # cleanup[2] removing rhsm.huffman # cleanup[2] removing rhsm.pathtree # cleanup[2] removing rhsm.certificate2 # cleanup[2] removing subscription_manager.certdirectory # cleanup[2] removing dataclasses # cleanup[2] removing pprint # cleanup[2] removing subscription_manager.branding # cleanup[2] removing rhsmlib.facts # cleanup[2] removing rhsmlib.facts.cpuinfo # cleanup[2] removing rhsmlib.facts.collection # cleanup[2] removing rhsmlib.facts.collector # cleanup[2] removing rhsmlib.facts.hwprobe # cleanup[2] removing subscription_manager.utils # cleanup[2] removing cloud_what # destroy cloud_what # cleanup[2] removing rhsmlib.facts.cleanup # cleanup[2] removing rhsmlib.facts.virt # cleanup[2] removing rhsmlib.facts.dmidecodeparser # cleanup[2] removing rhsmlib.facts.dmiinfo # cleanup[2] removing rhsmlib.facts.firmware_info # cleanup[2] removing rhsmlib.facts.host_collector # cleanup[2] removing rhsmlib.facts.custom # cleanup[2] removing urllib3.packages # cleanup[2] removing urllib3.packages.six # cleanup[2] removing urllib3.packages.six.moves # cleanup[2] removing urllib3.packages.six.moves.http_client # cleanup[2] removing urllib3.exceptions # cleanup[2] removing urllib3._version # cleanup[2] removing urllib3._collections # cleanup[2] removing urllib3.contrib # cleanup[2] removing urllib3.contrib._appengine_environ # cleanup[2] removing urllib3.util.wait # cleanup[2] removing urllib3.util.connection # cleanup[2] removing urllib3.util.request # cleanup[2] removing urllib3.util.response # cleanup[2] removing urllib3.util.retry # cleanup[2] removing hmac # cleanup[2] removing urllib3.util.url # cleanup[2] removing urllib3.util.ssltransport # cleanup[2] removing urllib3.util.ssl_ # cleanup[2] removing urllib3.util.timeout # cleanup[2] removing urllib3.util # cleanup[2] removing urllib3.util.proxy # cleanup[2] removing urllib3.util.ssl_match_hostname # cleanup[2] removing urllib3.connection # cleanup[2] removing urllib3.fields # cleanup[2] removing urllib3.filepost # cleanup[2] removing urllib3.packages.six.moves.urllib # cleanup[2] removing urllib3.packages.six.moves.urllib.parse # cleanup[2] removing urllib3.request # cleanup[2] removing urllib3.response # cleanup[2] removing urllib3.util.queue # cleanup[2] removing urllib3.connectionpool # cleanup[2] removing urllib3.poolmanager # cleanup[2] removing urllib3 # cleanup[2] removing charset_normalizer.constant # cleanup[2] removing _multibytecodec # cleanup[2] removing charset_normalizer.utils # cleanup[2] removing charset_normalizer.md # cleanup[2] removing charset_normalizer.models # cleanup[2] removing charset_normalizer.cd # cleanup[2] removing charset_normalizer.api # cleanup[2] removing charset_normalizer.legacy # cleanup[2] removing charset_normalizer.version # cleanup[2] removing charset_normalizer # cleanup[2] removing http.cookies # cleanup[2] removing requests.compat # cleanup[2] removing requests.exceptions # cleanup[2] removing requests.packages.urllib3.packages # cleanup[2] removing requests.packages.urllib3.packages.six # cleanup[2] removing requests.packages.urllib3.packages.six.moves # cleanup[2] removing requests.packages.urllib3.packages.six.moves.http_client # cleanup[2] removing requests.packages.urllib3.exceptions # cleanup[2] removing requests.packages.urllib3._version # cleanup[2] removing requests.packages.urllib3._collections # cleanup[2] removing requests.packages.urllib3.contrib # cleanup[2] removing requests.packages.urllib3.contrib._appengine_environ # cleanup[2] removing requests.packages.urllib3.util.wait # cleanup[2] removing requests.packages.urllib3.util.connection # cleanup[2] removing requests.packages.urllib3.util.request # cleanup[2] removing requests.packages.urllib3.util.response # cleanup[2] removing requests.packages.urllib3.util.retry # cleanup[2] removing requests.packages.urllib3.util.url # cleanup[2] removing requests.packages.urllib3.util.ssltransport # cleanup[2] removing requests.packages.urllib3.util.ssl_ # cleanup[2] removing requests.packages.urllib3.util.timeout # cleanup[2] removing requests.packages.urllib3.util # cleanup[2] removing requests.packages.urllib3.util.proxy # cleanup[2] removing requests.packages.urllib3.util.ssl_match_hostname # cleanup[2] removing requests.packages.urllib3.connection # cleanup[2] removing requests.packages.urllib3.fields # cleanup[2] removing requests.packages.urllib3.filepost # cleanup[2] removing requests.packages.urllib3.packages.six.moves.urllib # cleanup[2] removing requests.packages.urllib3.packages.six.moves.urllib.parse # cleanup[2] removing requests.packages.urllib3.request # cleanup[2] removing requests.packages.urllib3.response # cleanup[2] removing requests.packages.urllib3.util.queue # cleanup[2] removing requests.packages.urllib3.connectionpool # cleanup[2] removing requests.packages.urllib3.poolmanager # cleanup[2] removing requests.packages.urllib3 # cleanup[2] removing idna.package_data # cleanup[2] removing idna.idnadata # cleanup[2] removing idna.intranges # cleanup[2] removing idna.core # cleanup[2] removing idna # cleanup[2] removing requests.packages.idna.package_data # cleanup[2] removing requests.packages.idna.idnadata # cleanup[2] removing requests.packages.idna.intranges # cleanup[2] removing requests.packages.idna.core # cleanup[2] removing requests.packages.idna # cleanup[2] removing requests.packages.charset_normalizer.constant # cleanup[2] removing requests.packages.chardet.constant # cleanup[2] removing requests.packages.charset_normalizer.utils # cleanup[2] removing requests.packages.chardet.utils # cleanup[2] removing requests.packages.charset_normalizer.md # cleanup[2] removing requests.packages.chardet.md # cleanup[2] removing requests.packages.charset_normalizer.models # cleanup[2] removing requests.packages.chardet.models # cleanup[2] removing requests.packages.charset_normalizer.cd # cleanup[2] removing requests.packages.chardet.cd # cleanup[2] removing requests.packages.charset_normalizer.api # cleanup[2] removing requests.packages.chardet.api # cleanup[2] removing requests.packages.charset_normalizer.legacy # cleanup[2] removing requests.packages.chardet.legacy # cleanup[2] removing requests.packages.charset_normalizer.version # cleanup[2] removing requests.packages.chardet.version # cleanup[2] removing requests.packages.charset_normalizer # cleanup[2] removing requests.packages.chardet # cleanup[2] removing requests.packages # cleanup[2] removing requests.certs # cleanup[2] removing requests.__version__ # destroy requests.__version__ # cleanup[2] removing requests._internal_utils # cleanup[2] removing requests.cookies # cleanup[2] removing requests.structures # cleanup[2] removing requests.utils # cleanup[2] removing requests.auth # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # cleanup[2] removing requests.hooks # cleanup[2] removing requests.status_codes # cleanup[2] removing requests.models # cleanup[2] removing requests.adapters # cleanup[2] removing requests.sessions # cleanup[2] removing requests.api # cleanup[2] removing requests # cleanup[2] removing cloud_what._base_provider # destroy cloud_what._base_provider # cleanup[2] removing cloud_what.providers # destroy cloud_what.providers # cleanup[2] removing cloud_what.providers.aws # destroy cloud_what.providers.aws # cleanup[2] removing cloud_what.providers.azure # destroy cloud_what.providers.azure # cleanup[2] removing cloud_what.providers.gcp # destroy cloud_what.providers.gcp # cleanup[2] removing cloud_what.provider # cleanup[2] removing rhsm.profile # cleanup[2] removing subscription_manager.jsonwrapper # cleanup[2] removing subscription_manager.isodate # cleanup[2] removing syspurpose # destroy syspurpose # cleanup[2] removing syspurpose.utils # destroy syspurpose.utils # cleanup[2] removing syspurpose.files # destroy syspurpose.files # cleanup[2] removing subscription_manager.certlib # cleanup[2] removing subscription_manager.syspurposelib # cleanup[2] removing ctypes.util # cleanup[2] removing pyinotify # cleanup[2] removing rhsmlib.file_monitor # cleanup[2] removing rhsmlib.dbus # cleanup[2] removing dbus.decorators # cleanup[2] removing dbus.service # cleanup[2] removing dbus.server # cleanup[2] removing dbus.mainloop # cleanup[2] removing _dbus_glib_bindings # cleanup[2] removing dbus.mainloop.glib # cleanup[2] removing rhsmlib.dbus.constants # cleanup[2] removing gi._error # cleanup[2] removing gi._gi # cleanup[2] removing gi._gobject # cleanup[2] removing glib # destroy glib # cleanup[2] removing gobject # destroy gobject # cleanup[2] removing gio # destroy gio # cleanup[2] removing gtk # destroy gtk # cleanup[2] removing gtk.gdk # destroy gtk.gdk # cleanup[2] removing gi # cleanup[2] removing gi._constants # cleanup[2] removing gi.docstring # cleanup[2] removing gi._propertyhelper # cleanup[2] removing gi._signalhelper # cleanup[2] removing gi.types # cleanup[2] removing gi.module # cleanup[2] removing gi.overrides # cleanup[2] removing gi.importer # cleanup[2] removing gi.repository # cleanup[2] removing gi._ossighelper # cleanup[2] removing optparse # cleanup[2] removing gi._option # cleanup[2] removing gi.overrides.GLib # cleanup[2] removing gi.repository.GLib # cleanup[2] removing xml.etree # destroy xml.etree # cleanup[2] removing xml.etree.ElementPath # cleanup[2] removing _elementtree # cleanup[2] removing xml.etree.ElementTree # cleanup[2] removing rhsmlib.dbus.dbus_utils # cleanup[2] removing socketserver # destroy socketserver # cleanup[2] removing logging.config # cleanup[2] removing rhsm.logutil # cleanup[2] removing rhsmlib.dbus.server # cleanup[2] removing rhsmlib.services.syspurpose # cleanup[2] removing subscription_manager.cache # cleanup[2] removing subscription_manager.model # cleanup[2] removing subscription_manager.model.ent_cert # cleanup[2] removing subscription_manager.repofile # cleanup[2] removing subscription_manager.repolib # cleanup[2] removing subscription_manager.productid # cleanup[2] removing subscription_manager.reasons # cleanup[2] removing subscription_manager.cert_sorter # cleanup[2] removing rhsmlib.facts.insights # cleanup[2] removing rhsmlib.facts.kpatch # cleanup[2] removing rhsmlib.facts.cloud_facts # cleanup[2] removing rhsmlib.facts.pkg_arches # cleanup[2] removing rhsmlib.facts.network # cleanup[2] removing rhsmlib.facts.all # cleanup[2] removing subscription_manager.facts # cleanup[2] removing subscription_manager.identity # cleanup[2] removing subscription_manager.validity # cleanup[2] removing rhsmlib.client_info # cleanup[2] removing subscription_manager.cp_provider # cleanup[2] removing subscription_manager.base_plugin # cleanup[2] removing subscription_manager.plugins # cleanup[2] removing subscription_manager.lock # cleanup[2] removing subscription_manager.injectioninit # cleanup[2] removing librepo._librepo # cleanup[2] removing librepo # cleanup[2] removing dnf.plugin.dynamic.product-id # destroy dnf.plugin.dynamic.product-id # cleanup[2] removing subscription_manager.base_action_client # cleanup[2] removing subscription_manager.content_action_client # cleanup[2] removing subscription_manager.entbranding # cleanup[2] removing subscription_manager.rhelentbranding # cleanup[2] removing subscription_manager.entcertlib # cleanup[2] removing subscription_manager.identitycertlib # cleanup[2] removing subscription_manager.healinglib # cleanup[2] removing subscription_manager.factlib # cleanup[2] removing subscription_manager.packageprofilelib # cleanup[2] removing subscription_manager.installedproductslib # cleanup[2] removing subscription_manager.action_client # cleanup[2] removing dnf.plugin.dynamic.subscription-manager # destroy dnf.plugin.dynamic.subscription-manager # cleanup[2] removing dnf.plugin.dynamic.upload-profile # destroy dnf.plugin.dynamic.upload-profile # destroy _sitebuiltins # destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy selinux # destroy distro # destroy distro.distro # destroy netrc # destroy sqlite3 # destroy sqlite3.dbapi2 # destroy _sqlite3 # destroy systemd.journal # destroy iniparse.compat # destroy rhsmlib.services # destroy rhsmlib.facts # destroy rhsmlib.facts.dmidecodeparser # destroy rhsmlib.facts.all # destroy rhsmlib.dbus # destroy rhsmlib.dbus.server # destroy rhsmlib.client_info # destroy librepo # cleanup[3] wiping subscription_manager.action_client # cleanup[3] wiping subscription_manager.installedproductslib # cleanup[3] wiping subscription_manager.packageprofilelib # cleanup[3] wiping subscription_manager.factlib # cleanup[3] wiping subscription_manager.healinglib # cleanup[3] wiping subscription_manager.identitycertlib # cleanup[3] wiping subscription_manager.entcertlib # cleanup[3] wiping subscription_manager.rhelentbranding # cleanup[3] wiping subscription_manager.entbranding # cleanup[3] wiping subscription_manager.content_action_client # cleanup[3] wiping subscription_manager.base_action_client # cleanup[3] wiping librepo._librepo # cleanup[3] wiping subscription_manager.injectioninit # cleanup[3] wiping subscription_manager.lock # cleanup[3] wiping subscription_manager.plugins # cleanup[3] wiping subscription_manager.base_plugin # cleanup[3] wiping subscription_manager.cp_provider # cleanup[3] wiping subscription_manager.validity # cleanup[3] wiping subscription_manager.identity # cleanup[3] wiping subscription_manager.facts # cleanup[3] wiping rhsmlib.facts.network # cleanup[3] wiping rhsmlib.facts.pkg_arches # cleanup[3] wiping rhsmlib.facts.cloud_facts # cleanup[3] wiping rhsmlib.facts.kpatch # cleanup[3] wiping rhsmlib.facts.insights # cleanup[3] wiping subscription_manager.cert_sorter # destroy rhsmlib.file_monitor # cleanup[3] wiping subscription_manager.reasons # cleanup[3] wiping subscription_manager.productid # cleanup[3] wiping subscription_manager.repolib # cleanup[3] wiping subscription_manager.repofile # cleanup[3] wiping subscription_manager.model.ent_cert # cleanup[3] wiping subscription_manager.model # destroy subscription_manager.model.ent_cert # cleanup[3] wiping subscription_manager.cache # destroy rhsmlib.services.syspurpose # cleanup[3] wiping rhsm.logutil # cleanup[3] wiping logging.config # cleanup[3] wiping rhsmlib.dbus.dbus_utils # destroy xml.etree.ElementTree # cleanup[3] wiping _elementtree # cleanup[3] wiping xml.etree.ElementPath # cleanup[3] wiping gi.repository.GLib # cleanup[3] wiping gi.overrides.GLib # cleanup[3] wiping gi._option # destroy optparse # cleanup[3] wiping gi._ossighelper # cleanup[3] wiping gi.repository # cleanup[3] wiping gi.importer # cleanup[3] wiping gi.overrides # destroy gi.overrides.GLib # cleanup[3] wiping gi.module # destroy gi # cleanup[3] wiping gi.types # cleanup[3] wiping gi._signalhelper # cleanup[3] wiping gi._propertyhelper # cleanup[3] wiping gi.docstring # cleanup[3] wiping gi._constants # cleanup[3] wiping gi._gobject # cleanup[3] wiping gi._gi # cleanup[3] wiping gi._error # cleanup[3] wiping rhsmlib.dbus.constants # cleanup[3] wiping dbus.mainloop.glib # cleanup[3] wiping _dbus_glib_bindings # cleanup[3] wiping dbus.mainloop # destroy dbus.mainloop.glib # cleanup[3] wiping dbus.server # cleanup[3] wiping dbus.service # cleanup[3] wiping dbus.decorators # cleanup[3] wiping pyinotify # destroy ctypes # cleanup[3] wiping ctypes.util # cleanup[3] wiping subscription_manager.syspurposelib # cleanup[3] wiping subscription_manager.certlib # cleanup[3] wiping subscription_manager.isodate # cleanup[3] wiping subscription_manager.jsonwrapper # cleanup[3] wiping rhsm.profile # destroy cloud_what.provider # cleanup[3] wiping requests # destroy requests._internal_utils # destroy requests.compat # destroy requests.exceptions # destroy requests.packages # destroy urllib3 # destroy idna # destroy idna.package_data # destroy idna.intranges # destroy idna.core # destroy requests.cookies # destroy requests.structures # destroy requests.utils # destroy requests.auth # destroy requests.hooks # destroy requests.status_codes # destroy requests.models # destroy requests.adapters # destroy requests.api # cleanup[3] wiping requests.sessions # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping requests.certs # cleanup[3] wiping requests.packages.chardet # destroy charset_normalizer.constant # destroy charset_normalizer.utils # destroy charset_normalizer.md # destroy charset_normalizer.models # destroy charset_normalizer.cd # destroy charset_normalizer.api # destroy charset_normalizer.legacy # destroy charset_normalizer.version # cleanup[3] wiping requests.packages.charset_normalizer # cleanup[3] wiping requests.packages.idna.idnadata # cleanup[3] wiping idna.idnadata # cleanup[3] wiping requests.packages.urllib3.poolmanager # cleanup[3] wiping requests.packages.urllib3.connectionpool # cleanup[3] wiping requests.packages.urllib3.util.queue # cleanup[3] wiping requests.packages.urllib3.response # cleanup[3] wiping requests.packages.urllib3.request # cleanup[3] wiping requests.packages.urllib3.packages.six.moves.urllib.parse # cleanup[3] wiping requests.packages.urllib3.packages.six.moves.urllib # cleanup[3] wiping requests.packages.urllib3.filepost # cleanup[3] wiping requests.packages.urllib3.fields # destroy mimetypes # cleanup[3] wiping requests.packages.urllib3.connection # cleanup[3] wiping requests.packages.urllib3.util.ssl_match_hostname # cleanup[3] wiping requests.packages.urllib3.util.proxy # cleanup[3] wiping requests.packages.urllib3.util # destroy urllib3.util.wait # destroy urllib3.util.connection # destroy urllib3.util.request # destroy urllib3.util.response # destroy urllib3.util.retry # destroy urllib3.util.url # destroy urllib3.util.ssltransport # destroy urllib3.util.ssl_ # destroy urllib3.util.timeout # destroy urllib3.util.proxy # destroy urllib3.util.ssl_match_hostname # destroy urllib3.util.queue # cleanup[3] wiping requests.packages.urllib3.contrib._appengine_environ # cleanup[3] wiping requests.packages.urllib3.contrib # cleanup[3] wiping requests.packages.urllib3._collections # cleanup[3] wiping requests.packages.urllib3._version # cleanup[3] wiping requests.packages.urllib3.exceptions # cleanup[3] wiping requests.packages.urllib3.packages.six.moves.http_client # cleanup[3] wiping requests.packages.urllib3.packages.six.moves # cleanup[3] wiping requests.packages.urllib3.packages.six # destroy urllib3.packages.six.moves.urllib # destroy urllib3.packages.six.moves # cleanup[3] wiping requests.packages.urllib3.packages # cleanup[3] wiping http.cookies # cleanup[3] wiping charset_normalizer # cleanup[3] wiping _multibytecodec # cleanup[3] wiping urllib3.poolmanager # cleanup[3] wiping urllib3.connectionpool # cleanup[3] wiping urllib3.response # cleanup[3] wiping urllib3.request # cleanup[3] wiping urllib3.packages.six.moves.urllib.parse # cleanup[3] wiping urllib3.filepost # cleanup[3] wiping urllib3.fields # cleanup[3] wiping urllib3.connection # cleanup[3] wiping urllib3.util # cleanup[3] wiping hmac # cleanup[3] wiping urllib3.contrib._appengine_environ # cleanup[3] wiping urllib3.contrib # cleanup[3] wiping urllib3._collections # cleanup[3] wiping urllib3._version # cleanup[3] wiping urllib3.exceptions # cleanup[3] wiping urllib3.packages.six.moves.http_client # cleanup[3] wiping urllib3.packages.six # cleanup[3] wiping urllib3.packages # cleanup[3] wiping rhsmlib.facts.custom # cleanup[3] wiping rhsmlib.facts.host_collector # destroy rhsmlib.facts.cleanup # destroy rhsmlib.facts.virt # destroy rhsmlib.facts.firmware_info # cleanup[3] wiping rhsmlib.facts.dmiinfo # cleanup[3] wiping subscription_manager.utils # destroy pprint # destroy uuid # cleanup[3] wiping rhsmlib.facts.hwprobe # destroy rhsmlib.facts.cpuinfo # cleanup[3] wiping rhsmlib.facts.collector # destroy rhsmlib.facts.collection # cleanup[3] wiping subscription_manager.branding # cleanup[3] wiping dataclasses # destroy keyword # cleanup[3] wiping subscription_manager.certdirectory # cleanup[3] wiping rhsm.certificate2 # cleanup[3] wiping rhsm.pathtree # cleanup[3] wiping rhsm.huffman # destroy heapq # cleanup[3] wiping rhsm.bitstream # cleanup[3] wiping rhsm.connection # destroy subscription_manager # destroy subscription_manager.i18n # destroy subscription_manager.version # destroy subscription_manager.certdirectory # destroy subscription_manager.branding # destroy subscription_manager.utils # destroy subscription_manager.jsonwrapper # destroy subscription_manager.isodate # destroy subscription_manager.certlib # destroy subscription_manager.syspurposelib # destroy subscription_manager.cache # destroy subscription_manager.model # destroy subscription_manager.repofile # destroy subscription_manager.repolib # destroy subscription_manager.productid # destroy subscription_manager.reasons # destroy subscription_manager.cert_sorter # destroy subscription_manager.facts # destroy subscription_manager.identity # destroy subscription_manager.validity # destroy subscription_manager.cp_provider # destroy subscription_manager.base_plugin # destroy subscription_manager.plugins # destroy subscription_manager.lock # destroy subscription_manager.injectioninit # destroy subscription_manager.base_action_client # destroy subscription_manager.content_action_client # destroy subscription_manager.entbranding # destroy subscription_manager.rhelentbranding # destroy subscription_manager.entcertlib # destroy subscription_manager.identitycertlib # destroy subscription_manager.healinglib # destroy subscription_manager.factlib # destroy subscription_manager.packageprofilelib # destroy subscription_manager.installedproductslib # destroy subscription_manager.action_client # cleanup[3] wiping rhsm.utils # cleanup[3] wiping rhsm.ourjson # cleanup[3] wiping rhsm.https # cleanup[3] wiping rhsmlib.services.config # cleanup[3] wiping subscription_manager.injection # cleanup[3] wiping rhsm.config # cleanup[3] wiping iniparse.ini # destroy iniparse.config # cleanup[3] wiping rhsm.certificate # destroy dateutil # destroy dateutil._version # destroy dateutil._common # destroy dateutil.parser # cleanup[3] wiping rhsm._certificate # cleanup[3] wiping rhsm # destroy rhsm.certificate # destroy rhsm.config # destroy rhsm.https # destroy rhsm.ourjson # destroy rhsm.utils # destroy rhsm.bitstream # destroy rhsm.huffman # destroy rhsm.pathtree # destroy rhsm.certificate2 # destroy rhsm.profile # destroy rhsm.logutil # cleanup[3] wiping dbus # destroy dbus._compat # destroy dbus._expat_introspect_parser # destroy dbus._dbus # destroy dbus.exceptions # destroy dbus.types # destroy dbus.lowlevel # destroy dbus.proxies # destroy dbus.connection # destroy dbus.bus # destroy dbus.decorators # destroy dbus.service # destroy dbus.server # destroy dbus.mainloop # cleanup[3] wiping xml.parsers.expat.errors # cleanup[3] wiping xml.parsers.expat.model # cleanup[3] wiping pyexpat # destroy pyexpat.errors # destroy pyexpat.model # cleanup[3] wiping _dbus_bindings # cleanup[3] wiping dateutil.parser._parser # destroy dateutil.relativedelta # cleanup[3] wiping dateutil.tz # destroy dateutil.tz._common # destroy dateutil.tz._factories # destroy dateutil.tz.tz # cleanup[3] wiping six.moves # cleanup[3] wiping _decimal # cleanup[3] wiping six # destroy six.moves.urllib # destroy six.moves # cleanup[3] wiping dnf.cli # destroy dnf.cli.format # destroy dnf.cli.term # destroy dnf.cli.progress # destroy dnf.cli.aliases # destroy dnf.cli.option_parser # destroy dnf.cli.demand # destroy dnf.cli.cli # cleanup[3] wiping dnf.cli.commands.upgrademinimal # cleanup[3] wiping dnf.cli.commands.upgrade # cleanup[3] wiping dnf.cli.commands.updateinfo # cleanup[3] wiping dnf.cli.commands.swap # cleanup[3] wiping dnf.cli.commands.shell # destroy cmd # cleanup[3] wiping dnf.cli.commands.search # cleanup[3] wiping dnf.match_counter # cleanup[3] wiping dnf.cli.commands.repolist # cleanup[3] wiping dnf.cli.commands.remove # cleanup[3] wiping dnf.cli.commands.reinstall # cleanup[3] wiping dnf.cli.commands.module # cleanup[3] wiping dnf.cli.commands.mark # cleanup[3] wiping dnf.cli.commands.makecache # cleanup[3] wiping dnf.cli.commands.install # cleanup[3] wiping dnf.cli.commands.history # cleanup[3] wiping dnf.transaction_sr # cleanup[3] wiping dnf.cli.commands.group # cleanup[3] wiping dnf.cli.commands.downgrade # cleanup[3] wiping dnf.cli.commands.distrosync # cleanup[3] wiping dnf.cli.commands.deplist # cleanup[3] wiping dnf.cli.commands.repoquery # cleanup[3] wiping dnf.cli.commands.clean # cleanup[3] wiping dnf.cli.commands.check # cleanup[3] wiping dnf.cli.commands.autoremove # cleanup[3] wiping dnf.cli.commands.alias # destroy dnf.cli.commands # cleanup[3] wiping dnf.cli.output # cleanup[3] wiping termios # cleanup[3] wiping curses # cleanup[3] wiping _curses # cleanup[3] wiping dnf # destroy dnf.pycomp # destroy dnf.const # destroy dnf.i18n # destroy dnf.yum # destroy dnf.yum.rpmtrans # destroy dnf.transaction # destroy dnf.callback # destroy dnf.util # destroy dnf.exceptions # destroy dnf.comps # destroy dnf.db # destroy dnf.db.group # destroy dnf.db.history # destroy dnf.crypto # destroy dnf.conf # destroy dnf.conf.substitutions # destroy dnf.conf.config # destroy dnf.conf.read # destroy dnf.lock # destroy dnf.logging # destroy dnf.repo # destroy dnf.rpm # destroy dnf.dnssec # destroy dnf.drpm # destroy dnf.goal # destroy dnf.history # destroy dnf.module # destroy dnf.module.exceptions # destroy dnf.module.module_base # destroy dnf.selector # destroy dnf.persistor # destroy dnf.plugin # destroy dnf.query # destroy dnf.repodict # destroy dnf.package # destroy dnf.sack # destroy dnf.subject # destroy dnf.base # destroy dnf.transaction_sr # destroy dnf.match_counter # destroy dnf.cli # cleanup[3] wiping gc # cleanup[3] wiping dnf.rpm.miscutils # cleanup[3] wiping dnf.rpm.connection # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping libdnf.smartcols # cleanup[3] wiping libdnf._smartcols # cleanup[3] wiping dnf.rpm.transaction # cleanup[3] wiping logging.handlers # destroy pickle # cleanup[3] wiping _pickle # cleanup[3] wiping _compat_pickle # cleanup[3] wiping dnf.yum.misc # cleanup[3] wiping glob # cleanup[3] wiping libcomps # cleanup[3] wiping libcomps._libpycomps # cleanup[3] wiping hawkey # cleanup[3] wiping hawkey._hawkey # cleanup[3] wiping rpm # destroy rpm.transaction # cleanup[3] wiping rpm._rpm # cleanup[3] wiping unicodedata # cleanup[3] wiping libdnf # destroy libdnf.error # destroy libdnf.common_types # destroy libdnf.conf # destroy libdnf.module # destroy libdnf.repo # destroy libdnf.transaction # destroy libdnf.utils # destroy libdnf.smartcols # cleanup[3] wiping libdnf._utils # cleanup[3] wiping libdnf._transaction # cleanup[3] wiping libdnf._repo # cleanup[3] wiping libdnf._module # cleanup[3] wiping libdnf._conf # cleanup[3] wiping libdnf._common_types # cleanup[3] wiping libdnf._error # cleanup[3] wiping queue # cleanup[3] wiping _queue # cleanup[3] wiping _heapq # cleanup[3] wiping configparser # cleanup[3] wiping email.mime.text # cleanup[3] wiping gzip # cleanup[3] wiping http.cookiejar # cleanup[3] wiping urllib.request # destroy http # cleanup[3] wiping urllib.error # cleanup[3] wiping urllib.response # cleanup[3] wiping http.client # cleanup[3] wiping ssl # cleanup[3] wiping _ssl # cleanup[3] wiping email.parser # cleanup[3] wiping email.feedparser # cleanup[3] wiping email.mime.multipart # cleanup[3] wiping email.mime.application # cleanup[3] wiping email.mime.nonmultipart # cleanup[3] wiping email.mime.base # cleanup[3] wiping email.policy # cleanup[3] wiping email.contentmanager # cleanup[3] wiping email.message # destroy quopri # cleanup[3] wiping email.iterators # cleanup[3] wiping email.headerregistry # cleanup[3] wiping email._header_value_parser # cleanup[3] wiping email._encoded_words # cleanup[3] wiping email._policybase # cleanup[3] wiping email.utils # cleanup[3] wiping email._parseaddr # cleanup[3] wiping calendar # cleanup[3] wiping email.header # cleanup[3] wiping email.charset # cleanup[3] wiping email.base64mime # cleanup[3] wiping email.quoprimime # cleanup[3] wiping email.errors # cleanup[3] wiping email.encoders # cleanup[3] wiping email.mime # destroy email.mime.base # destroy email.mime.nonmultipart # destroy email.mime.application # destroy email.mime.multipart # destroy email.mime.text # cleanup[3] wiping email # destroy email._parseaddr # destroy email._policybase # destroy email._encoded_words # destroy email._header_value_parser # destroy email.mime # destroy email.encoders # destroy email.errors # destroy email.quoprimime # destroy email.base64mime # destroy email.charset # destroy email.header # destroy email.utils # destroy email.headerregistry # destroy email.iterators # destroy email.message # destroy email.contentmanager # destroy email.policy # destroy email.feedparser # destroy email.parser # cleanup[3] wiping argparse # cleanup[3] wiping gettext # cleanup[3] wiping selinux._selinux # cleanup[3] wiping copy # 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 array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # destroy logging.handlers # destroy logging.config # cleanup[3] wiping string # cleanup[3] wiping _string # destroy _string # cleanup[3] wiping _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # destroy syslog # cleanup[3] wiping traceback # destroy linecache # cleanup[3] wiping textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping subprocess # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping typing # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping zipfile # destroy zipfile._path # destroy bz2 # destroy lzma # cleanup[3] wiping zipfile._path.glob # cleanup[3] wiping pathlib # cleanup[3] wiping urllib.parse # destroy ipaddress # cleanup[3] wiping urllib # destroy urllib.response # destroy urllib.error # destroy urllib.request # cleanup[3] wiping ntpath # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping tempfile # cleanup[3] wiping weakref # cleanup[3] wiping random # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # cleanup[3] wiping _lzma # cleanup[3] wiping _bz2 # cleanup[3] wiping _compression # cleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping base64 # cleanup[3] wiping binascii # cleanup[3] wiping struct # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping enum # 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 # cleanup[3] wiping os.path # destroy genericpath # cleanup[3] wiping posixpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # destroy _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping zipimport # destroy _frozen_importlib_external # cleanup[3] wiping time # cleanup[3] wiping posix # cleanup[3] wiping marshal # destroy marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # destroy _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy librepo._librepo # destroy _dbus_glib_bindings # destroy rhsm._certificate # destroy decimal # destroy _curses # destroy libcomps._libpycomps # destroy hawkey._hawkey # destroy rpm._rpm # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy zipimport # destroy platform # destroy _uuid # destroy re._parser # destroy tokenize # destroy _compat_pickle # destroy libdnf._error # destroy ansible.module_utils.six.moves.urllib # destroy _thread # destroy _weakref # destroy array # destroy gi.types # destroy gi._error # destroy gi._gi # destroy gi._gobject # destroy gi._constants # destroy gi.docstring # destroy gi._propertyhelper # destroy gi._signalhelper # destroy gi.module # destroy gi.overrides # destroy gi.importer # destroy gi.repository # destroy gi._ossighelper # destroy gi._option # destroy textwrap # destroy _queue # destroy posix # destroy stat # destroy selectors # destroy six.moves.urllib_parse # destroy six.moves.urllib.error # destroy six.moves.urllib.request # destroy six.moves.urllib.response # destroy six.moves.urllib.robotparser # destroy _pickle # 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 _typing # destroy dateutil.parser._parser # destroy _tokenize # destroy ansible.module_utils.six.moves # destroy _operator # destroy dateutil.tz # destroy gzip # destroy signal # destroy rhsmlib.facts.dmiinfo # destroy requests # destroy six # destroy iniparse.ini # destroy _blake2 # destroy queue # destroy shlex # destroy pwd # destroy _functools # destroy gettext # destroy libcomps # destroy locale # destroy dnf.rpm.transaction # destroy dnf.rpm.connection # destroy dnf.rpm.miscutils # destroy base64 # destroy inspect # destroy gc # destroy math # destroy zlib # destroy http.cookies # destroy _ssl # destroy shutil # destroy _heapq # destroy enum # destroy urllib.parse # destroy ntpath # destroy rhsmlib.facts.custom # destroy rhsmlib.facts.host_collector # destroy rhsmlib.facts.hwprobe # destroy rhsmlib.facts.insights # destroy rhsmlib.facts.kpatch # destroy rhsmlib.facts.cloud_facts # destroy rhsmlib.facts.pkg_arches # destroy rhsmlib.facts.network # destroy rhsm # destroy rhsmlib.dbus.dbus_utils # destroy traceback # destroy dnf.yum.misc # destroy glob # destroy functools # destroy curses # destroy fcntl # destroy termios # destroy argparse # destroy dnf.cli.commands.alias # destroy dnf.cli.commands.autoremove # destroy dnf.cli.commands.check # destroy dnf.cli.commands.clean # destroy dnf.cli.commands.repoquery # destroy dnf.cli.commands.deplist # destroy dnf.cli.commands.distrosync # destroy dnf.cli.commands.downgrade # destroy dnf.cli.commands.group # destroy dnf.cli.commands.history # destroy dnf.cli.commands.install # destroy dnf.cli.commands.makecache # destroy dnf.cli.commands.mark # destroy dnf.cli.commands.module # destroy dnf.cli.commands.reinstall # destroy dnf.cli.commands.remove # destroy dnf.cli.commands.repolist # destroy dnf.cli.commands.search # destroy dnf.cli.commands.shell # destroy dnf.cli.commands.swap # destroy dnf.cli.commands.updateinfo # destroy dnf.cli.commands.upgrade # destroy dnf.cli.commands.upgrademinimal # destroy operator # destroy random # destroy rpm # destroy hawkey # destroy dnf.cli.output # destroy dnf # destroy json.scanner # destroy _json # destroy dataclasses # destroy configparser # destroy fnmatch # destroy pyinotify # destroy requests.sessions # destroy _opcode # destroy urllib3.packages.six.moves.urllib_parse # destroy urllib3.packages.six.moves.urllib.error # destroy urllib3.packages.six.moves.urllib.request # destroy urllib3.packages.six.moves.urllib.response # destroy urllib3.packages.six.moves.urllib.robotparser # destroy urllib3.packages # destroy urllib3.exceptions # destroy urllib3._version # destroy urllib3._collections # destroy urllib3.contrib # destroy urllib3.util # destroy urllib3.connection # destroy urllib3.fields # destroy urllib3.filepost # destroy urllib3.request # destroy urllib3.response # destroy urllib3.connectionpool # destroy urllib3.poolmanager # destroy calendar # destroy copy # destroy codecs # destroy struct # destroy tempfile # destroy requests.certs # destroy hashlib # destroy datetime # destroy encodings # destroy charset_normalizer # destroy http.cookiejar # destroy json # destroy typing # destroy _multibytecodec # destroy _socket # destroy hmac # destroy binascii # destroy _hashlib # destroy dbus # destroy rhsmlib.dbus.constants # destroy rhsm.connection # destroy gi.repository.GLib # destroy rhsmlib.services.config # destroy subscription_manager.injection # destroy http.client # destroy email # destroy _warnings # destroy ssl # destroy string # destroy subprocess # destroy rhsmlib.facts.collector # destroy errno # destroy select # destroy time # destroy socket # destroy urllib3.contrib._appengine_environ # destroy urllib3.packages.six # destroy urllib # destroy importlib # destroy idna.idnadata # destroy bisect # destroy unicodedata # destroy _io # destroy _compression # destroy posixpath # destroy zipfile # destroy itertools # destroy pathlib # destroy zipfile._path.glob # destroy threading # destroy logging # destroy warnings # destroy io # destroy collections # destroy contextlib # destroy _bz2 # destroy _lzma # destroy xml.etree.ElementPath # destroy pyexpat # destroy _elementtree # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy _codecs # destroy re # destroy _random # destroy _sre # 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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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.12.120 closed. 7723 1726883206.89623: done with _execute_module (ansible.legacy.dnf, {'name': 'subscription-manager', 'state': 'present', '_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': 'ansible.legacy.dnf', '_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-1726883205.5957332-9115-54173350230517/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7723 1726883206.89629: _low_level_execute_command(): starting 7723 1726883206.89631: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726883205.5957332-9115-54173350230517/ > /dev/null 2>&1 && sleep 0' 7723 1726883206.89632: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 7723 1726883206.89633: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883206.89635: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883206.89636: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7723 1726883206.89638: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 <<< 7723 1726883206.89639: stderr chunk (state=3): >>>debug2: match not found <<< 7723 1726883206.89642: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883206.89643: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7723 1726883206.89645: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.12.120 is address <<< 7723 1726883206.89646: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 7723 1726883206.89647: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883206.89649: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883206.89650: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7723 1726883206.89651: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 <<< 7723 1726883206.89652: stderr chunk (state=3): >>>debug2: match found <<< 7723 1726883206.89654: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883206.89655: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883206.89656: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883206.89657: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883206.89659: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883206.90973: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883206.91001: stderr chunk (state=3): >>><<< 7723 1726883206.91005: stdout chunk (state=3): >>><<< 7723 1726883206.91023: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883206.91032: handler run complete 7723 1726883206.91076: attempt loop complete, returning result 7723 1726883206.91079: _execute() done 7723 1726883206.91082: dumping result to json 7723 1726883206.91092: done dumping result, returning 7723 1726883206.91124: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.rhc : Ensure required packages are installed [0affc0aa-4893-13c9-9f63-0000000001e3] 7723 1726883206.91127: sending task result for task 0affc0aa-4893-13c9-9f63-0000000001e3 7723 1726883206.91225: done sending task result for task 0affc0aa-4893-13c9-9f63-0000000001e3 7723 1726883206.91227: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 7723 1726883206.91346: no more pending results, returning what we have 7723 1726883206.91350: results queue empty 7723 1726883206.91351: checking for any_errors_fatal 7723 1726883206.91353: done checking for any_errors_fatal 7723 1726883206.91353: checking for max_fail_percentage 7723 1726883206.91355: done checking for max_fail_percentage 7723 1726883206.91356: checking to see if all hosts have failed and the running result is not ok 7723 1726883206.91357: done checking to see if all hosts have failed 7723 1726883206.91357: getting the remaining hosts for this loop 7723 1726883206.91359: done getting the remaining hosts for this loop 7723 1726883206.91362: getting the next task for host managed_node1 7723 1726883206.91370: done getting next task for host managed_node1 7723 1726883206.91374: ^ task is: TASK: fedora.linux_system_roles.rhc : Get subscription status 7723 1726883206.91376: ^ state is: HOST STATE: block=4, task=2, 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=7, 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 7723 1726883206.91388: getting variables 7723 1726883206.91390: in VariableManager get_vars() 7723 1726883206.91624: Calling all_inventory to load vars for managed_node1 7723 1726883206.91629: Calling groups_inventory to load vars for managed_node1 7723 1726883206.91631: Calling all_plugins_inventory to load vars for managed_node1 7723 1726883206.91645: Calling all_plugins_play to load vars for managed_node1 7723 1726883206.91653: Calling groups_plugins_inventory to load vars for managed_node1 7723 1726883206.91657: Calling groups_plugins_play to load vars for managed_node1 7723 1726883206.91705: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7723 1726883206.91743: done with get_vars() 7723 1726883206.91752: done getting variables 7723 1726883206.91865: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.rhc : Get subscription status] ***************** task path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10 Friday 20 September 2024 21:46:46 -0400 (0:00:01.383) 0:02:11.605 ****** 7723 1726883206.91914: entering _queue_task() for managed_node1/command 7723 1726883206.92215: worker is 1 (out of 1 available) 7723 1726883206.92230: exiting _queue_task() for managed_node1/command 7723 1726883206.92244: done queuing things up, now waiting for results queue to drain 7723 1726883206.92246: waiting for pending results... 7723 1726883206.92438: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.rhc : Get subscription status 7723 1726883206.92551: in run() - task 0affc0aa-4893-13c9-9f63-0000000001e4 7723 1726883206.92562: variable 'ansible_search_path' from source: unknown 7723 1726883206.92581: variable 'ansible_search_path' from source: unknown 7723 1726883206.92624: calling self._execute() 7723 1726883206.92705: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883206.92721: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883206.92748: variable 'omit' from source: magic vars 7723 1726883206.93294: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7723 1726883206.95566: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7723 1726883206.95814: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7723 1726883206.95870: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7723 1726883206.95893: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7723 1726883206.95918: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7723 1726883206.95979: 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) 7723 1726883206.96000: 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) 7723 1726883206.96054: 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) 7723 1726883206.96074: 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) 7723 1726883206.96086: 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) 7723 1726883206.96200: variable 'rhc_state' from source: role '' defaults 7723 1726883206.96217: Evaluated conditional (rhc_state | d("present") == "present"): True 7723 1726883206.96338: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7723 1726883206.96471: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7723 1726883206.96499: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7723 1726883206.96532: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7723 1726883206.96588: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7723 1726883206.96670: 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) 7723 1726883206.96679: 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) 7723 1726883206.96697: 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) 7723 1726883206.96716: 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) 7723 1726883206.96788: variable 'rhc_release' from source: role '' defaults 7723 1726883206.96795: Evaluated conditional (not rhc_release is none): False 7723 1726883206.96797: when evaluation is False, skipping this task 7723 1726883206.96800: _execute() done 7723 1726883206.96803: dumping result to json 7723 1726883206.96805: done dumping result, returning 7723 1726883206.96813: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.rhc : Get subscription status [0affc0aa-4893-13c9-9f63-0000000001e4] 7723 1726883206.96823: sending task result for task 0affc0aa-4893-13c9-9f63-0000000001e4 7723 1726883206.96913: done sending task result for task 0affc0aa-4893-13c9-9f63-0000000001e4 7723 1726883206.96915: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "not rhc_release is none", "skip_reason": "Conditional result was False" } 7723 1726883206.96968: no more pending results, returning what we have 7723 1726883206.96971: results queue empty 7723 1726883206.96972: checking for any_errors_fatal 7723 1726883206.96978: done checking for any_errors_fatal 7723 1726883206.96979: checking for max_fail_percentage 7723 1726883206.96981: done checking for max_fail_percentage 7723 1726883206.96981: checking to see if all hosts have failed and the running result is not ok 7723 1726883206.96982: done checking to see if all hosts have failed 7723 1726883206.96983: getting the remaining hosts for this loop 7723 1726883206.96985: done getting the remaining hosts for this loop 7723 1726883206.96988: getting the next task for host managed_node1 7723 1726883206.96994: done getting next task for host managed_node1 7723 1726883206.96997: ^ task is: TASK: fedora.linux_system_roles.rhc : Call subscription-manager 7723 1726883206.97000: ^ state is: HOST STATE: block=4, task=2, 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=7, 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=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? (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 7723 1726883206.97013: getting variables 7723 1726883206.97015: in VariableManager get_vars() 7723 1726883206.97057: Calling all_inventory to load vars for managed_node1 7723 1726883206.97060: Calling groups_inventory to load vars for managed_node1 7723 1726883206.97062: Calling all_plugins_inventory to load vars for managed_node1 7723 1726883206.97072: Calling all_plugins_play to load vars for managed_node1 7723 1726883206.97074: Calling groups_plugins_inventory to load vars for managed_node1 7723 1726883206.97077: Calling groups_plugins_play to load vars for managed_node1 7723 1726883206.97120: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 7723 1726883206.97169: done with get_vars() 7723 1726883206.97178: done getting variables TASK [fedora.linux_system_roles.rhc : Call subscription-manager] *************** task path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Friday 20 September 2024 21:46:46 -0400 (0:00:00.053) 0:02:11.658 ****** 7723 1726883206.97217: entering _queue_task() for managed_node1/community.general.redhat_subscription 7723 1726883206.97421: worker is 1 (out of 1 available) 7723 1726883206.97434: exiting _queue_task() for managed_node1/community.general.redhat_subscription 7723 1726883206.97449: done queuing things up, now waiting for results queue to drain 7723 1726883206.97451: waiting for pending results... 7723 1726883206.97618: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.rhc : Call subscription-manager 7723 1726883206.97701: in run() - task 0affc0aa-4893-13c9-9f63-0000000001e5 7723 1726883206.97713: variable 'ansible_search_path' from source: unknown 7723 1726883206.97716: variable 'ansible_search_path' from source: unknown 7723 1726883206.97747: calling self._execute() 7723 1726883206.97800: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883206.97804: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883206.97814: variable 'omit' from source: magic vars 7723 1726883206.97892: variable 'omit' from source: magic vars 7723 1726883206.97937: variable 'omit' from source: magic vars 7723 1726883206.98256: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 7723 1726883207.00298: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 7723 1726883207.00366: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 7723 1726883207.00415: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 7723 1726883207.00444: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 7723 1726883207.00475: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 7723 1726883207.00593: 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) 7723 1726883207.00630: 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) 7723 1726883207.00667: 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) 7723 1726883207.00713: 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) 7723 1726883207.00716: 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) 7723 1726883207.00844: variable 'rhc_state' from source: role '' defaults 7723 1726883207.01019: variable 'rhc_auth' from source: include params 7723 1726883207.01093: variable 'lsr_rhc_test_data' from source: include_vars 7723 1726883207.01168: variable 'lsr_rhc_test_data' from source: include_vars 7723 1726883207.01179: variable 'omit' from source: magic vars 7723 1726883207.01317: variable 'rhc_auth' from source: include params 7723 1726883207.01413: variable 'lsr_rhc_test_data' from source: include_vars 7723 1726883207.01484: variable 'lsr_rhc_test_data' from source: include_vars 7723 1726883207.01497: variable 'omit' from source: magic vars 7723 1726883207.01650: 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) 7723 1726883207.01697: 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) 7723 1726883207.01724: 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) 7723 1726883207.01751: 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) 7723 1726883207.01762: 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) 7723 1726883207.01875: variable 'rhc_auth' from source: include params 7723 1726883207.01962: variable 'lsr_rhc_test_data' from source: include_vars 7723 1726883207.02022: variable 'lsr_rhc_test_data' from source: include_vars 7723 1726883207.02037: variable 'omit' from source: magic vars 7723 1726883207.02147: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 7723 1726883207.02304: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 7723 1726883207.02332: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 7723 1726883207.02357: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 7723 1726883207.02381: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 7723 1726883207.02416: 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) 7723 1726883207.02432: 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) 7723 1726883207.02452: 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) 7723 1726883207.02469: 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) 7723 1726883207.02543: variable 'rhc_organization' from source: include params 7723 1726883207.02591: variable 'lsr_rhc_test_data' from source: include_vars 7723 1726883207.02604: variable 'omit' from source: magic vars 7723 1726883207.02680: variable 'rhc_server' from source: include params 7723 1726883207.02736: variable 'lsr_rhc_test_data' from source: include_vars 7723 1726883207.02798: variable 'lsr_rhc_test_data' from source: include_vars 7723 1726883207.02862: variable 'lsr_rhc_test_data' from source: include_vars 7723 1726883207.02917: variable 'lsr_rhc_test_data' from source: include_vars 7723 1726883207.02954: variable 'omit' from source: magic vars 7723 1726883207.03026: variable 'rhc_server' from source: include params 7723 1726883207.03078: variable 'lsr_rhc_test_data' from source: include_vars 7723 1726883207.03135: variable 'lsr_rhc_test_data' from source: include_vars 7723 1726883207.03194: variable 'lsr_rhc_test_data' from source: include_vars 7723 1726883207.03253: variable 'lsr_rhc_test_data' from source: include_vars 7723 1726883207.03274: variable 'omit' from source: magic vars 7723 1726883207.03415: variable 'rhc_server' from source: include params 7723 1726883207.03461: variable 'lsr_rhc_test_data' from source: include_vars 7723 1726883207.03550: variable 'lsr_rhc_test_data' from source: include_vars 7723 1726883207.03637: variable 'lsr_rhc_test_data' from source: include_vars 7723 1726883207.03707: variable 'lsr_rhc_test_data' from source: include_vars 7723 1726883207.03719: variable 'omit' from source: magic vars 7723 1726883207.03878: variable 'rhc_server' from source: include params 7723 1726883207.03935: variable 'lsr_rhc_test_data' from source: include_vars 7723 1726883207.03996: variable 'lsr_rhc_test_data' from source: include_vars 7723 1726883207.04054: variable 'lsr_rhc_test_data' from source: include_vars 7723 1726883207.04109: variable 'lsr_rhc_test_data' from source: include_vars 7723 1726883207.04125: variable 'omit' from source: magic vars 7723 1726883207.04318: variable 'rhc_state' from source: role '' defaults 7723 1726883207.04322: variable 'rhc_release' from source: role '' defaults 7723 1726883207.04324: variable '__rhc_state_absent' from source: role '' all vars 7723 1726883207.04329: variable 'omit' from source: magic vars 7723 1726883207.04474: variable 'rhc_proxy' from source: role '' defaults 7723 1726883207.04477: variable '__rhc_state_absent' from source: role '' all vars 7723 1726883207.04480: variable '__rhc_empty_string' from source: role '' all vars 7723 1726883207.04484: variable 'omit' from source: magic vars 7723 1726883207.04603: variable 'rhc_proxy' from source: role '' defaults 7723 1726883207.04607: variable '__rhc_state_absent' from source: role '' all vars 7723 1726883207.04613: variable 'omit' from source: magic vars 7723 1726883207.04729: variable 'rhc_proxy' from source: role '' defaults 7723 1726883207.04735: variable '__rhc_state_absent' from source: role '' all vars 7723 1726883207.04741: variable '__rhc_empty_string' from source: role '' all vars 7723 1726883207.04745: variable 'omit' from source: magic vars 7723 1726883207.04870: variable 'rhc_proxy' from source: role '' defaults 7723 1726883207.04873: variable '__rhc_state_absent' from source: role '' all vars 7723 1726883207.04875: variable '__rhc_empty_string' from source: role '' all vars 7723 1726883207.04878: variable 'omit' from source: magic vars 7723 1726883207.05031: variable 'rhc_proxy' from source: role '' defaults 7723 1726883207.05035: variable '__rhc_state_absent' from source: role '' all vars 7723 1726883207.05038: variable '__rhc_empty_string' from source: role '' all vars 7723 1726883207.05042: variable 'omit' from source: magic vars 7723 1726883207.05135: variable 'rhc_state' from source: role '' defaults 7723 1726883207.05308: 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) 7723 1726883207.05326: 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) 7723 1726883207.05355: 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) 7723 1726883207.05402: 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) 7723 1726883207.05415: 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) 7723 1726883207.05523: variable 'rhc_environments' from source: role '' defaults 7723 1726883207.05526: variable 'rhc_state' from source: role '' defaults 7723 1726883207.05536: variable 'omit' from source: magic vars 7723 1726883207.05653: variable 'rhc_baseurl' from source: include params 7723 1726883207.05717: variable 'lsr_rhc_test_data' from source: include_vars 7723 1726883207.05732: variable 'omit' from source: magic vars 7723 1726883207.05739: variable 'omit' from source: magic vars 7723 1726883207.05754: variable 'omit' from source: magic vars 7723 1726883207.05775: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 7723 1726883207.05796: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 7723 1726883207.05811: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 7723 1726883207.05828: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7723 1726883207.05833: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 7723 1726883207.05849: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 7723 1726883207.05875: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 7723 1726883207.05892: variable 'inventory_hostname' from source: host vars for 'managed_node1' 7723 1726883207.05895: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883207.05897: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883207.06010: Set connection var ansible_shell_type to sh 7723 1726883207.06016: Set connection var ansible_shell_executable to /bin/sh 7723 1726883207.06019: Set connection var ansible_module_compression to ZIP_DEFLATED 7723 1726883207.06022: Set connection var ansible_connection to ssh 7723 1726883207.06039: Set connection var ansible_pipelining to False 7723 1726883207.06044: Set connection var ansible_timeout to 10 7723 1726883207.06062: variable 'ansible_shell_executable' from source: unknown 7723 1726883207.06065: variable 'ansible_connection' from source: unknown 7723 1726883207.06069: variable 'ansible_module_compression' from source: unknown 7723 1726883207.06071: variable 'ansible_shell_type' from source: unknown 7723 1726883207.06073: variable 'ansible_shell_executable' from source: unknown 7723 1726883207.06076: variable 'ansible_host' from source: host vars for 'managed_node1' 7723 1726883207.06078: variable 'ansible_pipelining' from source: unknown 7723 1726883207.06080: variable 'ansible_timeout' from source: unknown 7723 1726883207.06086: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 7723 1726883207.06226: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 7723 1726883207.06236: variable 'omit' from source: magic vars 7723 1726883207.06239: starting attempt loop 7723 1726883207.06244: running the handler 7723 1726883207.06265: _low_level_execute_command(): starting 7723 1726883207.06274: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 7723 1726883207.06938: 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 debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7723 1726883207.06945: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 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.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883207.06949: 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883207.07038: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883207.07093: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883207.08773: stdout chunk (state=3): >>>/root <<< 7723 1726883207.08868: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883207.08901: stderr chunk (state=3): >>><<< 7723 1726883207.08905: stdout chunk (state=3): >>><<< 7723 1726883207.08928: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883207.08944: _low_level_execute_command(): starting 7723 1726883207.08950: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726883207.089295-9143-232895747656761 `" && echo ansible-tmp-1726883207.089295-9143-232895747656761="` echo /root/.ansible/tmp/ansible-tmp-1726883207.089295-9143-232895747656761 `" ) && sleep 0' 7723 1726883207.09414: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883207.09418: 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.12.120 originally 10.31.12.120 debug2: match not found <<< 7723 1726883207.09421: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 7723 1726883207.09424: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883207.09527: 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883207.09542: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883207.09624: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883207.11542: stdout chunk (state=3): >>>ansible-tmp-1726883207.089295-9143-232895747656761=/root/.ansible/tmp/ansible-tmp-1726883207.089295-9143-232895747656761 <<< 7723 1726883207.11670: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883207.11730: stderr chunk (state=3): >>><<< 7723 1726883207.11736: stdout chunk (state=3): >>><<< 7723 1726883207.11795: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726883207.089295-9143-232895747656761=/root/.ansible/tmp/ansible-tmp-1726883207.089295-9143-232895747656761 , 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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883207.11909: variable 'ansible_module_compression' from source: unknown 7723 1726883207.11956: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-7723b_d05x07/ansiballz_cache/ansible_collections.community.general.plugins.modules.redhat_subscription-ZIP_DEFLATED 7723 1726883207.12010: variable 'ansible_facts' from source: unknown 7723 1726883207.12087: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726883207.089295-9143-232895747656761/AnsiballZ_redhat_subscription.py 7723 1726883207.12192: Sending initial data 7723 1726883207.12196: Sent initial data (165 bytes) 7723 1726883207.12743: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883207.12747: 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.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883207.12749: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 7723 1726883207.12751: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883207.12753: 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.12.120 originally 10.31.12.120 debug2: match found <<< 7723 1726883207.12756: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883207.12805: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883207.12812: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883207.12815: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883207.12857: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883207.14458: 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 <<< 7723 1726883207.14495: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 7723 1726883207.14541: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-7723b_d05x07/tmppqox0r27 /root/.ansible/tmp/ansible-tmp-1726883207.089295-9143-232895747656761/AnsiballZ_redhat_subscription.py <<< 7723 1726883207.14545: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726883207.089295-9143-232895747656761/AnsiballZ_redhat_subscription.py" <<< 7723 1726883207.14582: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-7723b_d05x07/tmppqox0r27" to remote "/root/.ansible/tmp/ansible-tmp-1726883207.089295-9143-232895747656761/AnsiballZ_redhat_subscription.py" <<< 7723 1726883207.14587: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726883207.089295-9143-232895747656761/AnsiballZ_redhat_subscription.py" <<< 7723 1726883207.15161: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883207.15207: stderr chunk (state=3): >>><<< 7723 1726883207.15211: stdout chunk (state=3): >>><<< 7723 1726883207.15248: done transferring module to remote 7723 1726883207.15262: _low_level_execute_command(): starting 7723 1726883207.15265: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726883207.089295-9143-232895747656761/ /root/.ansible/tmp/ansible-tmp-1726883207.089295-9143-232895747656761/AnsiballZ_redhat_subscription.py && sleep 0' 7723 1726883207.15703: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883207.15711: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 7723 1726883207.15738: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883207.15745: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 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 <<< 7723 1726883207.15747: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883207.15798: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883207.15802: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883207.15852: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883207.17661: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883207.17691: stderr chunk (state=3): >>><<< 7723 1726883207.17694: stdout chunk (state=3): >>><<< 7723 1726883207.17709: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883207.17713: _low_level_execute_command(): starting 7723 1726883207.17717: _low_level_execute_command(): using become for this command 7723 1726883207.17731: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-pzlnrbqcyvrozdjpvehplfprdknnkpqt ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726883207.089295-9143-232895747656761/AnsiballZ_redhat_subscription.py'"'"' && sleep 0' 7723 1726883207.17819: Initial state: awaiting_escalation: BECOME-SUCCESS-pzlnrbqcyvrozdjpvehplfprdknnkpqt 7723 1726883207.18227: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 7723 1726883207.18232: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883207.18257: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883207.18273: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883207.18328: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883207.21273: stdout chunk (state=1): >>>BECOME-SUCCESS-pzlnrbqcyvrozdjpvehplfprdknnkpqt <<< 7723 1726883207.21277: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-pzlnrbqcyvrozdjpvehplfprdknnkpqt' 7723 1726883207.21747: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 7723 1726883207.21779: stdout chunk (state=3): >>>import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # <<< 7723 1726883207.21791: stdout chunk (state=3): >>>import 'posix' # <<< 7723 1726883207.21821: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 7723 1726883207.21852: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 7723 1726883207.21910: stdout chunk (state=3): >>># /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' <<< 7723 1726883207.21957: stdout chunk (state=3): >>>import '_codecs' # <<< 7723 1726883207.21961: stdout chunk (state=3): >>>import 'codecs' # <<< 7723 1726883207.21993: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 7723 1726883207.22019: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 7723 1726883207.22196: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f33683e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f3337a10> # /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 0x7f50f336a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # <<< 7723 1726883207.22207: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 7723 1726883207.22267: stdout chunk (state=3): >>>import '_collections_abc' # <<< 7723 1726883207.22302: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 7723 1726883207.22335: stdout chunk (state=3): >>>import 'os' # <<< 7723 1726883207.22378: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 7723 1726883207.22406: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 7723 1726883207.22438: 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 # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 7723 1726883207.22467: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f313cfe0> <<< 7723 1726883207.22528: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883207.22567: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f313df10> <<< 7723 1726883207.22570: stdout chunk (state=3): >>>import 'site' # <<< 7723 1726883207.22600: 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. <<< 7723 1726883207.22836: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 7723 1726883207.22852: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 7723 1726883207.22879: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 7723 1726883207.22884: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883207.22904: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 7723 1726883207.22949: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 7723 1726883207.22966: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 7723 1726883207.22993: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 7723 1726883207.23001: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f317bd40> <<< 7723 1726883207.23024: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 7723 1726883207.23044: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 7723 1726883207.23070: stdout chunk (state=3): >>>import '_operator' # <<< 7723 1726883207.23074: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f317bf80> <<< 7723 1726883207.23096: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 7723 1726883207.23120: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 7723 1726883207.23147: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 7723 1726883207.23196: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883207.23214: stdout chunk (state=3): >>>import 'itertools' # <<< 7723 1726883207.23239: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f31b3770> <<< 7723 1726883207.23262: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 7723 1726883207.23280: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 7723 1726883207.23292: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f31b3e00> <<< 7723 1726883207.23295: stdout chunk (state=3): >>>import '_collections' # <<< 7723 1726883207.23350: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f3193a10> <<< 7723 1726883207.23353: stdout chunk (state=3): >>>import '_functools' # <<< 7723 1726883207.23390: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f3191130> <<< 7723 1726883207.23479: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f3178ef0> <<< 7723 1726883207.23508: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 7723 1726883207.23529: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 7723 1726883207.23546: stdout chunk (state=3): >>>import '_sre' # <<< 7723 1726883207.23566: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 7723 1726883207.23591: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 7723 1726883207.23616: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 7723 1726883207.23619: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 7723 1726883207.23655: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f31d7740> <<< 7723 1726883207.23669: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f31d6360> <<< 7723 1726883207.23707: 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 0x7f50f3192000> <<< 7723 1726883207.23712: stdout chunk (state=3): >>>import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f31d4b30> <<< 7723 1726883207.23760: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 7723 1726883207.23771: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f32087a0> <<< 7723 1726883207.23774: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f3178170> <<< 7723 1726883207.23800: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py # code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 7723 1726883207.23836: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883207.23846: 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 0x7f50f3208c50> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f3208b00> <<< 7723 1726883207.23881: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883207.23884: stdout chunk (state=3): >>># 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 0x7f50f3208ec0> <<< 7723 1726883207.23886: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f3176c90> <<< 7723 1726883207.23928: 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' <<< 7723 1726883207.23953: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 7723 1726883207.23981: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 7723 1726883207.23997: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f3209550> <<< 7723 1726883207.24002: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f3209220> import 'importlib.machinery' # <<< 7723 1726883207.24042: 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' <<< 7723 1726883207.24069: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f320a420> <<< 7723 1726883207.24081: stdout chunk (state=3): >>>import 'importlib.util' # <<< 7723 1726883207.24088: stdout chunk (state=3): >>>import 'runpy' # <<< 7723 1726883207.24112: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 7723 1726883207.24148: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 7723 1726883207.24182: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f3220650> <<< 7723 1726883207.24194: stdout chunk (state=3): >>>import 'errno' # <<< 7723 1726883207.24223: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883207.24232: 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 0x7f50f3221d30> <<< 7723 1726883207.24262: stdout chunk (state=3): >>># /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' <<< 7723 1726883207.24293: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 7723 1726883207.24297: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 7723 1726883207.24316: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f3222ba0> <<< 7723 1726883207.24363: 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 0x7f50f3223200> <<< 7723 1726883207.24365: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f32220f0> <<< 7723 1726883207.24395: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 7723 1726883207.24397: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 7723 1726883207.24438: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883207.24451: 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 0x7f50f3223c80> <<< 7723 1726883207.24454: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f32233b0> <<< 7723 1726883207.24504: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f320a480> <<< 7723 1726883207.24520: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 7723 1726883207.24551: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 7723 1726883207.24572: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 7723 1726883207.24591: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 7723 1726883207.24632: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883207.24675: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50f2fb7b00> <<< 7723 1726883207.24678: stdout chunk (state=3): >>># /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' <<< 7723 1726883207.24759: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50f2fe0650> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f2fe03b0> # 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 0x7f50f2fe0680> <<< 7723 1726883207.24779: 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' <<< 7723 1726883207.24853: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883207.25145: 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 0x7f50f2fe0fb0> <<< 7723 1726883207.25172: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50f2fe1880> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f2fe0860> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f2fb5ca0> # /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' <<< 7723 1726883207.25212: stdout chunk (state=3): >>># /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' <<< 7723 1726883207.25244: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f2fe2c30> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f2fe1730> <<< 7723 1726883207.25380: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f320ab70> <<< 7723 1726883207.25406: stdout chunk (state=3): >>># /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' <<< 7723 1726883207.25452: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f300ef60> <<< 7723 1726883207.25506: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 7723 1726883207.25533: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883207.25537: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 7723 1726883207.25555: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 7723 1726883207.25599: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f302f320> <<< 7723 1726883207.25622: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 7723 1726883207.25668: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 7723 1726883207.25810: stdout chunk (state=3): >>>import 'ntpath' # # /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f305ff80> # /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' <<< 7723 1726883207.25828: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 7723 1726883207.25864: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 7723 1726883207.25966: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f30927e0> <<< 7723 1726883207.26052: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f30901a0> <<< 7723 1726883207.26100: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f302ffb0> <<< 7723 1726883207.26105: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f292d100> <<< 7723 1726883207.26148: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f302e120> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f2fe3b60> <<< 7723 1726883207.26252: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 7723 1726883207.26279: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f50f302e480> <<< 7723 1726883207.26393: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_community.general.redhat_subscription_payload_73balkve/ansible_community.general.redhat_subscription_payload.zip' # zipimport: zlib available <<< 7723 1726883207.26539: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883207.26568: stdout chunk (state=3): >>># /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' <<< 7723 1726883207.26610: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 7723 1726883207.26687: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 7723 1726883207.26722: 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 0x7f50f297ad20> import '_typing' # <<< 7723 1726883207.26951: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f295dca0> <<< 7723 1726883207.26996: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f295ce30> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available <<< 7723 1726883207.27022: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883207.27026: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 7723 1726883207.27038: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883207.28519: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883207.29664: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f2978c80> <<< 7723 1726883207.29716: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py # code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883207.29724: stdout chunk (state=3): >>># /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' <<< 7723 1726883207.29753: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50f29ae750> <<< 7723 1726883207.29789: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f29ae4e0> <<< 7723 1726883207.29845: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f29addf0> <<< 7723 1726883207.29849: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 7723 1726883207.29896: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 7723 1726883207.29902: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f29ae540> <<< 7723 1726883207.29935: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f297ba40> import 'atexit' # <<< 7723 1726883207.29955: 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 0x7f50f29af440> <<< 7723 1726883207.29985: 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 0x7f50f29af680> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 7723 1726883207.30070: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 7723 1726883207.30151: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f29afbc0> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 7723 1726883207.30168: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 7723 1726883207.30194: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f28119a0> <<< 7723 1726883207.30219: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883207.30235: 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 0x7f50f28135c0> <<< 7723 1726883207.30255: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 7723 1726883207.30262: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 7723 1726883207.30298: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f2813f80> <<< 7723 1726883207.30315: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 7723 1726883207.30353: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 7723 1726883207.30362: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f2815160> <<< 7723 1726883207.30387: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 7723 1726883207.30422: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 7723 1726883207.30447: 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' <<< 7723 1726883207.30505: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f2817c20> <<< 7723 1726883207.30539: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' # extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50f2817f50> <<< 7723 1726883207.30565: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f2815ee0> <<< 7723 1726883207.30583: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 7723 1726883207.30611: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 7723 1726883207.30637: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 7723 1726883207.30656: stdout chunk (state=3): >>># 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 <<< 7723 1726883207.30692: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 7723 1726883207.30715: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 7723 1726883207.30732: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f28239e0> <<< 7723 1726883207.30741: stdout chunk (state=3): >>>import '_tokenize' # <<< 7723 1726883207.30822: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f28224b0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f2822210> <<< 7723 1726883207.30839: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 7723 1726883207.30844: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 7723 1726883207.30914: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f2822780> <<< 7723 1726883207.30949: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f28163f0> <<< 7723 1726883207.30969: 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 0x7f50f2867c20> <<< 7723 1726883207.30998: 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 0x7f50f2867e90> <<< 7723 1726883207.31021: 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 <<< 7723 1726883207.31043: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 7723 1726883207.31061: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 7723 1726883207.31099: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50f2869850> <<< 7723 1726883207.31104: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f2869610> <<< 7723 1726883207.31125: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 7723 1726883207.31247: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 7723 1726883207.31294: 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 0x7f50f286bd40> <<< 7723 1726883207.31298: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f2869f10> <<< 7723 1726883207.31329: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 7723 1726883207.31366: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883207.31392: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 7723 1726883207.31406: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 7723 1726883207.31411: stdout chunk (state=3): >>>import '_string' # <<< 7723 1726883207.31454: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f286f470> <<< 7723 1726883207.31579: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f286be00> <<< 7723 1726883207.31641: stdout chunk (state=3): >>># extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' # extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50f2870200> <<< 7723 1726883207.31672: 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 0x7f50f2870470> <<< 7723 1726883207.31712: 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 0x7f50f2870590> <<< 7723 1726883207.31731: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f2867680> <<< 7723 1726883207.31758: 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 <<< 7723 1726883207.31768: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 7723 1726883207.31773: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 7723 1726883207.31803: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 7723 1726883207.31831: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883207.31857: 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 0x7f50f2873ce0> <<< 7723 1726883207.32053: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50f28f8da0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f28724b0> <<< 7723 1726883207.32078: 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 0x7f50f2873800> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f2872120> <<< 7723 1726883207.32106: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883207.32109: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883207.32129: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 7723 1726883207.32219: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883207.32326: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 7723 1726883207.32329: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 7723 1726883207.32368: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883207.32372: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 7723 1726883207.32400: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883207.32507: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883207.32627: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883207.33175: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883207.33718: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 7723 1726883207.33731: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 7723 1726883207.33738: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 7723 1726883207.33753: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 7723 1726883207.33773: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883207.33830: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50f2700fb0> <<< 7723 1726883207.33910: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 7723 1726883207.33937: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f2701d30> <<< 7723 1726883207.33943: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f2870ec0> <<< 7723 1726883207.33993: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 7723 1726883207.34004: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883207.34036: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883207.34043: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 7723 1726883207.34060: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883207.34204: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883207.34368: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 7723 1726883207.34375: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f2701cd0> <<< 7723 1726883207.34388: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883207.34875: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883207.35303: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883207.35376: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883207.35471: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 7723 1726883207.35474: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883207.35499: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883207.35544: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 7723 1726883207.35615: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883207.35708: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 7723 1726883207.35730: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883207.35748: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 7723 1726883207.35793: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883207.35837: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 7723 1726883207.35853: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883207.36062: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883207.36296: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 7723 1726883207.36370: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 7723 1726883207.36378: stdout chunk (state=3): >>>import '_ast' # <<< 7723 1726883207.36445: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f2702ea0> <<< 7723 1726883207.36460: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883207.36532: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883207.36609: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 7723 1726883207.36622: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 7723 1726883207.36643: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883207.36690: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883207.36734: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 7723 1726883207.36741: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883207.36782: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883207.36830: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883207.36884: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883207.36958: 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 <<< 7723 1726883207.37004: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883207.37246: 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 0x7f50f270d880> <<< 7723 1726883207.37261: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f270b770> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available <<< 7723 1726883207.37299: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883207.37337: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883207.37370: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883207.37394: 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 <<< 7723 1726883207.37419: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 7723 1726883207.37454: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 7723 1726883207.37503: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 7723 1726883207.37528: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 7723 1726883207.37560: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 7723 1726883207.37636: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f28022d0> <<< 7723 1726883207.37689: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f29ddfa0> <<< 7723 1726883207.37780: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f270d850> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f2703f20> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 7723 1726883207.37872: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 7723 1726883207.37938: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available <<< 7723 1726883207.38047: stdout chunk (state=3): >>>import 'ansible_collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.community' # # zipimport: zlib available <<< 7723 1726883207.38051: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.community.general' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.community.general.plugins' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.community.general.plugins.modules' # <<< 7723 1726883207.38280: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883207.38589: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883207.39078: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 7723 1726883207.39104: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 7723 1726883207.39278: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f27a36b0> <<< 7723 1726883207.39367: stdout chunk (state=3): >>># zipimport: zlib available <<< 7723 1726883208.10114: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc' <<< 7723 1726883208.10144: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc' import 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f27828d0> <<< 7723 1726883208.10161: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc' <<< 7723 1726883208.10182: stdout chunk (state=3): >>>import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f2782330> <<< 7723 1726883208.10213: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc' <<< 7723 1726883208.10330: stdout chunk (state=3): >>># extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' # extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' import '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50f2780f80> <<< 7723 1726883208.10334: stdout chunk (state=3): >>>import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f2780b60> <<< 7723 1726883208.10373: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc' <<< 7723 1726883208.10429: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py <<< 7723 1726883208.10503: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' <<< 7723 1726883208.10507: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc' import 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f23d4860> <<< 7723 1726883208.10532: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py <<< 7723 1726883208.10555: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc' <<< 7723 1726883208.10584: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py <<< 7723 1726883208.10593: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc' <<< 7723 1726883208.10611: stdout chunk (state=3): >>># /usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/__init__.py # code object from '/usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc' import 'xml' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f23d5ac0> <<< 7723 1726883208.10626: stdout chunk (state=3): >>># /usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/__init__.py # code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc' import 'xml.parsers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f23d5d30> <<< 7723 1726883208.10668: stdout chunk (state=3): >>># /usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/expat.py # code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc' <<< 7723 1726883208.10682: stdout chunk (state=3): >>># extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' <<< 7723 1726883208.10753: stdout chunk (state=3): >>># extension module 'pyexpat' executed from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' import 'pyexpat' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50f23d5e80> <<< 7723 1726883208.10772: stdout chunk (state=3): >>>import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f23d5be0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f23d5580> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f23d49e0> <<< 7723 1726883208.10804: stdout chunk (state=3): >>>import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f2783c80> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f27830e0> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f27a1f70> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f27a22d0> <<< 7723 1726883211.08764: stdout chunk (state=3): >>> {"cmd": "/sbin/subscription-manager refresh", "rc": 70, "stdout": "", "stderr": "import _frozen_importlib # frozen\nimport _imp # builtin\nimport '_thread' # \nimport '_warnings' # \nimport '_weakref' # \nimport '_io' # \nimport 'marshal' # \nimport 'posix' # \nimport '_frozen_importlib_external' # \n# installing zipimport hook\nimport 'time' # \nimport 'zipimport' # \n# installed zipimport hook\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc'\nimport '_codecs' # \nimport 'codecs' # \n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc'\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd768410>\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd733a40>\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc'\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd76a990>\nimport '_signal' # \nimport '_abc' # \nimport 'abc' # \nimport 'io' # \nimport '_stat' # \nimport 'stat' # \nimport '_collections_abc' # \nimport 'genericpath' # \nimport 'posixpath' # \nimport 'os' # \nimport '_sitebuiltins' # \nProcessing user site-packages\nProcessing global site-packages\nAdding directory: '/usr/lib64/python3.12/site-packages'\nAdding directory: '/usr/lib/python3.12/site-packages'\nProcessing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'\nimport 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd55d010>\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc'\nimport '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd55df40>\nimport 'site' # \nPython 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\n# code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\n# code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'\n# /usr/lib<<< 7723 1726883211.08784: stdout chunk (state=3): >>>64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\n# code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd5a8b30>\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\n# code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc'\nimport '_operator' # \nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd5a8d40>\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\n# code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc'\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\n# code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc'\nimport 'itertools' # \n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\n# code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc'\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd5ab7a0>\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\n# code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc'\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd5e8e30>\nimport '_collections' # \nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd5c0800>\nimport '_functools' # \nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd5a9e80>\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd591d60>\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\n# code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc'\nimport '_sre' # \n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\n# code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc'\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\n# code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc'\nimport 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd60c410>\nimport 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd5eb020>\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\n# code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc'\nimport 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd5eafc0>\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd5c24e0>\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\n# code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc'\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd60d670>\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd591130>\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\n# code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc'\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6<<< 7723 1726883211.08858: stdout chunk (state=3): >>>8fd60dd60>\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd60da30>\n# /usr/lib64/python3.12/importlib/metadata/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/__init__.py\n# code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/csv.cpython-312.pyc matches /usr/lib64/python3.12/csv.py\n# code object from '/usr/lib64/python3.12/__pycache__/csv.cpython-312.pyc'\n# extension module '_csv' loaded from '/usr/lib64/python3.12/lib-dynload/_csv.cpython-312-x86_64-linux-gnu.so'\n# extension module '_csv' executed from '/usr/lib64/python3.12/lib-dynload/_csv.cpython-312-x86_64-linux-gnu.so'\nimport '_csv' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fd62e630>\nimport 'csv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd62d8b0>\n# /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc'\nimport 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd62ebd0>\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\n# code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\n# code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc'\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd655e50>\nimport 'ntpath' # \nimport 'errno' # \n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc'\nimport 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd657710>\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc'\n# extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\n# extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fd475eb0>\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\n# code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc'\nimport 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd476900>\nimport 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd6578c0>\nimport 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd62ee70>\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\n# code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc'\n# extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\n# extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fd4d88c0>\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc'\nimport 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd4d8e30>\nimport 'importlib.util' # \n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\n# code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc'\n# extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\n# extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fd4daed0>\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\n# code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\n# code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc'\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd4dbd10>\n# extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\n# extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fd500320>\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd4db2c0>\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\n# code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc'\n# extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\n# extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fd500d70>\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd5004a0>\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd4d8ec0>\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\n# code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc'\n# extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\n# extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fd501340>\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd4d90a0>\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\n# code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\n# code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc'\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd52c260>\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd501670>\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\n# code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc'\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd52e540>\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc'\nimport 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd2a4500>\nimport 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd52d520>\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd655cd0>\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\n# code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc'\nimport 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd4baed0>\n# /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py\n# code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\n# code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc'\nimport '_ast' # \nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd2d1670>\n# /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py\n# code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py\n# code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc'\n# extension module '_opcode' loaded from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so'\n# extension module '_opcode' executed from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so'\nimport '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fd33d280>\nimport 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd33c680>\nimport 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd2d2600>\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\n# code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc'\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd33ea80>\nimport 'importlib.machinery' # \n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\n# code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\n# code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\n# code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc'\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd348b00>\nimport '_tokenize' # \nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd33e600>\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd33eae0>\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\n# code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc'\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd33dca0>\nimport 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd52dbe0>\n# /usr/lib64/python3.12/importlib/metadata/__pycache__/_adapters.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/_adapters.py\n# code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/_adapters.cpython-312.pyc'\n# /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py\n# code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc'\nimport 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd385a90>\n# /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\n# code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\n# code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc'\n# extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\n# extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fd171580>\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd1712b0>\n# extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\n# extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fd1713a0>\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\n# code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc'\n# extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\n# extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fd171df0>\n# extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\n# extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fd1727e0>\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd171790>\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd387710>\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\n# code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'\n# extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\n# extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fd173f50>\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\n# code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc'\n# extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\n# extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fd18ddf0>\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd18c9e0>\n# extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\n# extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fd18efc0>\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd171cd0>\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\n# code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc'\n# extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\n# extension<<< 7723 1726883211.08903: stdout chunk (state=3): >>> module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fd18f140>\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd172ba0>\n# /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py\n# code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\n# code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'\nimport '_locale' # \nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd1bb380>\nimport 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd1b8b30>\nimport 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd18f7a0>\n# /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc'\n# /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\n# code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc'\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd1e1fd0>\nimport 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd1e1c70>\n# /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\n# code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc'\nimport '_string' # \nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd1e3950>\nimport 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd1e3230>\n# /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc'\nimport 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd20f4d0>\n# /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc'\nimport 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd20f530>\nimport 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd1bade0>\nimport 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd386540>\n# /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc'\n# /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc'\nimport 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd21cc50>\nimport 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd387620>\n# /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc'\nimport 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd21d940>\n# /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc'\nimport 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd21e0c0>\nimport 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd357920>\n# /usr/lib64/python3.12/importlib/metadata/__pycache__/_text.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/_text.py\n# code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/_text.cpython-312.pyc'\n# /usr/lib64/python3.12/importlib/metadata/__pycache__/_functools.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/_functools.py\n# code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/_functools.cpython-312.pyc'\nimport 'importlib.metadata._functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd21e690>\nimport 'importlib.metadata._text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd21e330>\nimport 'importlib.metadata._adapters' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd2a7410>\n# /usr/lib64/python3.12/importlib/metadata/__pycache__/_meta.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/_meta.py\n# code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/_meta.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\n# code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc'\nimport '_typing' # \nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd21ebd0>\nimport 'importlib.metadata._meta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd21e960>\n# /usr/lib64/python3.12/importlib/metadata/__pycache__/_collections.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/_collections.py\n# code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/_collections.cpython-312.pyc'\nimport 'importlib.metadata._collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd24b020>\n# /usr/lib64/python3.12/importlib/metadata/__pycache__/_itertools.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/_itertools.py\n# code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/_itertools.cpython-312.pyc'\nimport 'importlib.metadata._itertools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb1aa50>\n# /usr/lib64/python3.12/importlib/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/abc.py\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/abc.cpython-312.pyc'\n# /usr/lib64/python3.12/importlib/resources/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/resources/__init__.py\n# code object from '/usr/lib64/python3.12/importlib/resources/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/importlib/resources/__pycache__/_common.cpython-312.pyc matches /usr/lib64/python3.12/importlib/resources/_common.py\n# code object from '/usr/lib64/python3.12/importlib/resources/__pycache__/_common.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\n# code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb3c080>\n# /usr/lib64/python3.12/importlib/resources/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/resources/abc.py\n# code object from '/usr/lib64/python3.12/importlib/resources/__pycache__/abc.cpython-312.pyc'\nimport 'importlib.resources.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb3dca0>\n# /usr/lib64/python3.12/importlib/resources/__pycache__/_adapters.cpython-312.pyc matches /usr/lib64/python3.12/importlib/resources/_adapters.py\n# code object from '/usr/lib64/python3.12/importlib/resources/__pycache__/_adapters.cpython-312.pyc'\nimport 'importlib.resources._adapters' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb3e810>\nimport 'importlib.resources._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb1b8c0>\n# /usr/lib64/python3.12/importlib/resources/__pycache__/_legacy.cpython-312.pyc matches /usr/lib64/python3.12/importlib/resources/_legacy.py\n# code object from '/usr/lib64/python3.12/importlib/resources/__pycache__/_legacy.cpython-312.pyc'\nimport 'importlib.resources._legacy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb3fa40>\nimport 'importlib.resources' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb1b590>\nimport 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb1adb0>\nimport 'importlib.metadata' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd60eb40>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/__init__.cpython-312.pyc'\nimport 'subscription_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb64fe0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/scripts/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/scripts/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/scripts/__pycache__/__init__.cpython-312.pyc'\nimport 'subscription_manager.scripts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb65430>\n# /usr/lib64/python3.12/site-packages/subscription_manager/scripts/__pycache__/subscription_manager.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/scripts/subscription_manager.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/scripts/__pycache__/subscription_manager.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/i18n.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/i18n.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/i18n.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\n# code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc'\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb659d0>\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\n# code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\n# code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc'\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb8a6f0>\nimport 'atexit' # \nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb67ad0>\nimport 'subscription_manager.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb65640>\n# /usr/lib64/python3.12/site-packages/rhsm/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/__init__.cpython-312.pyc'\nimport 'rhsm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcbb1160>\n# /usr/lib64/python3.12/site-packages/rhsm/__pycache__/logutil.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/logutil.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/logutil.cpython-312.pyc'\n# /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py\n# code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py\n# code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py\n# code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc'\nimport '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcbe39b0>\n# extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so'\n# extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so'\nimport '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fc70c170>\nimport 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcbb3a10>\n# /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py\n# code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py\n# code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc'\n# extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so'\n# extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so'\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fc70d610>\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc70cec0>\n# extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so'\n# extension module '_queue' executed from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so'\nimport '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fc70d0a0>\nimport 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcbe3860>\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\n# code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc'\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc70d6d0>\nimport 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcbb18e0>\n# /usr/lib64/python3.12/logging/__pycache__/config.cpython-312.pyc matches /usr/lib64/python3.12/logging/config.py\n# code object from '/usr/lib64/python3.12/logging/__pycache__/config.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/socketserver.cpython-312.pyc matches /usr/lib64/python3.12/socketserver.py\n# code object from '/usr/lib64/python3.12/__pycache__/socketserver.cpython-312.pyc'\nimport 'socketserver' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc70eed0>\nimport 'logging.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc70dcd0>\n# /usr/lib64/python3.12/site-packages/rhsm/__pycache__/config.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/config.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/config.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/iniparse/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/iniparse/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/iniparse/__pycache__/ini.cpython-312.pyc matches /usr/lib/python3.12/site-packages/iniparse/ini.py\n# code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/ini.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/iniparse/__pycache__/configparser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/iniparse/configparser.py\n# code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/configparser.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py\n# code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc'\nimport 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc736780>\nimport 'iniparse.configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc736630>\n# /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py\n# code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\n# code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc'\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc75eea0>\nimport 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc736930>\n# /usr/lib/python3.12/site-packages/iniparse/__pycache__/config.cpython-312.pyc matches /usr/lib/python3.12/site-packages/iniparse/config.py\n# code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/config.cpython-312.pyc'\nimport 'iniparse.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc75da00>\nimport 'iniparse.ini' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc7353d0>\n# /usr/lib/python3.12/site-packages/iniparse/__pycache__/compat.cpython-312.pyc matches /usr/lib/python3.12/site-packages/iniparse/compat.py\n# code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/compat.cpython-312.pyc'\nimport 'iniparse.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc7862d0>\n# /usr/lib/python3.12/site-packages/iniparse/__pycache__/utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/iniparse/utils.py\n# code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/utils.cpython-312.pyc'\nimport 'iniparse.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc786cf0>\nimport 'iniparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc7350a0>\nimport 'rhsm.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc70ede0>\nimport 'rhsm.logutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcbb0920>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/injectioninit.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/injectioninit.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/injectioninit.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/injection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/injection.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/injection.cpython-312.pyc'\nimport 'subscription_manager.injection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc7a6480>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cache.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cache.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cache.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rhsm/__pycache__/https.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/https.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/https.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py\n# code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc'\n# extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so'\n# extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so'\nimport '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fc7c3a40>\nimport 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc7c1100>\n# /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py\n# code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc'\nimport 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc7c13a0>\n# /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py\n# code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc'\n# /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc'\n# /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc'\nimport 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc58a690>\nimport 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc58a1b0>\nimport 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc588140>\nimport 'rhsm.https' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc7c0fe0>\n# /usr/lib64/python3.12/site-packages/rhsm/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/connection.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/connection.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rhsm/__pycache__/certificate.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/certificate.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/certificate.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_version.py\n# code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc'\nimport 'dateutil._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc5dd9d0>\nimport 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc5dd670>\n# extension module 'rhsm._certificate' loaded from '/usr/lib64/python3.12/site-packages/rhsm/_certificate.cpython-312-x86_64-linux-gnu.so'\n# extension module 'rhsm._certificate' executed from '/usr/lib64/python3.12/site-packages/rhsm/_certificate.cpython-312-x86_64-linux-gnu.so'\nimport 'rhsm._certificate' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fc5dda60>\nimport 'rhsm.certificate' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc5b1ee0>\n# /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/_parser.py\n# code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc matches /usr/lib64/python3.12/decimal.py\n# code object from '/usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py\n# code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc'\nimport 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc5fd460>\n# extension module '_decimal' loaded from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so'\n# extension module '_decimal' executed from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so'\nimport '_decimal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fc5fcd70>\nimport 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc5fcb90>\n# /usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/relativedelta.py\n# code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_common.py\n# code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc'\nimport 'dateutil._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc624290>\nimport 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc5ff6b0>\n# /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/tz.py\n# code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc'\nimport 'six.moves' # \n# /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_common.py\n# code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc'\nimport 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc6271a0>\n# /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_factories.py\n# code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc'\nimport 'dateutil.tz._factories' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc627b00>\n# /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/win.py\n# code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc'\n# destroy dateutil.tz.win\nimport 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc624920>\nimport 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc6245f0>\nimport 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc5de9c0>\n# /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/isoparser.py\n# code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc'\nimport 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc5fc770>\nimport 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc5de660>\n# /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc'\n# /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc'\n# /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc'\nimport 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc4064e0>\nimport 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc405fd0>\nimport 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc3ddfd0>\n# /usr/lib64/python3.12/site-packages/rhsm/__pycache__/ourjson.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/ourjson.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/ourjson.cpython-312.pyc'\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\n# code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\n# code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc'\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\n# code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc'\n# extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\n# extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fc407cb0>\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc407aa0>\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc407380>\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\n# code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc'\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc407f20>\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc405d60>\nimport 'rhsm.ourjson' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc3df590>\n# /usr/lib64/python3.12/site-packages/rhsm/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/utils.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/utils.cpython-312.pyc'\nimport 'rhsm.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc4288f0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/version.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/version.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/version.cpython-312.pyc'\nimport 'subscription_manager.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc429fa0>\nimport 'rhsm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc589d30>\n# /usr/lib64/python3.12/site-packages/rhsm/__pycache__/profile.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/profile.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/profile.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc'\n# extension module 'rpm._rpm' loaded from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so'\n# extension module 'rpm._rpm' executed from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so'\nimport 'rpm._rpm' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fc42bb60>\n# /usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/transaction.py\n# code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc'\nimport 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc42b8c0>\nimport 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc42b3e0>\n# /usr/lib64/python3.12/site-packages/cloud_what/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/cloud_what/__pycache__/__init__.cpython-312.pyc'\nimport 'cloud_what' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc459940>\n# /usr/lib64/python3.12/site-packages/cloud_what/__pycache__/provider.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/provider.py\n# code object from '/usr/lib64/python3.12/site-packages/cloud_what/__pycache__/provider.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/__init__.cpython-312.pyc'\nimport 'rhsmlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc45a150>\n# /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/__init__.cpython-312.pyc'\nimport 'rhsmlib.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc45a360>\n# /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/host_collector.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/host_collector.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/host_collector.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cleanup.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/cleanup.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cleanup.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/collector.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/collector.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/collector.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\n# code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc'\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc45acc0>\n# /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/collection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/collection.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/collection.cpython-312.pyc'\nimport 'rhsmlib.facts.collection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc45b0b0>\nimport 'rhsmlib.facts.collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc45a8d0>\nimport 'rhsmlib.facts.cleanup' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc45a600>\n# /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/virt.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/virt.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/virt.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\n# code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\n# code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc'\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc4839b0>\n# extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\n# extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fc483b30>\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fc4b8ce0>\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc481d60>\nimport 'rhsmlib.facts.virt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc481af0>\n# /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/firmware_info.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/firmware_info.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/firmware_info.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/dmiinfo.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/dmiinfo.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/dmiinfo.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/dmidecodeparser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/dmidecodeparser.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/dmidecodeparser.cpython-312.pyc'\nimport 'rhsmlib.facts.dmidecodeparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc4b92b0>\nimport 'rhsmlib.facts.dmiinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc4b8e60>\nimport 'rhsmlib.facts.firmware_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc4821e0>\nimport 'rhsmlib.facts.host_collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc45a3c0>\n# /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/custom.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/custom.py\n# code object from '/usr/lib6<<< 7723 1726883211.08937: stdout chunk (state=3): >>>4/python3.12/site-packages/rhsmlib/facts/__pycache__/custom.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py\n# code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc'\nimport 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc4b97c0>\nimport 'rhsmlib.facts.custom' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc4b9cd0>\n# /usr/lib64/python3.12/site-packages/cloud_what/__pycache__/_base_provider.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/_base_provider.py\n# code object from '/usr/lib64/python3.12/site-packages/cloud_what/__pycache__/_base_provider.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/requests/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/urllib3/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/urllib3/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/exceptions.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/exceptions.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/urllib3/packages/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/packages/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/packages/__pycache__/__init__.cpython-312.pyc'\nimport 'urllib3.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbaa5430>\n# /usr/lib/python3.12/site-packages/urllib3/packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/packages/six.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/packages/__pycache__/six.cpython-312.pyc'\nimport 'urllib3.packages.six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbaa5520>\nimport 'urllib3.packages.six.moves' # \nimport 'urllib3.packages.six.moves.http_client' # \nimport 'urllib3.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbaa46b0>\n# /usr/lib/python3.12/site-packages/urllib3/__pycache__/_version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/_version.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/_version.cpython-312.pyc'\nimport 'urllib3._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbaa48c0>\n# /usr/lib/python3.12/site-packages/urllib3/__pycache__/connectionpool.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/connectionpool.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/connectionpool.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/urllib3/__pycache__/_collections.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/_collections.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/_collections.cpython-312.pyc'\nimport 'urllib3._collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbabddc0>\n# /usr/lib/python3.12/site-packages/urllib3/__pycache__/connection.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/connection.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/connection.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/connection.cpython-312.pyc<<< 7723 1726883211.08944: stdout chunk (state=3): >>> matches /usr/lib/python3.12/site-packages/urllib3/util/connection.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/connection.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/contrib/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/__init__.cpython-312.pyc'\nimport 'urllib3.contrib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbabfd70>\n# /usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/_appengine_environ.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/contrib/_appengine_environ.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/_appengine_environ.cpython-312.pyc'\nimport 'urllib3.contrib._appengine_environ' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbabfe30>\n# /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/wait.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/wait.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/wait.cpython-312.pyc'\nimport 'urllib3.util.wait' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbabfef0>\nimport 'urllib3.util.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbabf8f0>\n# /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/request.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/request.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/request.cpython-312.pyc'\nimport 'urllib3.util.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbabfda0>\n# /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/response.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/response.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/response.cpython-312.pyc'\nimport 'urllib3.util.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbae4590>\n# /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/retry.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/retry.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/retry.cpython-312.pyc'\nimport 'urllib3.util.retry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbae4710>\n# /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssl_.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/ssl_.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssl_.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/hmac.cpython-312.pyc matches /usr/lib64/python3.12/hmac.py\n# code object from '/usr/lib64/python3.12/__pycache__/hmac.cpython-312.pyc'\nimport 'hmac' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbae5b20>\n# /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/url.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/url.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/url.cpython-312.pyc'\nimport 'urllib3.util.url' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbae6330>\n# /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssltransport.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/ssltransport.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssltransport.cpython-312.pyc'\nimport 'urllib3.util.ssltransport' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbae63c0>\nimport 'urllib3.util.ssl_' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbae5460>\n# /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/timeout.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/timeout.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/timeout.cpython-312.pyc'\nimport 'urllib3.util.timeout' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbae5640>\nimport 'urllib3.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbabf5f0>\n# /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/proxy.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/proxy.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/proxy.cpython-312.pyc'\nimport 'urllib3.util.proxy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbae7a70>\n# /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssl_match_hostname.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/ssl_match_hostname.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssl_match_hostname.cpython-312.pyc'\nimport 'urllib3.util.ssl_match_hostname' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbae7b30>\nimport 'urllib3.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbabebd0>\n# /usr/lib/python3.12/site-packages/urllib3/__pycache__/request.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/request.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/request.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/urllib3/__pycache__/filepost.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/filepost.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/filepost.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/urllib3/__pycache__/fields.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/fields.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/fields.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py\n# code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc'\nimport 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb1ccb0>\nimport 'urllib3.fields' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb1c500>\nimport 'urllib3.filepost' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbae6f00>\nimport 'urllib3.packages.six.moves.urllib' # \nimport 'urllib3.packages.six.moves.urllib.parse' # \nimport 'urllib3.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbae7e90>\n# /usr/lib/python3.12/site-packages/urllib3/__pycache__/response.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/response.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/response.cpython-312.pyc'\nimport 'urllib3.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbae7050>\n# /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/queue.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/queue.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/queue.cpython-312.pyc'\nimport 'urllib3.util.queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb38980>\nimport 'urllib3.connectionpool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbaa4a70>\n# /usr/lib/python3.12/site-packages/urllib3/__pycache__/poolmanager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/poolmanager.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/poolmanager.cpython-312.pyc'\nimport 'urllib3.poolmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb389e0>\nimport 'urllib3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbaa4080>\n# /usr/lib/python3.12/site-packages/requests/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/exceptions.py\n# code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/exceptions.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/requests/__pycache__/compat.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/compat.py\n# code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/compat.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/api.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/api.py\n# code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/api.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/cd.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/cd.py\n# code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/cd.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/constant.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/constant.py\n# code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/constant.cpython-312.pyc'\nimport 'charset_normalizer.constant' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb3b4d0>\n# /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/md.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/md.py\n# code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/md.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/utils.py\n# code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/utils.cpython-312.pyc'\n# extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so'\n# extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so'\nimport 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fbb72c90>\n# extension module '_multibytecodec' loaded from '/usr/lib64/python3.12/lib-dynload/_multibytecodec.cpython-312-x86_64-linux-gnu.so'\n# extension module '_multibytecodec' executed from '/usr/lib64/python3.12/lib-dynload/_multibytecodec.cpython-312-x86_64-linux-gnu.so'\nimport '_multibytecodec' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fbb72f00>\nimport 'charset_normalizer.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb71fa0>\nimport 'charset_normalizer.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb710a0>\n# /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/models.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/models.py\n# code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/models.cpython-312.pyc'\nimport 'charset_normalizer.models' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb739b0>\nimport 'charset_normalizer.cd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb3ab10>\nimport 'charset_normalizer.api' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb3a6c0>\n# /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/legacy.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/legacy.py\n# code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/legacy.cpython-312.pyc'\nimport 'charset_normalizer.legacy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb868d10>\n# /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/version.py\n# code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/version.cpython-312.pyc'\nimport 'charset_normalizer.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb868e90>\nimport 'charset_normalizer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb3a3c0>\n# /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py\n# code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc'\nimport 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb868ec0>\n# /usr/lib64/python3.12/http/__pycache__/cookies.cpython-312.pyc matches /usr/lib64/python3.12/http/cookies.py\n# code object from '/usr/lib64/python3.12/http/__pycache__/cookies.cpython-312.pyc'\nimport 'http.cookies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb86b320>\nimport 'requests.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb3a1e0>\nimport 'requests.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb39c10>\n# /usr/lib/python3.12/site-packages/requests/__pycache__/packages.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/packages.py\n# code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/packages.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/idna/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/idna/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/idna/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/idna/__pycache__/package_data.cpython-312.pyc matches /usr/lib/python3.12/site-packages/idna/package_data.py\n# code object from '/usr/lib/python3.12/site-packages/idna/__pycache__/package_data.cpython-312.pyc'\nimport 'idna.package_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8a2300>\n# /usr/lib/python3.12/site-packages/idna/__pycache__/core.cpython-312.pyc matches /usr/lib/python3.12/site-packages/idna/core.py\n# code object from '/usr/lib/python3.12/site-packages/idna/__pycache__/core.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/idna/__pycache__/idnadata.cpython-312.pyc matches /usr/lib/python3.12/site-packages/idna/idnadata.py\n# code object from '/usr/lib/python3.12/site-packages/idna/__pycache__/idnadata.cpython-312.pyc'\nimport 'idna.idnadata' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8a3140>\n# /usr/lib/python3.12/site-packages/idna/__pycache__/intranges.cpython-312.pyc matches /usr/lib/python3.12/site-packages/idna/intranges.py\n# code object from '/usr/lib/python3.12/site-packages/idna/__pycache__/intranges.cpython-312.pyc'\nimport 'idna.intranges' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8a3260>\nimport 'idna.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8a2810>\nimport 'idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb39e20>\nimport 'requests.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb39d60>\n# /usr/lib/python3.12/site-packages/requests/__pycache__/utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/utils.py\n# code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/utils.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/requests/__pycache__/certs.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/certs.py\n# code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/certs.cpython-312.pyc'\nimport 'requests.certs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8d8bc0>\n# /usr/lib/python3.12/site-packages/requests/__pycache__/__version__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/__version__.py\n# code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/__version__.cpython-312.pyc'\nimport 'requests.__version__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8d8c50>\n# /usr/lib/python3.12/site-packages/requests/__pycache__/_internal_utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/_internal_utils.py\n# code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/_internal_utils.cpython-312.pyc'\nimport 'requests._internal_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8d8ce0>\n# /usr/lib/python3.12/site-packages/requests/__pycache__/cookies.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/cookies.py\n# code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/cookies.cpython-312.pyc'\nimport 'requests.cookies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8d8e00>\n# /usr/lib/python3.12/site-packages/requests/__pycache__/structures.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/structures.py\n# code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/structures.cpython-312.pyc'\nimport 'requests.structures' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8da330>\nimport 'requests.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb39f40>\n# /usr/lib/python3.12/site-packages/requests/__pycache__/api.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/api.py\n# code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/api.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/requests/__pycache__/sessions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/sessions.py\n# code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/sessions.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/requests/__pycache__/adapters.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/adapters.py\n# code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/adapters.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/requests/__pycache__/auth.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/auth.py\n# code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/auth.cpython-312.pyc'\nimport 'requests.auth' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8f8200>\n# /usr/lib/python3.12/site-packages/requests/__pycache__/models.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/models.py\n# code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/models.cpython-312.pyc'\n# /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py\n# code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc'\nimport 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8fa300>\nimport 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8f9dc0>\n# /usr/lib/python3.12/site-packages/requests/__pycache__/hooks.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/hooks.py\n# code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/hooks.cpython-312.pyc'\nimport 'requests.hooks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8fa360>\n# /usr/lib/python3.12/site-packages/requests/__pycache__/status_codes.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/status_codes.py\n# code object from '/usr/lib/python3.12/site-packages<<< 7723 1726883211.08998: stdout chunk (state=3): >>>/requests/__pycache__/status_codes.cpython-312.pyc'\nimport 'requests.status_codes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8fb110>\nimport 'requests.models' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8f8b90>\n# /usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/socks.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/contrib/socks.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/socks.cpython-312.pyc'\n# destroy urllib3.contrib.socks\nimport 'requests.adapters' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8db5f0>\nimport 'requests.sessions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8daab0>\nimport 'requests.api' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8a2360>\nimport 'requests' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc4bbbf0>\nimport 'cloud_what._base_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc4bb170>\n# /usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/providers/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/__init__.cpython-312.pyc'\nimport 'cloud_what.providers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8fbc50>\n# /usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/aws.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/providers/aws.py\n# code object from '/usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/aws.cpython-312.pyc'\nimport 'cloud_what.providers.aws' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8fbfb0>\n# /usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/azure.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/providers/azure.py\n# code object from '/usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/azure.cpython-312.pyc'\nimport 'cloud_what.providers.azure' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb934710>\n# /usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/gcp.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/providers/gcp.py\n# code object from '/usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/gcp.cpython-312.pyc'\nimport 'cloud_what.providers.gcp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb934b90>\nimport 'cloud_what.provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc459a30>\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/pycomp.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc'\n# /usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/__init__.py\n# code object from '/usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc'\nimport 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb935e50>\n# /usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/text.py\n# code object from '/usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc'\n# /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py\n# code object from '/usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc'\n# /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py\n# code object from '/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc'\n# /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc'\n# /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc'\n# /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc'\nimport 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb948470>\nimport 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb936c00>\n# /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc'\nimport 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb937fe0>\nimport 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb9364e0>\nimport 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb936270>\nimport 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb936060>\nimport 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb935f40>\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\n# code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc'\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb936000>\nimport 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb9357c0>\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/const.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc'\nimport 'dnf.const' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb935a90>\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/base.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\n# code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc'\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb7b5c10>\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/error.py\n# code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc'\n# extension module 'libdnf._error' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_error.so'\n# extension module 'libdnf._error' executed from '/usr/lib64/python3.12/site-packages/libdnf/_error.so'\nimport 'libdnf._error' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fb7e1c70>\nimport 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb7e17f0>\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/common_types.py\n# code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc'\n# extension module 'libdnf._common_types' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so'\n# extension module 'libdnf._common_types' executed from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so'\nimport 'libdnf._common_types' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fb8155e0>\nimport 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb7e1df0>\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/conf.py\n# code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc'\n# extension module 'libdnf._conf' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so'\n# extension module 'libdnf._conf' executed from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so'\nimport 'libdnf._conf' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fb320440>\nimport 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8fa2d0>\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/module.py\n# code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc'\n# extension module 'libdnf._module' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_module.so'\n# extension module 'libdnf._module' executed from '/usr/lib64/python3.12/site-packages/libdnf/_module.so'\nimport 'libdnf._module' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fb36e000>\nimport 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb320920>\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/repo.py\n# code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc'\n# extension module 'libdnf._repo' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so'\n# extension module 'libdnf._repo' executed from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so'\nimport 'libdnf._repo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fb3acec0>\nimport 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb36e0c0>\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/transaction.py\n# code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc'\n# extension module 'libdnf._transaction' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so'\n# extension module 'libdnf._transaction' executed from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so'\nimport 'libdnf._transaction' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fb3e0f20>\nimport 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb3ad160>\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/utils.py\n# code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc'\n# extension module 'libdnf._utils' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so'\n# extension module 'libdnf._utils' executed from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so'\nimport 'libdnf._utils' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fb3e2150>\nimport 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb3e1580>\nimport 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb7b7290>\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/comps.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/exceptions.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/i18n.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc'\nimport 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa020aa0>\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/util.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/callback.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc'\nimport 'dnf.yum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0239b0>\n# /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/rpmtrans.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc'\nimport 'dnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa03c890>\nimport 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa023a10>\nimport 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa023200>\n# /usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/hawkey/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc'\n# extension module 'hawkey._hawkey' loaded from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so'\n# extension module 'hawkey._hawkey' executed from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so'\nimport 'hawkey._hawkey' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fa03ddc0>\nimport 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa023dd0>\nimport 'pwd' # \nimport 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0216d0>\nimport 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb3e3fb0>\n# /usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libcomps/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc'\n# extension module 'libcomps._libpycomps' loaded from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so'\n# extension module 'libcomps._libpycomps' executed from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so'\nimport 'libcomps._libpycomps' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fa020710>\nimport 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa020290>\nimport 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb3e22d0>\n# /usr/lib/python3.12/site-packages/dnf/db/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/__init__.cpython-312.pyc'\nimport 'dnf.db' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa03f620>\n# /usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/history.py\n# code object from '/usr/lib/python3.12/si<<< 7723 1726883211.09061: stdout chunk (state=3): >>>te-packages/dnf/db/__pycache__/history.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/misc.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/crypto.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc'\nimport 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa079b50>\nimport 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa078e90>\n# /usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/group.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc'\nimport 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa07a2d0>\nimport 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa03f650>\n# /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/config.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/substitutions.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc'\nimport 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa07bc20>\nimport 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa07b1a0>\nimport 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa07afc0>\n# /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/read.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repo.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/logging.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/lock.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc'\nimport 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0aac60>\n# /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py\n# code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc'\nimport 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0ab080>\nimport 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0aa1b0>\nimport 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0a8440>\nimport 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa07b440>\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/dnssec.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/transaction.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc'\nimport 'dnf.rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0c9c10>\nimport 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0c8d40>\nimport 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0a8950>\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/drpm.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc'\nimport 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0ca240>\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/goal.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc'\nimport 'dnf.goal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0ca600>\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/history.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc'\nimport 'dnf.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0ca690>\n# /usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc'\nimport 'dnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0ca7b0>\n# /usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/module_base.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/smartcols.py\n# code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc'\n# extension module 'libdnf._smartcols' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so'\n# extension module 'libdnf._smartcols' executed from '/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so'\nimport 'libdnf._smartcols' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fa0fd310>\nimport 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0cb470>\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/selector.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc'\nimport 'dnf.selector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0fd340>\n# /usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/exceptions.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc'\nimport 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0fd430>\nimport 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0ca5a0>\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/persistor.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc'\nimport 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0fd5e0>\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/plugin.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc'\nimport 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0fe210>\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/query.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc'\nimport 'dnf.query' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0fed20>\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repodict.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc'\nimport 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0fee70>\n# /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/connection.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc'\nimport 'dnf.rpm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0ff6e0>\n# /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/miscutils.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc'\nimport 'dnf.rpm.miscutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0ff950>\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/sack.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/package.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc'\nimport 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e1c2f0>\nimport 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0ffd40>\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/subject.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc'\nimport 'dnf.subject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e1d1f0>\nimport 'gc' # \nimport 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb789610>\nimport 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb934fb0>\nimport 'rhsm.profile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc58bf50>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/jsonwrapper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/jsonwrapper.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/jsonwrapper.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/utils.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/utils.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc matches /usr/lib64/python3.12/pprint.py\n# code object from '/usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc matches /usr/lib64/python3.12/dataclasses.py\n# code object from '/usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc'\nimport 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e1f800>\nimport 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e1e660>\n# extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\n# extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68f9e1f920>\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\n# code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc'\n# extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\n# extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68f9e47620>\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e457f0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/branding/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/branding/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/branding/__pycache__/__init__.cpython-312.pyc'\nimport 'subscription_manager.branding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e47830>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/certdirectory.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/certdirectory.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/certdirectory.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/__init__.cpython-312.pyc'\nimport 'rhsmlib.services' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e6ca40>\n# /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/config.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/config.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/config.cpython-312.pyc'\nimport 'rhsmlib.services.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e6cbf0>\n# /usr/lib64/python3.12/site-packages/rhsm/__pycache__/certificate2.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/certificate2.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/certificate2.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rhsm/__pycache__/pathtree.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/pathtree.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/pathtree.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rhsm/__pycache__/bitstream.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/bitstream.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/bitstream.cpython-312.pyc'\nimport 'rhsm.bitstream' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e6ee10>\n# /usr/lib64/python3.12/site-packages/rhsm/__pycache__/huffman.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/huffman.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/huffman.cpython-312.pyc'\nimport 'rhsm.huffman' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e6f350>\nimport 'rhsm.pathtree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e6e7b0>\nimport 'rhsm.certificate2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e6d310>\nimport 'subscription_manager.certdirectory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e47a70>\n# /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/hwprobe.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/hwprobe.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/hwprobe.cpython-312.pyc'\n# /us<<< 7723 1726883211.09087: stdout chunk (state=3): >>>r/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cpuinfo.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/cpuinfo.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cpuinfo.cpython-312.pyc'\nimport 'rhsmlib.facts.cpuinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ea15b0>\nimport 'rhsmlib.facts.hwprobe' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ea0590>\nimport 'subscription_manager.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e1d700>\nimport 'subscription_manager.jsonwrapper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e1d2e0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/isodate.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/isodate.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/isodate.cpython-312.pyc'\nimport 'subscription_manager.isodate' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ea2ae0>\n# /usr/lib64/python3.12/site-packages/syspurpose/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/syspurpose/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/syspurpose/__pycache__/__init__.cpython-312.pyc'\nimport 'syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ea2b40>\n# /usr/lib64/python3.12/site-packages/syspurpose/__pycache__/files.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/syspurpose/files.py\n# code object from '/usr/lib64/python3.12/site-packages/syspurpose/__pycache__/files.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/syspurpose/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/syspurpose/utils.py\n# code object from '/usr/lib64/python3.12/site-packages/syspurpose/__pycache__/utils.cpython-312.pyc'\nimport 'syspurpose.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ea37a0>\nimport 'syspurpose.files' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ea2c90>\n# /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/syspurpose.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/syspurpose.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/syspurpose.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/syspurposelib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/syspurposelib.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/syspurposelib.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/certlib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/certlib.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/certlib.cpython-312.pyc'\nimport 'subscription_manager.certlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ecc950>\nimport 'subscription_manager.syspurposelib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ecc1d0>\n# /usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/file_monitor.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/file_monitor.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/file_monitor.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/__pycache__/pyinotify.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyinotify.py\n# code object from '/usr/lib/python3.12/site-packages/__pycache__/pyinotify.cpython-312.pyc'\n# extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so'\n# extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so'\nimport 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68f9ef99a0>\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc'\n# extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\n# extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68f9c1d040>\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc'\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c1df40>\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9efba10>\n# /usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/util.py\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc'\nimport 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c1cbc0>\nimport 'pyinotify' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ecd970>\nimport 'rhsmlib.file_monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ecd010>\n# /usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/dbus/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/__init__.cpython-312.pyc'\nimport 'rhsmlib.dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c1ea20>\n# /usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/server.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/dbus/server.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/server.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc'\nimport 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c1f920>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc'\nimport 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c1f980>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc'\n# extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so'\n# extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so'\nimport '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68f9c54050>\nimport 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c1ff20>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc'\nimport 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c56600>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc'\n# /usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/__init__.py\n# code object from '/usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc'\nimport 'xml' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c57740>\n# /usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/__init__.py\n# code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc'\nimport 'xml.parsers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c57a40>\n# /usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/expat.py\n# code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc'\n# extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so'\n# extension module 'pyexpat' executed from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so'\nimport 'pyexpat' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68f9c57ad0>\nimport 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c57aa0>\nimport 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c57290>\nimport 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c56720>\nimport 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c55a60>\nimport 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c55040>\nimport 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c548c0>\nimport 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c1f3b0>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/service.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/service.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/service.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/decorators.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/decorators.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/decorators.cpython-312.pyc'\nimport 'dbus.decorators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c804a0>\nimport 'dbus.service' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c57110>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/server.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/server.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/server.cpython-312.pyc'\nimport 'dbus.server' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c80740>\n# /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc'\nimport 'dbus.mainloop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c80a70>\n# /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/glib.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc'\n# extension module '_dbus_glib_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so'\n# extension module '_dbus_glib_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so'\nimport '_dbus_glib_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68f9c80ad0>\nimport 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c80b60>\n# /usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/dbus/constants.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/constants.cpython-312.pyc'\nimport 'rhsmlib.dbus.constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c80cb0>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\n# code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc'\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c81220>\n# possible namespace for /usr/lib/python3.12/site-packages/gi\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_error.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc'\nimport 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c821e0>\n# extension module 'gi._gi' loaded from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so'\n# extension module 'gi._gi' executed from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so'\nimport 'gi._gi' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68f9c81fd0>\nimport 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c80d40>\n# /usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/repository/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/importer.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/module.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/types.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_constants.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc'\nimport 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9cacc80>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/docstring.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc'\nimport 'gi.docstring' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9cacfe0>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_propertyhelper.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc'\nimport 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9cad430>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_signalhelper.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc'\nimport 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9cadc40>\nimport 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9cac380>\nimport 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c83e90>\n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc'\nimport 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9cac1a0>\nimport 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c83950>\nimport 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c81df0>\n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GLib.py\n# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_ossighelper.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc'\nimport 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ccc7a0>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_option.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py\n# code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc'\nimport 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ccd4f0>\nimport 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9cccd10>\nimport 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9caebd0>\nimport 'gi.repository.GLib' # \n# /usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/dbus_utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/dbus/dbus_utils.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/dbus_utils.cpython-312.pyc'\n# /usr/lib64/python3.12/xml/etree/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/etree/__init__.py\n# code object from '/usr/lib64/python3.12/xml/etree/__pycache__/__init__.cpython-312.pyc'\nimport 'xml.etree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f990a3c0>\n# /usr/lib64/python3.12/xml/etree/__pycache__/ElementTree.cpython-312.pyc matches /usr/lib64/python3.12/xml/etree/ElementTree.py\n# code object from '/usr/lib64/python3.12/xml/etree/__pycache__/ElementTree.cpython-312.pyc'\n# /usr/lib64/python3.12/xml/etree/__pycache__/ElementPath.cpython-312.pyc matches /usr/lib64/python3.12/xml/etree/ElementPath.py\n# code object from '/usr/lib64/python3.12/xml/etree/__pycache__/ElementPath.cpython-312.pyc'\nimport 'xml.etree.ElementPath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9935430>\n# extension module '_elementtree' loaded from '/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so'\n# extension module '_elementtree' executed from '/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so'\nimport '_elementtree' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68f9936630>\nimport 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f990a330>\nimport 'rhsmlib.dbus.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9cadbe0>\nimport 'rhsmlib.dbus.server' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c1eb10>\nimport 'rhsmlib.services.syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ea3ce0>\nimport 'subscription_manager.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc7a68d0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cert_sorter.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cert_sorter.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cert_sorter.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/reasons.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/reasons.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/reasons.cpython-312.pyc'\nimport 'subscription_manager.reasons' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9937590>\nimport 'subscription_manager.cert_sorter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc7c0980>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/facts.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/facts.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/facts.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/all.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/all.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/all.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/insights.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/insights.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/insights.cpython-312.pyc'\nimport 'rhsmlib.facts.insights' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99641d0>\n# /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/kpatch.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/kpatch.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/kpatch.cpython-312.pyc'\nimport 'rhsmlib.facts.kpatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9964440>\n# /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cloud_facts.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/cloud_facts.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cloud_facts.cpython-312.pyc'\nimport 'rhsmlib.facts.cloud_facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9964620>\n# /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/pkg_arches.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/pkg_arches.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/pkg_arches.cpython-312.pyc'\nimport 'rhsmlib.facts.pkg_arches' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9964980>\n# /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/network.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/network.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/network<<< 7723 1726883211.09102: stdout chunk (state=3): >>>.cpython-312.pyc'\nimport 'rhsmlib.facts.network' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9964cb0>\nimport 'rhsmlib.facts.all' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9937da0>\nimport 'subscription_manager.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9937ad0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/identity.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/identity.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/identity.cpython-312.pyc'\nimport 'subscription_manager.identity' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9937f80>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/validity.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/validity.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/validity.cpython-312.pyc'\nimport 'subscription_manager.validity' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99658b0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cp_provider.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cp_provider.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cp_provider.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/client_info.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/client_info.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/client_info.cpython-312.pyc'\nimport 'rhsmlib.client_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9965eb0>\nimport 'subscription_manager.cp_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9965a30>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/plugins.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/plugins.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/plugins.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/base_plugin.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/base_plugin.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/base_plugin.cpython-312.pyc'\nimport 'subscription_manager.base_plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99678c0>\nimport 'subscription_manager.plugins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9966420>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/lock.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/lock.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/lock.cpython-312.pyc'\nimport 'subscription_manager.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9966a50>\nimport 'subscription_manager.injectioninit' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc7a6150>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/managercli.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/managercli.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/managercli.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/managerlib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/managerlib.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/managerlib.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/repolib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/repolib.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/repolib.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/model/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/model/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/model/__pycache__/__init__.cpython-312.pyc'\nimport 'subscription_manager.model' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f998baa0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/model/__pycache__/ent_cert.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/model/ent_cert.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/model/__pycache__/ent_cert.cpython-312.pyc'\nimport 'subscription_manager.model.ent_cert' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f998be00>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/repofile.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/repofile.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/repofile.cpython-312.pyc'\nimport 'subscription_manager.repofile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f998bf80>\nimport 'subscription_manager.repolib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f998aa20>\nimport 'subscription_manager.managerlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9989310>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cli.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cli.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/exceptions.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/exceptions.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/entcertlib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/entcertlib.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/entcertlib.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/content_action_client.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/content_action_client.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/content_action_client.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/base_action_client.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/base_action_client.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/base_action_client.cpython-312.pyc'\nimport 'subscription_manager.base_action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99b7c20>\nimport 'subscription_manager.content_action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99b76b0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/rhelentbranding.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/rhelentbranding.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/rhelentbranding.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/entbranding.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/entbranding.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/entbranding.cpython-312.pyc'\nimport 'subscription_manager.entbranding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f0800>\nimport 'subscription_manager.rhelentbranding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f01a0>\nimport 'subscription_manager.entcertlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99b67e0>\nimport 'subscription_manager.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99b6420>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/printing_utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/printing_utils.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/printing_utils.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/unicode_width.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/unicode_width.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/unicode_width.cpython-312.pyc'\nimport 'subscription_manager.unicode_width' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f1b50>\nimport 'subscription_manager.printing_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f1790>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/i18n_argparse.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/i18n_argparse.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/i18n_argparse.cpython-312.pyc'\nimport 'subscription_manager.i18n_argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f1d60>\nimport 'subscription_manager.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99b5eb0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/__init__.cpython-312.pyc'\nimport 'subscription_manager.cli_command' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f1f70>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/attach.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/attach.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/attach.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/fileinput.cpython-312.pyc matches /usr/lib64/python3.12/fileinput.py\n# code object from '/usr/lib64/python3.12/__pycache__/fileinput.cpython-312.pyc'\nimport 'fileinput' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f23c0>\n# /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/attach.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/attach.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/attach.cpython-312.pyc'\nimport 'rhsmlib.services.attach' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f2f00>\n# /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/products.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/products.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/products.cpython-312.pyc'\nimport 'rhsmlib.services.products' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f3110>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/action_client.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/action_client.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/action_client.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/identitycertlib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/identitycertlib.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/identitycertlib.cpython-312.pyc'\nimport 'subscription_manager.identitycertlib' <<< 7723 1726883211.09218: stdout chunk (state=3): >>># <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f3680>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/healinglib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/healinglib.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/healinglib.cpython-312.pyc'\nimport 'subscription_manager.healinglib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f3a10>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/factlib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/factlib.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/factlib.cpython-312.pyc'\nimport 'subscription_manager.factlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f3da0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/packageprofilelib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/packageprofilelib.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/packageprofilelib.cpython-312.pyc'\nimport 'subscription_manager.packageprofilelib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f3fe0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/installedproductslib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/installedproductslib.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/installedproductslib.cpython-312.pyc'\nimport 'subscription_manager.installedproductslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980c2c0>\nimport 'subscription_manager.action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f33b0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/cli.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/cli.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/cli.cpython-312.pyc'\nimport 'subscription_manager.cli_command.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980c560>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/list.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/list.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/list.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/entitlement.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/entitlement.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/entitlement.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/exceptions.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/exceptions.cpython-312.pyc'\nimport 'rhsmlib.services.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980db20>\nimport 'rhsmlib.services.entitlement' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980d460>\nimport 'subscription_manager.cli_command.list' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980cd10>\nimport 'subscription_manager.cli_command.attach' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f20c0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/autoheal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/autoheal.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/autoheal.cpython-312.pyc'\nimport 'subscription_manager.cli_command.autoheal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980db50>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/clean.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/clean.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/clean.cpython-312.pyc'\nimport 'subscription_manager.cli_command.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980ddf0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/config.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/config.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/config.cpython-312.pyc'\nimport 'subscription_manager.cli_command.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980df40>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/environments.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/environments.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/environments.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/org.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/org.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/org.cpython-312.pyc'\n# extension module 'readline' loaded from '/usr/lib64/python3.12/lib-dynload/readline.cpython-312-x86_64-linux-gnu.so'\n# extension module 'readline' executed from '/usr/lib64/python3.12/lib-dynload/readline.cpython-312-x86_64-linux-gnu.so'\nimport 'readline' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68f980eb40>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/user_pass.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/user_pass.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/user_pass.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py\n# code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc'\nimport 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980f050>\nimport 'subscription_manager.cli_command.user_pass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980ed80>\nimport 'subscription_manager.cli_command.org' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980e7e0>\nimport 'subscription_manager.cli_command.environments' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980e150>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/facts.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/facts.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/facts.cpython-312.pyc'\nimport 'subscription_manager.cli_command.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980f470>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/identity.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/identity.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/identity.cpython-312.pyc'\nimport 'subscription_manager.cli_command.identity' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980f5c0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/override.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/override.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/override.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/overrides.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/overrides.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/overrides.cpython-312.pyc'\nimport 'subscription_manager.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980fe00>\nimport 'subscription_manager.cli_command.override' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980f920>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/owners.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/owners.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/owners.cpython-312.pyc'\nimport 'subscription_manager.cli_command.owners' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9838680>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/plugins.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/plugins.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/plugins.cpython-312.pyc'\nimport 'subscription_manager.cli_command.plugins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f98387a0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/redeem.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/redeem.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/redeem.cpython-312.pyc'\nimport 'subscription_manager.cli_command.redeem' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9838aa0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/refresh.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/refresh.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/refresh.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/refresh.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/refresh.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/refresh.cpython-312.pyc'\nimport 'rhsmlib.services.refresh' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9838fb0>\nimport 'subscription_manager.cli_command.refresh' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9838c80>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/register.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/register.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/register.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/unregister.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/unregister.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/unregister.cpython-312.pyc'\nimport 'rhsmlib.services.unregister' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9839a60>\n# /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/register.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/register.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/register.cpython-312.pyc'\nimport 'rhsmlib.services.register' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9839ca0>\nimport 'subscription_manager.cli_command.register' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9839040>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/release.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/release.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/release.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/release.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/release.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/release.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/listing.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/listing.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/listing.cpython-312.pyc'\nimport 'subscription_manager.listing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f983a7b0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/rhelproduct.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/rhelproduct.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/rhelproduct.cpython-312.pyc'\nimport 'subscription_manager.rhelproduct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f983a930>\nimport 'subscription_manager.release' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f983a240>\nimport 'subscription_manager.cli_command.release' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9839f40>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/remove.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/remove.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/remove.cpython-312.pyc'\nimport 'subscription_manager.cli_command.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f983abd0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/repos.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/repos.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/repos.cpython-312.pyc'\nimport 'subscription_manager.cli_command.repos' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f983af60>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/status.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/status.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/status.cpython-312.pyc'\nimport 'subscription_manager.cli_command.status' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f983b3b0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/syspurpose.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/syspurpose.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/syspurpose.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/addons.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/addons.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/addons.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/abstract_syspurpose.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/abstract_syspurpose.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/abstract_syspurpose.cpython-312.pyc'\nimport 'subscription_manager.cli_command.abstract_syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f983bda0>\nimport 'subscription_manager.cli_command.addons' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f983bb30>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/role.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/role.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/role.cpython-312.pyc'\nimport 'subscription_manager.cli_command.role' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9860a40>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/service_level.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/service_level.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/service_level.cpython-312.pyc'\nimport 'subscription_manager.cli_command.service_level' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9860ad0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/usage.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/usage.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/usage.cpython-312.pyc'\nimport 'subscription_manager.cli_command.usage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9861070>\nimport 'subscription_manager.cli_command.syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f983b7a0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/unregister.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/unregister.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/unregister.cpython-312.pyc'\nimport 'subscription_manager.cli_command.unregister' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9861100>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/version.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/version.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/version.cpython-312.pyc'\nimport 'subscription_manager.cli_command.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f98612e0>\nimport 'subscription_manager.managercli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9988cb0>\nimport 'subscription_manager.scripts.subscription_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb65490>\n# /usr/lib64/python3.12/site-packages/subscription_manager/branding/__pycache__/redhat_branding.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/branding/redhat_branding.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/branding/__pycache__/redhat_branding.cpython-312.pyc'\nimport 'subscription_manager.branding.redhat_branding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb64ec0>\nRuntime Error last check-in is null at org.candlepin.service.model.CloudCheckInEvent.:88 (HTTP error code 500: Internal Server Error)\n# clear sys.path_importer_cache\n# clear sys.path_hooks\n# clear builtins._\n# clear sys.path\n# clear sys.argv\n# clear sys.ps1\n# clear sys.ps2\n# clear sys.last_exc\n# clear sys.last_type\n# clear sys.last_value\n# clear sys.last_traceback\n# clear sys.__interactivehook__\n# clear sys.meta_path\n# restore sys.stdin\n# restore sys.stdout\n# restore sys.stderr\n# cleanup[2] removing sys\n# cleanup[2] removing builtins\n# cleanup[2] removing _frozen_importlib\n# cleanup[2] removing _imp\n# cleanup[2] removing _thread\n# cleanup[2] removing _warnings\n# cleanup[2] removing _weakref\n# cleanup[2] removing _io\n# cleanup[2] removing marshal\n# cleanup[2] removing posix\n# cleanup[2] removing _frozen_importlib_external\n# cleanup[2] removing time\n# cleanup[2] removing zipimport\n# cleanup[2] removing _codecs\n# cleanup[2] removing codecs\n# cleanup[2] removing e<<< 7723 1726883211.09271: stdout chunk (state=3): >>>ncodings.aliases\n# cleanup[2] removing encodings\n# cleanup[2] removing encodings.utf_8\n# cleanup[2] removing _signal\n# cleanup[2] removing _abc\n# cleanup[2] removing abc\n# cleanup[2] removing io\n# cleanup[2] removing __main__\n# destroy __main__\n# cleanup[2] removing _stat\n# cleanup[2] removing stat\n# cleanup[2] removing _collections_abc\n# cleanup[2] removing genericpath\n# cleanup[2] removing posixpath\n# cleanup[2] removing os.path\n# cleanup[2] removing os\n# cleanup[2] removing _sitebuiltins\n# cleanup[2] removing encodings.utf_8_sig\n# cleanup[2] removing _distutils_hack\n# destroy _distutils_hack\n# cleanup[2] removing site\n# destroy site\n# cleanup[2] removing types\n# cleanup[2] removing _operator\n# cleanup[2] removing operator\n# cleanup[2] removing itertools\n# cleanup[2] removing keyword\n# cleanup[2] removing reprlib\n# destroy reprlib\n# cleanup[2] removing _collections\n# cleanup[2] removing collections\n# cleanup[2] removing _functools\n# cleanup[2] removing functools\n# cleanup[2] removing enum\n# cleanup[2] removing _sre\n# cleanup[2] removing re._constants\n# cleanup[2] removing re._parser\n# cleanup[2] removing re._casefix\n# cleanup[2] removing re._compiler\n# cleanup[2] removing copyreg\n# cleanup[2] removing re\n# cleanup[2] removing importlib._bootstrap\n# cleanup[2] removing importlib._bootstrap_external\n# cleanup[2] removing warnings\n# cleanup[2] removing importlib\n# cleanup[2] removing _csv\n# cleanup[2] removing csv\n# cleanup[2] removing email\n# cleanup[2] removing fnmatch\n# cleanup[2] removing ntpath\n# cleanup[2] removing errno\n# cleanup[2] removing urllib\n# cleanup[2] removing math\n# cleanup[2] removing ipaddress\n# cleanup[2] removing urllib.parse\n# cleanup[2] removing pathlib\n# cleanup[2] removing binascii\n# cleanup[2] removing importlib._abc\n# cleanup[2] removing importlib.util\n# cleanup[2] removing zlib\n# cleanup[2] removing _compression\n# cleanup[2] removing _bz2\n# cleanup[2] removing bz2\n# cleanup[2] removing _lzma\n# cleanup[2] removing lzma\n# cleanup[2] removing shutil\n# cleanup[2] removing _struct\n# cleanup[2] removing struct\n# cleanup[2] removing _weakrefset\n# destroy _weakrefset\n# cleanup[2] removing threading\n# cleanup[2] removing contextlib\n# cleanup[2] removing zipfile._path.glob\n# cleanup[2] removing zipfile._path\n# cleanup[2] removing zipfile\n# cleanup[2] removing textwrap\n# cleanup[2] removing _ast\n# destroy _ast\n# cleanup[2] removing ast\n# cleanup[2] removing _opcode\n# cleanup[2] removing opcode\n# destroy opcode\n# cleanup[2] removing dis\n# cleanup[2] removing collections.abc\n# cleanup[2] removing importlib.machinery\n# cleanup[2] removing token\n# cleanup[2] removing _tokenize\n# cleanup[2] removing tokenize\n# cleanup[2] removing linecache\n# cleanup[2] removing weakref\n# cleanup[2] removing inspect\n# cleanup[2] removing quopri\n# cleanup[2] removing _bisect\n# cleanup[2] removing bisect\n# cleanup[2] removing _random\n# cleanup[2] removing _hashlib\n# cleanup[2] removing _blake2\n# cleanup[2] removing hashlib\n# cleanup[2] removing random\n# cleanup[2] removing _socket\n# cleanup[2] removing select\n# cleanup[2] removing selectors\n# cleanup[2] removing array\n# cleanup[2] removing socket\n# cleanup[2] removing _datetime\n# cleanup[2] removing datetime\n# cleanup[2] removing _locale\n# cleanup[2] removing locale\n# cleanup[2] removing calendar\n# cleanup[2] removing email._parseaddr\n# cleanup[2] removing base64\n# cleanup[2] removing email.base64mime\n# cleanup[2] removing _string\n# cleanup[2] removing string\n# cleanup[2] removing email.quoprimime\n# cleanup[2] removing email.errors\n# cleanup[2] removing email.encoders\n# cleanup[2] removing email.charset\n# cleanup[2] removing email.utils\n# cleanup[2] removing email.header\n# cleanup[2] removing email._policybase\n# cleanup[2] removing email._encoded_words\n# cleanup[2] removing email.iterators\n# cleanup[2] removing email.message\n# cleanup[2] removing importlib.metadata._functools\n# cleanup[2] removing importlib.metadata._text\n# cleanup[2] removing importlib.<<< 7723 1726883211.09277: stdout chunk (state=3): >>>metadata._adapters\n# cleanup[2] removing _typing\n# cleanup[2] removing typing\n# cleanup[2] removing importlib.metadata._meta\n# cleanup[2] removing importlib.metadata._collections\n# cleanup[2] removing importlib.metadata._itertools\n# cleanup[2] removing tempfile\n# cleanup[2] removing importlib.resources.abc\n# cleanup[2] removing importlib.resources._adapters\n# cleanup[2] removing importlib.resources._common\n# cleanup[2] removing importlib.resources._legacy\n# cleanup[2] removing importlib.resources\n# cleanup[2] removing importlib.abc\n# cleanup[2] removing importlib.metadata\n# cleanup[2] removing subscription_manager\n# cleanup[2] removing subscription_manager.scripts\n# cleanup[2] removing gettext\n# cleanup[2] removing traceback\n# cleanup[2] removing atexit\n# cleanup[2] removing logging\n# cleanup[2] removing subscription_manager.i18n\n# cleanup[2] removing rhsm\n# cleanup[2] removing _compat_pickle\n# cleanup[2] removing _pickle\n# cleanup[2] removing pickle\n# cleanup[2] removing _heapq\n# cleanup[2] removing heapq\n# cleanup[2] removing _queue\n# cleanup[2] removing queue\n# cleanup[2] removing copy\n# cleanup[2] removing logging.handlers\n# cleanup[2] removing socketserver\n# destroy socketserver\n# cleanup[2] removing logging.config\n# cleanup[2] removing configparser\n# cleanup[2] removing iniparse.configparser\n# cleanup[2] removing __future__\n# destroy __future__\n# cleanup[2] removing six\n# cleanup[2] removing iniparse.config\n# cleanup[2] removing iniparse.ini\n# cleanup[2] removing iniparse.compat\n# cleanup[2] removing iniparse.utils\n# cleanup[2] removing iniparse\n# destroy iniparse\n# destroy iniparse.configparser\n# destroy iniparse.utils\n# cleanup[2] removing rhsm.config\n# cleanup[2] removing rhsm.logutil\n# cleanup[2] removing subscription_manager.injection\n# cleanup[2] removing _ssl\n# cleanup[2] removing ssl\n# cleanup[2] removing http\n# cleanup[2] removing email.feedparser\n# cleanup[2] removing email.parser\n# cleanup[2] removing http.client\n# cleanup[2] removing rhsm.https\n# cleanup[2] removing dateutil._version\n# cleanup[2] removing dateutil\n# cleanup[2] removing rhsm._certificate\n# cleanup[2] removing rhsm.certificate\n# cleanup[2] removing numbers\n# destroy numbers\n# cleanup[2] removing _decimal\n# cleanup[2] removing decimal\n# destroy decimal\n# cleanup[2] removing dateutil._common\n# cleanup[2] removing dateutil.relativedelta\n# cleanup[2] removing six.moves\n# cleanup[2] removing dateutil.tz._common\n# cleanup[2] removing dateutil.tz._factories\n# cleanup[2] removing dateutil.tz.tz\n# cleanup[2] removing dateutil.tz\n# cleanup[2] removing dateutil.parser._parser\n# cleanup[2] removing dateutil.parser.isoparser\n# destroy dateutil.parser.isoparser\n# cleanup[2] removing dateutil.parser\n# cleanup[2] removing urllib.response\n# cleanup[2] removing urllib.error\n# cleanup[2] removing urllib.request\n# cleanup[2] removing _json\n# cleanup[2] removing json.scanner\n# cleanup[2] removing json.decoder\n# cleanup[2] removing json.encoder\n# cleanup[2] removing json\n# cleanup[2] removing rhsm.ourjson\n# cleanup[2] removing rhsm.utils\n# cleanup[2] removing subscription_manager.version\n# cleanup[2] removing rhsm.connection\n# cleanup[2] removing rpm._rpm\n# cleanup[2] removing rpm.transaction\n# cleanup[2] removing rpm\n# cleanup[2] removing cloud_what\n# destroy cloud_what\n# cleanup[2] removing rhsmlib\n# destroy rhsmlib\n# cleanup[2] removing rhsmlib.facts\n# cleanup[2] removing platform\n# cleanup[2] removing rhsmlib.facts.collection\n# cleanup[2] removing rhsmlib.facts.collector\n# cleanup[2] removing rhsmlib.facts.cleanup\n# cleanup[2] removing signal\n# cleanup[2] removing fcntl\n# cleanup[2] removing _posixsubprocess\n# cleanup[2] removing subprocess\n# cleanup[2] removing rhsmlib.facts.virt\n# cleanup[2] removing rhsmlib.facts.dmidecodeparser\n# cleanup[2] removing rhsmlib.facts.dmiinfo\n# cleanup[2] removing rhsmlib.facts.firmware_info\n# cleanup[2] removing rhsmlib.facts.host_collector\n# cleanup[2] removing glob\n# cleanup[2] removing rhsmlib.facts.custom\n# cleanup[2] removing urllib3.packages\n# cleanup[2] removing urllib3.packages.six\n# cleanup[2] removing urllib3.packages.six.moves\n# cleanup[2] removing urllib3.packages.six.moves.http_client\n# cleanup[2] removing urllib3.exceptions\n# cleanup[2] removing urllib3._version\n# cleanup[2] removing urllib3._collections\n# cleanup[2] removing urllib3.contrib\n# cleanup[2] removing urllib3.contrib._appengine_environ\n# cleanup[2] removing urllib3.util.wait\n# cleanup[2] removing urllib3.util.connection\n# cleanup[2] removing urllib3.util.request\n# cleanup[2] removing urllib3.util.response\n# cleanup[2] removing urllib3.util.retry\n# cleanup[2] removing hmac\n# cleanup[2] removing urllib3.util.url\n# cleanup[2] removing urllib3.util.ssltransport\n# cleanup[2] removing urllib3.util.ssl_\n# cleanup[2] removing urllib3.util.timeout\n# cleanup[2] removing urllib3.util\n# cleanup[2] removing urllib3.util.proxy\n# cleanup[2] removing urllib3.util.ssl_match_hostname\n# cleanup[2] removing urllib3.connection\n# cleanup[2] removing mimetypes\n# cleanup[2] removing urllib3.fields\n# cleanup[2] removing urllib3.filepost\n# cleanup[2] removing urllib3.packages.six.moves.urllib\n# cleanup[2] removing urllib3.packages.six.moves.urllib.parse\n# cleanup[2] removing urllib3.request\n# cleanup[2] removing urllib3.response\n# cleanup[2] removing urllib3.util.queue\n# cleanup[2] removing urllib3.connectionpool\n# cleanup[2] removing urllib3.poolmanager\n# cleanup[2] removing urllib3\n# cleanup[2] removing charset_normalizer.constant\n# cleanup[2] removing unicodedata\n# cleanup[2] removing _multibytecodec\n# cleanup[2] removing charset_normalizer.utils\n# cleanup[2] removing charset_normalizer.md\n# cleanup[2] removing charset_normalizer.models\n# cleanup[2] removing charset_normalizer.cd\n# cleanup[2] removing charset_normalizer.api\n# cleanup[2] removing charset_normalizer.legacy\n# cleanup[2] removing charset_normalizer.version\n# cleanup[2] removing charset_normalizer\n# cleanup[2] removing http.cookiejar\n# cleanup[2] removing http.cookies\n# cleanup[2] removing requests.compat\n# cleanup[2] removing requests.exceptions\n# cleanup[2] removing requests.packages.urllib3.packages\n# cleanup[2] removing requests.packages.urllib3.packages.six\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves.http_client\n# cleanup[2] removing requests.packages.urllib3.exceptions\n# cleanup[2] removing requests.packages.urllib3._version\n# cleanup[2] removing requests.packages.urllib3._collections\n# cleanup[2] removing requests.packages.urllib3.contrib\n# cleanup[2] removing requests.packages.urllib3.contrib._appengine_environ\n# cleanup[2] removing requests.packages.urllib3.util.wait\n# cleanup[2] removing requests.packages.urllib3.util.connection\n# cleanup[2] removing requests.packages.urllib3.util.request\n# cleanup[2] removing requests.packages.urllib3.util.response\n# cleanup[2] removing requests.packages.urllib3.util.retry\n# cleanup[2] removing requests.packages.urllib3.util.url\n# cleanup[2] removing requests.packages.urllib3.util.ssltransport\n# cleanup[2] removing requests.packages.urllib3.util.ssl_\n# cleanup[2] removing requests.packages.urllib3.util.timeout\n# cleanup[2] removing requests.packages.urllib3.util\n# cleanup[2] removing requests.packages.urllib3.util.proxy\n# cleanup[2] removing requests.packages.urllib3.util.ssl_match_hostname\n# cleanup[2] removing requests.packages.urllib3.connection\n# cleanup[2] removing requests.packages.urllib3.fields\n# cleanup[2] removing requests.packages.urllib3.filepost\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves.urllib\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves.urllib.parse\n# cleanup[2] removing requests.packages.urllib3.request\n# cleanup[2] removing requests.packages.urllib3.response\n# cleanup[2] removing requests.packages.urllib3.util.queue\n# cleanup[2] removing requests.packages.urllib3.connectionpool\n# cleanup[2] removing requests.packages.urllib3.poolmanager\n# cleanup[2] removing requests.packages.urllib3\n# cleanup[2] removing idna.package_data\n# cleanup[2] removing idna.idnadata\n# cleanup[2] removing idna.intranges\n# cleanup[2] removing idna.core\n# cleanup[2] removing idna\n# cleanup[2] removing requests.packages.idna.package_data\n# cleanup[2] removing requests.packages.idna.idnadata\n# cleanup[2] removing requests.packages.idna.intranges\n# cleanup[2] removing requests.packages.idna.core\n# cleanup[2] removing requests.packages.idna\n# cleanup[2] removing requests.packages.charset_normalizer.constant\n# cleanup[2] removing requests.packages.chardet.constant\n# cleanup[2] removing requests.packages.charset_normalizer.utils\n# cleanup[2] removing requests.packages.chardet.utils\n# cleanup[2] removing requests.packages.charset_normalizer.md\n# cleanup[2] removing requests.packages.chardet.md\n# cleanup[2] removing requests.packages.charset_normalizer.models\n# cleanup[2] removing requests.packages.chardet.models\n# cleanup[2] removing requests.packages.charset_normalizer.cd\n# cleanup[2] removing requests.packages.chardet.cd\n# cleanup[2] removing requests.packages.charset_normalizer.api\n# cleanup[2] removing requests.packages.chardet.api\n# cleanup[2] removing requests.packages.charset_normalizer.legacy\n# cleanup[2] removing requests.packages.chardet.legacy\n# cleanup[2] removing requests.packages.charset_normalizer.version\n# cleanup[2] removing requests.packages.chardet.version\n# cleanup[2] removing requests.packages.charset_normalizer\n# cleanup[2] removing requests.packages.chardet\n# cleanup[2] removing requests.packages\n# cleanup[2] removing requests.certs\n# cleanup[2] removing requests.__version__\n# destroy requests.__version__\n# cleanup[2] removing requests._internal_utils\n# cleanup[2] removing requests.cookies\n# cleanup[2] removing requests.structures\n# cleanup[2] removing requests.utils\n# cleanup[2] removing requests.auth\n# cleanup[2] removing stringprep\n# cleanup[2] removing encodings.idna\n# cleanup[2] removing requests.hooks\n# cleanup[2] removing requests.status_codes\n# cleanup[2] removing requests.models\n# cleanup[2] removing requests.adapters\n# cleanup[2] removing requests.sessions\n# cleanup[2] removing requests.api\n# cleanup[2] removing requests\n# cleanup[2] removing cloud_what._base_provider\n# destroy cloud_what._base_provider\n# cleanup[2] removing cloud_what.providers\n# destroy cloud_what.providers\n# cleanup[2] removing cloud_what.providers.aws\n# destroy cloud_what.providers.aws\n# cleanup[2] removing cloud_what.providers.azure\n# destroy cloud_what.providers.azure\n# cleanup[2] removing cloud_what.providers.gcp\n# destroy cloud_what.providers.gcp\n# cleanup[2] removing cloud_what.provider\n# cleanup[2] removing email.mime\n# cleanup[2] removing email._header_value_parser\n# cleanup[2] removing email.headerregistry\n# cleanup[2] removing email.contentmanager\n# cleanup[2] removing email.policy\n# cleanup[2] removing email.mime.base\n# cleanup[2] removing email.mime.nonmultipart\n# cleanup[2] removing email.mime.text\n# cleanup[2] removing shlex\n# cleanup[2] removing dnf.pycomp\n# cleanup[2] removing dnf.const\n# cleanup[2] removing argparse\n# cleanup[2] removing swig_runtime_data4\n# destroy swig_runtime_data4\n# cleanup[2] removing libdnf._error\n# cleanup[2] removing libdnf.error\n# cleanup[2] removing libdnf._common_types\n# cleanup[2] removing libdnf.common_types\n# cleanup[2] removing libdnf._conf\n# cleanup[2] removing libdnf.conf\n# cleanup[2] removing libdnf._module\n# cleanup[2] removing libdnf.module\n# cleanup[2] removing libdnf._repo\n# cleanup[2] removing libdnf.repo\n# cleanup[2] removing libdnf._transaction\n# cleanup[2] removing libdnf.transaction\n# cleanup[2] removing libdnf._utils\n# cleanup[2] removing libdnf.utils\n# cleanup[2] removing libdnf\n# cleanup[2] removing dnf.i18n\n# cleanup[2] removing dnf.yum\n# cleanup[2] removing dnf.transaction\n# cleanup[2] removing dnf.yum.rpmtrans\n# cleanup[2] removing dnf.callback\n# cleanup[2] removing hawkey._hawkey\n# cleanup[2] removing hawkey\n# cleanup[2] removing pwd\n# cleanup[2] removing dnf.util\n# cleanup[2] removing dnf.exceptions\n# cleanup[2] removing libcomps._libpycomps\n# cleanup[2] removing libcomps\n# cleanup[2] removing dnf.comps\n# cleanup[2] removing dnf.db\n# cleanup[2] removing dnf.crypto\n# cleanup[2] removing dnf.yum.misc\n# cleanup[2] removing dnf.db.group\n# cleanup[2] removing dnf.db.history\n# cleanup[2] removing dnf.conf.substitutions\n# cleanup[2] removing dnf.conf.config\n# cleanup[2] removing dnf.conf\n# cleanup[2] removing dnf.lock\n# cleanup[2] removing gzip\n# cleanup[2] removing dnf.logging\n# cleanup[2] removing dnf.repo\n# cleanup[2] removing dnf.conf.read\n# cleanup[2] removing dnf.rpm.transaction\n# cleanup[2] removing dnf.rpm\n# cleanup[2] removing dnf.dnssec\n# cleanup[2] removing dnf.drpm\n# cleanup[2] removing dnf.goal\n# cleanup[2] removing dnf.history\n# cleanup[2] removing dnf.module\n# cleanup[2] removing libdnf._smartcols\n# cleanup[2] removing libdnf.smartcols\n# cleanup[2] removing dnf.selector\n# cleanup[2] removing dnf.module.exceptions\n# cleanup[2] removing dnf.module.module_base\n# cleanup[2] removing dnf.persistor\n# cleanup[2] removing dnf.plugin\n# cleanup[2] removing dnf.query\n# cleanup[2] removing dnf.repodict\n# cleanup[2] removing dnf.rpm.connection\n# cleanup[2] removing dnf.rpm.miscutils\n# cleanup[2] removing dnf.package\n# cleanup[2] removing dnf.sack\n# cleanup[2] removing dnf.subject\n# cleanup[2] removing gc\n# cleanup[2] removing dnf.base\n# cleanup[2] removing dnf\n# cleanup[2] removing rhsm.profile\n# cleanup[2] removing dataclasses\n# cleanup[2] removing pprint\n# cleanup[2] removing syslog\n# cleanup[2] removing _uuid\n# cleanup[2] removing uuid\n# cleanup[2] removing subscription_manager.branding\n# cleanup[2] removing rhsmlib.services\n# cleanup[2] removing rhsmlib.services.config\n# cleanup[2] removing rhsm.bitstream\n# cleanup[2] removing rhsm.huffman\n# cleanup[2] removing rhsm.pathtree\n# cleanup[2] removing rhsm.certificate2\n# cleanup[2] removing subscription_manager.certdirectory\n# cleanup[2] removing rhsmlib.facts.cpuinfo\n# cleanup[2] removing rhsmlib.facts.hwprobe\n# cleanup[2] removing subscription_manager.utils\n# cleanup[2] removing subscription_manager.jsonwrapper\n# cleanup[2] removing subscription_manager.isodate\n# cleanup[2] removing syspurpose\n# destroy syspurpose\n# cleanup[2] removing syspurpose.utils\n# destroy syspurpose.utils\n# cleanup[2] removing syspurpose.files\n# destroy syspurpose.files\n# cleanup[2] removing subscription_manager.certlib\n# cleanup[2] removing subscription_manager.syspurposelib\n# cleanup[2] removing termios\n# cleanup[2] removing _ctypes\n# cleanup[2] removing ctypes._endian\n# cleanup[2] removing ctypes\n# cleanup[2] removing ctypes.util\n# cleanup[2] removing pyinotify\n# cleanup[2] removing rhsmlib.file_monitor\n# cleanup[2] removing rhsmlib.dbus\n# cleanup[2] removing dbus._compat\n# cleanup[2] removing dbus.exceptions\n# cleanup[2] removing _dbus_bindings\n# cleanup[2] removing dbus.types\n# cleanup[2] removing dbus.lowlevel\n# cleanup[2] removing xml\n# destroy xml\n# cleanup[2] removing xml.parsers\n# destroy xml.parsers\n# cleanup[2] removing pyexpat.errors\n# cleanup[2] removing pyexpat.model\n# cleanup[2] removing pyexpat\n# cleanup[2] removing xml.parsers.expat.model\n# cleanup[2] removing xml.parsers.expat.errors\n# cleanup[2] removing xml.parsers.expat\n# destroy xml.parsers.expat\n# cleanup[2] removing dbus._expat_introspect_parser\n# cleanup[2] removing dbus.proxies\n# cleanup[2] removing dbus.connection\n# cleanup[2] removing dbus.bus\n# cleanup[2] removing dbus._dbus\n# cleanup[2] removing dbus\n# cleanup[2] removing dbus.decorators\n# cleanup[2] removing dbus.service\n# cleanup[2] removing dbus.server\n# cleanup[2] removing dbus.mainloop\n# cleanup[2] removing _dbus_glib_bindings\n# cleanup[2] removing dbus.mainloop.glib\n# cleanup[2] removing rhsmlib.dbus.constants\n# cleanup[2] removing pkgutil\n# destroy pkgutil\n# cleanup[2] removing gi._error\n# cleanup[2] removing gi._gi\n# cleanup[2] removing gi._gobject\n# cleanup[2] removing glib\n# destroy glib\n# cleanup[2] removing gobject\n# destroy gobject\n# cleanup[2] removing gio\n# destroy gio\n# cleanup[2] removing gtk\n# destroy gtk\n# cleanup[2] removing gtk.gdk\n# destroy gtk.gdk\n# cleanup[2] removing gi\n# cleanup[2] removing gi._constants\n# cleanup[2] removing gi.docstring\n# cleanup[2] removing gi._propertyhelper\n# cleanup[2] removing gi._signalhelper\n# cleanup[2] removing gi.types\n# cleanup[2] removing gi.module\n# cleanup[2] removing gi.overrides\n# cleanup[2] removing gi.importer\n# cleanup[2] removing gi.repository\n# cleanup[2] removing gi._ossighelper\n# cleanup[2] removing optparse\n# cleanup[2] removing gi._option\n# cleanup[2] removing gi.overrides.GLib\n# cleanup[2] removing gi.repository.GLib\n# cleanup[2] removing xml.etree\n# destroy xml.etree\n# cleanup[2] removing xml.etree.ElementPath\n# cleanup[2] removing _elementtree\n# cleanup[2] removing xml.etree.ElementTree\n# cleanup[2] removing rhsmlib.dbus.dbus_utils\n# cleanup[2] removing rhsmlib.dbus.server\n# cleanup[2] removing rhsmlib.services.syspurpose\n# cleanup[2] removing subscription_manager.cache\n# cleanup[2] removing subscription_manager.reasons\n# cleanup[2] removing subscription_manager.cert_sorter\n# cleanup[2] removing rhsmlib.facts.insights\n# cleanup[2] removing rhsmlib.facts.kpatch\n# cleanup[2] removing rhsmlib.facts.cloud_facts\n# cleanup[2] removing rhsmlib.facts.pkg_arches\n# cleanup[2] removing rhsmlib.facts.network\n# cleanup[2] removing rhsmlib.facts.all\n# cleanup[2] removing subscription_manager.facts\n# cleanup[2] removing subscription_manager.identity\n# cleanup[2] removing subscription_manager.validity\n# cleanup[2] removing rhsmlib.client_info\n# cleanup[2] removing subscription_manager.cp_provider\n# cleanup[2] removing subscription_manager.base_plugin\n# cleanup[2] removing subscription_manager.plugins\n# cleanup[2] removing subscription_manager.lock\n# cleanup[2] removing subscription_manager.injectioninit\n# cleanup[2] removing subscription_manager.model\n# cleanup[2] removing subscription_manager.model.ent_cert\n# cleanup[2] removing subscription_manager.repofile\n# cleanup[2] removing subscription_manager.repolib\n# cleanup[2] removing subscription_manager.managerlib\n# cleanup[2] removing subscription_manager.base_action_client\n# cleanup[2] removing subscription_manager.content_action_client\n# cleanup[2] removing subscription_manager.entbranding\n# cleanup[2] removing subscription_manager.rhelentbranding\n# cleanup[2] removing subscription_manager.entcertlib\n# cleanup[2] removing subscription_manager.exceptions\n# cleanup[2] removing subscription_manager.unicode_width\n# cleanup[2] removing subscription_manager.printing_utils\n# cleanup[2] removing subscription_manager.i18n_argparse\n# cleanup[2] removing subscription_manager.cli\n# cleanup[2] removing subscription_manager.cli_command\n# cleanup[2] removing fileinput\n# cleanup[2] removing rhsmlib.services.attach\n# cleanup[2] removing rhsmlib.services.products\n# cleanup[2] removing subscription_manager.identitycertlib\n# cleanup[2] removing subscription_manager.healinglib\n# cleanup[2] removing subscription_manager.factlib\n# cleanup[2] removing subscription_manager.packageprofilelib\n# cleanup[2] removing subscription_manager.installedproductslib\n# cleanup[2] removing subscription_manager.action_client\n# cleanup[2] removing subscription_manager.cli_command.cli\n# cleanup[2] removing rhsmlib.services.exceptions\n# cleanup[2] removing rhsmlib.services.entitlement\n# cleanup[2] removing subscription_manager.cli_command.list\n# cleanup[2] removing subscription_manager.cli_command.attach\n# cleanup[2] removing subscription_manager.cli_command.autoheal\n# cleanup[2] removing subscription_manager.cli_command.clean\n# cleanup[2] removing subscription_manager.cli_command.config\n# cleanup[2] removing readline\n# cleanup[2] removing getpass\n# cleanup[2] removing subscription_manager.cli_command.user_pass\n# cleanup[2] removing subscription_manager.cli_command.org\n# cleanup[2] removing subscription_manager.cli_command.environments\n# cleanup[2] removing subscription_manager.cli_command.facts\n# cleanup[2] removing subscription_manager.cli_command.identity\n# cleanup[2] removing subscription_manager.overrides\n# cleanup[2] removing subscription_manager.cli_command.override\n# cleanup[2] removing subscription_manager.cli_command.owners\n# cleanup[2] removing subscription_manager.cli_command.plugins\n# cleanup[2] removing subscription_manager.cli_command.redeem\n# cleanup[2] removing rhsmlib.services.refresh\n# cleanup[2] removing subscription_manager.cli_command.refresh\n# cleanup[2] removing rhsmlib.services.unregister\n# cleanup[2] removing rhsmlib.services.register\n# cleanup[2] removing subscription_manager.cli_command.register\n# cleanup[2] removing subscription_manager.listing\n# cleanup[2] removing subscription_manager.rhelproduct\n# cleanup[2] removing subscription_manager.release\n# cleanup[2] removing subscription_manager.cli_command.release\n# cleanup[2] removing subscription_manager.cli_command.remove\n# cleanup[2] removing subscription_manager.cli_command.repos\n# cleanup[2] removing subscription_manager.cli_command.status\n# cleanup[2] removing subscription_manager.cli_command.abstract_syspurpose\n# cleanup[2] removing subscription_manager.cli_command.addons\n# cleanup[2] removing subscription_manager.cli_command.role\n# cleanup[2] removing subscription_manager.cli_command.service_level\n# cleanup[2] removing subscription_manager.cli_command.usage\n# cleanup[2] removing subscription_manager.cli_command.syspurpose\n# cleanup[2] removing subscription_manager.cli_command.unregister\n# cleanup[2] removing subscription_manager.cli_command.version\n# cleanup[2] removing subscription_manager.managercli\n# cleanup[2] removing subscription_manager.scripts.subscription_manager\n# cleanup[2] removing subscription_manager.branding.redhat_branding\n# destroy _sitebuiltins\n# destroy iniparse.compat\n# destroy rhsmlib.facts\n# destroy rhsmlib.facts.dmidecodeparser\n# destroy rhsmlib.facts.all\n# destroy rhsmlib.services\n# destroy rhsmlib.services.refresh\n# destroy rhsmlib.dbus\n# destroy rhsmlib.dbus.server\n# destroy rhsmlib.client_info\n# cleanup[3] wiping subscription_manager.branding.redhat_branding\n# cleanup[3] wiping subscription_manager.scripts.subscription_manager\n# cleanup[3] wiping subscription_manager.managercli\n# cleanup[3] wiping subscription_manager.cli_command.version\n# cleanup[3] wiping subscription_manager.cli_command.unregister\n# cleanup[3] wiping subscription_manager.cli_command.syspurpose\n# cleanup[3] wiping subscription_manager.cli_command.usage\n# cleanup[3] wiping subscription_manager.cli_command.service_level\n# cleanup[3] wiping subscription_manager.cli_command.role\n# cleanup[3] wiping subscription_manager.cli_command.addons\n# cleanup[3] wiping subscription_manager.cli_command.abstract_syspurpose\n# cleanup[3] wiping subscription_manager.cli_command.status\n# cleanup[3] wiping subscription_manager.cli_command.repos\n# cleanup[3] wiping subscription_manager.cli_command.remove\n# cleanup[3] wiping subscription_manager.cli_command.release\n# cleanup[3] wiping subscription_manager.release\n# cleanup[3] wiping subscription_manager.rhelproduct\n# cleanup[3] wiping subscription_manager.listing\n# cleanup[3] wiping subscription_manager.cli_command.register\n# destroy rhsmlib.services.unregister\n# destroy rhsmlib.services.register\n# cleanup[3] wiping subscription_manager.cli_command.refresh\n# cleanup[3] wiping subscription_manager.cli_command.redeem\n# cleanup[3] wiping subscription_manager.cli_command.plugins\n# cleanup[3] wiping subscription_manager.cli_command.owners\n# cleanup[3] wiping subscription_manager.cli_command.override\n# cleanup[3] wiping subscription_manager.overrides\n# cleanup[3] wiping subscription_manager.cli_command.identity\n# cleanup[3] wiping subscription_manager.cli_command.facts\n# cleanup[3] wiping subscription_manager.cli_command.environments\n# cleanup[3] wiping subscription_manager.cli_command.org\n# cleanup[3] wiping subscription_manager.cli_command.user_pass\n# destroy getpass\n# cleanup[3] wiping readline\n# cleanup[3] wiping subscription_manager.cli_command.config\n# cleanup[3] wiping subscription_manager.cli_command.clean\n# cleanup[3] wiping subscription_manager.cli_command.autoheal\n# cleanup[3] wiping subscription_manager.cli_command.attach\n# destroy fileinput\n# destroy rhsmlib.services.attach\n# cleanup[3] wiping subscription_manager.cli_command.list\n# destroy rhsmlib.services.entitlement\n# cleanup[3] wiping rhsmlib.services.exceptions\n# cleanup[3] wiping subscription_manager.cli_command.cli\n# cleanup[3] wiping subscription_manager.action_client\n# cleanup[3] wiping subscription_manager.installedproductslib\n# cleanup[3] wiping subscription_manager.packageprofilelib\n# cleanup[3] wiping subscription_manager.factlib\n# cleanup[3] wiping subscription_manager.healinglib\n# cleanup[3] wiping subscription_manager.identitycertlib\n# cleanup[3] wiping rhsmlib.services.products\n# cleanup[3] wiping subscription_manager.cli_command\n# destroy subscription_manager.cli_command.cli\n# destroy subscription_manager.cli_command.list\n# destroy subscription_manager.cli_command.attach\n# destroy subscription_manager.cli_command.autoheal\n# destroy subscription_manager.cli_command.clean\n# destroy subscription_manager.cli_command.config\n# destroy subscription_manager.cli_command.user_pass\n# destroy subscription_manager.cli_command.org\n# destroy subscription_manager.cli_command.environments\n# destroy subscription_manager.cli_command.facts\n# destroy subscription_manager.cli_command.identity\n# destroy subscription_manager.cli_command.override\n# destroy subscription_manager.cli_command.owners\n# destroy subscription_manager.cli_command.plugins\n# destroy subscription_manager.cli_command.redeem\n# destroy subscription_manager.cli_command.refresh\n# destroy subscription_manager.cli_command.register\n# destroy subscription_manager.cli_command.release\n# destroy subscription_manager.cli_command.remove\n# destroy subscription_manager.cli_command.repos\n# destroy subscription_manager.cli_command.status\n# destroy subscription_manager.cli_command.abstract_syspurpose\n# destroy subscription_manager.cli_command.addons\n# destroy subscription_manager.cli_command.role\n# destroy subscription_manager.cli_command.service_level\n# destroy subscription_manager.cli_command.usage\n# destroy subscription_manager.cli_command.syspurpose\n# destroy subscription_manager.cli_command.unregister\n# destroy subscription_manager.cli_command.version\n# cleanup[3] wiping subscription_manager.cli\n# cleanup[3] wiping subscription_manager.i18n_argparse\n# cleanup[3] wiping subscription_manager.printing_utils\n# cleanup[3] wiping subscription_manager.unicode_width\n# cleanup[3] wiping subscription_manager.exceptions\n# cleanup[3] wiping subscription_manager.entcertlib\n# cleanup[3] wiping subscription_manager.rhelentbranding\n# cleanup[3] wiping subscription_manager.entbranding\n# cleanup[3] wiping subscription_manager.content_action_client\n# cleanup[3] wiping subscription_manager.base_action_client\n# cleanup[3] wiping subscription_manager.managerlib\n# cleanup[3] wiping subscription_manager.repolib\n# cleanup[3] wiping subscription_manager.repofile\n# cleanup[3] wiping subscription_manager.model.ent_cert\n# cleanup[3] wiping subscription_manager.model\n# destroy subscription_manager.model.ent_cert\n# cleanup[3] wiping subscription_manager.injectioninit\n# cleanup[3] wiping subscription_manager.lock\n# cleanup[3] wiping subscription_manager.plugins\n# cleanup[3] wiping subscription_manager.base_plugin\n# cleanup[3] wiping subscription_manager.cp_provider\n# cleanup[3] wiping subscription_manager.validity\n# cleanup[3] wiping subscription_manager.identity\n# cleanup[3] wiping subscription_manager.facts\n# cleanup[3] wiping rhsmlib.facts.network\n# cleanup[3] wiping rhsmlib.facts.pkg_arches\n# cleanup[3] wiping rhsmlib.facts.cloud_facts\n# cleanup[3] wiping rhsmlib.facts.kpatch\n# cleanup[3] wiping rhsmlib.facts.insights\n# cleanup[3] wiping subscription_manager.cert_sorter\n# destroy rhsmlib.file_monitor\n# cleanup[3] wiping subscription_manager.<<< 7723 1726883211.09379: stdout chunk (state=3): >>>reasons\n# cleanup[3] wiping subscription_manager.cache\n# destroy rhsmlib.services.syspurpose\n# cleanup[3] wiping rhsmlib.dbus.dbus_utils\n# destroy xml.etree.ElementTree\n# cleanup[3] wiping _elementtree\n# cleanup[3] wiping xml.etree.ElementPath\n# cleanup[3] wiping gi.repository.GLib\n# cleanup[3] wiping gi.overrides.GLib\n# cleanup[3] wiping gi._option\n# destroy optparse\n# cleanup[3] wiping gi._ossighelper\n# cleanup[3] wiping gi.repository\n# cleanup[3] wiping gi.importer\n# cleanup[3] wiping gi.overrides\n# destroy gi.overrides.GLib\n# cleanup[3] wiping gi.module\n# destroy gi\n# cleanup[3] wiping gi.types\n# cleanup[3] wiping gi._signalhelper\n# cleanup[3] wiping gi._propertyhelper\n# cleanup[3] wiping gi.docstring\n# cleanup[3] wiping gi._constants\n# cleanup[3] wiping gi._gobject\n# cleanup[3] wiping gi._gi\n# cleanup[3] wiping gi._error\n# cleanup[3] wiping rhsmlib.dbus.constants\n# cleanup[3] wiping dbus.mainloop.glib\n# cleanup[3] wiping _dbus_glib_bindings\n# cleanup[3] wiping dbus.mainloop\n# destroy dbus.mainloop.glib\n# cleanup[3] wiping dbus.server\n# cleanup[3] wiping dbus.service\n# cleanup[3] wiping dbus.decorators\n# cleanup[3] wiping dbus\n# destroy dbus._compat\n# destroy dbus._expat_introspect_parser\n# destroy dbus._dbus\n# destroy dbus.exceptions\n# destroy dbus.types\n# destroy dbus.lowlevel\n# destroy dbus.proxies\n# destroy dbus.connection\n# destroy dbus.bus\n# destroy dbus.decorators\n# destroy dbus.service\n# destroy dbus.server\n# destroy dbus.mainloop\n# cleanup[3] wiping xml.parsers.expat.errors\n# cleanup[3] wiping xml.parsers.expat.model\n# cleanup[3] wiping pyexpat\n# destroy pyexpat.errors\n# destroy pyexpat.model\n# cleanup[3] wiping _dbus_bindings\n# cleanup[3] wiping pyinotify\n# destroy ctypes\n# cleanup[3] wiping ctypes.util\n# cleanup[3] wiping ctypes._endian\n# cleanup[3] wiping _ctypes\n# cleanup[3] wiping termios\n# cleanup[3] wiping subscription_manager.syspurposelib\n# cleanup[3] wiping subscription_manager.certlib\n# cleanup[3] wiping subscription_manager.isodate\n# cleanup[3] wiping subscription_manager.jsonwrapper\n# cleanup[3] wiping subscription_manager.utils\n# destroy pprint\n# destroy uuid\n# cleanup[3] wiping rhsmlib.facts.hwprobe\n# destroy rhsmlib.facts.cpuinfo\n# cleanup[3] wiping subscription_manager.certdirectory\n# cleanup[3] wiping rhsm.certificate2\n# cleanup[3] wiping rhsm.pathtree\n# cleanup[3] wiping rhsm.huffman\n# destroy heapq\n# cleanup[3] wiping rhsm.bitstream\n# cleanup[3] wiping rhsmlib.services.config\n# cleanup[3] wiping subscription_manager.branding\n# destroy subscription_manager.branding.redhat_branding\n# cleanup[3] wiping _uuid\n# cleanup[3] wiping syslog\n# destroy syslog\n# cleanup[3] wiping dataclasses\n# destroy keyword\n# cleanup[3] wiping rhsm.profile\n# destroy cloud_what.provider\n# cleanup[3] wiping dnf\n# destroy dnf.pycomp\n# destroy dnf.const\n# destroy dnf.i18n\n# destroy dnf.yum\n# destroy dnf.yum.rpmtrans\n# destroy dnf.transaction\n# destroy dnf.callback\n# destroy dnf.util\n# destroy dnf.exceptions\n# destroy dnf.comps\n# destroy dnf.db\n# destroy dnf.db.group\n# destroy dnf.db.history\n# destroy dnf.crypto\n# destroy dnf.conf\n# destroy dnf.conf.substitutions\n# destroy dnf.conf.config\n# destroy dnf.conf.read\n# destroy dnf.lock\n# destroy dnf.logging\n# destroy dnf.repo\n# destroy dnf.rpm\n# destroy dnf.dnssec\n# destroy dnf.drpm\n# destroy dnf.goal\n# destroy dnf.history\n# destroy dnf.module\n# destroy dnf.module.exceptions\n# destroy dnf.module.module_base\n# destroy dnf.selector\n# destroy dnf.persistor\n# destroy dnf.plugin\n# destroy dnf.query\n# destroy dnf.repodict\n# destroy dnf.package\n# destroy dnf.sack\n# destroy dnf.subject\n# destroy dnf.base\n# cleanup[3] wiping gc\n# cleanup[3] wiping dnf.rpm.miscutils\n# cleanup[3] wiping dnf.rpm.connection\n# cleanup[3] wiping libdnf.smartcols\n# cleanup[3] wiping libdnf._smartcols\n# cleanup[3] wiping dnf.rpm.transaction\n# cleanup[3] wiping gzip\n# cleanup[3] wiping dnf.yum.misc\n# cleanup[3] wiping libcomps\n# cleanup[3] wiping libcomps._libpycomps\n# cleanup[3] wiping pwd\n# cleanup[3] wiping hawkey\n# cleanup[3] wiping hawkey._hawkey\n# cleanup[3] wiping libdnf\n# destroy libdnf.error\n# destroy libdnf.common_types\n# destroy libdnf.conf\n# destroy libdnf.module\n# destroy libdnf.repo\n# destroy libdnf.transaction\n# destroy libdnf.utils\n# destroy libdnf.smartcols\n# cleanup[3] wiping libdnf._utils\n# cleanup[3] wiping libdnf._transaction\n# cleanup[3] wiping libdnf._repo\n# cleanup[3] wiping libdnf._module\n# cleanup[3] wiping libdnf._conf\n# cleanup[3] wiping libdnf._common_types\n# cleanup[3] wiping libdnf._error\n# cleanup[3] wiping argparse\n# cleanup[3] wiping shlex\n# cleanup[3] wiping email.mime.text\n# cleanup[3] wiping email.mime.nonmultipart\n# cleanup[3] wiping email.mime.base\n# cleanup[3] wiping email.policy\n# cleanup[3] wiping email.contentmanager\n# cleanup[3] wiping email.headerregistry\n# cleanup[3] wiping email._header_value_parser\n# cleanup[3] wiping email.mime\n# destroy email.mime.base\n# destroy email.mime.nonmultipart\n# destroy email.mime.text\n# cleanup[3] wiping requests\n# destroy requests._internal_utils\n# destroy requests.compat\n# destroy requests.exceptions\n# destroy requests.packages\n# destroy urllib3\n# destroy idna\n# destroy idna.package_data\n# destroy idna.intranges\n# destroy idna.core\n# destroy requests.cookies\n# destroy requests.structures\n# destroy requests.utils\n# destroy requests.auth\n# destroy requests.hooks\n# destroy requests.status_codes\n# destroy requests.models\n# destroy requests.adapters\n# destroy requests.api\n# cleanup[3] wiping requests.sessions\n# cleanup[3] wiping encodings.idna\n# destroy stringprep\n# cleanup[3] wiping requests.certs\n# cleanup[3] wiping requests.packages.chardet\n# destroy charset_normalizer.constant\n# destroy charset_normalizer.utils\n# destroy charset_normalizer.md\n# destroy charset_normalizer.models\n# destroy charset_normalizer.cd\n# destroy charset_normalizer.api\n# destroy charset_normalizer.legacy\n# destroy charset_normalizer.version\n# cleanup[3] wiping requests.packages.charset_normalizer\n# cleanup[3] wiping requests.packages.idna.idnadata\n# cleanup[3] wiping idna.idnadata\n# cleanup[3] wiping requests.packages.urllib3.poolmanager\n# cleanup[3] wiping requests.packages.urllib3.connectionpool\n# cleanup[3] wiping requests.packages.urllib3.util.queue\n# cleanup[3] wiping requests.packages.urllib3.response\n# cleanup[3] wiping requests.packages.urllib3.request\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves.urllib.parse\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves.urllib\n# cleanup[3] wiping requests.packages.urllib3.filepost\n# cleanup[3] wiping requests.packages.urllib3.fields\n# destroy mimetypes\n# cleanup[3] wiping requests.packages.urllib3.connection\n# cleanup[3] wiping requests.packages.urllib3.util.ssl_match_hostname\n# cleanup[3] wiping requests.packages.urllib3.util.proxy\n# cleanup[3] wiping requests.packages.urllib3.util\n# destroy urllib3.util.wait\n# destroy urllib3.util.connection\n# destroy urllib3.util.request\n# destroy urllib3.util.response\n# destroy urllib3.util.retry\n# destroy urllib3.util.url\n# destroy urllib3.util.ssltransport\n# destroy urllib3.util.ssl_\n# destroy urllib3.util.timeout\n# destroy urllib3.util.proxy\n# destroy urllib3.util.ssl_match_hostname\n# destroy urllib3.util.queue\n# cleanup[3] wiping requests.packages.urllib3.contrib._appengine_environ\n# cleanup[3] wiping requests.packages.urllib3.contrib\n# cleanup[3] wiping requests.packages.urllib3._collections\n# cleanup[3] wiping requests.packages.urllib3._version\n# cleanup[3] wiping requests.packages.urllib3.exceptions\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves.http_client\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves\n# cleanup[3] wiping requests.packages.urllib3.packages.six\n# destroy urllib3.packages.six.moves.urllib\n# destroy urllib3.packages.six.moves\n# cleanup[3] wiping requests.packages.urllib3.packages\n# cleanup[3] wiping http.cookies\n# cleanup[3] wiping http.cookiejar\n# cleanup[3] wiping charset_normalizer\n# cleanup[3] wiping _multibytecodec\n# cleanup[3] wiping unicodedata\n# cleanup[3] wiping urllib3.poolmanager\n# cleanup[3] wiping urllib3.connectionpool\n# cleanup[3] wiping urllib3.response\n# cleanup[3] wiping urllib3.request\n# cleanup[3] wiping urllib3.packages.six.moves.urllib.parse\n# cleanup[3] wiping urllib3.filepost\n# cleanup[3] wiping urllib3.fields\n# cleanup[3] wiping urllib3.connection\n# cleanup[3] wiping urllib3.util\n# cleanup[3] wiping hmac\n# cleanup[3] wiping urllib3.contrib._appengine_environ\n# cleanup[3] wiping urllib3.contrib\n# cleanup[3] wiping urllib3._collections\n# cleanup[3] wiping urllib3._version\n# cleanup[3] wiping urllib3.exceptions\n# cleanup[3] wiping urllib3.packages.six.moves.http_client\n# cleanup[3] wiping urllib3.packages.six\n# cleanup[3] wiping urllib3.packages\n# cleanup[3] wiping rhsmlib.facts.custom\n# cleanup[3] wiping glob\n# cleanup[3] wiping rhsmlib.facts.host_collector\n# destroy rhsmlib.facts.cleanup\n# destroy rhsmlib.facts.virt\n# destroy rhsmlib.facts.firmware_info\n# cleanup[3] wiping rhsmlib.facts.dmiinfo\n# cleanup[3] wiping subprocess\n# cleanup[3] wiping _posixsubprocess\n# destroy _posixsubprocess\n# cleanup[3] wiping fcntl\n# cleanup[3] wiping signal\n# cleanup[3] wiping rhsmlib.facts.collector\n# destroy rhsmlib.facts.collection\n# cleanup[3] wiping platform\n# cleanup[3] wiping rpm\n# destroy rpm.transaction\n# cleanup[3] wiping rpm._rpm\n# cleanup[3] wiping rhsm.connection\n# destroy subscription_manager\n# destroy subscription_manager.scripts\n# destroy subscription_manager.scripts.subscription_manager\n# destroy subscription_manager.i18n\n# destroy subscription_manager.version\n# destroy subscription_manager.branding\n# destroy subscription_manager.certdirectory\n# destroy subscription_manager.jsonwrapper\n# destroy subscription_manager.isodate\n# destroy subscription_manager.certlib\n# destroy subscription_manager.cache\n# destroy subscription_manager.reasons\n# destroy subscription_manager.cert_sorter\n# destroy subscription_manager.facts\n# destroy subscription_manager.identity\n# destroy subscription_manager.validity\n# destroy subscription_manager.cp_provider\n# destroy subscription_manager.base_plugin\n# destroy subscription_manager.plugins\n# destroy subscription_manager.lock\n# destroy subscription_manager.injectioninit\n# destroy subscription_manager.model\n# destroy subscription_manager.repofile\n# destroy subscription_manager.repolib\n# destroy subscription_manager.base_action_client\n# destroy subscription_manager.content_action_client\n# destroy subscription_manager.entbranding\n# destroy subscription_manager.rhelentbranding\n# destroy subscription_manager.entcertlib\n# destroy subscription_manager.exceptions\n# destroy subscription_manager.unicode_width\n# destroy subscription_manager.printing_utils\n# destroy subscription_manager.i18n_argparse\n# destroy subscription_manager.cli\n# destroy subscription_manager.cli_command\n# destroy subscription_manager.identitycertlib\n# destroy subscription_manager.healinglib\n# destroy subscription_manager.factlib\n# destroy subscription_manager.packageprofilelib\n# destroy subscription_manager.installedproductslib\n# destroy subscription_manager.action_client\n# destroy subscription_manager.overrides\n# destroy subscription_manager.listing\n# destroy subscription_manager.rhelproduct\n# destroy subscription_manager.release\n# destroy subscription_manager.managercli\n# cleanup[3] wiping rhsm.utils\n# cleanup[3] wiping rhsm.ourjson\n# cleanup[3] wiping json\n# destroy json.decoder\n# destroy json.encoder\n# cleanup[3] wiping json.scanner\n# cleanup[3] wiping _json\n# cleanup[3] wiping urllib.request\n# destroy http\n# cleanup[3] wiping urllib.error\n# cleanup[3] wiping urllib.response\n# cleanup[3] wiping dateutil.parser\n# destroy dateutil.parser._parser\n# cleanup[3] wiping dateutil.tz\n# destroy dateutil.tz._common\n# destroy dateutil.tz._factories\n# destroy dateutil.tz.tz\n# cleanup[3] wiping six.moves\n# cleanup[3] wiping dateutil.relativedelta\n# cleanup[3] wiping dateutil._common\n# cleanup[3] wiping _decimal\n# cleanup[3] wiping rhsm.certificate\n# destroy dateutil\n# destroy dateutil._version\n# destroy dateutil._common\n# destroy dateutil.parser\n# cleanup[3] wiping rhsm._certificate\n# cleanup[3] wiping rhsm.https\n# cleanup[3] wiping http.client\n# cleanup[3] wiping email.parser\n# cleanup[3] wiping email.feedparser\n# cleanup[3] wiping ssl\n# cleanup[3] wiping _ssl\n# cleanup[3] wiping subscription_manager.injection\n# cleanup[3] wiping rhsm.logutil\n# cleanup[3] wiping rhsm.config\n# cleanup[3] wiping iniparse.ini\n# destroy iniparse.config\n# cleanup[3] wiping six\n# destroy six.moves.urllib\n# destroy six.moves\n# cleanup[3] wiping configparser\n# cleanup[3] wiping logging.config\n# cleanup[3] wiping logging.handlers\n# destroy pickle\n# cleanup[3] wiping copy\n# cleanup[3] wiping queue\n# cleanup[3] wiping _queue\n# cleanup[3] wiping _heapq\n# cleanup[3] wiping _pickle\n# cleanup[3] wiping _compat_pickle\n# cleanup[3] wiping rhsm\n# destroy rhsm.config\n# destroy rhsm.logutil\n# destroy rhsm.https\n# destroy rhsm.ourjson\n# destroy rhsm.utils\n# destroy rhsm.profile\n# destroy rhsm.bitstream\n# destroy rhsm.huffman\n# destroy rhsm.pathtree\n# destroy rhsm.certificate2\n# cleanup[3] wiping logging\n# destroy logging.handlers\n# destroy logging.config\n# cleanup[3] wiping atexit\n# destroy atexit\n# cleanup[3] wiping traceback\n# cleanup[3] wiping gettext\n# cleanup[3] wiping importlib.metadata\n# destroy importlib.metadata._functools\n# destroy importlib.metadata._text\n# destroy importlib.metadata._adapters\n# destroy importlib.metadata._meta\n# destroy importlib.metadata._collections\n# destroy importlib.metadata._itertools\n# destroy csv\n# cleanup[3] wiping importlib.abc\n# cleanup[3] wiping importlib.resources\n# destroy importlib.resources._adapters\n# destroy importlib.resources._legacy\n# cleanup[3] wiping importlib.resources._common\n# cleanup[3] wiping importlib.resources.abc\n# cleanup[3] wiping tempfile\n# cleanup[3] wiping typing\n# cleanup[3] wiping _typing\n# cleanup[3] wiping email.message\n# destroy quopri\n# cleanup[3] wiping email.iterators\n# cleanup[3] wiping email._encoded_words\n# cleanup[3] wiping email._policybase\n# cleanup[3] wiping email.header\n# cleanup[3] wiping email.utils\n# destroy random\n# cleanup[3] wiping email.charset\n# cleanup[3] wiping email.encoders\n# cleanup[3] wiping email.errors\n# cleanup[3] wiping email.quoprimime\n# cleanup[3] wiping string\n# cleanup[3] wiping _string\n# destroy _string\n# cleanup[3] wiping email.base64mime\n# cleanup[3] wiping base64\n# cleanup[3] wiping email._parseaddr\n# cleanup[3] wiping calendar\n# cleanup[3] wiping locale\n# cleanup[3] wiping _locale\n# destroy _locale\n# cleanup[3] wiping datetime\n# cleanup[3] wiping _datetime\n# cleanup[3] wiping socket\n# cleanup[3] wiping array\n# cleanup[3] wiping selectors\n# cleanup[3] wiping select\n# cleanup[3] wiping _socket\n# cleanup[3] wiping hashlib\n# cleanup[3] wiping _blake2\n# cleanup[3] wiping _hashlib\n# cleanup[3] wiping _random\n# cleanup[3] wiping bisect\n# cleanup[3] wiping _bisect\n# cleanup[3] wiping inspect\n# destroy ast\n# destroy dis\n# destroy linecache\n# destroy token\n# cleanup[3] wiping weakref\n# cleanup[3] wiping tokenize\n# cleanup[3] wiping _tokenize\n# cleanup[3] wiping importlib.machinery\n# cleanup[3] wiping collections.abc\n# cleanup[3] wiping _opcode\n# cleanup[3] wiping textwrap\n# cleanup[3] wiping zipfile\n# destroy zipfile._path\n# destroy bz2\n# destroy lzma\n# cleanup[3] wiping zipfile._path.glob\n# cleanup[3] wiping contextlib\n# cleanup[3] wiping threading\n# cleanup[3] wiping struct\n# cleanup[3] wiping _struct\n# cleanup[3] wiping shutil\n# cleanup[3] wiping _lzma\n# cleanup[3] wiping _bz2\n# cleanup[3] wiping _compression\n# cleanup[3] wiping zlib\n# cleanup[3] wiping importlib.util\n# cleanup[3] wiping importlib._abc\n# cleanup[3] wiping binascii\n# cleanup[3] wiping pathlib\n# cleanup[3] wiping urllib.parse\n# destroy ipaddress\n# cleanup[3] wiping math\n# cleanup[3] wiping urllib\n# destroy urllib.response\n# dest<<< 7723 1726883211.09390: stdout chunk (state=3): >>>roy urllib.error\n# destroy urllib.request\n# cleanup[3] wiping errno\n# cleanup[3] wiping ntpath\n# cleanup[3] wiping fnmatch\n# cleanup[3] wiping email\n# destroy email._parseaddr\n# destroy email._policybase\n# destroy email._encoded_words\n# destroy email._header_value_parser\n# destroy email.base64mime\n# destroy email.quoprimime\n# destroy email.errors\n# destroy email.encoders\n# destroy email.charset\n# destroy email.utils\n# destroy email.header\n# destroy email.iterators\n# destroy email.message\n# destroy email.feedparser\n# destroy email.parser\n# destroy email.mime\n# destroy email.headerregistry\n# destroy email.contentmanager\n# destroy email.policy\n# cleanup[3] wiping _csv\n# cleanup[3] wiping importlib\n# destroy importlib._abc\n# destroy importlib.util\n# destroy importlib.machinery\n# destroy importlib.resources\n# destroy importlib.abc\n# destroy importlib.metadata\n# cleanup[3] wiping warnings\n# cleanup[3] wiping importlib._bootstrap_external\n# cleanup[3] wiping importlib._bootstrap\n# cleanup[3] wiping re\n# destroy re._constants\n# destroy re._casefix\n# destroy re._compiler\n# destroy copyreg\n# cleanup[3] wiping re._parser\n# cleanup[3] wiping _sre\n# cleanup[3] wiping enum\n# cleanup[3] wiping functools\n# cleanup[3] wiping _functools\n# cleanup[3] wiping collections\n# destroy _collections_abc\n# destroy collections.abc\n# cleanup[3] wiping _collections\n# cleanup[3] wiping itertools\n# cleanup[3] wiping operator\n# cleanup[3] wiping _operator\n# cleanup[3] wiping types\n# cleanup[3] wiping encodings.utf_8_sig\n# cleanup[3] wiping os\n# cleanup[3] wiping os.path\n# destroy genericpath\n# cleanup[3] wiping posixpath\n# cleanup[3] wiping stat\n# cleanup[3] wiping _stat\n# destroy _stat\n# cleanup[3] wiping io\n# destroy abc\n# cleanup[3] wiping _abc\n# cleanup[3] wiping _signal\n# destroy _signal\n# cleanup[3] wiping encodings.utf_8\n# cleanup[3] wiping encodings\n# destroy encodings.aliases\n# destroy encodings.utf_8\n# destroy encodings.utf_8_sig\n# destroy encodings.idna\n# cleanup[3] wiping codecs\n# cleanup[3] wiping _codecs\n# cleanup[3] wiping zipimport\n# destroy _frozen_importlib_external\n# cleanup[3] wiping time\n# cleanup[3] wiping posix\n# cleanup[3] wiping marshal\n# destroy marshal\n# cleanup[3] wiping _io\n# cleanup[3] wiping _weakref\n# cleanup[3] wiping _warnings\n# cleanup[3] wiping _thread\n# cleanup[3] wiping _imp\n# destroy _imp\n# cleanup[3] wiping _frozen_importlib\n# cleanup[3] wiping sys\n# cleanup[3] wiping builtins\n# destroy readline\n# destroy _dbus_glib_bindings\n# destroy libcomps._libpycomps\n# destroy hawkey._hawkey\n# destroy rpm._rpm\n# destroy decimal\n# destroy rhsm._certificate\n# destroy _datetime\n# destroy sys.monitoring\n# destroy zipimport\n# destroy re._parser\n# destroy tokenize\n# destroy _compat_pickle\n# destroy _thread\n# destroy _weakref\n# destroy libdnf._error\n# destroy array\n# destroy gi.types\n# destroy gi._error\n# destroy gi._gi\n# destroy gi._gobject\n# destroy gi._constants\n# destroy gi.docstring\n# destroy gi._propertyhelper\n# destroy gi._signalhelper\n# destroy gi.module\n# destroy gi.overrides\n# destroy gi.importer\n# destroy gi.repository\n# destroy gi._ossighelper\n# destroy gi._option\n# destroy _queue\n# destroy stat\n# destroy selectors\n# destroy six.moves.urllib_parse\n# destroy six.moves.urllib.error\n# destroy six.moves.urllib.request\n# destroy six.moves.urllib.response\n# destroy six.moves.urllib.robotparser\n# destroy importlib.resources.abc\n# destroy importlib.resources._common\n# destroy textwrap\n# destroy _pickle\n# destroy ntpath\n# destroy _typing\n# destroy _tokenize\n# destroy zlib\n# destroy _io\n# destroy _compression\n# destroy pathlib\n# destroy zipfile._path.glob\n# destroy _opcode\n# destroy _csv\n# destroy _bz2\n# destroy _lzma\n# destroy dateutil.relativedelta\n# destroy dateutil.tz\n# destroy http.cookies\n# destroy rhsmlib.facts.dmiinfo\n# destroy requests\n# destroy _ssl\n# destroy _blake2\n# destroy configparser\n# destroy pyinotify\n# destroy enum\n# destroy _heapq\n# destroy rhsmlib.facts.cus<<< 7723 1726883211.09444: stdout chunk (state=3): >>>tom\n# destroy rhsmlib.facts.host_collector\n# destroy rhsmlib.facts.hwprobe\n# destroy rhsmlib.facts.insights\n# destroy rhsmlib.facts.kpatch\n# destroy rhsmlib.facts.cloud_facts\n# destroy rhsmlib.facts.pkg_arches\n# destroy rhsmlib.facts.network\n# destroy rhsm\n# destroy rhsmlib.dbus.dbus_utils\n# destroy six\n# destroy iniparse.ini\n# destroy json.scanner\n# destroy _json\n# destroy dataclasses\n# destroy platform\n# destroy _uuid\n# destroy requests.sessions\n# destroy queue\n# destroy shlex\n# destroy signal\n# destroy pwd\n# destroy _functools\n# destroy gettext\n# destroy libcomps\n# destroy locale\n# destroy fcntl\n# destroy gzip\n# destroy dnf.rpm.transaction\n# destroy dnf.rpm.connection\n# destroy dnf.rpm.miscutils\n# destroy base64\n# destroy inspect\n# destroy argparse\n# destroy gc\n# destroy operator\n# destroy shutil\n# destroy urllib3.packages.six.moves.urllib_parse\n# destroy urllib3.packages.six.moves.urllib.error\n# destroy urllib3.packages.six.moves.urllib.request\n# destroy urllib3.packages.six.moves.urllib.response\n# destroy urllib3.packages.six.moves.urllib.robotparser\n# destroy urllib3.packages\n# destroy urllib3.exceptions\n# destroy urllib3._version\n# destroy urllib3._collections\n# destroy urllib3.contrib\n# destroy urllib3.util\n# destroy urllib3.connection\n# destroy urllib3.fields\n# destroy urllib3.filepost\n# destroy urllib3.request\n# destroy urllib3.response\n# destroy urllib3.connectionpool\n# destroy urllib3.poolmanager\n# destroy copy\n# destroy codecs\n# destroy struct\n# destroy zipfile\n# destroy requests.certs\n# destroy hashlib\n# destroy encodings\n# destroy charset_normalizer\n# destroy http.cookiejar\n# destroy json\n# destroy _multibytecodec\n# destroy urllib.parse\n# destroy fnmatch\n# destroy datetime\n# destroy subscription_manager.utils\n# destroy rhsm.certificate\n# destroy rhsmlib.services.products\n# destroy termios\n# destroy rhsmlib.services.exceptions\n# destroy subscription_manager.managerlib\n# destroy subscription_manager.syspurposelib\n# destroy typing\n# destroy _socket\n# destroy tempfile\n# destroy traceback\n# destroy rpm\n# destroy calendar\n# destroy dnf.yum.misc\n# destroy glob\n# destroy hawkey\n# destroy dnf\n# destroy functools\n# destroy hmac\n# destroy binascii\n# destroy dbus\n# destroy rhsmlib.dbus.constants\n# destroy rhsm.connection\n# destroy gi.repository.GLib\n# destroy rhsmlib.services.config\n# destroy subscription_manager.injection\n# destroy http.client\n# destroy email\n# destroy ssl\n# destroy string\n# destroy subprocess\n# destroy rhsmlib.facts.collector\n# destroy errno\n# destroy select\n# destroy time\n# destroy socket\n# destroy urllib3.contrib._appengine_environ\n# destroy urllib3.packages.six\n# destroy posixpath\n# destroy urllib\n# destroy importlib\n# destroy idna.idnadata\n# destroy bisect\n# destroy unicodedata\n# destroy threading\n# destroy logging\n# destroy warnings\n# destroy io\n# destroy collections\n# destroy contextlib\n# destroy xml.etree.ElementPath\n# destroy pyexpat\n# destroy _elementtree\n# clear sys.meta_path\n# clear sys.modules\n# destroy _frozen_importlib\n# destroy _codecs\n# destroy _warnings\n# destroy math\n# destroy _bisect\n# destroy re\n# destroy _random\n# destroy _hashlib\n# destroy _sre\n# destroy _operator\n# destroy itertools\n# destroy posix\n# clear sys.audit hooks\n", "failed": true, "msg": "import _frozen_importlib # frozen\nimport _imp # builtin\nimport '_thread' # \nimport '_warnings' # \nimport '_weakref' # \nimport '_io' # \nimport 'marshal' # \nimport 'posix' # \nimport '_frozen_importlib_external' # \n# installing zipimport hook\nimport 'time' # \nimport 'zipimport' # \n# installed zipimport hook\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc'\nimport '_codecs' # \nimport 'codecs' # \n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc'\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd768410>\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd733a40>\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc'\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd76a990>\nimport '_signal' # \nimport '_abc' # \nimport 'abc' # \nimport 'io' # \nimport '_stat' # \nimport 'stat' # \nimport '_collections_abc' # \nimport 'genericpath' # \nimport 'posixpath' # \nimport 'os' # \nimport '_sitebuiltins' # \nProcessing user site-packages\nProcessing global site-packages\nAdding directory: '/usr/lib64/python3.12/site-packages'\nAdding directory: '/usr/lib/python3.12/site-packages'\nProcessing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'\nimport 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd55d010>\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc'\nimport '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd55df40>\nimport 'site' # \nPython 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\n# code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\n# code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\n# code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd5a8b30>\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\n# code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc'\nimport '_operator' # \nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd5a8d40>\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\n# code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc'\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\n# code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc'\nimport 'itertools' # \n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\n# code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc'\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd5ab7a0>\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\n# code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc'\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd5e8e30>\nimport '_collections' # \nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd5c0800>\nimport '_functools' # \nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd5a9e80>\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd591d60>\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\n# code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc'\nimport '_sre' # \n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\n# code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc'\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\n# code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc'\nimport 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd60c410>\nimport 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd5eb020>\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\n# code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc'\nimport 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd5eafc0>\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd5c24e0>\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\n# code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc'\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd60d670>\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd591130>\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\n# code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc'\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd60dd60>\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd60da30>\n# /usr/lib64/python3.12/importlib/metadata/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/__init__.py\n# code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/csv.cpython-312.pyc matches /usr/lib64/python3.12/csv.py\n# code object from '/usr/lib64/python3.12/__pycache__/csv.cpython-312.pyc'\n# extension module '_csv' loaded from '/usr/lib64/python3.12/lib-dynload/_csv.cpython-312-x86_64-linux-gnu.so'\n# extension module '_csv' executed from '/usr/lib64/python3.12/lib-dynload/_csv.cpython-312-x86_64-linux-gnu.so'\nimport '_csv' # <_frozen_importlib_external.Ex<<< 7723 1726883211.09492: stdout chunk (state=3): >>>tensionFileLoader object at 0x7f68fd62e630>\nimport 'csv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd62d8b0>\n# /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc'\nimport 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd62ebd0>\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\n# code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\n# code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc'\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd655e50>\nimport 'ntpath' # \nimport 'errno' # \n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc'\nimport 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd657710>\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc'\n# extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\n# extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fd475eb0>\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\n# code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc'\nimport 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd476900>\nimport 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd6578c0>\nimport 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd62ee70>\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\n# code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc'\n# extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\n# extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fd4d88c0>\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc'\nimport 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd4d8e30>\nimport 'importlib.util' # \n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\n# code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc'\n# extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\n# extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fd4daed0>\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\n# code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\n# code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc'\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd4dbd10>\n# extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\n# extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fd500320>\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd4db2c0>\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\n# code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc'\n# extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\n# extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fd500d70>\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd5004a0>\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd4d8ec0>\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\n# code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc'\n# extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\n# extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fd501340>\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd4d90a0>\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\n# code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\n# code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc'\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd52c260>\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd501670>\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\n# code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc'\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd52e540>\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc'\nimport 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd2a4500>\nimport 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd52d520>\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd655cd0>\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\n# code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc'\nimport 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd4baed0>\n# /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py\n# code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\n# code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc'\nimport '_ast' # \nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd2d1670>\n# /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py\n# code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py\n# code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc'\n# extension module '_opcode' loaded from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so'\n# extension module '_opcode' executed from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so'\nimport '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fd33d280>\nimport 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd33c680>\nimport 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd2d2600>\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\n# code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc'\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd33ea80>\nimport 'importlib.machinery' # \n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\n# code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\n# code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\n# code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc'\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd348b00>\nimport '_tokenize' # \nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd33e600>\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd33eae0>\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\n# code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc'\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd33dca0>\nimport 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd52dbe0>\n# /usr/lib64/python3.12/importlib/metadata/__pycache__/_adapters.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/_adapters.py\n# code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/_adapters.cpython-312.pyc'\n# /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py\n# code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc'\nimport 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd385a90>\n# /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\n# code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\n# code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc'\n# extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\n# extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fd171580>\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd1712b0>\n# extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\n# extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fd1713a0>\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\n# code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc'\n# extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\n# extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fd171df0>\n# extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\n# extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fd1727e0>\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd171790>\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd387710>\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\n# code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'\n# extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\n# extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fd173f50>\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\n# code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc'\n# extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\n# extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fd18ddf0>\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd18c9e0>\n# extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\n# extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fd18efc0>\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd171cd0>\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\n# code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc'\n# extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\n# extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fd18f140>\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd172ba0>\n# /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py\n# code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\n# code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'\nimport '_locale' # \nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd1bb380>\nimport 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd1b8b30>\nimport 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd18f7a0>\n# /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc'\n# /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\n# code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc'\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd1e1fd0>\nimport 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd1e1c70>\n# /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\n# code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc'\nimport '_string' # \nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd1e3950>\nimport 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd1e3230>\n# /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc'\nimport 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd20f4d0>\n# /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc'\nimport 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd20f530>\nimport 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd1bade0>\nimport 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd386540>\n# /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc'\n# /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc'\nimport 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd21cc50>\nimport 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd387620>\n# /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc'\nimport 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd21d940>\n# /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc'\nimport 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd21e0c0>\nimport 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd357920>\n# /usr/lib64/python3.12/importlib/metadata/__pycache__/_text.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata<<< 7723 1726883211.09552: stdout chunk (state=3): >>>/_text.py\n# code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/_text.cpython-312.pyc'\n# /usr/lib64/python3.12/importlib/metadata/__pycache__/_functools.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/_functools.py\n# code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/_functools.cpython-312.pyc'\nimport 'importlib.metadata._functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd21e690>\nimport 'importlib.metadata._text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd21e330>\nimport 'importlib.metadata._adapters' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd2a7410>\n# /usr/lib64/python3.12/importlib/metadata/__pycache__/_meta.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/_meta.py\n# code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/_meta.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\n# code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc'\nimport '_typing' # \nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd21ebd0>\nimport 'importlib.metadata._meta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd21e960>\n# /usr/lib64/python3.12/importlib/metadata/__pycache__/_collections.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/_collections.py\n# code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/_collections.cpython-312.pyc'\nimport 'importlib.metadata._collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd24b020>\n# /usr/lib64/python3.12/importlib/metadata/__pycache__/_itertools.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/_itertools.py\n# code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/_itertools.cpython-312.pyc'\nimport 'importlib.metadata._itertools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb1aa50>\n# /usr/lib64/python3.12/importlib/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/abc.py\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/abc.cpython-312.pyc'\n# /usr/lib64/python3.12/importlib/resources/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/resources/__init__.py\n# code object from '/usr/lib64/python3.12/importlib/resources/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/importlib/resources/__pycache__/_common.cpython-312.pyc matches /usr/lib64/python3.12/importlib/resources/_common.py\n# code object from '/usr/lib64/python3.12/importlib/resources/__pycache__/_common.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\n# code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb3c080>\n# /usr/lib64/python3.12/importlib/resources/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/resources/abc.py\n# code object from '/usr/lib64/python3.12/importlib/resources/__pycache__/abc.cpython-312.pyc'\nimport 'importlib.resources.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb3dca0>\n# /usr/lib64/python3.12/importlib/resources/__pycache__/_adapters.cpython-312.pyc matches /usr/lib64/python3.12/importlib/resources/_adapters.py\n# code object from '/usr/lib64/python3.12/importlib/resources/__pycache__/_adapters.cpython-312.pyc'\nimport 'importlib.resources._adapters' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb3e810>\nimport 'importlib.resources._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb1b8c0>\n# /usr/lib64/python3.12/importlib/resources/__pycache__/_legacy.cpython-312.pyc matches /usr/lib64/python3.12/importlib/resources/_legacy.py\n# code object from '/usr/lib64/python3.12/importlib/resources/__pycache__/_legacy.cpython-312.pyc'\nimport 'importlib.resources._legacy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb3fa40>\nimport 'importlib.resources' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb1b590>\nimport 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb1adb0>\nimport 'importlib.metadata' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd60eb40>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/__init__.cpython-312.pyc'\nimport 'subscription_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb64fe0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/scripts/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/scripts/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/scripts/__pycache__/__init__.cpython-312.pyc'\nimport 'subscription_manager.scripts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb65430>\n# /usr/lib64/python3.12/site-packages/subscription_manager/scripts/__pycache__/subscription_manager.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/scripts/subscription_manager.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/scripts/__pycache__/subscription_manager.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/i18n.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/i18n.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/i18n.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\n# code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc'\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb659d0>\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\n# code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\n# code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc'\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb8a6f0>\nimport 'atexit' # \nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb67ad0>\nimport 'subscription_manager.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb65640>\n# /usr/lib64/python3.12/site-packages/rhsm/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/__init__.cpython-312.pyc'\nimport 'rhsm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcbb1160>\n# /usr/lib64/python3.12/site-packages/rhsm/__pycache__/logutil.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/logutil.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/logutil.cpython-312.pyc'\n# /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py\n# code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py\n# code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py\n# code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc'\nimport '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcbe39b0>\n# extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so'\n# extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so'\nimport '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fc70c170>\nimport 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcbb3a10>\n# /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py\n# code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py\n# code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc'\n# extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so'\n# extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so'\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fc70d610>\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc70cec0>\n# extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so'\n# extension module '_queue' executed from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so'\nimport '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fc70d0a0>\nimport 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcbe3860>\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\n# code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc'\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc70d6d0>\nimport 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcbb18e0>\n# /usr/lib64/python3.12/logging/__pycache__/config.cpython-312.pyc matches /usr/lib64/python3.12/logging/config.py\n# code object from '/usr/lib64/python3.12/logging/__pycache__/config.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/socketserver.cpython-312.pyc matches /usr/lib64/python3.12/socketserver.py\n# code object from '/usr/lib64/python3.12/__pycache__/socketserver.cpython-312.pyc'\nimport 'socketserver' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc70eed0>\nimport 'logging.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc70dcd0>\n# /usr/lib64/python3.12/site-packages/rhsm/__pycache__/config.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/config.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/config.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/iniparse/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/iniparse/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/iniparse/__pycache__/ini.cpython-312.pyc matches /usr/lib/python3.12/site-packages/iniparse/ini.py\n# code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/ini.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/iniparse/__pycache__/configparser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/iniparse/configparser.py\n# code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/configparser.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py\n# code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc'\nimport 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc736780>\nimport 'iniparse.configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc736630>\n# /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py\n# code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\n# code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc'\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc75eea0>\nimport 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc736930>\n# /usr/lib/python3.12/site-packages/iniparse/__pycache__/config.cpython-312.pyc matches /usr/lib/python3.12/site-packages/iniparse/config.py\n# code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/config.cpython-312.pyc'\nimport 'iniparse.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc75da00>\nimport 'iniparse.ini' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc7353d0>\n# /usr/lib/python3.12/site-packages/iniparse/__pycache__/compat.cpython-312.pyc matches /usr/lib/python3.12/site-packages/iniparse/compat.py\n# code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/compat.cpython-312.pyc'\nimport 'iniparse.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc7862d0>\n# /usr/lib/python3.12/site-packages/iniparse/__pycache__/utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/iniparse/utils.py\n# code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/utils.cpython-312.pyc'\nimport 'iniparse.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc786cf0>\nimport 'iniparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc7350a0>\nimport 'rhsm.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc70ede0>\nimport 'rhsm.logutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcbb0920>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/injectioninit.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/injectioninit.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/injectioninit.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/injection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/injection.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/injection.cpython-312.pyc'\nimport 'subscription_manager.injection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc7a6480>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cache.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cache.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cache.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rhsm/__pycache__/https.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/https.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/https.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py\n# code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc'\n# extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so'\n# extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so'\nimport '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fc7c3a40>\nimport 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc7c1100>\n# /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py\n# code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc'\nimport 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc7c13a0>\n# /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py\n# code object fro<<< 7723 1726883211.09695: stdout chunk (state=3): >>>m '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc'\n# /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc'\n# /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc'\nimport 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc58a690>\nimport 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc58a1b0>\nimport 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc588140>\nimport 'rhsm.https' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc7c0fe0>\n# /usr/lib64/python3.12/site-packages/rhsm/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/connection.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/connection.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rhsm/__pycache__/certificate.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/certificate.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/certificate.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_version.py\n# code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc'\nimport 'dateutil._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc5dd9d0>\nimport 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc5dd670>\n# extension module 'rhsm._certificate' loaded from '/usr/lib64/python3.12/site-packages/rhsm/_certificate.cpython-312-x86_64-linux-gnu.so'\n# extension module 'rhsm._certificate' executed from '/usr/lib64/python3.12/site-packages/rhsm/_certificate.cpython-312-x86_64-linux-gnu.so'\nimport 'rhsm._certificate' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fc5dda60>\nimport 'rhsm.certificate' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc5b1ee0>\n# /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/_parser.py\n# code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc matches /usr/lib64/python3.12/decimal.py\n# code object from '/usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py\n# code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc'\nimport 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc5fd460>\n# extension module '_decimal' loaded from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so'\n# extension module '_decimal' executed from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so'\nimport '_decimal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fc5fcd70>\nimport 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc5fcb90>\n# /usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/relativedelta.py\n# code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_common.py\n# code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc'\nimport 'dateutil._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc624290>\nimport 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc5ff6b0>\n# /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/tz.py\n# code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc'\nimport 'six.moves' # \n# /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_common.py\n# code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc'\nimport 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc6271a0>\n# /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_factories.py\n# code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc'\nimport 'dateutil.tz._factories' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc627b00>\n# /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/win.py\n# code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc'\n# destroy dateutil.tz.win\nimport 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc624920>\nimport 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc6245f0>\nimport 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc5de9c0>\n# /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/isoparser.py\n# code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc'\nimport 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc5fc770>\nimport 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc5de660>\n# /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc'\n# /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc'\n# /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc'\nimport 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc4064e0>\nimport 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc405fd0>\nimport 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc3ddfd0>\n# /usr/lib64/python3.12/site-packages/rhsm/__pycache__/ourjson.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/ourjson.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/ourjson.cpython-312.pyc'\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\n# code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\n# code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc'\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\n# code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc'\n# extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\n# extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fc407cb0>\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc407aa0>\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc407380>\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\n# code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc'\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc407f20>\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc405d60>\nimport 'rhsm.ourjson' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc3df590>\n# /usr/lib64/python3.12/site-packages/rhsm/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/utils.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/utils.cpython-312.pyc'\nimport 'rhsm.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc4288f0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/version.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/version.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/version.cpython-312.pyc'\nimport 'subscription_manager.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc429fa0>\nimport 'rhsm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc589d30>\n# /usr/lib64/python3.12/site-packages/rhsm/__pycache__/profile.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/profile.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/profile.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc'\n# extension module 'rpm._rpm' loaded from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so'\n# extension module 'rpm._rpm' executed from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so'\nimport 'rpm._rpm' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fc42bb60>\n# /usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/transaction.py\n# code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc'\nimport 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc42b8c0>\nimport 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc42b3e0>\n# /usr/lib64/python3.12/site-packages/cloud_what/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/cloud_what/__pycache__/__init__.cpython-312.pyc'\nimport 'cloud_what' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc459940>\n# /usr/lib64/python3.12/site-packages/cloud_what/__pycache__/provider.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/provider.py\n# code object from '/usr/lib64/python3.12/site-packages/cloud_what/__pycache__/provider.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/__init__.cpython-312.pyc'\nimport 'rhsmlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc45a150>\n# /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/__init__.cpython-312.pyc'\nimport 'rhsmlib.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc45a360>\n# /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/host_collector.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/host_collector.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/host_collector.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cleanup.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/cleanup.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cleanup.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/collector.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/collector.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/collector.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\n# code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc'\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc45acc0>\n# /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/collection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/collection.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/collection.cpython-312.pyc'\nimport 'rhsmlib.facts.collection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc45b0b0>\nimport 'rhsmlib.facts.collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc45a8d0>\nimport 'rhsmlib.facts.cleanup' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc45a600>\n# /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/virt.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/virt.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/virt.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\n# code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\n# code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc'\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc4839b0>\n# extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\n# extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fc483b30>\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fc4b8ce0>\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc481d60>\nimport 'rhsmlib.facts.virt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc481af0>\n#<<< 7723 1726883211.09866: stdout chunk (state=3): >>> /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/firmware_info.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/firmware_info.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/firmware_info.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/dmiinfo.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/dmiinfo.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/dmiinfo.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/dmidecodeparser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/dmidecodeparser.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/dmidecodeparser.cpython-312.pyc'\nimport 'rhsmlib.facts.dmidecodeparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc4b92b0>\nimport 'rhsmlib.facts.dmiinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc4b8e60>\nimport 'rhsmlib.facts.firmware_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc4821e0>\nimport 'rhsmlib.facts.host_collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc45a3c0>\n# /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/custom.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/custom.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/custom.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py\n# code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc'\nimport 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc4b97c0>\nimport 'rhsmlib.facts.custom' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc4b9cd0>\n# /usr/lib64/python3.12/site-packages/cloud_what/__pycache__/_base_provider.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/_base_provider.py\n# code object from '/usr/lib64/python3.12/site-packages/cloud_what/__pycache__/_base_provider.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/requests/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/urllib3/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/urllib3/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/exceptions.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/exceptions.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/urllib3/packages/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/packages/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/packages/__pycache__/__init__.cpython-312.pyc'\nimport 'urllib3.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbaa5430>\n# /usr/lib/python3.12/site-packages/urllib3/packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/packages/six.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/packages/__pycache__/six.cpython-312.pyc'\nimport 'urllib3.packages.six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbaa5520>\nimport 'urllib3.packages.six.moves' # \nimport 'urllib3.packages.six.moves.http_client' # \nimport 'urllib3.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbaa46b0>\n# /usr/lib/python3.12/site-packages/urllib3/__pycache__/_version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/_version.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/_version.cpython-312.pyc'\nimport 'urllib3._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbaa48c0>\n# /usr/lib/python3.12/site-packages/urllib3/__pycache__/connectionpool.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/connectionpool.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/connectionpool.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/urllib3/__pycache__/_collections.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/_collections.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/_collections.cpython-312.pyc'\nimport 'urllib3._collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbabddc0>\n# /usr/lib/python3.12/site-packages/urllib3/__pycache__/connection.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/connection.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/connection.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/connection.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/connection.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/connection.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/contrib/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/__init__.cpython-312.pyc'\nimport 'urllib3.contrib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbabfd70>\n# /usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/_appengine_environ.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/contrib/_appengine_environ.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/_appengine_environ.cpython-312.pyc'\nimport 'urllib3.contrib._appengine_environ' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbabfe30>\n# /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/wait.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/wait.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/wait.cpython-312.pyc'\nimport 'urllib3.util.wait' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbabfef0>\nimport 'urllib3.util.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbabf8f0>\n# /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/request.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/request.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/request.cpython-312.pyc'\nimport 'urllib3.util.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbabfda0>\n# /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/response.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/response.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/response.cpython-312.pyc'\nimport 'urllib3.util.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbae4590>\n# /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/retry.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/retry.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/retry.cpython-312.pyc'\nimport 'urllib3.util.retry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbae4710>\n# /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssl_.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/ssl_.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssl_.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/hmac.cpython-312.pyc matches /usr/lib64/python3.12/hmac.py\n# code object from '/usr/lib64/python3.12/__pycache__/hmac.cpython-312.pyc'\nimport 'hmac' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbae5b20>\n# /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/url.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/url.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/url.cpython-312.pyc'\nimport 'urllib3.util.url' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbae6330>\n# /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssltransport.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/ssltransport.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssltransport.cpython-312.pyc'\nimport 'urllib3.util.ssltransport' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbae63c0>\nimport 'urllib3.util.ssl_' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbae5460>\n# /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/timeout.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/timeout.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/timeout.cpython-312.pyc'\nimport 'urllib3.util.timeout' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbae5640>\nimport 'urllib3.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbabf5f0>\n# /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/proxy.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/proxy.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/proxy.cpython-312.pyc'\nimport 'urllib3.util.proxy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbae7a70>\n# /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssl_match_hostname.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/ssl_match_hostname.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssl_match_hostname.cpython-312.pyc'\nimport 'urllib3.util.ssl_match_hostname' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbae7b30>\nimport 'urllib3.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbabebd0>\n# /usr/lib/python3.12/site-packages/urllib3/__pycache__/request.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/request.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/request.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/urllib3/__pycache__/filepost.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/filepost.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/filepost.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/urllib3/__pycache__/fields.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/fields.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/fields.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py\n# code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc'\nimport 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb1ccb0>\nimport 'urllib3.fields' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb1c500>\nimport 'urllib3.filepost' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbae6f00>\nimport 'urllib3.packages.six.moves.urllib' # \nimport 'urllib3.packages.six.moves.urllib.parse' # \nimport 'urllib3.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbae7e90>\n# /usr/lib/python3.12/site-packages/urllib3/__pycache__/response.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/response.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/response.cpython-312.pyc'\nimport 'urllib3.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbae7050>\n# /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/queue.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/queue.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/queue.cpython-312.pyc'\nimport 'urllib3.util.queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb38980>\nimport 'urllib3.connectionpool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbaa4a70>\n# /usr/lib/python3.12/site-packages/urllib3/__pycache__/poolmanager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/poolmanager.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/poolmanager.cpython-312.pyc'\nimport 'urllib3.poolmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb389e0>\nimport 'urllib3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbaa4080>\n# /usr/lib/python3.12/site-packages/requests/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/exceptions.py\n# code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/exceptions.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/requests/__pycache__/compat.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/compat.py\n# code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/compat.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/api.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/api.py\n# code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/api.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/cd.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/cd.py\n# code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/cd.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/constant.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/constant.py\n# code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/constant.cpython-312.pyc'\nimport 'charset_normalizer.constant' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb3b4d0>\n# /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/md.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/md.py\n# code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/md.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/utils.py\n# code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/utils.cpython-312.pyc'\n# extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so'\n# extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so'\nimport 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fbb72c90>\n# extension module '_multibytecodec' loaded from '/usr/lib64/python3.12/lib-dynload/_multibytecodec.cpython-312-x86_64-linux-gnu.so'\n# extension module '_multibytecodec' executed from '/usr/lib64/python3.12/lib-dynload/_multibytecodec.cpython-312-x86_64-linux-gnu.so'\nimport '_multibytecodec' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fbb72f00>\nimport 'charset_normalizer.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb71fa0>\nimport 'charset_normalizer.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb710a0>\n# /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/models.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/models.py\n# code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/models.cpython-312.pyc'\nimport 'charset_normalizer.models' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb739b0>\nimport 'charset_normalizer.cd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb3ab10>\nimport 'charset_normalizer.api' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb3a6c0>\n# /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/legacy.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/legacy.py\n# code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/legacy.cpython-312.pyc'\nimport 'charset_normalizer.legacy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb868d10>\n# /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/version.py\n# code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/version.cpython-312.pyc'\nimport 'charset_normalizer.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb868e90>\nimport 'charset_normalizer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb3a3c0>\n# /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py\n# code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc'\nimport 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb868ec0>\n# /usr/lib64/python3.12/http/__pycache__/cookies.cpython-312.pyc matches /usr/lib64/python3.12/http/cookies.py\n# code object from '/usr/lib64/python3.12/http/__pycache__/cookies.cpython-312.pyc'\nimport 'http.cookies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb86b320>\nimport 'requests.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb3a1e0>\nimport 'requests.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb39c10>\n# /usr/lib/python3.12/site-packages/requests/__pycache__/packages.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/packages.py\n# code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/packages.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/idna/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/idna/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/idna/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/idna/__pycache__/package_data.cpython-312.pyc matches /usr/lib/python3.12/site-packages/idna/package_data.py\n# code object from '/usr/lib/python3.12/site-packages/idna/__pycache__/package_data.cpython-312.pyc'\nimport 'idna.package_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8a2300>\n# /usr/lib/python3.12/site-packages/idna/__pycache__/core.cpython-312.pyc matches /usr/lib/python3.12/site-packages/idna/core.py\n# code object from '/usr/lib/python3.12/site-packages/idna/__pycache__/core.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/idna/__pycache__/idnadata.cpython-312.pyc matches /usr/lib/python3.12/site-packages/idna/idnadata.py\n# code object from '/usr/lib/python3.12/site-packages/idna/__pycache__/idnadata.cpython-312.pyc'\nimport 'idna.idnadata' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8a3140>\n# /usr/lib/python3.12/site-packages/idna/__pycache__/intranges.cpython-312.pyc matches /usr/lib/python3.12/site-packages/idna/intranges.py\n# code object from '/usr/lib/python3.12/site-packages/idna/__pycache__/intranges.cpython-312.pyc'\nimport 'idna.intranges' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8a3260>\nimport 'idna.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8a2810>\nimport 'idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb39e20>\nimport 'requests.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb39d60>\n# /usr/lib/python3.12/site-packages/requests/__pycache__/utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/utils.py\n# code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/utils.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/requests/__pycache__/certs.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/certs.py\n# code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/certs.cpython-312.pyc'\nimport 'requests.certs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8d8bc0>\n# /usr/lib/python3.12/site-packages/requests/__pycache__/__version__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/__version__.py\n# code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/__version__.cpython-312.pyc'\nimport 'requests.__version__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8d8c50>\n# /usr/lib/python3.12/site-packages/requests/__pycache__/_internal_utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/_internal_utils.py\n# code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/_internal_utils.cpython-312.pyc'\nimport 'requests._internal_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8d8ce0>\n# /usr/lib/python3.12/site-packages/requests/__pycache__/cookies.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/cookies.py\n# code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/cookies.cpython-312.pyc'\nimport 'requests.cookies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8d8e00>\n# /usr/lib/python3.12/site-packages/requests/__pycache__/structures.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/structures.py\n# code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/structures.cpython-312.pyc'\nimport 'requests.structures' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8da330>\nimport 'requests.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb39f40>\n# /usr/lib/python3.12/site-packages/requests/__pycache__/api.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/api.py\n# code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/api.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/requests/__pycache__/sessions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/sessions.py\n# code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/sessions.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/requests/__pycache__/adapters.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/adapters.py\n# code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/adapters.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/requests/__pycache__/auth.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/auth.py\n# code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/auth.cpython-312.pyc'\nimport 'requests.auth' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8f8200>\n# /usr/lib/python3.12/site-packages/requests/__pycache__/models.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/models.py\n# code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/models.cpython-312.pyc'\n# /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py\n# code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc'\nimport 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8fa300>\nimport 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8f9dc0>\n# /usr/lib/python3.12/site-packages/requests/__pycache__/hooks.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/hooks.py\n# code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/hooks.cpython-312.pyc'\nimport 'requests.hooks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8fa360>\n# /usr/lib/python3.12/site-packages/requests/__pycache__/status_codes.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/status_codes.py\n# code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/status_codes.cpython-312.pyc'\nimport 'requests.status_codes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8fb110>\nimport 'requests.models' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8f8b90>\n# /usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/socks.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/contrib/socks.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/socks.cpython-312.pyc'\n# destroy urllib3.contrib.socks\nimport 'requests.adapters' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8db5f0>\nimport 'requests.sessions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8daab0>\nimport 'requests.api' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8a2360>\nimport 'requests' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc4bbbf0>\nimport 'cloud_what._base_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc4bb170>\n# /usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/providers/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/__init__.cpython-312.pyc'\nimport 'cloud_what.providers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8fbc50>\n# /usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/aws.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/providers/aws.py\n# code object from '/usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/aws.cpython-312.pyc'\nimport 'cloud_what.providers.aws' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8fbfb0>\n# /usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/azure.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/providers/azure.py\n# code object from '/usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/azure.cpython-312.pyc'\nimport 'cloud_what.providers.azure' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb934710>\n# /usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/gcp.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/providers/gcp.py\n# code object from '/usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/gcp.cpython-312.pyc'\nimport 'cloud_what.providers.gcp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb934b90>\nimport 'cloud_what.provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc459a30>\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/pycomp.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc'\n# /usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/__init__.py\n# code object from '/usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc'\nimport 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb935e50>\n# /usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/text.py\n# code object from '/usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc'\n# /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py\n# code object from '/usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc'\n# /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py\n# code object from '/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc'\n# /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc'\n# /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc'\n# /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc'\nimport 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb948470>\nimport 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb936c00>\n# /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc'\nimport 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb937fe0>\nimport 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb9364e0>\nimport 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb936270>\nimport 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb936060>\nimport 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb935f40>\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\n# code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc'\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb936000>\nimport 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb9357c0>\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/const.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc'\nimport 'dnf.const' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb935a90>\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/base.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\n# code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc'\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb7b5c10>\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/error.py\n# code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc'\n# extension module 'libdnf._error' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_error.so'\n# extension module 'libdnf._error' executed from '/usr/lib64/python3.12/site-packages/libdnf/_error.so'\nimport 'libdnf._error' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fb7e1c70>\nimport 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb7e17f0>\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/common_types.py\n# code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc'\n# extension module 'libdnf._common_types' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so'\n# extension module 'libdnf._common_types' executed from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so'\nimport 'libdnf._common_types' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fb8155e0>\nimport 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb7e1df0>\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/conf.py\n# code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc'\n# extension module 'libdnf._conf' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so'\n# extension module 'libdnf._conf' executed from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so'\nimport 'libdnf._conf' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fb320440>\nimport 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8fa2d0>\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/module.py\n# code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc'\n# extension module 'libdnf._module' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_module.so'\n# extension module 'libdnf._module' executed from '/usr/lib64/python3.12/site-packages/libdnf/_module.so'\nimport 'libdnf._module' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fb36e000>\nimport 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb320920>\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/repo.py\n# code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc'\n# extension module 'libdnf._repo' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so'\n# extension module 'libdnf._repo' executed from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so'\nimport 'libdnf._repo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fb3acec0>\nimport 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb36e0c0>\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/transaction.py\n# code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc'\n# extension module 'libdnf._transaction' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so'\n# extension module 'libdnf._transaction' executed from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so'\nimport 'libdnf._transaction' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fb3e0f20>\nimport 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb3ad160>\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/utils.py\n# code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc'\n# extension module 'libdnf._utils' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so'\n# extension module 'libdnf._utils' executed from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so'\nimport 'libdnf._utils' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fb3e2150>\nimport 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb3e1580>\nimport 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb7b7290>\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/comps.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/exceptions.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/i18n.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc'\nimport 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa020aa0>\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/util.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/callback.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc'\nimport 'dnf.yum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0239b0>\n# /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/rpmtrans.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc'\nimport 'dnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa03c890>\nimport 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa023a10>\nimport 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa023200>\n# /usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/hawkey/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc'\n# extension module 'hawkey._hawkey' loaded from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so'\n# extension module 'hawkey._hawkey' executed from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so'\nimport 'hawkey._hawkey' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fa03ddc0>\nimport 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa023dd0>\nimport 'pwd' # \nimport 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0216d0>\nimport 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb3e3fb0>\n# /usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libcomps/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc'\n# extension module 'libcomps._libpycomps' loaded from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so'\n# extension module 'libcomps._libpycomps' executed from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so'\nimport 'libcomps._libpycomps' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fa020710>\nimport 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa020290>\nimport 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb3e22d0>\n# /usr/lib/python3.12/site-packages/dnf/db/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/__init__.cpython-312.pyc'\nimport 'dnf.db' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa03f620>\n# /usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/history.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/misc.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/crypto.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc'\nimport 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa079b50>\nimport 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa078e90>\n# /usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/group.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc'\nimport 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa07a2d0>\nimport 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa03f650>\n# /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/config.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/substitutions.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc'\nimport 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa07bc20>\nimport 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa07b1a0>\nimport 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa07afc0>\n# /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/read.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repo.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/logging.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/lock.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc'\nimport 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0aac60>\n# /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py\n# code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc'\nimport 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0ab080>\nimport 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0aa1b0>\nimport 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0a8440>\nimport 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa07b440>\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/dnssec.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/transaction.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc'\nimport 'dnf.rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0c9c10>\nimport 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0c8d40>\nimport 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0a8950>\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/drpm.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc'\nimport 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0ca240>\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/goal.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc'\nimport 'dnf.goal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0ca600>\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/history.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc'\nimport 'dnf.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0ca690>\n# /usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc'\nimport 'dnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0ca7b0>\n# /usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/module_base.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/smartcols.py\n# code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc'\n# extension module 'libdnf._smartcols' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so'\n# extension module 'libdnf._smartcols' executed from '/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so'\nimport 'libdnf._smartcols' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fa0fd310>\nimport 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0cb470>\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/selector.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc'\nimport 'dnf.selector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0fd340>\n# /usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/exceptions.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc'\nimport 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0fd430>\nimport 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0ca5a0>\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/persistor.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc'\nimport 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0fd5e0>\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/plugin.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc'\nimport 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0fe210>\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/query.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc'\nimport 'dnf.query' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0fed20>\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repodict.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc'\nimport 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0fee70>\n# /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/connection.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc'\nimport 'dnf.rpm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0ff6e0>\n# /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/miscutils.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc'\nimport 'dnf.rpm.miscutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0ff950>\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/sack.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/package.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc'\nimport 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e1c2f0>\nimport 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0ffd40>\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/subject.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc'\nimport 'dnf.subject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e1d1f0>\nimport 'gc' # \nimport 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb789610>\nimport 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb934fb0>\nimport 'rhsm.profile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc58bf50>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/jsonwrapper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/jsonwrapper.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/jsonwrapper.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/utils.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/utils.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc matches /usr/lib64/python3.12/pprint.py\n# code object from '/usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc matches /usr/lib64/python3.12/dataclasses.py\n# code object from '/usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc'\nimport 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e1f800>\nimport 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e1e660>\n# extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\n# extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68f9e1f920>\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\n# code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc'\n# extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\n# extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68f9e47620>\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e457f0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/branding/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/branding/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/branding/__pycache__/__init__.cpython-312.pyc'\nimport 'subscription_manager.branding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e47830>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/certdirectory.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/certdirectory.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/certdirectory.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/__init__.cpython-312.pyc'\nimport 'rhsmlib.services' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e6ca40>\n# /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/config.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/config.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/config.cpython-312.pyc'\nimport 'rhsmlib.services.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e6cbf0>\n# /usr/lib64/python3.12/site-packages/rhsm/__pycache__/certificate2.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/certificate2.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/certificate2.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rhsm/__pycache__/pathtree.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/pathtree.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/pathtree.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rhsm/__pycache__/bitstream.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/bitstream.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/bitstream.cpython-312.pyc'\nimport 'rhsm.bitstream' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e6ee10>\n# /usr/lib64/python3.12/site-packages/rhsm/__pycache__/huffman.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/huffman.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/huffman.cpython-312.pyc'\nimport 'rhsm.huffman' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e6f350>\nimport 'rhsm.pathtree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e6e7b0>\nimport 'rhsm.certificate2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e6d310>\nimport 'subscription_manager.certdirectory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e47a70>\n# /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/hwprobe.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/hwprobe.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/hwprobe.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cpuinfo.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/cpuinfo.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cpuinfo.cpython-312.pyc'\nimport 'rhsmlib.facts.cpuinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ea15b0>\nimport 'rhsmlib.facts.hwprobe' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ea0590>\nimport 'subscription_manager.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e1d700>\nimport 'subscription_manager.jsonwrapper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e1d2e0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/isodate.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/isodate.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/isodate.cpython-312.pyc'\nimport 'subscription_manager.isodate' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ea2ae0>\n# /usr/lib64/python3.12/site-packages/syspurpose/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/syspurpose/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/syspurpose/__pycache__/__init__.cpython-312.pyc'\nimport 'syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ea2b40>\n# /usr/lib64/python3.12/site-packages/syspurpose/__pycache__/files.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/syspurpose/files.py\n# code object from '/usr/lib64/python3.12/site-packages/syspurpose/__pycache__/files.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/syspurpose/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/syspurpose/utils.py\n# code object from '/usr/lib64/python3.12/site-packages/syspurpose/__pycache__/utils.cpython-312.pyc'\nimport 'syspurpose.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ea37a0>\nimport 'syspurpose.files' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ea2c90>\n# /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/syspurpose.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/syspurpose.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/syspurpose.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/syspurposelib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/syspurposelib.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/syspurposelib.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/certlib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/certlib.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/certlib.cpython-312.pyc'\nimport 'subscription_manager.certlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ecc950>\nimport 'subscription_manager.syspurposelib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ecc1d0>\n# /usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/file_monitor.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/file_monitor.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/file_monitor.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/__pycache__/pyinotify.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyinotify.py\n# code object from '/usr/lib/python3.12/site-packages/__pycache__/pyinotify.cpython-312.pyc'\n# extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so'\n# extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so'\nimport 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68f9ef99a0>\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc'\n# extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\n# extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68f9c1d040>\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc'\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c1df40>\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9efba10>\n# /usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/util.py\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc'\nimport 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c1cbc0>\nimport 'pyinotify' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ecd970>\nimport 'rhsmlib.file_monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ecd010>\n# /usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/dbus/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/__init__.cpython-312.pyc'\nimport 'rhsmlib.dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c1ea20>\n# /usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/server.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/dbus/server.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/server.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc'\nimport 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c1f920>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc'\nimport 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c1f980>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc'\n# extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so'\n# extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so'\nimport '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68f9c54050>\nimport 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c1ff20>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc'\nimport 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c56600>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc'\n# /usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/__init__.py\n# code object from '/usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc'\nimport 'xml' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c57740>\n# /usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/__init__.py\n# code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc'\nimport 'xml.parsers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c57a40>\n# /usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/expat.py\n# code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc'\n# extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so'\n# extension module 'pyexpat' executed from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so'\nimport 'pyexpat' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68f9c57ad0>\nimport 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c57aa0>\nimport 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c57290>\nimport 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c56720>\nimport 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c55a60>\nimport 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c55040>\nimport 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c548c0>\nimport 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c1f3b0>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/service.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/service.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/service.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/decorators.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/decorators.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/decorators.cpython-312.pyc'\nimport 'dbus.decorators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c804a0>\nimport 'dbus.service' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c57110>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/server.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/server.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/server.cpython-312.pyc'\nimport 'dbus.server' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c80740>\n# /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc'\nimport 'dbus.mainloop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c80a70>\n# /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/glib.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc'\n# extension module '_dbus_glib_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so'\n# extension module '_dbus_glib_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so'\nimport '_dbus_glib_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68f9c80ad0>\nimport 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c80b60>\n# /usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/dbus/constants.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/constants.cpython-312.pyc'\nimport 'rhsmlib.dbus.constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c80cb0>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\n# code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc'\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c81220>\n# possible namespace for /usr/lib/python3.12/site-packages/gi\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_error.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc'\nimport 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c821e0>\n# extension module 'gi._gi' loaded from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so'\n# extension module 'gi._gi' executed from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so'\nimport 'gi._gi' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68f9c81fd0>\nimport 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c80d40>\n# /usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/repository/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/importer.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/module.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/types.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_constants.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc'\nimport 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9cacc80>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/docstring.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc'\nimport 'gi.docstring' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9cacfe0>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_propertyhelper.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc'\nimport 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9cad430>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_signalhelper.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc'\nimport 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9cadc40>\nimport 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9cac380>\nimport 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c83e90>\n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc'\nimport 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9cac1a0>\nimport 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c83950>\nimport 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c81df0>\n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GLib.py\n# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_ossighelper.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc'\nimport 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ccc7a0>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_option.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py\n# code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc'\nimport 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ccd4f0>\nimport 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9cccd10>\nimport 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9caebd0>\nimport 'gi.repository.GLib' # \n# /usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/dbus_utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/dbus/dbus_utils.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/dbus_utils.cpython-312.pyc'\n# /usr/lib64/python3.12/xml/etree/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/etree/__init__.py\n# code object from '/usr/lib64/python3.12/xml/etree/__pycache__/__init__.cpython-312.pyc'\nimport 'xml.etree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f990a3c0>\n# /usr/lib64/python3.12/xml/etree/__pycache__/ElementTree.cpython-312.pyc matches /usr/lib64/python3.12/xml/etree/ElementTree.py\n# code object from '/usr/lib64/python3.12/xml/etree/__pycache__/ElementTree.cpython-312.pyc'\n# /usr/lib64/python3.12/xml/etree/__pycache__/ElementPath.cpython-312.pyc matches /usr/lib64/python3.12/xml/etree/ElementPath.py\n# code object from '/usr/lib64/python3.12/xml/etree/__pycache__/ElementPath.cpython-312.pyc'\nimport 'xml.etree.ElementPath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9935430>\n# extension module '_elementtree' loaded from '/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so'\n# extension module '_elementtree' executed from '/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so'\nimport '_elementtree' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68f9936630>\nimport 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f990a330>\nimport 'rhsmlib.dbus.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9cadbe0>\nimport 'rhsmlib.dbus.server' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c1eb10>\nimport 'rhsmlib.services.syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ea3ce0>\nimport 'subscription_manager.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc7a68d0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cert_sorter.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cert_sorter.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cert_sorter.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/reasons.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/reasons.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/reasons.cpython-312.pyc'\nimport 'subscription_manager.reasons' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9937590>\nimport 'subscription_manager.cert_sorter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc7c0980>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/facts.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/facts.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/facts.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/all.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/all.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/all.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/insights.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/insights.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/insights.cpython-312.pyc'\nimport 'rhsmlib.facts.insights' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99641d0>\n# /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/kpatch.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/kpatch.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/kpatch.cpython-312.pyc'\nimport 'rhsmlib.facts.kpatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9964440>\n# /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cloud_facts.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/cloud_facts.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cloud_facts.cpython-312.pyc'\nimport 'rhsmlib.facts.cloud_facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9964620>\n# /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/pkg_arches.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/pkg_arches.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/pkg_arches.cpython-312.pyc'\nimport 'rhsmlib.facts.pkg_arches' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9964980>\n# /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/network.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/network.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/network.cpython-312.pyc'\nimport 'rhsmlib.facts.network' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9964cb0>\nimport 'rhsmlib.facts.all' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9937da0>\nimport 'subscription_manager.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9937ad0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/identity.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/identity.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/identity.cpython-312.pyc'\nimport 'subscription_manager.identity' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9937f80>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/validity.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/validity.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/validity.cpython-312.pyc'\nimport 'subscription_manager.validity' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99658b0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cp_provider.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cp_provider.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cp_provider.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/client_info.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/client_info.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/client_info.cpython-312.pyc'\nimport 'rhsmlib.client_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9965eb0>\nimport 'subscription_manager.cp_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9965a30>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/plugins.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/plugins.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/plugins.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/base_plugin.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/base_plugin.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/base_plugin.cpython-312.pyc'\nimport 'subscription_manager.base_plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99678c0>\nimport 'subscription_manager.plugins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9966420>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/lock.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/lock.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/lock.cpython-312.pyc'\nimport 'subscription_manager.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9966a50>\nimport 'subscription_manager.injectioninit' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc7a6150>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/managercli.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/managercli.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/managercli.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/managerlib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/managerlib.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/managerlib.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/repolib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/repolib.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/repolib.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/model/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/model/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/model/__pycache__/__i<<< 7723 1726883211.09938: stdout chunk (state=3): >>>nit__.cpython-312.pyc'\nimport 'subscription_manager.model' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f998baa0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/model/__pycache__/ent_cert.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/model/ent_cert.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/model/__pycache__/ent_cert.cpython-312.pyc'\nimport 'subscription_manager.model.ent_cert' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f998be00>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/repofile.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/repofile.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/repofile.cpython-312.pyc'\nimport 'subscription_manager.repofile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f998bf80>\nimport 'subscription_manager.repolib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f998aa20>\nimport 'subscription_manager.managerlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9989310>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cli.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cli.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/exceptions.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/exceptions.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/entcertlib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/entcertlib.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/entcertlib.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/content_action_client.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/content_action_client.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/content_action_client.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/base_action_client.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/base_action_client.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/base_action_client.cpython-312.pyc'\nimport 'subscription_manager.base_action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99b7c20>\nimport 'subscription_manager.content_action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99b76b0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/rhelentbranding.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/rhelentbranding.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/rhelentbranding.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/entbranding.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/entbranding.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/entbranding.cpython-312.pyc'\nimport 'subscription_manager.entbranding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f0800>\nimport 'subscription_manager.rhelentbranding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f01a0>\nimport 'subscription_manager.entcertlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99b67e0>\nimport 'subscription_manager.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99b6420>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/printing_utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/printing_utils.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/printing_utils.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/unicode_width.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/unicode_width.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/unicode_width.cpython-312.pyc'\nimport 'subscription_manager.unicode_width' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f1b50>\nimport 'subscription_manager.printing_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f1790>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/i18n_argparse.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/i18n_argparse.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/i18n_argparse.cpython-312.pyc'\nimport 'subscription_manager.i18n_argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f1d60>\nimport 'subscription_manager.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99b5eb0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/__init__.cpython-312.pyc'\nimport 'subscription_manager.cli_command' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f1f70>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/attach.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/attach.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/attach.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/fileinput.cpython-312.pyc matches /usr/lib64/python3.12/fileinput.py\n# code object from '/usr/lib64/python3.12/__pycache__/fileinput.cpython-312.pyc'\nimport 'fileinput' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f23c0>\n# /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/attach.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/attach.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/attach.cpython-312.pyc'\nimport 'rhsmlib.services.attach' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f2f00>\n# /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/products.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/products.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/products.cpython-312.pyc'\nimport 'rhsmlib.services.products' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f3110>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/action_client.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/action_client.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/action_client.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/identitycertlib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/identitycertlib.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/identitycertlib.cpython-312.pyc'\nimport 'subscription_manager.identitycertlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f3680>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/healinglib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/healinglib.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/healinglib.cpython-312.pyc'\nimport 'subscription_manager.healinglib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f3a10>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/factlib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/factlib.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/factlib.cpython-312.pyc'\nimport 'subscription_manager.factlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f3da0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/packageprofilelib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/packageprofilelib.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/packageprofilelib.cpython-312.pyc'\nimport 'subscription_manager.packageprofilelib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f3fe0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/installedproductslib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/installedproductslib.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/installedproductslib.cpython-312.pyc'\nimport 'subscription_manager.installedproductslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980c2c0>\nimport 'subscription_manager.action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f33b0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/cli.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/cli.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/cli.cpython-312.pyc'\nimport 'subscription_manager.cli_command.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980c560>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/list.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/list.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/list.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/entitlement.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/entitlement.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/entitlement.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/exceptions.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/exceptions.cpython-312.pyc'\nimport 'rhsmlib.services.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980db20>\nimport 'rhsmlib.services.entitlement' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980d460>\nimport 'subscription_manager.cli_command.list' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980cd10>\nimport 'subscription_manager.cli_command.attach' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f20c0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/autoheal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/autoheal.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/autoheal.cpython-312.pyc'\nimport 'subscription_manager.cli_command.autoheal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980db50>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/clean.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/clean.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/clean.cpython-312.pyc'\nimport 'subscription_manager.cli_command.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980ddf0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/config.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/config.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/config.cpython-312.pyc'\nimport 'subscription_manager.cli_command.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980df40>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/environments.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/environments.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/environments.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/org.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/org.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/org.cpython-312.pyc'\n# extension module 'readline' loaded from '/usr/lib64/python3.12/lib-dynload/readline.cpython-312-x86_64-linux-gnu.so'\n# extension module 'readline' executed from '/usr/lib64/python3.12/lib-dynload/readline.cpython-312-x86_64-linux-gnu.so'\nimport 'readline' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68f980eb40>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/user_pass.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/user_pass.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/user_pass.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py\n# code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc'\nimport 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980f050>\nimport 'subscription_manager.cli_command.user_pass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980ed80>\nimport 'subscription_manager.cli_command.org' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980e7e0>\nimport 'subscription_manager.cli_command.environments' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980e150>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/facts.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/facts.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/facts.cpython-312.pyc'\nimport 'subscription_manager.cli_command.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980f470>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/identity.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/identity.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/identity.cpython-312.pyc'\nimport 'subscription_manager.cli_command.identity' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980f5c0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/override.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/override.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/override.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/overrides.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/overrides.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/overrides.cpython-312.pyc'\nimport 'subscription_manager.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980fe00>\nimport 'subscription_manager.cli_command.override' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980f920>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/owners.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/owners.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/owners.cpython-312.pyc'\nimport 'subscription_manager.cli_command.owners' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9838680>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/plugins.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/plugins.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/plugins.cpython-312.pyc'\nimport 'subscription_manager.cli_command.plugins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f98387a0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/redeem.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/redeem.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/redeem.cpython-312.pyc'\nimport 'subscription_manager.cli_command.redeem' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9838aa0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/refresh.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/refresh.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/refresh.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/refresh.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/refresh.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/refresh.cpython-312.pyc'\nimport 'rhsmlib.services.refresh' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9838fb0>\nimport 'subscription_manager.cli_command.refresh' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9838c80>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/register.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/register.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/register.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/unregister.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/unregister.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/unregister.cpython-312.pyc'\nimport 'rhsmlib.services.unregister' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9839a60>\n# /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/register.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/register.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/register.cpython-312.pyc'\nimport 'rhsmlib.services.register' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9839ca0>\nimport 'subscription_manager.cli_command.register' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9839040>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/release.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/release.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/release.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/release.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/release.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/release.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/listing.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/listing.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/listing.cpython-312.pyc'\nimport 'subscription_manager.listing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f983a7b0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/rhelproduct.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/rhelproduct.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/rhelproduct.cpython-312.pyc'\nimport 'subscription_manager.rhelproduct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f983a930>\nimport 'subscription_manager.release' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f983a240>\nimport 'subscription_manager.cli_command.release' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9839f40>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/remove.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/remove.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/remove.cpython-312.pyc'\nimport 'subscription_manager.cli_command.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f983abd0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/repos.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/repos.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/repos.cpython-312.pyc'\nimport 'subscription_manager.cli_command.repos' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f983af60>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/status.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/status.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/status.cpython-312.pyc'\nimport 'subscription_manager.cli_command.status' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f983b3b0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/syspurpose.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/syspurpose.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/syspurpose.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/addons.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/addons.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/addons.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/abstract_syspurpose.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/abstract_syspurpose.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/abstract_syspurpose.cpython-312.pyc'\nimport 'subscription_manager.cli_command.abstract_syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f983bda0>\nimport 'subscription_manager.cli_command.addons' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f983bb30>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/role.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/role.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/role.cpython-312.pyc'\nimport 'subscription_manager.cli_command.role' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9860a40>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/service_level.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/service_level.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/service_level.cpython-312.pyc'\nimport 'subscription_manager.cli_command.service_level' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9860ad0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/usage.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/usage.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/usage.cpython-312.pyc'\nimport 'subscription_manager.cli_command.usage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9861070>\nimport 'subscription_manager.cli_command.syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f983b7a0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/unregister.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/unregister.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/unregister.cpython-312.pyc'\nimport 'subscription_manager.cli_command.unregister' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9861100>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/version.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/version.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/version.cpython-312.pyc'\nimport 'subscription_manager.cli_command.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f98612e0>\nimport 'subscription_manager.managercli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9988cb0>\nimport 'subscription_manager.scripts.subscription_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb65490>\n# /usr/lib64/python3.12/site-packages/subscription_manager/branding/__pycache__/redhat_branding.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/branding/redhat_branding.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/branding/__pycache__/redhat_branding.cpython-312.pyc'\nimport 'subscription_manager.branding.redhat_branding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb64ec0>\nRuntime Error last check-in is null at org.candlepin.service.model.CloudCheckInEvent.:88 (HTTP error code 500: Internal Server Error)\n# clear sys.path_importer_cache\n# clear sys.path_hooks\n# clear builtins._\n# clear sys.path\n# clear sys.argv\n# clear sys.ps1\n# clear sys.ps2\n# clear sys.last_exc\n# clear sys.last_type\n# clear sys.last_value\n# clear sys.last_traceback\n# clear sys.__interactivehook__\n# clear sys.meta_path\n# restore sys.stdin\n# restore sys.stdout\n# restore sys.stderr\n# cleanup[2] removing sys\n# cleanup[2] removing builtins\n# cleanup[2] removing _frozen_importlib\n# cleanup[2] removing _imp\n# cleanup[2] removing _thread\n# cleanup[2] removing _warnings\n# cleanup[2] removing _weakref\n# cleanup[2] removing _io\n# cleanup[2] removing marshal\n# cleanup[2] removing posix\n# cleanup[2] removing _frozen_importlib_external\n# cleanup[2] removing time\n# cleanup[2] removing zipimport\n# cleanup[2] removing _codecs\n# cleanup[2] removing codecs\n# cleanup[2] removing encodings.aliases\n# cleanup[2] removing encodings\n# cleanup[2] removing encodings.utf_8\n# cleanup[2] removing _signal\n# cleanup[2] removing _abc\n# cleanup[2] removing abc\n# cleanup[2] removing io\n# cleanup[2] removing __main__\n# destroy __main__\n# cleanup[2] removing _stat\n# cleanup[2] removing stat\n# cleanup[2] removing _collections_abc\n# cleanup[2] removing genericpath\n# cleanup[2] removing posixpath\n# cleanup[2] removing os.path\n# cleanup[2] removing os\n# cleanup[2] removing _sitebuiltins\n# cleanup[2] removing encodings.utf_8_sig\n# cleanup[2] removing _distutils_hack\n# destroy _distutils_hack\n# cleanup[2] removing site\n# destroy site\n# cleanup[2] removing types\n# cleanup[2] removing _operator\n# cleanup[2] removing operator\n# cleanup[2] removing itertools\n# cleanup[2] removing keyword\n# cleanup[2] removing reprlib\n# destroy reprlib\n# cleanup[2] removing _collections\n# cleanup[2] removing collections\n# cleanup[2] removing _functools\n# cleanup[2] removing functools\n# cleanup[2] removing enum\n# cleanup[2] removing _sre\n# cleanup[2] removing re._constants\n# cleanup[2] removing re._parser\n# cleanup[2] removing re._casefix\n# cleanup[2] removing re._compiler\n# cleanup[2] removing copyreg\n# cleanup[2] removing re\n# cleanup[2] removing importlib._bootstrap\n# cleanup[2] removing importlib._bootstrap_external\n# cleanup[2] removing warnings\n# cleanup[2] removing importlib\n# cleanup[2] removing _csv\n# cleanup[2] removing csv\n# cleanup[2] removing email\n# cleanup[2] removing fnmatch\n# cleanup[2] removing ntpath\n# cleanup[2] removing errno\n# cleanup[2] removing urllib\n# cleanup[2] removing math\n# cleanup[2] removing ipaddress\n# cleanup[2] removing urllib.parse\n# cleanup[2] removing pathlib\n# cleanup[2] removing binascii\n# cleanup[2] removing importlib._abc\n# cleanup[2] removing importlib.util\n# cleanup[2] removing zlib\n# cleanup[2] removing _compression\n# cleanup[2] removing _bz2\n# cleanup[2] removing bz2\n# cleanup[2] removing _lzma\n# cleanup[2] removing lzma\n# cleanup[2] removing shutil\n# cleanup[2] removing _struct\n# cleanup[2] removing struct\n# cleanup[2] removing _weakrefset\n# destroy _weakrefset\n# cleanup[2] removing threading\n# cleanup[2] removing contextlib\n# cleanup[2] removing zipfile._path.glob\n# cleanup[2] removing zipfile._path\n# cleanup[2] removing zipfile\n# cleanup[2] removing textwrap\n# cleanup[2] removing _ast\n# destroy _ast\n# cleanup[2] removing ast\n# cleanup[2] removing _opcode\n# cleanup[2] removing opcode\n# destroy opcode\n# cleanup[2] removing dis\n# cleanup[2] removing collections.abc\n# cleanup[2] removing importlib.machinery\n# cleanup[2] removing token\n# cleanup[2] removing _tokenize\n# cleanup[2] removing tokenize\n# cleanup[2] removing linecache\n# cleanup[2] removing weakref\n# cleanup[2] removing inspect\n# cleanup[2] removing quopri\n# cleanup[2] removing _bisect\n# cleanup[2] removing bisect\n# cleanup[2] removing _random\n# cleanup[2] removing _hashlib\n# cleanup[2] removing _blake2\n# cleanup[2] removing hashlib\n# cleanup[2] removing random\n# cleanup[2] removing _socket\n# cleanup[2] removing select\n# cleanup[2] removing selectors\n# cleanup[2] removing array\n# cleanup[2] removing socket\n# cleanup[2] removing _datetime\n# cleanup[2] removing datetime\n# cleanup[2] removing _locale\n# cleanup[2] removing locale\n# cleanup[2] removing calendar\n# cleanup[2] removing email._parseaddr\n# cleanup[2] removing base64\n# cleanup[2] removing email.base64mime\n# cleanup[2] removing _string\n# cleanup[2] removing string\n# cleanup[2] removing email.quoprimime\n# cleanup[2] removing email.errors\n# cleanup[2] removing email.encoders\n# cleanup[2] removing email.charset\n# cleanup[2] removing email.utils\n# cleanup[2] removing email.header\n# cleanup[2] removing email._policybase\n# cleanup[2] removing email._encoded_words\n# cleanup[2] removing email.iterators\n# cleanup[2] removing email.message\n# cleanup[2] removing importlib.metadata._functools\n# cleanup[2] removing importlib.metadata._text\n# cleanup[2] removing importlib.metadata._adapters\n# cleanup[2] removing _typing\n# cleanup[2] removing typing\n# cleanup[2] removing importlib.metadata._meta\n# cleanup[2] removing importlib.metadata._collections\n# cleanup[2] removing importlib.metadata._itertools\n# cleanup[2] removing tempfile\n# cleanup[2] removing importlib.resources.abc\n# cleanup[2] removing importlib.resources._adapters\n# cleanup[2] removing importlib.resources._common\n# cleanup[2] removing importlib.resources._legacy\n# cleanup[2] removing importlib.resources\n# cleanup[2] removing importlib.abc\n# cleanup[2] removing importlib.metadata\n# cleanup[2] removing subscription_manager\n# cleanup[2] removing subscription_manager.scripts\n# cleanup[2] removing gettext\n# cleanup[2] removing traceback\n# cleanup[2] removing atexit\n# cleanup[2] removing logging\n# cleanup[2] removing subscription_manager.i18n\n# cleanup[2] removing rhsm\n# cleanup[2] removing _compat_pickle\n# cleanup[2] removing _pickle\n# cleanup[2] removing pickle\n# cleanup[2] removing _heapq\n# cleanup[2] removing heapq\n# cleanup[2] removing _queue\n# cleanup[2] removing queue\n# cleanup[2] removing copy\n# cleanup[2] removing logging.handlers\n# cleanup[2] removing socketserver\n# destroy socketserver\n# cleanup[2] removing logging.config\n# cleanup[2] removing configparser\n# cleanup[2] removing iniparse.configparser\n# cleanup[2] removing __future__\n# destroy __future__\n# cleanup[2] removing six\n# cleanup[2] removing iniparse.config\n# cleanup[2] removing iniparse.ini\n# cleanup[2] removing iniparse.compat\n# cleanup[2] removing iniparse.utils\n# cleanup[2] removing iniparse\n# destroy iniparse\n# destroy iniparse.configparser\n# destroy iniparse.utils\n# cleanup[2] removing rhsm.config\n# cleanup[2] removing rhsm.logutil\n# cleanup[2] removing subscription_manager.injection\n# cleanup[2] removing _ssl\n# cleanup[2] removing ssl\n# cleanup[2] removing http\n# cleanup[2] removing email.feedparser\n# cleanup[2] removing email.parser\n# cleanup[2] removing http.client\n# cleanup[2] removing rhsm.https\n# cleanup[2] removing dateutil._version\n# cleanup[2] removing dateutil\n# cleanup[2] removing rhsm._certificate\n# cleanup[2] removing rhsm.certificate\n# cleanup[2] removing numbers\n# destroy numbers\n# cleanup[2] removing _decimal\n# cleanup[2] removing decimal\n# destroy decimal\n# cleanup[2] removing dateutil._common\n# cleanup[2] removing dateutil.relativedelta\n# cleanup[2] removing six.moves\n# cleanup[2] removing dateutil.tz._common\n# cleanup[2] removing dateutil.tz._factories\n# cleanup[2] removing dateutil.tz.tz\n# cleanup[2] removing dateutil.tz\n# cleanup[2] removing dateutil.parser._parser\n# cleanup[2] removing dateutil.parser.isoparser\n# destroy dateutil.parser.isoparser\n# cleanup[2] removing dateutil.parser\n# cleanup[2] removing urllib.response\n# cleanup[2] removing urllib.error\n# cleanup[2] removing urllib.request\n# cleanup[2] removing _json\n# cleanup[2] removing json.scanner\n# cleanup[2] removing json.decoder\n# cleanup[2] removing json.encoder\n# cleanup[2] removing json\n# cleanup[2] removing rhsm.ourjson\n# cleanup[2] removing rhsm.utils\n# cleanup[2] removing subscription_manager.version\n# cleanup[2] removing rhsm.connection\n# cleanup[2] removing rpm._rpm\n# cleanup[2] removing rpm.transaction\n# cleanup[2] removing rpm\n# cleanup[2] removing cloud_what\n# destroy cloud_what\n# cleanup[2] removing rhsmlib\n# destroy rhsmlib\n# cleanup[2] removing rhsmlib.facts\n# cleanup[2] removing platform\n# cleanup[2] removing rhsmlib.facts.collection\n# cleanup[2] removing rhsmlib.facts.collector\n# cleanup[2] removing rhsmlib.facts.cleanup\n# cleanup[2] removing signal\n# cleanup[2] removing fcntl\n# cleanup[2] removing _posixsubprocess\n# cleanup[2] removing subprocess\n# cleanup[2] removing rhsmlib.facts.virt\n# cleanup[2] removing rhsmlib.facts.dmidecodeparser\n# cleanup[2] removing rhsmlib.facts.dmiinfo\n# cleanup[2] removing rhsmlib.facts.firmware_info\n# cleanup[2] removing rhsmlib.facts.host_collector\n# cleanup[2] removing glob\n# cleanup[2] removing rhsmlib.facts.custom\n# cleanup[2] removing urllib3.packages\n# cleanup[2] removing urllib3.packages.six\n# cleanup[2] removing urllib3.packages.six.moves\n# cleanup[2] removing urllib3.packages.six.moves.http_client\n# cleanup[2] removing urllib3.exceptions\n# cleanup[2] removing urllib3._version\n# cleanup[2] removing urllib3._collections\n# cleanup[2] removing urllib3.contrib\n# cleanup[2] removing urllib3.contrib._appengine_environ\n# cleanup[2] removing urllib3.util.wait\n# cleanup[2] removing urllib3.util.connection\n# cleanup[2] removing urllib3.util.request\n# cleanup[2] removing urllib3.util.response\n# cleanup[2] removing urllib3.util.retry\n# cleanup[2] removing hmac\n# cleanup[2] removing urllib3.util.url\n# cleanup[2] removing urllib3.util.ssltransport\n# cleanup[2] removing urllib3.util.ssl_\n# cleanup[2] removing urllib3.util.timeout\n# cleanup[2] removing urllib3.util\n# cleanup[2] removing urllib3.util.proxy\n# cleanup[2] removing urllib3.util.ssl_match_hostname\n# cleanup[2] removing urllib3.connection\n# cleanup[2] removing mimetypes\n# cleanup[2] removing urllib3.fields\n# cleanup[2] removing urllib3.filepost\n# cleanup[2] removing urllib3.packages.six.moves.urllib\n# cleanup[2] removing urllib3.packages.six.moves.urllib.parse\n# cleanup[2] removing urllib3.request\n# cleanup[2] removing urllib3.response\n# cleanup[2] removing urllib3.util.queue\n# cleanup[2] removing urllib3.connectionpool\n# cleanup[2] removing urllib3.poolmanager\n# cleanup[2] removing urllib3\n# cleanup[2] removing charset_normalizer.constant\n# cleanup[2] removing unicodedata\n# cleanup[2] removing _multibytecodec\n# cleanup[2] removing charset_normalizer.utils\n# cleanup[2] removing charset_normalizer.md\n# cleanup[2] removing charset_normalizer.models\n# cleanup[2] removing charset_normalizer.cd\n# cleanup[2] removing charset_normalizer.api\n# cleanup[2] removing charset_normalizer.legacy\n# cleanup[2] removing charset_normalizer.version\n# cleanup[2] removing charset_normalizer\n# cleanup[2] removing http.cookiejar\n# cleanup[2] removing http.cookies\n# cleanup[2] removing requests.compat\n# cleanup[2] removing requests.exceptions\n# cleanup[2] removing requests.packages.urllib3.packages\n# cleanup[2] removing requests.packages.urllib3.packages.six\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves.http_client\n# cleanup[2] removing requests.packages.urllib3.exceptions\n# cleanup[2] removing requests.packages.urllib3._version\n# cleanup[2] removing requests.packages.urllib3._collections\n# cleanup[2] removing requests.packages.urllib3.contrib\n# cleanup[2] removing requests.packages.urllib3.contrib._appengine_environ\n# cleanup[2] removing requests.packages.urllib3.util.wait\n# cleanup[2] removing requests.packages.urllib3.util.connection\n# cleanup[2] removing requests.packages.urllib3.util.request\n# cleanup[2] removing requests.packages.urllib3.util.response\n# cleanup[2] removing requests.packages.urllib3.util.retry\n# cleanup[2] removing requests.packages.urllib3.util.url\n# cleanup[2] removing requests.packages.urllib3.util.ssltransport\n# cleanup[2] removing requests.packages.urllib3.util.ssl_\n# cleanup[2] removing requests.packages.urllib3.util.timeout\n# cleanup[2] removing requests.packages.urllib3.util\n# cleanup[2] removing requests.packages.urllib3.util.proxy\n# cleanup[2] removing requests.packages.urllib3.util.ssl_match_hostname\n# cleanup[2] removing requests.packages.urllib3.connection\n# cleanup[2] removing requests.packages.urllib3.fields\n# cleanup[2] removing requests.packages.urllib3.filepost\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves.urllib\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves.urllib.parse\n# cleanup[2] removing requests.packages.urllib3.request\n# cleanup[2] removing requests.packages.urllib3.response\n# cleanup[2] removing requests.packages.urllib3.util.queue\n# cleanup[2] removing requests.packages.urllib3.connectionpool\n# cleanup[2] removing requests.packages.urllib3.poolmanager\n# cleanup[2] removing requests.packages.urllib3\n# cleanup[2] removing idna.package_data\n# cleanup[2] removing idna.idnadata\n# cleanup[2] removing idna.intranges\n# cleanup[2] removing idna.core\n# cleanup[2] removing idna\n# cleanup[2] removing requests.packages.idna.package_data\n# cleanup[2] removing requests.packages.idna.idnadata\n# cleanup[2] removing requests.packages.idna.intranges\n# cleanup[2] removing requests.packages.idna.core\n# cleanup[2] removing requests.packages.idna\n# cleanup[2] removing requests.packages.charset_normalizer.constant\n# cleanup[2] removing requests.packages.chardet.constant\n# cleanup[2] removing requests.packages.charset_normalizer.utils\n# cleanup[2] removing requests.packages.chardet.utils\n# cleanup[2] removing requests.packages.charset_normalizer.md\n# cleanup[2] removing requests.packages.chardet.md\n# cleanup[2] removing requests.packages.charset_normalizer.models\n# cleanup[2] removing requests.packages.chardet.models\n# cleanup[2] removing requests.packages.charset_normalizer.cd\n# cleanup[2] removing requests.packages.chardet.cd\n# cleanup[2] removing requests.packages.charset_normalizer.api\n# cleanup[2] removing requests.packages.chardet.api\n# cleanup[2] removing requests.packages.charset_normalizer.legacy\n# cleanup[2] removing requests.packages.chardet.legacy\n# cleanup[2] removing requests.packages.charset_normalizer.version\n# cleanup[2] removing requests.packages.chardet.version\n# cleanup[2] removing requests.packages.charset_normalizer\n# cleanup[2] removing requests.packages.chardet\n# cleanup[2] removing requests.packages\n# cleanup[2] removing requests.certs\n# cleanup[2] removing requests.__version__\n# destroy requests.__version__\n# cleanup[2] removing requests._internal_utils\n# cleanup[2] removing requests.cookies\n# cleanup[2] removing requests.structures\n# cle<<< 7723 1726883211.10018: stdout chunk (state=3): >>>anup[2] removing requests.utils\n# cleanup[2] removing requests.auth\n# cleanup[2] removing stringprep\n# cleanup[2] removing encodings.idna\n# cleanup[2] removing requests.hooks\n# cleanup[2] removing requests.status_codes\n# cleanup[2] removing requests.models\n# cleanup[2] removing requests.adapters\n# cleanup[2] removing requests.sessions\n# cleanup[2] removing requests.api\n# cleanup[2] removing requests\n# cleanup[2] removing cloud_what._base_provider\n# destroy cloud_what._base_provider\n# cleanup[2] removing cloud_what.providers\n# destroy cloud_what.providers\n# cleanup[2] removing cloud_what.providers.aws\n# destroy cloud_what.providers.aws\n# cleanup[2] removing cloud_what.providers.azure\n# destroy cloud_what.providers.azure\n# cleanup[2] removing cloud_what.providers.gcp\n# destroy cloud_what.providers.gcp\n# cleanup[2] removing cloud_what.provider\n# cleanup[2] removing email.mime\n# cleanup[2] removing email._header_value_parser\n# cleanup[2] removing email.headerregistry\n# cleanup[2] removing email.contentmanager\n# cleanup[2] removing email.policy\n# cleanup[2] removing email.mime.base\n# cleanup[2] removing email.mime.nonmultipart\n# cleanup[2] removing email.mime.text\n# cleanup[2] removing shlex\n# cleanup[2] removing dnf.pycomp\n# cleanup[2] removing dnf.const\n# cleanup[2] removing argparse\n# cleanup[2] removing swig_runtime_data4\n# destroy swig_runtime_data4\n# cleanup[2] removing libdnf._error\n# cleanup[2] removing libdnf.error\n# cleanup[2] removing libdnf._common_types\n# cleanup[2] removing libdnf.common_types\n# cleanup[2] removing libdnf._conf\n# cleanup[2] removing libdnf.conf\n# cleanup[2] removing libdnf._module\n# cleanup[2] removing libdnf.module\n# cleanup[2] removing libdnf._repo\n# cleanup[2] removing libdnf.repo\n# cleanup[2] removing libdnf._transaction\n# cleanup[2] removing libdnf.transaction\n# cleanup[2] removing libdnf._utils\n# cleanup[2] removing libdnf.utils\n# cleanup[2] removing libdnf\n# cleanup[2] removing dnf.i18n\n# cleanup[2] removing dnf.yum\n# cleanup[2] removing dnf.transaction\n# cleanup[2] removing dnf.yum.rpmtrans\n# cleanup[2] removing dnf.callback\n# cleanup[2] removing hawkey._hawkey\n# cleanup[2] removing hawkey\n# cleanup[2] removing pwd\n# cleanup[2] removing dnf.util\n# cleanup[2] removing dnf.exceptions\n# cleanup[2] removing libcomps._libpycomps\n# cleanup[2] removing libcomps\n# cleanup[2] removing dnf.comps\n# cleanup[2] removing dnf.db\n# cleanup[2] removing dnf.crypto\n# cleanup[2] removing dnf.yum.misc\n# cleanup[2] removing dnf.db.group\n# cleanup[2] removing dnf.db.history\n# cleanup[2] removing dnf.conf.substitutions\n# cleanup[2] removing dnf.conf.config\n# cleanup[2] removing dnf.conf\n# cleanup[2] removing dnf.lock\n# cleanup[2] removing gzip\n# cleanup[2] removing dnf.logging\n# cleanup[2] removing dnf.repo\n# cleanup[2] removing dnf.conf.read\n# cleanup[2] removing dnf.rpm.transaction\n# cleanup[2] removing dnf.rpm\n# cleanup[2] removing dnf.dnssec\n# cleanup[2] removing dnf.drpm\n# cleanup[2] removing dnf.goal\n# cleanup[2] removing dnf.history\n# cleanup[2] removing dnf.module\n# cleanup[2] removing libdnf._smartcols\n# cleanup[2] removing libdnf.smartcols\n# cleanup[2] removing dnf.selector\n# cleanup[2] removing dnf.module.exceptions\n# cleanup[2] removing dnf.module.module_base\n# cleanup[2] removing dnf.persistor\n# cleanup[2] removing dnf.plugin\n# cleanup[2] removing dnf.query\n# cleanup[2] removing dnf.repodict\n# cleanup[2] removing dnf.rpm.connection\n# cleanup[2] removing dnf.rpm.miscutils\n# cleanup[2] removing dnf.package\n# cleanup[2] removing dnf.sack\n# cleanup[2] removing dnf.subject\n# cleanup[2] removing gc\n# cleanup[2] removing dnf.base\n# cleanup[2] removing dnf\n# cleanup[2] removing rhsm.profile\n# cleanup[2] removing dataclasses\n# cleanup[2] removing pprint\n# cleanup[2] removing syslog\n# cleanup[2] removing _uuid\n# cleanup[2] removing uuid\n# cleanup[2] removing subscription_manager.branding\n# cleanup[2] removing rhsmlib.services\n# cleanup[2] removing rhsmlib.services.config\n# cleanup[2] removing rhsm.bitstream\n# cleanup[2] removing rhsm.huffman\n# cleanup[2] removing rhsm.pathtree\n# cleanup[2] removing rhsm.certificate2\n# cleanup[2] removing subscription_manager.certdirectory\n# cleanup[2] removing rhsmlib.facts.cpuinfo\n# cleanup[2] removing rhsmlib.facts.hwprobe\n# cleanup[2] removing subscription_manager.utils\n# cleanup[2] removing subscription_manager.jsonwrapper\n# cleanup[2] removing subscription_manager.isodate\n# cleanup[2] removing syspurpose\n# destroy syspurpose\n# cleanup[2] removing syspurpose.utils\n# destroy syspurpose.utils\n# cleanup[2] removing syspurpose.files\n# destroy syspurpose.files\n# cleanup[2] removing subscription_manager.certlib\n# cleanup[2] removing subscription_manager.syspurposelib\n# cleanup[2] removing termios\n# cleanup[2] removing _ctypes\n# cleanup[2] removing ctypes._endian\n# cleanup[2] removing ctypes\n# cleanup[2] removing ctypes.util\n# cleanup[2] removing pyinotify\n# cleanup[2] removing rhsmlib.file_monitor\n# cleanup[2] removing rhsmlib.dbus\n# cleanup[2] removing dbus._compat\n# cleanup[2] removing dbus.exceptions\n# cleanup[2] removing _dbus_bindings\n# cleanup[2] removing dbus.types\n# cleanup[2] removing dbus.lowlevel\n# cleanup[2] removing xml\n# destroy xml\n# cleanup[2] removing xml.parsers\n# destroy xml.parsers\n# cleanup[2] removing pyexpat.errors\n# cleanup[2] removing pyexpat.model\n# cleanup[2] removing pyexpat\n# cleanup[2] removing xml.parsers.expat.model\n# cleanup[2] removing xml.parsers.expat.errors\n# cleanup[2] removing xml.parsers.expat\n# destroy xml.parsers.expat\n# cleanup[2] removing dbus._expat_introspect_parser\n# cleanup[2] removing dbus.proxies\n# cleanup[2] removing dbus.connection\n# cleanup[2] removing dbus.bus\n# cleanup[2] removing dbus._dbus\n# cleanup[2] removing dbus\n# cleanup[2] removing dbus.decorators\n# cleanup[2] removing dbus.service\n# cleanup[2] removing dbus.server\n# cleanup[2] removing dbus.mainloop\n# cleanup[2] removing _dbus_glib_bindings\n# cleanup[2] removing dbus.mainloop.glib\n# cleanup[2] removing rhsmlib.dbus.constants\n# cleanup[2] removing pkgutil\n# destroy pkgutil\n# cleanup[2] removing gi._error\n# cleanup[2] removing gi._gi\n# cleanup[2] removing gi._gobject\n# cleanup[2] removing glib\n# destroy glib\n# cleanup[2] removing gobject\n# destroy gobject\n# cleanup[2] removing gio\n# destroy gio\n# cleanup[2] removing gtk\n# destroy gtk\n# cleanup[2] removing gtk.gdk\n# destroy gtk.gdk\n# cleanup[2] removing gi\n# cleanup[2] removing gi._constants\n# cleanup[2] removing gi.docstring\n# cleanup[2] removing gi._propertyhelper\n# cleanup[2] removing gi._signalhelper\n# cleanup[2] removing gi.types\n# cleanup[2] removing gi.module\n# cleanup[2] removing gi.overrides\n# cleanup[2] removing gi.importer\n# cleanup[2] removing gi.repository\n# cleanup[2] removing gi._ossighelper\n# cleanup[2] removing optparse\n# cleanup[2] removing gi._option\n# cleanup[2] removing gi.overrides.GLib\n# cleanup[2] removing gi.repository.GLib\n# cleanup[2] removing xml.etree\n# destroy xml.etree\n# cleanup[2] removing xml.etree.ElementPath\n# cleanup[2] removing _elementtree\n# cleanup[2] removing xml.etree.ElementTree\n# cleanup[2] removing rhsmlib.dbus.dbus_utils\n# cleanup[2] removing rhsmlib.dbus.server\n# cleanup[2] removing rhsmlib.services.syspurpose\n# cleanup[2] removing subscription_manager.cache\n# cleanup[2] removing subscription_manager.reasons\n# cleanup[2] removing subscription_manager.cert_sorter\n# cleanup[2] removing rhsmlib.facts.insights\n# cleanup[2] removing rhsmlib.facts.kpatch\n# cleanup[2] removing rhsmlib.facts.cloud_facts\n# cleanup[2] removing rhsmlib.facts.pkg_arches\n# cleanup[2] removing rhsmlib.facts.network\n# cleanup[2] removing rhsmlib.facts.all\n# cleanup[2] removing subscription_manager.facts\n# cleanup[2] removing subscription_manager.identity\n# cleanup[2] removing subscription_manager.validity\n# cleanup[2] removing rhsmlib.client_info\n# cleanup[2] removing subscription_manager.cp_provider\n# cleanup[2] removing subscription_manager.base_plugin\n# cleanup[2] removing subscription_manager.plugins\n# cleanup[2] removing subscription_manager.lock\n# cleanup[2] removing subscription_manager.injectioninit\n# cleanup[2] removing subscription_manager.model\n# cleanup[2] removing subscription_manager.model.ent_cert\n# cleanup[2] removing subscription_manager.repofile\n# cleanup[2] removing subscription_manager.repolib\n# cleanup[2] removing subscription_manager.managerlib\n# cleanup[2] removing subscription_manager.base_action_client\n# cleanup[2] removing subscription_manager.content_action_client\n# cleanup[2] removing subscription_manager.entbranding\n# cleanup[2] removing subscription_manager.rhelentbranding\n# cleanup[2] removing subscription_manager.entcertlib\n# cleanup[2] removing subscription_manager.exceptions\n# cleanup[2] removing subscription_manager.unicode_width\n# cleanup[2] removing subscription_manager.printing_utils\n# cleanup[2] removing subscription_manager.i18n_argparse\n# cleanup[2] removing subscription_manager.cli\n# cleanup[2] removing subscription_manager.cli_command\n# cleanup[2] removing fileinput\n# cleanup[2] removing rhsmlib.services.attach\n# cleanup[2] removing rhsmlib.services.products\n# cleanup[2] removing subscription_manager.identitycertlib\n# cleanup[2] removing subscription_manager.healinglib\n# cleanup[2] removing subscription_manager.factlib\n# cleanup[2] removing subscription_manager.packageprofilelib\n# cleanup[2] removing subscription_manager.installedproductslib\n# cleanup[2] removing subscription_manager.action_client\n# cleanup[2] removing subscription_manager.cli_command.cli\n# cleanup[2] removing rhsmlib.services.exceptions\n# cleanup[2] removing rhsmlib.services.entitlement\n# cleanup[2] removing subscription_manager.cli_command.list\n# cleanup[2] removing subscription_manager.cli_command.attach\n# cleanup[2] removing subscription_manager.cli_command.autoheal\n# cleanup[2] removing subscription_manager.cli_command.clean\n# cleanup[2] removing subscription_manager.cli_command.config\n# cleanup[2] removing readline\n# cleanup[2] removing getpass\n# cleanup[2] removing subscription_manager.cli_command.user_pass\n# cleanup[2] removing subscription_manager.cli_command.org\n# cleanup[2] removing subscription_manager.cli_command.environments\n# cleanup[2] removing subscription_manager.cli_command.facts\n# cleanup[2] removing subscription_manager.cli_command.identity\n# cleanup[2] removing subscription_manager.overrides\n# cleanup[2] removing subscription_manager.cli_command.override\n# cleanup[2] removing subscription_manager.cli_command.owners\n# cleanup[2] removing subscription_manager.cli_command.plugins\n# cleanup[2] removing subscription_manager.cli_command.redeem\n# cleanup[2] removing rhsmlib.services.refresh\n# cleanup[2] removing subscription_manager.cli_command.refresh\n# cleanup[2] removing rhsmlib.services.unregister\n# cleanup[2] removing rhsmlib.services.register\n# cleanup[2] removing subscription_manager.cli_command.register\n# cleanup[2] removing subscription_manager.listing\n# cleanup[2] removing subscription_manager.rhelproduct\n# cleanup[2] removing subscription_manager.release\n# cleanup[2] removing subscription_manager.cli_command.release\n# cleanup[2] removing subscription_manager.cli_command.remove\n# cleanup[2] removing subscription_manager.cli_command.repos\n# cleanup[2] removing subscription_manager.cli_command.status\n# cleanup[2] removing subscription_manager.cli_command.abstract_syspurpose\n# cleanup[2] removing subscription_manager.cli_command.addons\n# cleanup[2] removing subscription_manager.cli_command.role\n# cleanup[2] removing subscription_manager.cli_command.service_level\n# cleanup[2] removing subscription_manager.cli_command.usage\n# cleanup[2] removing subscription_manager.cli_command.syspurpose\n# cleanup[2] removing subscription_manager.cli_command.unregister\n# cleanup[2] removing subscription_manager.cli_command.version\n# cleanup[2] removing subscription_manager.managercli\n# cleanup[2] removing subscription_manager.scripts.subscription_manager\n# cleanup[2] removing subscription_manager.branding.redhat_branding\n# destroy _sitebuiltins\n# destroy iniparse.compat\n# destroy rhsmlib.facts\n# destroy rhsmlib.facts.dmidecodeparser\n# destroy rhsmlib.facts.all\n# destroy rhsmlib.services\n# destroy rhsmlib.services.refresh\n# destroy rhsmlib.dbus\n# destroy rhsmlib.dbus.server\n# destroy rhsmlib.client_info\n# cleanup[3] wiping subscription_manager.branding.redhat_branding\n# cleanup[3] wiping subscription_manager.scripts.subscription_manager\n# cleanup[3] wiping subscription_manager.managercli\n# cleanup[3] wiping subscription_manager.cli_command.version\n# cleanup[3] wiping subscription_manager.cli_command.unregister\n# cleanup[3] wiping subscription_manager.cli_command.syspurpose\n# cleanup[3] wiping subscription_manager.cli_command.usage\n# cleanup[3] wiping subscription_manager.cli_command.service_level\n# cleanup[3] wiping subscription_manager.cli_command.role\n# cleanup[3] wiping subscription_manager.cli_command.addons\n# cleanup[3] wiping subscription_manager.cli_command.abstract_syspurpose\n# cleanup[3] wiping subscription_manager.cli_command.status\n# cleanup[3] wiping subscription_manager.cli_command.repos\n# cleanup[3] wiping subscription_manager.cli_command.remove\n# cleanup[3] wiping subscription_manager.cli_command.release\n# cleanup[3] wiping subscription_manager.release\n# cleanup[3] wiping subscription_manager.rhelproduct\n# cleanup[3] wiping subscription_manager.listing\n# cleanup[3] wiping subscription_manager.cli_command.register\n# destroy rhsmlib.services.unregister\n# destroy rhsmlib.services.register\n# cleanup[3] wiping subscription_manager.cli_command.refresh\n# cleanup[3] wiping subscription_manager.cli_command.redeem\n# cleanup[3] wiping subscription_manager.cli_command.plugins\n# cleanup[3] wiping subscription_manager.cli_command.owners\n# cleanup[3] wiping subscription_manager.cli_command.override\n# cleanup[3] wiping subscription_manager.overrides\n# cleanup[3] wiping subscription_manager.cli_command.identity\n# cleanup[3] wiping subscription_manager.cli_command.facts\n# cleanup[3] wiping subscription_manager.cli_command.environments\n# cleanup[3] wiping subscription_manager.cli_command.org\n# cleanup[3] wiping subscription_manager.cli_command.user_pass\n# destroy getpass\n# cleanup[3] wiping readline\n# cleanup[3] wiping subscription_manager.cli_command.config\n# cleanup[3] wiping subscription_manager.cli_command.clean\n# cleanup[3] wiping subscription_manager.cli_command.autoheal\n# cleanup[3] wiping subscription_manager.cli_command.attach\n# destroy fileinput\n# destroy rhsmlib.services.attach\n# cleanup[3] wiping subscription_manager.cli_command.list\n# destroy rhsmlib.services.entitlement\n# cleanup[3] wiping rhsmlib.services.exceptions\n# cleanup[3] wiping subscription_manager.cli_command.cli\n# cleanup[3] wiping subscription_manager.action_client\n# cleanup[3] wiping subscription_manager.installedproductslib\n# cleanup[3] wiping subscription_manager.packageprofilelib\n# cleanup[3] wiping subscription_manager.factlib\n# cleanup[3] wiping subscription_manager.healinglib\n# cleanup[3] wiping subscription_manager.identitycertlib\n# cleanup[3] wiping rhsmlib.services.products\n# cleanup[3] wiping subscription_manager.cli_command\n# destroy subscription_manager.cli_command.cli\n# destroy subscription_manager.cli_command.list\n# destroy subscription_manager.cli_command.attach\n# destroy subscription_manager.cli_command.autoheal\n# destroy subscription_manager.cli_command.clean\n# destroy subscription_manager.cli_command.config\n# destroy subscription_manager.cli_command.user_pass\n# destroy subscription_manager.cli_command.org\n# destroy subscription_manager.cli_command.environments\n# destroy subscription_manager.cli_command.facts\n# destroy subscription_manager.cli_command.identity\n# destroy subscription_manager.cli_command.override\n# destroy subscription_manager.cli_command.owners\n# destroy subscription_manager.cli_command.plugins\n# destroy subscription_manager.cli_command.redeem\n# destroy subscription_manager.cli_command.refresh\n# destroy subscription_manager.cli_command.register\n# destroy subscription_manager.cli_command.release\n# destroy subscription_manager.cli_command.remove\n# destroy subscription_manager.cli_command.repos\n# destroy subscription_manager.cli_command.status\n# destroy subscription_manager.cli_command.abstract_syspurpose\n# destroy subscription_manager.cli_command.addons\n# destroy subscription_manager.cli_command.role\n# destroy subscription_manager.cli_command.service_level\n# destroy subscription_manager.cli_command.usage\n# destroy subscription_manager.cli_command.syspurpose\n# destroy subscription_manager.cli_command.unregister\n# destroy subscription_manager.cli_command.version\n# cleanup[3] wiping subscription_manager.cli\n# cleanup[3] wiping subscription_manager.i18n_argparse\n# cleanup[3] wiping subscription_manager.printing_utils\n# cleanup[3] wiping subscription_manager.unicode_width\n# cleanup[3] wiping subscription_manager.exceptions\n# cleanup[3] wiping subscription_manager.entcertlib\n# cleanup[3] wiping subscription_manager.rhelentbranding\n# cleanup[3] wiping subscription_manager.entbranding\n# cleanup[3] wiping subscription_manager.content_action_client\n# cleanup[3] wiping subscription_manager.base_action_client\n# cleanup[3] wiping subscription_manager.managerlib\n# cleanup[3] wiping subscription_manager.repolib\n# cleanup[3] wiping subscription_manager.repofile\n# cleanup[3] wiping subscription_manager.model.ent_cert\n# cleanup[3] wiping subscription_manager.model\n# destroy subscription_manager.model.ent_cert\n# cleanup[3] wiping subscription_manager.injectioninit\n# cleanup[3] wiping subscription_manager.lock\n# cleanup[3] wiping subscription_manager.plugins\n# cleanup[3] wiping subscription_manager.base_plugin\n# cleanup[3] wiping subscription_manager.cp_provider\n# cleanup[3] wiping subscription_manager.validity\n# cleanup[3] wiping subscription_manager.identity\n# cleanup[3] wiping subscription_manager.facts\n# cleanup[3] wiping rhsmlib.facts.network\n# cleanup[3] wiping rhsmlib.facts.pkg_arches\n# cleanup[3] wiping rhsmlib.facts.cloud_facts\n# cleanup[3] wiping rhsmlib.facts.kpatch\n# cleanup[3] wiping rhsmlib.facts.insights\n# cleanup[3] wiping subscription_manager.cert_sorter\n# destroy rhsmlib.file_monitor\n# cleanup[3] wiping subscription_manager.reasons\n# cleanup[3] wiping subscription_manager.cache\n# destroy rhsmlib.services.syspurpose\n# cleanup[3] wiping rhsmlib.dbus.dbus_utils\n# destroy xml.etree.ElementTree\n# cleanup[3] wiping _elementtree\n# cleanup[3] wiping xml.etree.ElementPath\n# cleanup[3] wiping gi.repository.GLib\n# cleanup[3] wiping gi.overrides.GLib\n# cleanup[3] wiping gi._option\n# destroy optparse\n# cleanup[3] wiping gi._ossighelper\n# cleanup[3] wiping gi.repository\n# cleanup[3] wiping gi.importer\n# cleanup[3] wiping gi.overrides\n# destroy gi.overrides.GLib\n# cleanup[3] wiping gi.module\n# destroy gi\n# cleanup[3] wiping gi.types\n# cleanup[3] wiping gi._signalhelper\n# cleanup[3] wiping gi._propertyhelper\n# cleanup[3] wiping gi.docstring\n# cleanup[3] wiping gi._constants\n# cleanup[3] wiping gi._gobject\n# cleanup[3] wiping gi._gi\n# cleanup[3] wiping gi._error\n# cleanup[3] wiping rhsmlib.dbus.constants\n# cleanup[3] wiping dbus.mainloop.glib\n# cleanup[3] wiping _dbus_glib_bindings\n# cleanup[3] wiping dbus.mainloop\n# destroy dbus.mainloop.glib\n# cleanup[3] wiping dbus.server\n# cleanup[3] wiping dbus.service\n# cleanup[3] wiping dbus.decorators\n# cleanup[3] wiping dbus\n# destroy dbus._compat\n# destroy dbus._expat_introspect_parser\n# destroy dbus._dbus\n# destroy dbus.exceptions\n# destroy dbus.types\n# destroy dbus.lowlevel\n# destroy dbus.proxies\n# destroy dbus.connection\n# destroy dbus.bus\n# destroy dbus.decorators\n# destroy dbus.service\n# destroy dbus.server\n# destroy dbus.mainloop\n# cleanup[3] wiping xml.parsers.expat.errors\n# cleanup[3] wiping xml.parsers.expat.model\n# cleanup[3] wiping pyexpat\n# destroy pyexpat.errors\n# destroy pyexpat.model\n# cleanup[3] wiping _dbus_bindings\n# cleanup[3] wiping pyinotify\n# destroy ctypes\n# cleanup[3] wiping ctypes.util\n# cleanup[3] wiping ctypes._endian\n# cleanup[3] wiping _ctypes\n# cleanup[3] wiping termios\n# cleanup[3] wiping subscription_manager.syspurposelib\n# cleanup[3] wiping subscription_manager.certlib\n# cleanup[3] wiping subscription_manager.isodate\n# cleanup[3] wiping subscription_manager.jsonwrapper\n# cleanup[3] wiping subscription_manager.utils\n# destroy pprint\n# destroy uuid\n# cleanup[3] wiping rhsmlib.facts.hwprobe\n# destroy rhsmlib.facts.cpuinfo\n# cleanup[3] wiping subscription_manager.certdirectory\n# cleanup[3] wiping rhsm.certificate2\n# cleanup[3] wiping rhsm.pathtree\n# cleanup[3] wiping rhsm.huffman\n# destroy heapq\n# cleanup[3] wiping rhsm.bitstream\n# cleanup[3] wiping rhsmlib.services.config\n# cleanup[3] wiping subscription_manager.branding\n# destroy subscription_manager.branding.redhat_branding\n# cleanup[3] wiping _uuid\n# cleanup[3] wiping syslog\n# destroy syslog\n# cleanup[3] wiping dataclasses\n# destroy keyword\n# cleanup[3] wiping rhsm.profile\n# destroy cloud_what.provider\n# cleanup[3] wiping dnf\n# destroy dnf.pycomp\n# destroy dnf.const\n# destroy dnf.i18n\n# destroy dnf.yum\n# destroy dnf.yum.rpmtrans\n# destroy dnf.transaction\n# destroy dnf.callback\n# destroy dnf.util\n# destroy dnf.exceptions\n# destroy dnf.comps\n# destroy dnf.db\n# destroy dnf.db.group\n# destroy dnf.db.history\n# destroy dnf.crypto\n# destroy dnf.conf\n# destroy dnf.conf.substitutions\n# destroy dnf.conf.config\n# destroy dnf.conf.read\n# destroy dnf.lock\n# destroy dnf.logging\n# destroy dnf.repo\n# destroy dnf.rpm\n# destroy dnf.dnssec\n# destroy dnf.drpm\n# destroy dnf.goal\n# destroy dnf.history\n# destroy dnf.module\n# destroy dnf.module.exceptions\n# destroy dnf.module.module_base\n# destroy dnf.selector\n# destroy dnf.persistor\n# destroy dnf.plugin\n# destroy dnf.query\n# destroy dnf.repodict\n# destroy dnf.package\n# destroy dnf.sack\n# destroy dnf.subject\n# destroy dnf.base\n# cleanup[3] wiping gc\n# cleanup[3] wiping dnf.rpm.miscutils\n# cleanup[3] wiping dnf.rpm.connection\n# cleanup[3] wiping libdnf.smartcols\n# cleanup[3] wiping libdnf._smartcols\n# cleanup[3] wiping dnf.rpm.transaction\n# cleanup[3] wiping gzip\n# cleanup[3] wiping dnf.yum.misc\n# cleanup[3] wiping libcomps\n# cleanup[3] wiping libcomps._libpycomps\n# cleanup[3] wiping pwd\n# cleanup[3] wiping hawkey\n# cleanup[3] wiping hawkey._hawkey\n# cleanup[3] wiping libdnf\n# destroy libdnf.error\n# destroy libdnf.common_types\n# destroy libdnf.conf\n# destroy libdnf.module\n# destroy libdnf.repo\n# destroy libdnf.transaction\n# destroy libdnf.utils\n# destroy libdnf.smartcols\n# cleanup[3] wiping libdnf._utils\n# cleanup[3] wiping libdnf._transaction\n# cleanup[3] wiping libdnf._repo\n# cleanup[3] wiping libdnf._module\n# cleanup[3] wiping libdnf._conf\n# cleanup[3] wiping libdnf._common_types\n# cleanup[3] wiping libdnf._error\n# cleanup[3] wiping argparse\n# cleanup[3] wiping shlex\n# cleanup[3] wiping email.mime.text\n# cleanup[3] wiping email.mime.nonmultipart\n# cleanup[3] wiping email.mime.base\n# cleanup[3] wiping email.policy\n# cleanup[3] wiping email.contentmanager\n# cleanup[3] wiping email.headerregistry\n# cleanup[3] wiping email._header_value_parser\n# cleanup[3] wiping email.mime\n# destroy email.mime.base\n# destroy email.mime.nonmultipart\n# destroy email.mime.text\n# cleanup[3] wiping requests\n# destroy requests._internal_utils\n# destroy requests.compat\n# destroy requests.exceptions\n# destroy requests.packages\n# destroy urllib3\n# destroy idna\n# destroy idna.package_data\n# destroy idna.intranges\n# destroy idna.core\n# destroy requests.cookies\n# destroy requests.structures\n# destroy requests.utils\n# destroy requests.auth\n# destroy requests.hooks\n# destroy requests.status_codes\n# destroy requests.models\n# destroy requests.adapters\n# destroy requests.api\n# cleanup[3] wiping requests.sessions\n# cleanup[3] wiping encodings.idna\n# destroy stringprep\n# cleanup[3] wiping requests.certs\n# cleanup[3] wiping requests.packages.chardet\n# destroy charset_normalizer.constant\n# destroy charset_normalizer.utils\n# destroy charset_normalizer.md\n# destroy charset_normalizer.models\n# destroy charset_normalizer.cd\n# destroy charset_normalizer.api\n# destroy charset_normalizer.legacy\n# destroy charset_normalizer.version\n# cleanup[3] wiping requests.packages.charset_normalizer\n# cleanup[3] wiping requests.packages.idna.idnadata\n# cleanup[3] wiping idna.idnadata\n# cleanup[3] wiping requests.packages.urllib3.poolmanager\n# cleanup[3] wiping requests.packages.urllib3.connectionpool\n# cleanup[3] wiping requests.packages.urllib3.util.queue\n# cleanup[3] wiping requests.packages.urllib3.response\n# cleanup[3] wiping requests.packages.urllib3.request\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves.urllib.parse\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves.urllib\n# cleanup[3] wiping requests.packages.urllib3.filepost\n# cleanup[3] wiping requests.packages.urllib3.fields\n# destroy mimetypes\n# cleanup[3] wiping requests.packages.urllib3.connection\n# cleanup[3] wiping requests.packages.urllib3.util.ssl_match_hostname\n# cleanup[3] wiping requests.packages.urllib3.util.proxy\n# cleanup[3] wiping requests.packages.urllib3.util\n# destroy urllib3.util.wait\n# destroy urllib3.util.connection\n# destroy urllib3.util.request\n# destroy urllib3.util.response\n# destroy urllib3.util.retry\n# destroy urllib3.util.url\n# destroy urllib3.util.ssltransport\n# destroy urllib3.util.ssl_\n# destroy urllib3.util.timeout\n# destroy urllib3.util.proxy\n# destroy urllib3.util.ssl_match_hostname\n# destroy urllib3.util.queue\n# cleanup[3] wiping requests.packages.urllib3.contrib._appengine_environ\n# cleanup[3] wiping requests.packages.urllib3.contrib\n# cleanup[3] wiping requests.packages.urllib3._collections\n# cleanup[3] wiping requests.packages.urllib3._version\n# cleanup[3] wiping requests.packages.urllib3.exceptions\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves.http_client\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves\n# cleanup[3] wiping requests.packages.urllib3.packages.six\n# destroy urllib3.packages.six.moves.urllib\n# destroy urllib3.packages.six.moves\n# cleanup[3] wiping requests.packages.urllib3.packages\n# cleanup[3] wiping http.cookies\n# cleanup[3] wiping http.cookiejar\n# cleanup[3] wiping charset_normalizer\n# cleanup[3] wiping _multibytecodec\n# cleanup[3] wiping unicodedata\n# cleanup[3] wiping urllib3.poolmanager\n# cleanup[3] wiping urllib3.connectionpool\n# cleanup[3] wiping urllib3.response\n# cleanup[3] wiping urllib3.request\n# cleanup[3] wiping urllib3.packages.six.moves.urllib.parse\n# cleanup[3] wiping urllib3.filepost\n# cleanup[3] wiping urllib3.fields\n# cleanup[3] wiping urllib3.connection\n# cleanup[3] wiping urllib3.util\n# cleanup[3] wiping hmac\n# cleanup[3] wiping urllib3.contrib._appengine_environ\n# cleanup[3] wiping urllib3.contrib\n# cleanup[3] wiping urllib3._collections\n# cleanup[3] wiping urllib3._version\n# cleanup[3] wiping urllib3.exceptions\n# cleanup[3] wiping urllib3.packages.six.moves.http_client\n# cleanup[3] wiping urllib3.packages.six\n# cleanup[3] wiping urllib3.packages\n# cleanup[3] wiping rhsmlib.facts.custom\n# cleanup[3] wiping glob\n# cleanup[3] wiping rhsmlib.facts.host_collector\n# destroy rhsmlib.facts.cleanup\n# destroy rhsmlib.facts.virt\n# destroy rhsmlib.facts.firmware_info\n# cleanup[3] wiping rhsmlib.facts.dmiinfo\n# cleanup[3] wiping subprocess\n# cleanup[3] wiping _posixsubprocess\n# destroy _posixsubprocess\n# cleanup[3] wiping fcntl\n# cleanup[3] wiping signal\n# cleanup[3] wiping rhsmlib.facts.collector\n# destroy rhsmlib.facts.collection\n# cleanup[3] wiping platform\n# cleanup[3] wiping rpm\n# destroy rpm.transaction\n# cleanup[3] wiping rpm._rpm\n# cleanup[3] wiping rhsm.connection\n# destroy subscription_manager\n# destroy subscription_manager.scripts\n# destroy subscription_manager.scripts.subscription_manager\n# destroy subscription_manager.i18n\n# destroy subscription_manager.version\n# destroy subscription_manager.branding\n# destroy subscription_manager.certdirectory\n# destroy subscription_manager.jsonwrapper\n# destroy subscription_manager.isodate\n# destroy subscription_manager.certlib\n# destroy subscription_manager.cache\n# destroy subscription_manager.reasons\n# destroy subscription_manager.cert_sorter\n# destroy subscription_manager.facts\n# destroy subscription_manager.identity\n# destroy subscription_manager.validity\n# destroy subscription_manager.cp_provider\n# destroy subscription_manager.base_plugin\n# destroy subscription_manager.plugins\n# destroy subscription_manager.lock\n# destroy subscription_manager.injectioninit\n# destroy subscription_manager.model\n# destroy subscription_manager.repofile\n# destroy subscription_manager.repolib\n# destroy subscription_manager.base_action_client\n# destroy subscription_manager.content_action_client\n# destroy subscription_manager.entbranding\n# destroy subscription_manager.rhelentbranding\n# destroy subscription_manager.entcertlib\n# destroy subscription_manager.exceptions\n# destroy subscription_manager.unicode_width\n# destroy subscription_manager.printing_utils\n# destroy subscription_manager.i18n_argparse\n# destroy subscription_manager.cli\n# destroy subscription_manager.cli_command\n# destroy subscription_manager.identitycertlib\n# destroy subscription_manager.healinglib\n# destroy subscription_manager.factlib\n# destroy subscription_manager.packageprofilelib\n# destroy subscription_manager.installedproductslib\n# destroy subscription_manager.action_client\n# destroy subscription_manager.overrides\n# destroy subscription_manager.listing\n# destroy subscription_manager.rhelproduct\n# destroy subscription_manager.release\n# destroy subscription_manager.managercli\n# cleanup[3] wiping rhsm.utils\n# cleanup[3] wiping rhsm.ourjson\n# cleanup[3] wiping json\n# destroy json.decoder\n# destroy json.encoder\n# cleanup[3] wiping json.scanner\n# cleanup[3] wiping _json\n# cleanup[3] wiping urllib.request\n# destroy http\n# cleanup[3] wiping urllib.error\n# cleanup[3] wiping urllib.response\n# cleanup[3] wiping dateutil.parser\n# destroy dateutil.parser._parser\n# cleanup[3] wiping dateutil.tz\n# destroy dateutil.tz._common\n# destroy dateutil.tz._factories\n# destroy dateutil.tz.tz\n# cleanup[3] wiping six.moves\n# cleanup[3] wiping dateutil.relativedelta\n# cleanup[3] wiping dateutil._common\n# cleanup[3] wiping _decimal\n# cleanup[3] wiping rhsm.certificate\n# destroy dateutil\n# destroy dateutil._version\n# destroy dateutil._common\n# destroy dateutil.parser\n# cleanup[3] wiping rhsm._certificate\n# cleanup[3] wiping rhsm.https\n# cleanup[3] wiping http.client\n# cleanup[3] wiping email.parser\n# cleanup[3] wiping email.feedparser\n# cleanup[3] wiping ssl\n# cleanup[3] wiping _ssl\n# cleanup[3] wiping subscription_manager.injection\n# cleanup[3] wiping rhsm.logutil\n# cleanup[3] wiping rhsm.config\n# cleanup[3] wiping iniparse.ini\n# destroy iniparse.config\n# cleanup[3] wiping six\n# destroy six.moves.urllib\n# destroy six.moves\n# cleanup[3] wiping configparser\n# cleanup[3] wiping logging.config\n# cleanup[3] wiping logging.handlers\n# destroy pickle\n# cleanup[3] wiping copy\n# cleanup[3] wiping queue\n# cleanup[3] wiping _queue\n# cleanup[3] wiping _heapq\n# cleanup[3] wiping _pickle\n# cleanup[3] wiping _compat_pickle\n# cleanup[3] wiping rhsm\n# destroy rhsm.config\n# destroy rhsm.logutil\n# destroy rhsm.https\n# destroy rhsm.ourjson\n# destroy rhsm.utils\n# destroy rhsm.profile\n# destroy rhsm.bitstream\n# destroy rhsm.huffman\n# destroy rhsm.pathtree\n# destroy rhsm.certificate2\n# cleanup[3] wiping logging\n# destroy logging.handlers\n# destroy logging.config\n# cleanup[3] wiping atexit\n# destroy atexit\n# cleanup[3] wiping traceback\n# cleanup[3] wiping gettext\n# cleanup[3] wiping importlib.metadata\n# destroy importlib.metadata._functools\n# destroy importlib.metadata._text\n# destroy importlib.metadata._adapters\n# destroy importlib.metadata._meta\n# destroy importlib.metadata._collections\n# destroy importlib.metadata._itertools\n# destroy csv\n# cleanup[3] wiping importlib.abc\n# cleanup[3] wiping importlib.resources\n# destroy importlib.resources._adapters\n# destroy importlib.resource<<< 7723 1726883211.10074: stdout chunk (state=3): >>>s._legacy\n# cleanup[3] wiping importlib.resources._common\n# cleanup[3] wiping importlib.resources.abc\n# cleanup[3] wiping tempfile\n# cleanup[3] wiping typing\n# cleanup[3] wiping _typing\n# cleanup[3] wiping email.message\n# destroy quopri\n# cleanup[3] wiping email.iterators\n# cleanup[3] wiping email._encoded_words\n# cleanup[3] wiping email._policybase\n# cleanup[3] wiping email.header\n# cleanup[3] wiping email.utils\n# destroy random\n# cleanup[3] wiping email.charset\n# cleanup[3] wiping email.encoders\n# cleanup[3] wiping email.errors\n# cleanup[3] wiping email.quoprimime\n# cleanup[3] wiping string\n# cleanup[3] wiping _string\n# destroy _string\n# cleanup[3] wiping email.base64mime\n# cleanup[3] wiping base64\n# cleanup[3] wiping email._parseaddr\n# cleanup[3] wiping calendar\n# cleanup[3] wiping locale\n# cleanup[3] wiping _locale\n# destroy _locale\n# cleanup[3] wiping datetime\n# cleanup[3] wiping _datetime\n# cleanup[3] wiping socket\n# cleanup[3] wiping array\n# cleanup[3] wiping selectors\n# cleanup[3] wiping select\n# cleanup[3] wiping _socket\n# cleanup[3] wiping hashlib\n# cleanup[3] wiping _blake2\n# cleanup[3] wiping _hashlib\n# cleanup[3] wiping _random\n# cleanup[3] wiping bisect\n# cleanup[3] wiping _bisect\n# cleanup[3] wiping inspect\n# destroy ast\n# destroy dis\n# destroy linecache\n# destroy token\n# cleanup[3] wiping weakref\n# cleanup[3] wiping tokenize\n# cleanup[3] wiping _tokenize\n# cleanup[3] wiping importlib.machinery\n# cleanup[3] wiping collections.abc\n# cleanup[3] wiping _opcode\n# cleanup[3] wiping textwrap\n# cleanup[3] wiping zipfile\n# destroy zipfile._path\n# destroy bz2\n# destroy lzma\n# cleanup[3] wiping zipfile._path.glob\n# cleanup[3] wiping contextlib\n# cleanup[3] wiping threading\n# cleanup[3] wiping struct\n# cleanup[3] wiping _struct\n# cleanup[3] wiping shutil\n# cleanup[3] wiping _lzma\n# cleanup[3] wiping _bz2\n# cleanup[3] wiping _compression\n# cleanup[3] wiping zlib\n# cleanup[3] wiping importlib.util\n# cleanup[3] wiping importlib._abc\n# cleanup[3] wiping binascii\n# cleanup[3] wiping pathlib\n# cleanup[3] wiping urllib.parse\n# destroy ipaddress\n# cleanup[3] wiping math\n# cleanup[3] wiping urllib\n# destroy urllib.response\n# destroy urllib.error\n# destroy urllib.request\n# cleanup[3] wiping errno\n# cleanup[3] wiping ntpath\n# cleanup[3] wiping fnmatch\n# cleanup[3] wiping email\n# destroy email._parseaddr\n# destroy email._policybase\n# destroy email._encoded_words\n# destroy email._header_value_parser\n# destroy email.base64mime\n# destroy email.quoprimime\n# destroy email.errors\n# destroy email.encoders\n# destroy email.charset\n# destroy email.utils\n# destroy email.header\n# destroy email.iterators\n# destroy email.message\n# destroy email.feedparser\n# destroy email.parser\n# destroy email.mime\n# destroy email.headerregistry\n# destroy email.contentmanager\n# destroy email.policy\n# cleanup[3] wiping _csv\n# cleanup[3] wiping importlib\n# destroy importlib._abc\n# destroy importlib.util\n# destroy importlib.machinery\n# destroy importlib.resources\n# destroy importlib.abc\n# destroy importlib.metadata\n# cleanup[3] wiping warnings\n# cleanup[3] wiping importlib._bootstrap_external\n# cleanup[3] wiping importlib._bootstrap\n# cleanup[3] wiping re\n# destroy re._constants\n# destroy re._casefix\n# destroy re._compiler\n# destroy copyreg\n# cleanup[3] wiping re._parser\n# cleanup[3] wiping _sre\n# cleanup[3] wiping enum\n# cleanup[3] wiping functools\n# cleanup[3] wiping _functools\n# cleanup[3] wiping collections\n# destroy _collections_abc\n# destroy collections.abc\n# cleanup[3] wiping _collections\n# cleanup[3] wiping itertools\n# cleanup[3] wiping operator\n# cleanup[3] wiping _operator\n# cleanup[3] wiping types\n# cleanup[3] wiping encodings.utf_8_sig\n# cleanup[3] wiping os\n# cleanup[3] wiping os.path\n# destroy genericpath\n# cleanup[3] wiping posixpath\n# cleanup[3] wiping stat\n# cleanup[3] wiping _stat\n# destroy _stat\n# cleanup[3] wiping io\n# destroy abc\n# cleanup[3] wiping _abc\n# cleanup[3] wiping _signal\n# destroy _signal\n# cleanup[3] wiping encodings.utf_8\n# cleanup[3] wiping encodings\n# destroy encodings.aliases\n# destroy encodings.utf_8\n# destroy encodings.utf_8_sig\n# destroy encodings.idna\n# cleanup[3] wiping codecs\n# cleanup[3] wiping _codecs\n# cleanup[3] wiping zipimport\n# destroy _frozen_importlib_external\n# cleanup[3] wiping time\n# cleanup[3] wiping posix\n# cleanup[3] wiping marshal\n# destroy marshal\n# cleanup[3] wiping _io\n# cleanup[3] wiping _weakref\n# cleanup[3] wiping _warnings\n# cleanup[3] wiping _thread\n# cleanup[3] wiping _imp\n# destroy _imp\n# cleanup[3] wiping _frozen_importlib\n# cleanup[3] wiping sys\n# cleanup[3] wiping builtins\n# destroy readline\n# destroy _dbus_glib_bindings\n# destroy libcomps._libpycomps\n# destroy hawkey._hawkey\n# destroy rpm._rpm\n# destroy decimal\n# destroy rhsm._certificate\n# destroy _datetime\n# destroy sys.monitoring\n# destroy zipimport\n# destroy re._parser\n# destroy tokenize\n# destroy _compat_pickle\n# destroy _thread\n# destroy _weakref\n# destroy libdnf._error\n# destroy array\n# destroy gi.types\n# destroy gi._error\n# destroy gi._gi\n# destroy gi._gobject\n# destroy gi._constants\n# destroy gi.docstring\n# destroy gi._propertyhelper\n# destroy gi._signalhelper\n# destroy gi.module\n# destroy gi.overrides\n# destroy gi.importer\n# destroy gi.repository\n# destroy gi._ossighelper\n# destroy gi._option\n# destroy _queue\n# destroy stat\n# destroy selectors\n# destroy six.moves.urllib_parse\n# destroy six.moves.urllib.error\n# destroy six.moves.urllib.request\n# destroy six.moves.urllib.response\n# destroy six.moves.urllib.robotparser\n# destroy importlib.resources.abc\n# destroy importlib.resources._common\n# destroy textwrap\n# destroy _pickle\n# destroy ntpath\n# destroy _typing\n# destroy _tokenize\n# destroy zlib\n# destroy _io\n# destroy _compression\n# destroy pathlib\n# destroy zipfile._path.glob\n# destroy _opcode\n# destroy _csv\n# destroy _bz2\n# destroy _lzma\n# destroy dateutil.relativedelta\n# destroy dateutil.tz\n# destroy http.cookies\n# destroy rhsmlib.facts.dmiinfo\n# destroy requests\n# destroy _ssl\n# destroy _blake2\n# destroy configparser\n# destroy pyinotify\n# destroy enum\n# destroy _heapq\n# destroy rhsmlib.facts.custom\n# destroy rhsmlib.facts.host_collector\n# destroy rhsmlib.facts.hwprobe\n# destroy rhsmlib.facts.insights\n# destroy rhsmlib.facts.kpatch\n# destroy rhsmlib.facts.cloud_facts\n# destroy rhsmlib.facts.pkg_arches\n# destroy rhsmlib.facts.network\n# destroy rhsm\n# destroy rhsmlib.dbus.dbus_utils\n# destroy six\n# destroy iniparse.ini\n# destroy json.scanner\n# destroy _json\n# destroy dataclasses\n# destroy platform\n# destroy _uuid\n# destroy requests.sessions\n# destroy queue\n# destroy shlex\n# destroy signal\n# destroy pwd\n# destroy _functools\n# destroy gettext\n# destroy libcomps\n# destroy locale\n# destroy fcntl\n# destroy gzip\n# destroy dnf.rpm.transaction\n# destroy dnf.rpm.connection\n# destroy dnf.rpm.miscutils\n# destroy base64\n# destroy inspect\n# destroy argparse\n# destroy gc\n# destroy operator\n# destroy shutil\n# destroy urllib3.packages.six.moves.urllib_parse\n# destroy urllib3.packages.six.moves.urllib.error\n# destroy urllib3.packages.six.moves.urllib.request\n# destroy urllib3.packages.six.moves.urllib.response\n# destroy urllib3.packages.six.moves.urllib.robotparser\n# destroy urllib3.packages\n# destroy urllib3.exceptions\n# destroy urllib3._version\n# destroy urllib3._collections\n# destroy urllib3.contrib\n# destroy urllib3.util\n# destroy urllib3.connection\n# destroy urllib3.fields\n# destroy urllib3.filepost\n# destroy urllib3.request\n# destroy urllib3.response\n# destroy urllib3.connectionpool\n# destroy urllib3.poolmanager\n# destroy copy\n# destroy codecs\n# destroy struct\n# destroy zipfile\n# destroy requests.certs\n# destroy hashlib\n# destroy encodings\n# destroy charset_normalizer\n# destroy http.cookiejar\n# destroy json\n# destroy _multibytecodec\n# destroy urllib.parse\n# destroy fnmatch\n# destroy datetime\n# destroy subscription_manager.utils\n# destroy rhsm.certificate\n# destroy rhsmlib.services.products\n# destroy termios\n# destroy rhsmlib.services.exceptions\n# destroy subscription_manager.managerlib\n# destroy subscription_manager.syspurposelib\n# destroy typing\n# destroy _socket\n# destroy tempfile\n# destroy traceback\n# destroy rpm\n# destroy calendar\n# destroy dnf.yum.misc\n# destroy glob\n# destroy hawkey\n# destroy dnf\n# destroy functools\n# destroy hmac\n# destroy binascii\n# destroy dbus\n# destroy rhsmlib.dbus.constants\n# destroy rhsm.connection\n# destroy gi.repository.GLib\n# destroy rhsmlib.services.config\n# destroy subscription_manager.injection\n# destroy http.client\n# destroy email\n# destroy ssl\n# destroy string\n# destroy subprocess\n# destroy rhsmlib.facts.collector\n# destroy errno\n# destroy select\n# destroy time\n# destroy socket\n# destroy urllib3.contrib._appengine_environ\n# destroy urllib3.packages.six\n# destroy posixpath\n# destroy urllib\n# destroy importlib\n# destroy idna.idnadata\n# destroy bisect\n# destroy unicodedata\n# destroy threading\n# destroy logging\n# destroy warnings\n# destroy io\n# destroy collections\n# destroy contextlib\n# destroy xml.etree.ElementPath\n# destroy pyexpat\n# destroy _elementtree\n# clear sys.meta_path\n# clear sys.modules\n# destroy _frozen_importlib\n# destroy _codecs\n# destroy _warnings\n# destroy math\n# destroy _bisect\n# destroy re\n# destroy _random\n# destroy _hashlib\n# destroy _sre\n# destroy _operator\n# destroy itertools\n# destroy posix\n# clear sys.audit hooks", "invocation": {"module_args": {"state": "present", "username": "doc", "password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "org_id": "donaldduck", "server_hostname": "candlepin.local", "server_port": "8443", "server_prefix": "/candlepin", "server_insecure": "0", "force_register": false, "rhsm_baseurl": "http://localhost:8080", "pool": "^$", "pool_ids": [], "token": null, "rhsm_repo_ca_cert": null, "auto_attach": null, "activationkey": null, "environment": null, "consumer_type": null, "consumer_name": null, "consumer_id": null, "server_proxy_hostname": null, "server_proxy_scheme": null, "server_proxy_port": null, "server_proxy_user": null, "server_proxy_password": null, "release": null, "syspurpose": null}}} # destroy __main__ <<< 7723 1726883211.10521: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 7723 1726883211.10589: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword <<< 7723 1726883211.10615: stdout chunk (state=3): >>># 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 <<< 7723 1726883211.10655: stdout chunk (state=3): >>># 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 <<< 7723 1726883211.10708: stdout chunk (state=3): >>># 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 <<< 7723 1726883211.10748: stdout chunk (state=3): >>># 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_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.community # destroy ansible_collections.community # cleanup[2] removing ansible_collections.community.general # destroy ansible_collections.community.general # cleanup[2] removing ansible_collections.community.general.plugins # destroy ansible_collections.community.general.plugins # cleanup[2] removing ansible_collections.community.general.plugins.modules # destroy ansible_collections.community.general.plugins.modules # cleanup[2] removing configparser # cleanup[2] removing dbus._compat # cleanup[2] removing dbus.exceptions # cleanup[2] removing _dbus_bindings # cleanup[2] removing dbus.types # cleanup[2] removing dbus.lowlevel # cleanup[2] removing xml # destroy xml # cleanup[2] removing xml.parsers # destroy xml.parsers # cleanup[2] removing pyexpat.errors # cleanup[2] removing pyexpat.model # cleanup[2] removing pyexpat # cleanup[2] removing xml.parsers.expat.model # cleanup[2] removing xml.parsers.expat.errors # cleanup[2] removing xml.parsers.expat # destroy xml.parsers.expat # cleanup[2] removing dbus._expat_introspect_parser # cleanup[2] removing dbus.proxies # cleanup[2] removing dbus.connection # cleanup[2] removing dbus.bus # cleanup[2] removing dbus._dbus # cleanup[2] removing dbus # destroy dbus # destroy dbus._compat # destroy dbus.exceptions # destroy dbus.types # destroy dbus.lowlevel # destroy dbus._expat_introspect_parser # destroy dbus.proxies # destroy dbus.connection # destroy dbus.bus # destroy dbus._dbus <<< 7723 1726883211.10969: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 7723 1726883211.10992: stdout chunk (state=3): >>># destroy _bz2 <<< 7723 1726883211.11014: stdout chunk (state=3): >>># destroy _compression # destroy _lzma <<< 7723 1726883211.11024: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 7723 1726883211.11052: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch <<< 7723 1726883211.11063: stdout chunk (state=3): >>># destroy ipaddress <<< 7723 1726883211.11091: stdout chunk (state=3): >>># destroy ntpath # destroy importlib # destroy zipimport <<< 7723 1726883211.11130: stdout chunk (state=3): >>># destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib <<< 7723 1726883211.11134: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner <<< 7723 1726883211.11137: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings <<< 7723 1726883211.11170: stdout chunk (state=3): >>># destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select <<< 7723 1726883211.11180: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 7723 1726883211.11205: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array # destroy datetime <<< 7723 1726883211.11237: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 7723 1726883211.11253: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy shlex <<< 7723 1726883211.11266: stdout chunk (state=3): >>># destroy subprocess <<< 7723 1726883211.11335: stdout chunk (state=3): >>># cleanup[3] wiping xml.parsers.expat.errors # cleanup[3] wiping xml.parsers.expat.model # cleanup[3] wiping pyexpat # destroy pyexpat.errors # destroy pyexpat.model # cleanup[3] wiping _dbus_bindings # cleanup[3] wiping configparser <<< 7723 1726883211.11349: stdout chunk (state=3): >>># 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 # destroy configparser # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 <<< 7723 1726883211.11371: stdout chunk (state=3): >>># cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # destroy io # destroy traceback # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping textwrap # cleanup[3] wiping linecache # destroy tokenize <<< 7723 1726883211.11378: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 7723 1726883211.11407: stdout chunk (state=3): >>># cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading <<< 7723 1726883211.11427: stdout chunk (state=3): >>># cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math <<< 7723 1726883211.11441: stdout chunk (state=3): >>># 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 <<< 7723 1726883211.11471: 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 <<< 7723 1726883211.11499: stdout chunk (state=3): >>># cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy abc <<< 7723 1726883211.11518: stdout chunk (state=3): >>># destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # 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 <<< 7723 1726883211.11527: stdout chunk (state=3): >>># 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 <<< 7723 1726883211.11661: stdout chunk (state=3): >>># destroy sys.monitoring <<< 7723 1726883211.11671: stdout chunk (state=3): >>># destroy _socket # destroy threading # destroy weakref <<< 7723 1726883211.11700: stdout chunk (state=3): >>># destroy linecache # destroy textwrap <<< 7723 1726883211.11709: stdout chunk (state=3): >>># destroy _weakref # destroy _collections <<< 7723 1726883211.11741: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 7723 1726883211.11746: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy _thread # destroy re._parser <<< 7723 1726883211.11770: stdout chunk (state=3): >>># destroy _string # destroy logging # destroy _dbus_bindings # destroy ansible.module_utils.six.moves.urllib # destroy collections # destroy copyreg # destroy contextlib # destroy warnings <<< 7723 1726883211.11808: 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 # destroy pyexpat # destroy functools # destroy operator # destroy ansible.module_utils.six.moves <<< 7723 1726883211.11834: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # destroy time <<< 7723 1726883211.11858: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 7723 1726883211.11945: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy _warnings # destroy math # destroy _bisect # destroy re <<< 7723 1726883211.11958: stdout chunk (state=3): >>># destroy _random <<< 7723 1726883211.11986: stdout chunk (state=3): >>># destroy _hashlib # destroy _operator # destroy builtins <<< 7723 1726883211.12001: stdout chunk (state=3): >>># destroy itertools <<< 7723 1726883211.12019: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # clear sys.audit hooks <<< 7723 1726883211.12458: stderr chunk (state=3): >>>debug2: Received exit status from master 1 Shared connection to 10.31.12.120 closed. <<< 7723 1726883211.12494: stderr chunk (state=3): >>><<< 7723 1726883211.12497: stdout chunk (state=3): >>><<< 7723 1726883211.13058: _low_level_execute_command() done: rc=1, 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 0x7f50f33683e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f3337a10> # /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 0x7f50f336a960> 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 0x7f50f313cfe0> # /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 0x7f50f313df10> 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 0x7f50f317bd40> # /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 0x7f50f317bf80> # /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 0x7f50f31b3770> # /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 0x7f50f31b3e00> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f3193a10> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f3191130> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f3178ef0> # /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 0x7f50f31d7740> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f31d6360> # /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 0x7f50f3192000> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f31d4b30> # /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 0x7f50f32087a0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f3178170> # /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 0x7f50f3208c50> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f3208b00> # 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 0x7f50f3208ec0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f3176c90> # /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 0x7f50f3209550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f3209220> 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 0x7f50f320a420> 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 0x7f50f3220650> 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 0x7f50f3221d30> # /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 0x7f50f3222ba0> # 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 0x7f50f3223200> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f32220f0> # /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 0x7f50f3223c80> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f32233b0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f320a480> # /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 0x7f50f2fb7b00> # /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 0x7f50f2fe0650> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f2fe03b0> # 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 0x7f50f2fe0680> # /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 0x7f50f2fe0fb0> # 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 0x7f50f2fe1880> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f2fe0860> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f2fb5ca0> # /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 0x7f50f2fe2c30> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f2fe1730> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f320ab70> # /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 0x7f50f300ef60> # /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 0x7f50f302f320> # /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 0x7f50f305ff80> # /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 0x7f50f30927e0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f30901a0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f302ffb0> # /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 0x7f50f292d100> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f302e120> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f2fe3b60> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f50f302e480> # zipimport: found 34 names in '/tmp/ansible_community.general.redhat_subscription_payload_73balkve/ansible_community.general.redhat_subscription_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 0x7f50f297ad20> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f295dca0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f295ce30> # 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 0x7f50f2978c80> # /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 0x7f50f29ae750> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f29ae4e0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f29addf0> # /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 0x7f50f29ae540> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f297ba40> 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 0x7f50f29af440> # 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 0x7f50f29af680> # /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 0x7f50f29afbc0> 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 0x7f50f28119a0> # 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 0x7f50f28135c0> # /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 0x7f50f2813f80> # /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 0x7f50f2815160> # /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 0x7f50f2817c20> # 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 0x7f50f2817f50> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f2815ee0> # /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 0x7f50f28239e0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f28224b0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f2822210> # /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 0x7f50f2822780> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f28163f0> # 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 0x7f50f2867c20> # /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 0x7f50f2867e90> # /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 0x7f50f2869850> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f2869610> # /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 0x7f50f286bd40> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f2869f10> # /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 0x7f50f286f470> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f286be00> # 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 0x7f50f2870200> # 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 0x7f50f2870470> # 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 0x7f50f2870590> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f2867680> # /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 0x7f50f2873ce0> # 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 0x7f50f28f8da0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f28724b0> # 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 0x7f50f2873800> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f2872120> # 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 0x7f50f2700fb0> # /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 0x7f50f2701d30> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f2870ec0> 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 0x7f50f2701cd0> # 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 0x7f50f2702ea0> # 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 0x7f50f270d880> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f270b770> 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 0x7f50f28022d0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f29ddfa0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f270d850> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f2703f20> # 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_collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.community' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.community.general' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.community.general.plugins' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.community.general.plugins.modules' # # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py # code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f27a36b0> # zipimport: zlib available # /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc' import 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f27828d0> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc' import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f2782330> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc' # extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' # extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' import '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50f2780f80> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f2780b60> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc' import 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f23d4860> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc' # /usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/__init__.py # code object from '/usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc' import 'xml' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f23d5ac0> # /usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/__init__.py # code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc' import 'xml.parsers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f23d5d30> # /usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/expat.py # code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc' # extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' # extension module 'pyexpat' executed from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' import 'pyexpat' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f50f23d5e80> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f23d5be0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f23d5580> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f23d49e0> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f2783c80> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f27830e0> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f27a1f70> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f50f27a22d0> {"cmd": "/sbin/subscription-manager refresh", "rc": 70, "stdout": "", "stderr": "import _frozen_importlib # frozen\nimport _imp # builtin\nimport '_thread' # \nimport '_warnings' # \nimport '_weakref' # \nimport '_io' # \nimport 'marshal' # \nimport 'posix' # \nimport '_frozen_importlib_external' # \n# installing zipimport hook\nimport 'time' # \nimport 'zipimport' # \n# installed zipimport hook\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc'\nimport '_codecs' # \nimport 'codecs' # \n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc'\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd768410>\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd733a40>\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc'\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd76a990>\nimport '_signal' # \nimport '_abc' # \nimport 'abc' # \nimport 'io' # \nimport '_stat' # \nimport 'stat' # \nimport '_collections_abc' # \nimport 'genericpath' # \nimport 'posixpath' # \nimport 'os' # \nimport '_sitebuiltins' # \nProcessing user site-packages\nProcessing global site-packages\nAdding directory: '/usr/lib64/python3.12/site-packages'\nAdding directory: '/usr/lib/python3.12/site-packages'\nProcessing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'\nimport 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd55d010>\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc'\nimport '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd55df40>\nimport 'site' # \nPython 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\n# code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\n# code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\n# code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd5a8b30>\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\n# code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc'\nimport '_operator' # \nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd5a8d40>\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\n# code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc'\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\n# code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc'\nimport 'itertools' # \n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\n# code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc'\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd5ab7a0>\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\n# code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc'\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd5e8e30>\nimport '_collections' # \nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd5c0800>\nimport '_functools' # \nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd5a9e80>\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd591d60>\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\n# code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc'\nimport '_sre' # \n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\n# code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc'\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\n# code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc'\nimport 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd60c410>\nimport 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd5eb020>\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\n# code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc'\nimport 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd5eafc0>\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd5c24e0>\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\n# code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc'\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd60d670>\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd591130>\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\n# code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc'\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd60dd60>\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd60da30>\n# /usr/lib64/python3.12/importlib/metadata/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/__init__.py\n# code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/csv.cpython-312.pyc matches /usr/lib64/python3.12/csv.py\n# code object from '/usr/lib64/python3.12/__pycache__/csv.cpython-312.pyc'\n# extension module '_csv' loaded from '/usr/lib64/python3.12/lib-dynload/_csv.cpython-312-x86_64-linux-gnu.so'\n# extension module '_csv' executed from '/usr/lib64/python3.12/lib-dynload/_csv.cpython-312-x86_64-linux-gnu.so'\nimport '_csv' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fd62e630>\nimport 'csv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd62d8b0>\n# /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc'\nimport 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd62ebd0>\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\n# code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\n# code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc'\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd655e50>\nimport 'ntpath' # \nimport 'errno' # \n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc'\nimport 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd657710>\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc'\n# extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\n# extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fd475eb0>\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\n# code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc'\nimport 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd476900>\nimport 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd6578c0>\nimport 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd62ee70>\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\n# code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc'\n# extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\n# extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fd4d88c0>\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc'\nimport 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd4d8e30>\nimport 'importlib.util' # \n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\n# code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc'\n# extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\n# extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fd4daed0>\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\n# code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\n# code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc'\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd4dbd10>\n# extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\n# extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fd500320>\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd4db2c0>\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\n# code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc'\n# extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\n# extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fd500d70>\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd5004a0>\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd4d8ec0>\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\n# code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc'\n# extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\n# extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fd501340>\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd4d90a0>\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\n# code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\n# code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc'\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd52c260>\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd501670>\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\n# code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc'\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd52e540>\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc'\nimport 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd2a4500>\nimport 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd52d520>\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd655cd0>\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\n# code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc'\nimport 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd4baed0>\n# /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py\n# code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\n# code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc'\nimport '_ast' # \nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd2d1670>\n# /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py\n# code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py\n# code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc'\n# extension module '_opcode' loaded from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so'\n# extension module '_opcode' executed from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so'\nimport '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fd33d280>\nimport 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd33c680>\nimport 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd2d2600>\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\n# code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc'\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd33ea80>\nimport 'importlib.machinery' # \n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\n# code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\n# code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\n# code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc'\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd348b00>\nimport '_tokenize' # \nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd33e600>\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd33eae0>\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\n# code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc'\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd33dca0>\nimport 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd52dbe0>\n# /usr/lib64/python3.12/importlib/metadata/__pycache__/_adapters.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/_adapters.py\n# code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/_adapters.cpython-312.pyc'\n# /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py\n# code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc'\nimport 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd385a90>\n# /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\n# code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\n# code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc'\n# extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\n# extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fd171580>\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd1712b0>\n# extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\n# extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fd1713a0>\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\n# code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc'\n# extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\n# extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fd171df0>\n# extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\n# extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fd1727e0>\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd171790>\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd387710>\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\n# code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'\n# extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\n# extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fd173f50>\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\n# code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc'\n# extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\n# extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fd18ddf0>\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd18c9e0>\n# extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\n# extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fd18efc0>\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd171cd0>\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\n# code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc'\n# extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\n# extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fd18f140>\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd172ba0>\n# /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py\n# code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\n# code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'\nimport '_locale' # \nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd1bb380>\nimport 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd1b8b30>\nimport 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd18f7a0>\n# /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc'\n# /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\n# code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc'\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd1e1fd0>\nimport 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd1e1c70>\n# /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\n# code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc'\nimport '_string' # \nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd1e3950>\nimport 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd1e3230>\n# /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc'\nimport 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd20f4d0>\n# /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc'\nimport 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd20f530>\nimport 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd1bade0>\nimport 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd386540>\n# /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc'\n# /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc'\nimport 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd21cc50>\nimport 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd387620>\n# /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc'\nimport 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd21d940>\n# /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc'\nimport 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd21e0c0>\nimport 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd357920>\n# /usr/lib64/python3.12/importlib/metadata/__pycache__/_text.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/_text.py\n# code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/_text.cpython-312.pyc'\n# /usr/lib64/python3.12/importlib/metadata/__pycache__/_functools.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/_functools.py\n# code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/_functools.cpython-312.pyc'\nimport 'importlib.metadata._functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd21e690>\nimport 'importlib.metadata._text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd21e330>\nimport 'importlib.metadata._adapters' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd2a7410>\n# /usr/lib64/python3.12/importlib/metadata/__pycache__/_meta.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/_meta.py\n# code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/_meta.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\n# code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc'\nimport '_typing' # \nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd21ebd0>\nimport 'importlib.metadata._meta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd21e960>\n# /usr/lib64/python3.12/importlib/metadata/__pycache__/_collections.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/_collections.py\n# code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/_collections.cpython-312.pyc'\nimport 'importlib.metadata._collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd24b020>\n# /usr/lib64/python3.12/importlib/metadata/__pycache__/_itertools.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/_itertools.py\n# code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/_itertools.cpython-312.pyc'\nimport 'importlib.metadata._itertools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb1aa50>\n# /usr/lib64/python3.12/importlib/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/abc.py\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/abc.cpython-312.pyc'\n# /usr/lib64/python3.12/importlib/resources/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/resources/__init__.py\n# code object from '/usr/lib64/python3.12/importlib/resources/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/importlib/resources/__pycache__/_common.cpython-312.pyc matches /usr/lib64/python3.12/importlib/resources/_common.py\n# code object from '/usr/lib64/python3.12/importlib/resources/__pycache__/_common.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\n# code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb3c080>\n# /usr/lib64/python3.12/importlib/resources/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/resources/abc.py\n# code object from '/usr/lib64/python3.12/importlib/resources/__pycache__/abc.cpython-312.pyc'\nimport 'importlib.resources.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb3dca0>\n# /usr/lib64/python3.12/importlib/resources/__pycache__/_adapters.cpython-312.pyc matches /usr/lib64/python3.12/importlib/resources/_adapters.py\n# code object from '/usr/lib64/python3.12/importlib/resources/__pycache__/_adapters.cpython-312.pyc'\nimport 'importlib.resources._adapters' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb3e810>\nimport 'importlib.resources._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb1b8c0>\n# /usr/lib64/python3.12/importlib/resources/__pycache__/_legacy.cpython-312.pyc matches /usr/lib64/python3.12/importlib/resources/_legacy.py\n# code object from '/usr/lib64/python3.12/importlib/resources/__pycache__/_legacy.cpython-312.pyc'\nimport 'importlib.resources._legacy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb3fa40>\nimport 'importlib.resources' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb1b590>\nimport 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb1adb0>\nimport 'importlib.metadata' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd60eb40>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/__init__.cpython-312.pyc'\nimport 'subscription_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb64fe0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/scripts/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/scripts/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/scripts/__pycache__/__init__.cpython-312.pyc'\nimport 'subscription_manager.scripts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb65430>\n# /usr/lib64/python3.12/site-packages/subscription_manager/scripts/__pycache__/subscription_manager.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/scripts/subscription_manager.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/scripts/__pycache__/subscription_manager.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/i18n.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/i18n.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/i18n.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\n# code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc'\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb659d0>\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\n# code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\n# code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc'\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb8a6f0>\nimport 'atexit' # \nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb67ad0>\nimport 'subscription_manager.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb65640>\n# /usr/lib64/python3.12/site-packages/rhsm/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/__init__.cpython-312.pyc'\nimport 'rhsm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcbb1160>\n# /usr/lib64/python3.12/site-packages/rhsm/__pycache__/logutil.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/logutil.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/logutil.cpython-312.pyc'\n# /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py\n# code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py\n# code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py\n# code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc'\nimport '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcbe39b0>\n# extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so'\n# extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so'\nimport '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fc70c170>\nimport 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcbb3a10>\n# /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py\n# code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py\n# code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc'\n# extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so'\n# extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so'\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fc70d610>\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc70cec0>\n# extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so'\n# extension module '_queue' executed from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so'\nimport '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fc70d0a0>\nimport 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcbe3860>\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\n# code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc'\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc70d6d0>\nimport 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcbb18e0>\n# /usr/lib64/python3.12/logging/__pycache__/config.cpython-312.pyc matches /usr/lib64/python3.12/logging/config.py\n# code object from '/usr/lib64/python3.12/logging/__pycache__/config.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/socketserver.cpython-312.pyc matches /usr/lib64/python3.12/socketserver.py\n# code object from '/usr/lib64/python3.12/__pycache__/socketserver.cpython-312.pyc'\nimport 'socketserver' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc70eed0>\nimport 'logging.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc70dcd0>\n# /usr/lib64/python3.12/site-packages/rhsm/__pycache__/config.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/config.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/config.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/iniparse/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/iniparse/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/iniparse/__pycache__/ini.cpython-312.pyc matches /usr/lib/python3.12/site-packages/iniparse/ini.py\n# code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/ini.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/iniparse/__pycache__/configparser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/iniparse/configparser.py\n# code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/configparser.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py\n# code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc'\nimport 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc736780>\nimport 'iniparse.configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc736630>\n# /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py\n# code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\n# code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc'\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc75eea0>\nimport 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc736930>\n# /usr/lib/python3.12/site-packages/iniparse/__pycache__/config.cpython-312.pyc matches /usr/lib/python3.12/site-packages/iniparse/config.py\n# code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/config.cpython-312.pyc'\nimport 'iniparse.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc75da00>\nimport 'iniparse.ini' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc7353d0>\n# /usr/lib/python3.12/site-packages/iniparse/__pycache__/compat.cpython-312.pyc matches /usr/lib/python3.12/site-packages/iniparse/compat.py\n# code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/compat.cpython-312.pyc'\nimport 'iniparse.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc7862d0>\n# /usr/lib/python3.12/site-packages/iniparse/__pycache__/utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/iniparse/utils.py\n# code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/utils.cpython-312.pyc'\nimport 'iniparse.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc786cf0>\nimport 'iniparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc7350a0>\nimport 'rhsm.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc70ede0>\nimport 'rhsm.logutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcbb0920>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/injectioninit.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/injectioninit.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/injectioninit.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/injection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/injection.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/injection.cpython-312.pyc'\nimport 'subscription_manager.injection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc7a6480>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cache.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cache.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cache.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rhsm/__pycache__/https.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/https.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/https.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py\n# code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc'\n# extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so'\n# extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so'\nimport '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fc7c3a40>\nimport 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc7c1100>\n# /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py\n# code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc'\nimport 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc7c13a0>\n# /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py\n# code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc'\n# /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc'\n# /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc'\nimport 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc58a690>\nimport 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc58a1b0>\nimport 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc588140>\nimport 'rhsm.https' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc7c0fe0>\n# /usr/lib64/python3.12/site-packages/rhsm/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/connection.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/connection.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rhsm/__pycache__/certificate.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/certificate.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/certificate.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_version.py\n# code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc'\nimport 'dateutil._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc5dd9d0>\nimport 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc5dd670>\n# extension module 'rhsm._certificate' loaded from '/usr/lib64/python3.12/site-packages/rhsm/_certificate.cpython-312-x86_64-linux-gnu.so'\n# extension module 'rhsm._certificate' executed from '/usr/lib64/python3.12/site-packages/rhsm/_certificate.cpython-312-x86_64-linux-gnu.so'\nimport 'rhsm._certificate' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fc5dda60>\nimport 'rhsm.certificate' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc5b1ee0>\n# /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/_parser.py\n# code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc matches /usr/lib64/python3.12/decimal.py\n# code object from '/usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py\n# code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc'\nimport 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc5fd460>\n# extension module '_decimal' loaded from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so'\n# extension module '_decimal' executed from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so'\nimport '_decimal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fc5fcd70>\nimport 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc5fcb90>\n# /usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/relativedelta.py\n# code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_common.py\n# code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc'\nimport 'dateutil._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc624290>\nimport 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc5ff6b0>\n# /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/tz.py\n# code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc'\nimport 'six.moves' # \n# /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_common.py\n# code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc'\nimport 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc6271a0>\n# /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_factories.py\n# code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc'\nimport 'dateutil.tz._factories' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc627b00>\n# /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/win.py\n# code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc'\n# destroy dateutil.tz.win\nimport 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc624920>\nimport 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc6245f0>\nimport 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc5de9c0>\n# /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/isoparser.py\n# code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc'\nimport 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc5fc770>\nimport 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc5de660>\n# /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc'\n# /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc'\n# /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc'\nimport 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc4064e0>\nimport 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc405fd0>\nimport 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc3ddfd0>\n# /usr/lib64/python3.12/site-packages/rhsm/__pycache__/ourjson.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/ourjson.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/ourjson.cpython-312.pyc'\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\n# code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\n# code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc'\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\n# code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc'\n# extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\n# extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fc407cb0>\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc407aa0>\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc407380>\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\n# code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc'\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc407f20>\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc405d60>\nimport 'rhsm.ourjson' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc3df590>\n# /usr/lib64/python3.12/site-packages/rhsm/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/utils.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/utils.cpython-312.pyc'\nimport 'rhsm.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc4288f0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/version.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/version.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/version.cpython-312.pyc'\nimport 'subscription_manager.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc429fa0>\nimport 'rhsm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc589d30>\n# /usr/lib64/python3.12/site-packages/rhsm/__pycache__/profile.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/profile.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/profile.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc'\n# extension module 'rpm._rpm' loaded from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so'\n# extension module 'rpm._rpm' executed from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so'\nimport 'rpm._rpm' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fc42bb60>\n# /usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/transaction.py\n# code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc'\nimport 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc42b8c0>\nimport 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc42b3e0>\n# /usr/lib64/python3.12/site-packages/cloud_what/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/cloud_what/__pycache__/__init__.cpython-312.pyc'\nimport 'cloud_what' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc459940>\n# /usr/lib64/python3.12/site-packages/cloud_what/__pycache__/provider.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/provider.py\n# code object from '/usr/lib64/python3.12/site-packages/cloud_what/__pycache__/provider.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/__init__.cpython-312.pyc'\nimport 'rhsmlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc45a150>\n# /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/__init__.cpython-312.pyc'\nimport 'rhsmlib.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc45a360>\n# /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/host_collector.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/host_collector.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/host_collector.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cleanup.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/cleanup.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cleanup.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/collector.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/collector.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/collector.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\n# code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc'\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc45acc0>\n# /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/collection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/collection.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/collection.cpython-312.pyc'\nimport 'rhsmlib.facts.collection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc45b0b0>\nimport 'rhsmlib.facts.collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc45a8d0>\nimport 'rhsmlib.facts.cleanup' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc45a600>\n# /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/virt.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/virt.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/virt.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\n# code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\n# code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc'\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc4839b0>\n# extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\n# extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fc483b30>\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fc4b8ce0>\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc481d60>\nimport 'rhsmlib.facts.virt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc481af0>\n# /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/firmware_info.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/firmware_info.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/firmware_info.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/dmiinfo.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/dmiinfo.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/dmiinfo.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/dmidecodeparser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/dmidecodeparser.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/dmidecodeparser.cpython-312.pyc'\nimport 'rhsmlib.facts.dmidecodeparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc4b92b0>\nimport 'rhsmlib.facts.dmiinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc4b8e60>\nimport 'rhsmlib.facts.firmware_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc4821e0>\nimport 'rhsmlib.facts.host_collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc45a3c0>\n# /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/custom.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/custom.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/custom.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py\n# code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc'\nimport 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc4b97c0>\nimport 'rhsmlib.facts.custom' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc4b9cd0>\n# /usr/lib64/python3.12/site-packages/cloud_what/__pycache__/_base_provider.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/_base_provider.py\n# code object from '/usr/lib64/python3.12/site-packages/cloud_what/__pycache__/_base_provider.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/requests/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/urllib3/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/urllib3/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/exceptions.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/exceptions.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/urllib3/packages/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/packages/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/packages/__pycache__/__init__.cpython-312.pyc'\nimport 'urllib3.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbaa5430>\n# /usr/lib/python3.12/site-packages/urllib3/packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/packages/six.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/packages/__pycache__/six.cpython-312.pyc'\nimport 'urllib3.packages.six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbaa5520>\nimport 'urllib3.packages.six.moves' # \nimport 'urllib3.packages.six.moves.http_client' # \nimport 'urllib3.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbaa46b0>\n# /usr/lib/python3.12/site-packages/urllib3/__pycache__/_version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/_version.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/_version.cpython-312.pyc'\nimport 'urllib3._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbaa48c0>\n# /usr/lib/python3.12/site-packages/urllib3/__pycache__/connectionpool.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/connectionpool.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/connectionpool.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/urllib3/__pycache__/_collections.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/_collections.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/_collections.cpython-312.pyc'\nimport 'urllib3._collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbabddc0>\n# /usr/lib/python3.12/site-packages/urllib3/__pycache__/connection.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/connection.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/connection.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/connection.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/connection.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/connection.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/contrib/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/__init__.cpython-312.pyc'\nimport 'urllib3.contrib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbabfd70>\n# /usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/_appengine_environ.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/contrib/_appengine_environ.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/_appengine_environ.cpython-312.pyc'\nimport 'urllib3.contrib._appengine_environ' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbabfe30>\n# /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/wait.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/wait.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/wait.cpython-312.pyc'\nimport 'urllib3.util.wait' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbabfef0>\nimport 'urllib3.util.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbabf8f0>\n# /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/request.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/request.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/request.cpython-312.pyc'\nimport 'urllib3.util.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbabfda0>\n# /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/response.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/response.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/response.cpython-312.pyc'\nimport 'urllib3.util.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbae4590>\n# /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/retry.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/retry.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/retry.cpython-312.pyc'\nimport 'urllib3.util.retry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbae4710>\n# /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssl_.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/ssl_.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssl_.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/hmac.cpython-312.pyc matches /usr/lib64/python3.12/hmac.py\n# code object from '/usr/lib64/python3.12/__pycache__/hmac.cpython-312.pyc'\nimport 'hmac' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbae5b20>\n# /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/url.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/url.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/url.cpython-312.pyc'\nimport 'urllib3.util.url' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbae6330>\n# /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssltransport.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/ssltransport.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssltransport.cpython-312.pyc'\nimport 'urllib3.util.ssltransport' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbae63c0>\nimport 'urllib3.util.ssl_' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbae5460>\n# /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/timeout.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/timeout.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/timeout.cpython-312.pyc'\nimport 'urllib3.util.timeout' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbae5640>\nimport 'urllib3.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbabf5f0>\n# /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/proxy.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/proxy.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/proxy.cpython-312.pyc'\nimport 'urllib3.util.proxy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbae7a70>\n# /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssl_match_hostname.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/ssl_match_hostname.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssl_match_hostname.cpython-312.pyc'\nimport 'urllib3.util.ssl_match_hostname' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbae7b30>\nimport 'urllib3.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbabebd0>\n# /usr/lib/python3.12/site-packages/urllib3/__pycache__/request.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/request.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/request.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/urllib3/__pycache__/filepost.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/filepost.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/filepost.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/urllib3/__pycache__/fields.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/fields.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/fields.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py\n# code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc'\nimport 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb1ccb0>\nimport 'urllib3.fields' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb1c500>\nimport 'urllib3.filepost' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbae6f00>\nimport 'urllib3.packages.six.moves.urllib' # \nimport 'urllib3.packages.six.moves.urllib.parse' # \nimport 'urllib3.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbae7e90>\n# /usr/lib/python3.12/site-packages/urllib3/__pycache__/response.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/response.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/response.cpython-312.pyc'\nimport 'urllib3.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbae7050>\n# /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/queue.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/queue.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/queue.cpython-312.pyc'\nimport 'urllib3.util.queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb38980>\nimport 'urllib3.connectionpool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbaa4a70>\n# /usr/lib/python3.12/site-packages/urllib3/__pycache__/poolmanager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/poolmanager.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/poolmanager.cpython-312.pyc'\nimport 'urllib3.poolmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb389e0>\nimport 'urllib3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbaa4080>\n# /usr/lib/python3.12/site-packages/requests/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/exceptions.py\n# code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/exceptions.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/requests/__pycache__/compat.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/compat.py\n# code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/compat.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/api.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/api.py\n# code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/api.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/cd.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/cd.py\n# code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/cd.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/constant.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/constant.py\n# code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/constant.cpython-312.pyc'\nimport 'charset_normalizer.constant' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb3b4d0>\n# /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/md.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/md.py\n# code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/md.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/utils.py\n# code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/utils.cpython-312.pyc'\n# extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so'\n# extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so'\nimport 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fbb72c90>\n# extension module '_multibytecodec' loaded from '/usr/lib64/python3.12/lib-dynload/_multibytecodec.cpython-312-x86_64-linux-gnu.so'\n# extension module '_multibytecodec' executed from '/usr/lib64/python3.12/lib-dynload/_multibytecodec.cpython-312-x86_64-linux-gnu.so'\nimport '_multibytecodec' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fbb72f00>\nimport 'charset_normalizer.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb71fa0>\nimport 'charset_normalizer.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb710a0>\n# /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/models.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/models.py\n# code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/models.cpython-312.pyc'\nimport 'charset_normalizer.models' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb739b0>\nimport 'charset_normalizer.cd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb3ab10>\nimport 'charset_normalizer.api' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb3a6c0>\n# /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/legacy.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/legacy.py\n# code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/legacy.cpython-312.pyc'\nimport 'charset_normalizer.legacy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb868d10>\n# /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/version.py\n# code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/version.cpython-312.pyc'\nimport 'charset_normalizer.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb868e90>\nimport 'charset_normalizer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb3a3c0>\n# /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py\n# code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc'\nimport 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb868ec0>\n# /usr/lib64/python3.12/http/__pycache__/cookies.cpython-312.pyc matches /usr/lib64/python3.12/http/cookies.py\n# code object from '/usr/lib64/python3.12/http/__pycache__/cookies.cpython-312.pyc'\nimport 'http.cookies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb86b320>\nimport 'requests.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb3a1e0>\nimport 'requests.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb39c10>\n# /usr/lib/python3.12/site-packages/requests/__pycache__/packages.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/packages.py\n# code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/packages.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/idna/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/idna/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/idna/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/idna/__pycache__/package_data.cpython-312.pyc matches /usr/lib/python3.12/site-packages/idna/package_data.py\n# code object from '/usr/lib/python3.12/site-packages/idna/__pycache__/package_data.cpython-312.pyc'\nimport 'idna.package_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8a2300>\n# /usr/lib/python3.12/site-packages/idna/__pycache__/core.cpython-312.pyc matches /usr/lib/python3.12/site-packages/idna/core.py\n# code object from '/usr/lib/python3.12/site-packages/idna/__pycache__/core.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/idna/__pycache__/idnadata.cpython-312.pyc matches /usr/lib/python3.12/site-packages/idna/idnadata.py\n# code object from '/usr/lib/python3.12/site-packages/idna/__pycache__/idnadata.cpython-312.pyc'\nimport 'idna.idnadata' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8a3140>\n# /usr/lib/python3.12/site-packages/idna/__pycache__/intranges.cpython-312.pyc matches /usr/lib/python3.12/site-packages/idna/intranges.py\n# code object from '/usr/lib/python3.12/site-packages/idna/__pycache__/intranges.cpython-312.pyc'\nimport 'idna.intranges' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8a3260>\nimport 'idna.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8a2810>\nimport 'idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb39e20>\nimport 'requests.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb39d60>\n# /usr/lib/python3.12/site-packages/requests/__pycache__/utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/utils.py\n# code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/utils.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/requests/__pycache__/certs.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/certs.py\n# code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/certs.cpython-312.pyc'\nimport 'requests.certs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8d8bc0>\n# /usr/lib/python3.12/site-packages/requests/__pycache__/__version__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/__version__.py\n# code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/__version__.cpython-312.pyc'\nimport 'requests.__version__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8d8c50>\n# /usr/lib/python3.12/site-packages/requests/__pycache__/_internal_utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/_internal_utils.py\n# code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/_internal_utils.cpython-312.pyc'\nimport 'requests._internal_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8d8ce0>\n# /usr/lib/python3.12/site-packages/requests/__pycache__/cookies.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/cookies.py\n# code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/cookies.cpython-312.pyc'\nimport 'requests.cookies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8d8e00>\n# /usr/lib/python3.12/site-packages/requests/__pycache__/structures.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/structures.py\n# code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/structures.cpython-312.pyc'\nimport 'requests.structures' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8da330>\nimport 'requests.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb39f40>\n# /usr/lib/python3.12/site-packages/requests/__pycache__/api.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/api.py\n# code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/api.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/requests/__pycache__/sessions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/sessions.py\n# code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/sessions.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/requests/__pycache__/adapters.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/adapters.py\n# code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/adapters.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/requests/__pycache__/auth.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/auth.py\n# code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/auth.cpython-312.pyc'\nimport 'requests.auth' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8f8200>\n# /usr/lib/python3.12/site-packages/requests/__pycache__/models.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/models.py\n# code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/models.cpython-312.pyc'\n# /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py\n# code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc'\nimport 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8fa300>\nimport 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8f9dc0>\n# /usr/lib/python3.12/site-packages/requests/__pycache__/hooks.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/hooks.py\n# code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/hooks.cpython-312.pyc'\nimport 'requests.hooks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8fa360>\n# /usr/lib/python3.12/site-packages/requests/__pycache__/status_codes.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/status_codes.py\n# code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/status_codes.cpython-312.pyc'\nimport 'requests.status_codes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8fb110>\nimport 'requests.models' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8f8b90>\n# /usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/socks.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/contrib/socks.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/socks.cpython-312.pyc'\n# destroy urllib3.contrib.socks\nimport 'requests.adapters' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8db5f0>\nimport 'requests.sessions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8daab0>\nimport 'requests.api' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8a2360>\nimport 'requests' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc4bbbf0>\nimport 'cloud_what._base_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc4bb170>\n# /usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/providers/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/__init__.cpython-312.pyc'\nimport 'cloud_what.providers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8fbc50>\n# /usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/aws.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/providers/aws.py\n# code object from '/usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/aws.cpython-312.pyc'\nimport 'cloud_what.providers.aws' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8fbfb0>\n# /usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/azure.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/providers/azure.py\n# code object from '/usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/azure.cpython-312.pyc'\nimport 'cloud_what.providers.azure' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb934710>\n# /usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/gcp.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/providers/gcp.py\n# code object from '/usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/gcp.cpython-312.pyc'\nimport 'cloud_what.providers.gcp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb934b90>\nimport 'cloud_what.provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc459a30>\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/pycomp.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc'\n# /usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/__init__.py\n# code object from '/usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc'\nimport 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb935e50>\n# /usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/text.py\n# code object from '/usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc'\n# /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py\n# code object from '/usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc'\n# /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py\n# code object from '/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc'\n# /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc'\n# /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc'\n# /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc'\nimport 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb948470>\nimport 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb936c00>\n# /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc'\nimport 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb937fe0>\nimport 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb9364e0>\nimport 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb936270>\nimport 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb936060>\nimport 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb935f40>\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\n# code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc'\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb936000>\nimport 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb9357c0>\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/const.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc'\nimport 'dnf.const' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb935a90>\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/base.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\n# code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc'\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb7b5c10>\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/error.py\n# code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc'\n# extension module 'libdnf._error' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_error.so'\n# extension module 'libdnf._error' executed from '/usr/lib64/python3.12/site-packages/libdnf/_error.so'\nimport 'libdnf._error' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fb7e1c70>\nimport 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb7e17f0>\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/common_types.py\n# code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc'\n# extension module 'libdnf._common_types' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so'\n# extension module 'libdnf._common_types' executed from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so'\nimport 'libdnf._common_types' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fb8155e0>\nimport 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb7e1df0>\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/conf.py\n# code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc'\n# extension module 'libdnf._conf' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so'\n# extension module 'libdnf._conf' executed from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so'\nimport 'libdnf._conf' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fb320440>\nimport 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8fa2d0>\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/module.py\n# code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc'\n# extension module 'libdnf._module' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_module.so'\n# extension module 'libdnf._module' executed from '/usr/lib64/python3.12/site-packages/libdnf/_module.so'\nimport 'libdnf._module' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fb36e000>\nimport 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb320920>\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/repo.py\n# code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc'\n# extension module 'libdnf._repo' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so'\n# extension module 'libdnf._repo' executed from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so'\nimport 'libdnf._repo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fb3acec0>\nimport 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb36e0c0>\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/transaction.py\n# code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc'\n# extension module 'libdnf._transaction' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so'\n# extension module 'libdnf._transaction' executed from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so'\nimport 'libdnf._transaction' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fb3e0f20>\nimport 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb3ad160>\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/utils.py\n# code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc'\n# extension module 'libdnf._utils' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so'\n# extension module 'libdnf._utils' executed from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so'\nimport 'libdnf._utils' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fb3e2150>\nimport 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb3e1580>\nimport 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb7b7290>\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/comps.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/exceptions.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/i18n.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc'\nimport 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa020aa0>\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/util.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/callback.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc'\nimport 'dnf.yum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0239b0>\n# /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/rpmtrans.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc'\nimport 'dnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa03c890>\nimport 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa023a10>\nimport 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa023200>\n# /usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/hawkey/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc'\n# extension module 'hawkey._hawkey' loaded from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so'\n# extension module 'hawkey._hawkey' executed from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so'\nimport 'hawkey._hawkey' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fa03ddc0>\nimport 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa023dd0>\nimport 'pwd' # \nimport 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0216d0>\nimport 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb3e3fb0>\n# /usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libcomps/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc'\n# extension module 'libcomps._libpycomps' loaded from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so'\n# extension module 'libcomps._libpycomps' executed from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so'\nimport 'libcomps._libpycomps' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fa020710>\nimport 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa020290>\nimport 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb3e22d0>\n# /usr/lib/python3.12/site-packages/dnf/db/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/__init__.cpython-312.pyc'\nimport 'dnf.db' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa03f620>\n# /usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/history.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/misc.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/crypto.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc'\nimport 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa079b50>\nimport 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa078e90>\n# /usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/group.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc'\nimport 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa07a2d0>\nimport 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa03f650>\n# /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/config.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/substitutions.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc'\nimport 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa07bc20>\nimport 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa07b1a0>\nimport 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa07afc0>\n# /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/read.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repo.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/logging.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/lock.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc'\nimport 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0aac60>\n# /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py\n# code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc'\nimport 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0ab080>\nimport 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0aa1b0>\nimport 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0a8440>\nimport 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa07b440>\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/dnssec.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/transaction.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc'\nimport 'dnf.rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0c9c10>\nimport 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0c8d40>\nimport 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0a8950>\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/drpm.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc'\nimport 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0ca240>\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/goal.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc'\nimport 'dnf.goal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0ca600>\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/history.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc'\nimport 'dnf.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0ca690>\n# /usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc'\nimport 'dnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0ca7b0>\n# /usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/module_base.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/smartcols.py\n# code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc'\n# extension module 'libdnf._smartcols' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so'\n# extension module 'libdnf._smartcols' executed from '/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so'\nimport 'libdnf._smartcols' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fa0fd310>\nimport 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0cb470>\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/selector.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc'\nimport 'dnf.selector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0fd340>\n# /usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/exceptions.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc'\nimport 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0fd430>\nimport 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0ca5a0>\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/persistor.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc'\nimport 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0fd5e0>\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/plugin.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc'\nimport 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0fe210>\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/query.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc'\nimport 'dnf.query' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0fed20>\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repodict.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc'\nimport 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0fee70>\n# /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/connection.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc'\nimport 'dnf.rpm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0ff6e0>\n# /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/miscutils.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc'\nimport 'dnf.rpm.miscutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0ff950>\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/sack.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/package.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc'\nimport 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e1c2f0>\nimport 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0ffd40>\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/subject.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc'\nimport 'dnf.subject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e1d1f0>\nimport 'gc' # \nimport 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb789610>\nimport 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb934fb0>\nimport 'rhsm.profile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc58bf50>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/jsonwrapper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/jsonwrapper.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/jsonwrapper.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/utils.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/utils.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc matches /usr/lib64/python3.12/pprint.py\n# code object from '/usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc matches /usr/lib64/python3.12/dataclasses.py\n# code object from '/usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc'\nimport 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e1f800>\nimport 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e1e660>\n# extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\n# extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68f9e1f920>\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\n# code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc'\n# extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\n# extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68f9e47620>\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e457f0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/branding/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/branding/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/branding/__pycache__/__init__.cpython-312.pyc'\nimport 'subscription_manager.branding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e47830>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/certdirectory.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/certdirectory.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/certdirectory.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/__init__.cpython-312.pyc'\nimport 'rhsmlib.services' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e6ca40>\n# /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/config.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/config.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/config.cpython-312.pyc'\nimport 'rhsmlib.services.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e6cbf0>\n# /usr/lib64/python3.12/site-packages/rhsm/__pycache__/certificate2.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/certificate2.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/certificate2.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rhsm/__pycache__/pathtree.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/pathtree.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/pathtree.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rhsm/__pycache__/bitstream.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/bitstream.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/bitstream.cpython-312.pyc'\nimport 'rhsm.bitstream' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e6ee10>\n# /usr/lib64/python3.12/site-packages/rhsm/__pycache__/huffman.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/huffman.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/huffman.cpython-312.pyc'\nimport 'rhsm.huffman' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e6f350>\nimport 'rhsm.pathtree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e6e7b0>\nimport 'rhsm.certificate2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e6d310>\nimport 'subscription_manager.certdirectory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e47a70>\n# /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/hwprobe.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/hwprobe.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/hwprobe.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cpuinfo.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/cpuinfo.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cpuinfo.cpython-312.pyc'\nimport 'rhsmlib.facts.cpuinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ea15b0>\nimport 'rhsmlib.facts.hwprobe' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ea0590>\nimport 'subscription_manager.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e1d700>\nimport 'subscription_manager.jsonwrapper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e1d2e0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/isodate.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/isodate.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/isodate.cpython-312.pyc'\nimport 'subscription_manager.isodate' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ea2ae0>\n# /usr/lib64/python3.12/site-packages/syspurpose/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/syspurpose/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/syspurpose/__pycache__/__init__.cpython-312.pyc'\nimport 'syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ea2b40>\n# /usr/lib64/python3.12/site-packages/syspurpose/__pycache__/files.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/syspurpose/files.py\n# code object from '/usr/lib64/python3.12/site-packages/syspurpose/__pycache__/files.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/syspurpose/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/syspurpose/utils.py\n# code object from '/usr/lib64/python3.12/site-packages/syspurpose/__pycache__/utils.cpython-312.pyc'\nimport 'syspurpose.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ea37a0>\nimport 'syspurpose.files' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ea2c90>\n# /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/syspurpose.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/syspurpose.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/syspurpose.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/syspurposelib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/syspurposelib.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/syspurposelib.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/certlib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/certlib.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/certlib.cpython-312.pyc'\nimport 'subscription_manager.certlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ecc950>\nimport 'subscription_manager.syspurposelib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ecc1d0>\n# /usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/file_monitor.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/file_monitor.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/file_monitor.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/__pycache__/pyinotify.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyinotify.py\n# code object from '/usr/lib/python3.12/site-packages/__pycache__/pyinotify.cpython-312.pyc'\n# extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so'\n# extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so'\nimport 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68f9ef99a0>\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc'\n# extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\n# extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68f9c1d040>\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc'\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c1df40>\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9efba10>\n# /usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/util.py\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc'\nimport 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c1cbc0>\nimport 'pyinotify' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ecd970>\nimport 'rhsmlib.file_monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ecd010>\n# /usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/dbus/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/__init__.cpython-312.pyc'\nimport 'rhsmlib.dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c1ea20>\n# /usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/server.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/dbus/server.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/server.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc'\nimport 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c1f920>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc'\nimport 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c1f980>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc'\n# extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so'\n# extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so'\nimport '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68f9c54050>\nimport 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c1ff20>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc'\nimport 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c56600>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc'\n# /usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/__init__.py\n# code object from '/usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc'\nimport 'xml' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c57740>\n# /usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/__init__.py\n# code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc'\nimport 'xml.parsers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c57a40>\n# /usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/expat.py\n# code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc'\n# extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so'\n# extension module 'pyexpat' executed from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so'\nimport 'pyexpat' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68f9c57ad0>\nimport 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c57aa0>\nimport 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c57290>\nimport 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c56720>\nimport 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c55a60>\nimport 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c55040>\nimport 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c548c0>\nimport 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c1f3b0>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/service.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/service.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/service.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/decorators.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/decorators.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/decorators.cpython-312.pyc'\nimport 'dbus.decorators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c804a0>\nimport 'dbus.service' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c57110>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/server.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/server.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/server.cpython-312.pyc'\nimport 'dbus.server' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c80740>\n# /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc'\nimport 'dbus.mainloop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c80a70>\n# /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/glib.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc'\n# extension module '_dbus_glib_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so'\n# extension module '_dbus_glib_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so'\nimport '_dbus_glib_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68f9c80ad0>\nimport 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c80b60>\n# /usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/dbus/constants.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/constants.cpython-312.pyc'\nimport 'rhsmlib.dbus.constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c80cb0>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\n# code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc'\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c81220>\n# possible namespace for /usr/lib/python3.12/site-packages/gi\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_error.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc'\nimport 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c821e0>\n# extension module 'gi._gi' loaded from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so'\n# extension module 'gi._gi' executed from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so'\nimport 'gi._gi' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68f9c81fd0>\nimport 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c80d40>\n# /usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/repository/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/importer.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/module.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/types.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_constants.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc'\nimport 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9cacc80>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/docstring.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc'\nimport 'gi.docstring' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9cacfe0>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_propertyhelper.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc'\nimport 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9cad430>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_signalhelper.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc'\nimport 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9cadc40>\nimport 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9cac380>\nimport 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c83e90>\n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc'\nimport 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9cac1a0>\nimport 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c83950>\nimport 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c81df0>\n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GLib.py\n# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_ossighelper.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc'\nimport 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ccc7a0>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_option.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py\n# code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc'\nimport 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ccd4f0>\nimport 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9cccd10>\nimport 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9caebd0>\nimport 'gi.repository.GLib' # \n# /usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/dbus_utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/dbus/dbus_utils.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/dbus_utils.cpython-312.pyc'\n# /usr/lib64/python3.12/xml/etree/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/etree/__init__.py\n# code object from '/usr/lib64/python3.12/xml/etree/__pycache__/__init__.cpython-312.pyc'\nimport 'xml.etree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f990a3c0>\n# /usr/lib64/python3.12/xml/etree/__pycache__/ElementTree.cpython-312.pyc matches /usr/lib64/python3.12/xml/etree/ElementTree.py\n# code object from '/usr/lib64/python3.12/xml/etree/__pycache__/ElementTree.cpython-312.pyc'\n# /usr/lib64/python3.12/xml/etree/__pycache__/ElementPath.cpython-312.pyc matches /usr/lib64/python3.12/xml/etree/ElementPath.py\n# code object from '/usr/lib64/python3.12/xml/etree/__pycache__/ElementPath.cpython-312.pyc'\nimport 'xml.etree.ElementPath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9935430>\n# extension module '_elementtree' loaded from '/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so'\n# extension module '_elementtree' executed from '/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so'\nimport '_elementtree' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68f9936630>\nimport 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f990a330>\nimport 'rhsmlib.dbus.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9cadbe0>\nimport 'rhsmlib.dbus.server' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c1eb10>\nimport 'rhsmlib.services.syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ea3ce0>\nimport 'subscription_manager.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc7a68d0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cert_sorter.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cert_sorter.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cert_sorter.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/reasons.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/reasons.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/reasons.cpython-312.pyc'\nimport 'subscription_manager.reasons' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9937590>\nimport 'subscription_manager.cert_sorter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc7c0980>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/facts.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/facts.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/facts.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/all.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/all.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/all.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/insights.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/insights.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/insights.cpython-312.pyc'\nimport 'rhsmlib.facts.insights' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99641d0>\n# /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/kpatch.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/kpatch.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/kpatch.cpython-312.pyc'\nimport 'rhsmlib.facts.kpatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9964440>\n# /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cloud_facts.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/cloud_facts.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cloud_facts.cpython-312.pyc'\nimport 'rhsmlib.facts.cloud_facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9964620>\n# /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/pkg_arches.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/pkg_arches.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/pkg_arches.cpython-312.pyc'\nimport 'rhsmlib.facts.pkg_arches' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9964980>\n# /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/network.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/network.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/network.cpython-312.pyc'\nimport 'rhsmlib.facts.network' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9964cb0>\nimport 'rhsmlib.facts.all' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9937da0>\nimport 'subscription_manager.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9937ad0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/identity.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/identity.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/identity.cpython-312.pyc'\nimport 'subscription_manager.identity' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9937f80>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/validity.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/validity.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/validity.cpython-312.pyc'\nimport 'subscription_manager.validity' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99658b0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cp_provider.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cp_provider.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cp_provider.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/client_info.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/client_info.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/client_info.cpython-312.pyc'\nimport 'rhsmlib.client_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9965eb0>\nimport 'subscription_manager.cp_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9965a30>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/plugins.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/plugins.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/plugins.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/base_plugin.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/base_plugin.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/base_plugin.cpython-312.pyc'\nimport 'subscription_manager.base_plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99678c0>\nimport 'subscription_manager.plugins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9966420>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/lock.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/lock.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/lock.cpython-312.pyc'\nimport 'subscription_manager.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9966a50>\nimport 'subscription_manager.injectioninit' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc7a6150>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/managercli.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/managercli.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/managercli.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/managerlib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/managerlib.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/managerlib.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/repolib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/repolib.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/repolib.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/model/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/model/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/model/__pycache__/__init__.cpython-312.pyc'\nimport 'subscription_manager.model' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f998baa0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/model/__pycache__/ent_cert.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/model/ent_cert.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/model/__pycache__/ent_cert.cpython-312.pyc'\nimport 'subscription_manager.model.ent_cert' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f998be00>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/repofile.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/repofile.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/repofile.cpython-312.pyc'\nimport 'subscription_manager.repofile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f998bf80>\nimport 'subscription_manager.repolib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f998aa20>\nimport 'subscription_manager.managerlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9989310>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cli.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cli.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/exceptions.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/exceptions.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/entcertlib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/entcertlib.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/entcertlib.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/content_action_client.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/content_action_client.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/content_action_client.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/base_action_client.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/base_action_client.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/base_action_client.cpython-312.pyc'\nimport 'subscription_manager.base_action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99b7c20>\nimport 'subscription_manager.content_action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99b76b0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/rhelentbranding.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/rhelentbranding.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/rhelentbranding.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/entbranding.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/entbranding.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/entbranding.cpython-312.pyc'\nimport 'subscription_manager.entbranding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f0800>\nimport 'subscription_manager.rhelentbranding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f01a0>\nimport 'subscription_manager.entcertlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99b67e0>\nimport 'subscription_manager.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99b6420>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/printing_utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/printing_utils.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/printing_utils.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/unicode_width.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/unicode_width.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/unicode_width.cpython-312.pyc'\nimport 'subscription_manager.unicode_width' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f1b50>\nimport 'subscription_manager.printing_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f1790>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/i18n_argparse.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/i18n_argparse.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/i18n_argparse.cpython-312.pyc'\nimport 'subscription_manager.i18n_argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f1d60>\nimport 'subscription_manager.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99b5eb0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/__init__.cpython-312.pyc'\nimport 'subscription_manager.cli_command' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f1f70>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/attach.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/attach.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/attach.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/fileinput.cpython-312.pyc matches /usr/lib64/python3.12/fileinput.py\n# code object from '/usr/lib64/python3.12/__pycache__/fileinput.cpython-312.pyc'\nimport 'fileinput' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f23c0>\n# /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/attach.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/attach.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/attach.cpython-312.pyc'\nimport 'rhsmlib.services.attach' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f2f00>\n# /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/products.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/products.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/products.cpython-312.pyc'\nimport 'rhsmlib.services.products' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f3110>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/action_client.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/action_client.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/action_client.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/identitycertlib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/identitycertlib.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/identitycertlib.cpython-312.pyc'\nimport 'subscription_manager.identitycertlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f3680>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/healinglib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/healinglib.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/healinglib.cpython-312.pyc'\nimport 'subscription_manager.healinglib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f3a10>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/factlib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/factlib.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/factlib.cpython-312.pyc'\nimport 'subscription_manager.factlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f3da0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/packageprofilelib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/packageprofilelib.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/packageprofilelib.cpython-312.pyc'\nimport 'subscription_manager.packageprofilelib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f3fe0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/installedproductslib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/installedproductslib.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/installedproductslib.cpython-312.pyc'\nimport 'subscription_manager.installedproductslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980c2c0>\nimport 'subscription_manager.action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f33b0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/cli.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/cli.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/cli.cpython-312.pyc'\nimport 'subscription_manager.cli_command.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980c560>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/list.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/list.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/list.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/entitlement.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/entitlement.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/entitlement.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/exceptions.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/exceptions.cpython-312.pyc'\nimport 'rhsmlib.services.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980db20>\nimport 'rhsmlib.services.entitlement' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980d460>\nimport 'subscription_manager.cli_command.list' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980cd10>\nimport 'subscription_manager.cli_command.attach' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f20c0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/autoheal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/autoheal.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/autoheal.cpython-312.pyc'\nimport 'subscription_manager.cli_command.autoheal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980db50>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/clean.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/clean.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/clean.cpython-312.pyc'\nimport 'subscription_manager.cli_command.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980ddf0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/config.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/config.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/config.cpython-312.pyc'\nimport 'subscription_manager.cli_command.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980df40>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/environments.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/environments.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/environments.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/org.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/org.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/org.cpython-312.pyc'\n# extension module 'readline' loaded from '/usr/lib64/python3.12/lib-dynload/readline.cpython-312-x86_64-linux-gnu.so'\n# extension module 'readline' executed from '/usr/lib64/python3.12/lib-dynload/readline.cpython-312-x86_64-linux-gnu.so'\nimport 'readline' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68f980eb40>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/user_pass.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/user_pass.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/user_pass.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py\n# code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc'\nimport 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980f050>\nimport 'subscription_manager.cli_command.user_pass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980ed80>\nimport 'subscription_manager.cli_command.org' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980e7e0>\nimport 'subscription_manager.cli_command.environments' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980e150>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/facts.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/facts.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/facts.cpython-312.pyc'\nimport 'subscription_manager.cli_command.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980f470>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/identity.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/identity.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/identity.cpython-312.pyc'\nimport 'subscription_manager.cli_command.identity' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980f5c0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/override.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/override.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/override.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/overrides.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/overrides.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/overrides.cpython-312.pyc'\nimport 'subscription_manager.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980fe00>\nimport 'subscription_manager.cli_command.override' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980f920>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/owners.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/owners.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/owners.cpython-312.pyc'\nimport 'subscription_manager.cli_command.owners' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9838680>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/plugins.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/plugins.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/plugins.cpython-312.pyc'\nimport 'subscription_manager.cli_command.plugins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f98387a0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/redeem.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/redeem.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/redeem.cpython-312.pyc'\nimport 'subscription_manager.cli_command.redeem' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9838aa0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/refresh.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/refresh.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/refresh.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/refresh.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/refresh.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/refresh.cpython-312.pyc'\nimport 'rhsmlib.services.refresh' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9838fb0>\nimport 'subscription_manager.cli_command.refresh' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9838c80>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/register.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/register.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/register.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/unregister.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/unregister.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/unregister.cpython-312.pyc'\nimport 'rhsmlib.services.unregister' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9839a60>\n# /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/register.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/register.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/register.cpython-312.pyc'\nimport 'rhsmlib.services.register' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9839ca0>\nimport 'subscription_manager.cli_command.register' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9839040>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/release.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/release.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/release.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/release.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/release.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/release.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/listing.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/listing.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/listing.cpython-312.pyc'\nimport 'subscription_manager.listing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f983a7b0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/rhelproduct.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/rhelproduct.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/rhelproduct.cpython-312.pyc'\nimport 'subscription_manager.rhelproduct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f983a930>\nimport 'subscription_manager.release' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f983a240>\nimport 'subscription_manager.cli_command.release' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9839f40>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/remove.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/remove.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/remove.cpython-312.pyc'\nimport 'subscription_manager.cli_command.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f983abd0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/repos.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/repos.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/repos.cpython-312.pyc'\nimport 'subscription_manager.cli_command.repos' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f983af60>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/status.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/status.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/status.cpython-312.pyc'\nimport 'subscription_manager.cli_command.status' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f983b3b0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/syspurpose.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/syspurpose.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/syspurpose.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/addons.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/addons.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/addons.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/abstract_syspurpose.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/abstract_syspurpose.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/abstract_syspurpose.cpython-312.pyc'\nimport 'subscription_manager.cli_command.abstract_syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f983bda0>\nimport 'subscription_manager.cli_command.addons' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f983bb30>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/role.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/role.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/role.cpython-312.pyc'\nimport 'subscription_manager.cli_command.role' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9860a40>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/service_level.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/service_level.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/service_level.cpython-312.pyc'\nimport 'subscription_manager.cli_command.service_level' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9860ad0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/usage.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/usage.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/usage.cpython-312.pyc'\nimport 'subscription_manager.cli_command.usage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9861070>\nimport 'subscription_manager.cli_command.syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f983b7a0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/unregister.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/unregister.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/unregister.cpython-312.pyc'\nimport 'subscription_manager.cli_command.unregister' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9861100>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/version.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/version.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/version.cpython-312.pyc'\nimport 'subscription_manager.cli_command.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f98612e0>\nimport 'subscription_manager.managercli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9988cb0>\nimport 'subscription_manager.scripts.subscription_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb65490>\n# /usr/lib64/python3.12/site-packages/subscription_manager/branding/__pycache__/redhat_branding.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/branding/redhat_branding.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/branding/__pycache__/redhat_branding.cpython-312.pyc'\nimport 'subscription_manager.branding.redhat_branding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb64ec0>\nRuntime Error last check-in is null at org.candlepin.service.model.CloudCheckInEvent.:88 (HTTP error code 500: Internal Server Error)\n# clear sys.path_importer_cache\n# clear sys.path_hooks\n# clear builtins._\n# clear sys.path\n# clear sys.argv\n# clear sys.ps1\n# clear sys.ps2\n# clear sys.last_exc\n# clear sys.last_type\n# clear sys.last_value\n# clear sys.last_traceback\n# clear sys.__interactivehook__\n# clear sys.meta_path\n# restore sys.stdin\n# restore sys.stdout\n# restore sys.stderr\n# cleanup[2] removing sys\n# cleanup[2] removing builtins\n# cleanup[2] removing _frozen_importlib\n# cleanup[2] removing _imp\n# cleanup[2] removing _thread\n# cleanup[2] removing _warnings\n# cleanup[2] removing _weakref\n# cleanup[2] removing _io\n# cleanup[2] removing marshal\n# cleanup[2] removing posix\n# cleanup[2] removing _frozen_importlib_external\n# cleanup[2] removing time\n# cleanup[2] removing zipimport\n# cleanup[2] removing _codecs\n# cleanup[2] removing codecs\n# cleanup[2] removing encodings.aliases\n# cleanup[2] removing encodings\n# cleanup[2] removing encodings.utf_8\n# cleanup[2] removing _signal\n# cleanup[2] removing _abc\n# cleanup[2] removing abc\n# cleanup[2] removing io\n# cleanup[2] removing __main__\n# destroy __main__\n# cleanup[2] removing _stat\n# cleanup[2] removing stat\n# cleanup[2] removing _collections_abc\n# cleanup[2] removing genericpath\n# cleanup[2] removing posixpath\n# cleanup[2] removing os.path\n# cleanup[2] removing os\n# cleanup[2] removing _sitebuiltins\n# cleanup[2] removing encodings.utf_8_sig\n# cleanup[2] removing _distutils_hack\n# destroy _distutils_hack\n# cleanup[2] removing site\n# destroy site\n# cleanup[2] removing types\n# cleanup[2] removing _operator\n# cleanup[2] removing operator\n# cleanup[2] removing itertools\n# cleanup[2] removing keyword\n# cleanup[2] removing reprlib\n# destroy reprlib\n# cleanup[2] removing _collections\n# cleanup[2] removing collections\n# cleanup[2] removing _functools\n# cleanup[2] removing functools\n# cleanup[2] removing enum\n# cleanup[2] removing _sre\n# cleanup[2] removing re._constants\n# cleanup[2] removing re._parser\n# cleanup[2] removing re._casefix\n# cleanup[2] removing re._compiler\n# cleanup[2] removing copyreg\n# cleanup[2] removing re\n# cleanup[2] removing importlib._bootstrap\n# cleanup[2] removing importlib._bootstrap_external\n# cleanup[2] removing warnings\n# cleanup[2] removing importlib\n# cleanup[2] removing _csv\n# cleanup[2] removing csv\n# cleanup[2] removing email\n# cleanup[2] removing fnmatch\n# cleanup[2] removing ntpath\n# cleanup[2] removing errno\n# cleanup[2] removing urllib\n# cleanup[2] removing math\n# cleanup[2] removing ipaddress\n# cleanup[2] removing urllib.parse\n# cleanup[2] removing pathlib\n# cleanup[2] removing binascii\n# cleanup[2] removing importlib._abc\n# cleanup[2] removing importlib.util\n# cleanup[2] removing zlib\n# cleanup[2] removing _compression\n# cleanup[2] removing _bz2\n# cleanup[2] removing bz2\n# cleanup[2] removing _lzma\n# cleanup[2] removing lzma\n# cleanup[2] removing shutil\n# cleanup[2] removing _struct\n# cleanup[2] removing struct\n# cleanup[2] removing _weakrefset\n# destroy _weakrefset\n# cleanup[2] removing threading\n# cleanup[2] removing contextlib\n# cleanup[2] removing zipfile._path.glob\n# cleanup[2] removing zipfile._path\n# cleanup[2] removing zipfile\n# cleanup[2] removing textwrap\n# cleanup[2] removing _ast\n# destroy _ast\n# cleanup[2] removing ast\n# cleanup[2] removing _opcode\n# cleanup[2] removing opcode\n# destroy opcode\n# cleanup[2] removing dis\n# cleanup[2] removing collections.abc\n# cleanup[2] removing importlib.machinery\n# cleanup[2] removing token\n# cleanup[2] removing _tokenize\n# cleanup[2] removing tokenize\n# cleanup[2] removing linecache\n# cleanup[2] removing weakref\n# cleanup[2] removing inspect\n# cleanup[2] removing quopri\n# cleanup[2] removing _bisect\n# cleanup[2] removing bisect\n# cleanup[2] removing _random\n# cleanup[2] removing _hashlib\n# cleanup[2] removing _blake2\n# cleanup[2] removing hashlib\n# cleanup[2] removing random\n# cleanup[2] removing _socket\n# cleanup[2] removing select\n# cleanup[2] removing selectors\n# cleanup[2] removing array\n# cleanup[2] removing socket\n# cleanup[2] removing _datetime\n# cleanup[2] removing datetime\n# cleanup[2] removing _locale\n# cleanup[2] removing locale\n# cleanup[2] removing calendar\n# cleanup[2] removing email._parseaddr\n# cleanup[2] removing base64\n# cleanup[2] removing email.base64mime\n# cleanup[2] removing _string\n# cleanup[2] removing string\n# cleanup[2] removing email.quoprimime\n# cleanup[2] removing email.errors\n# cleanup[2] removing email.encoders\n# cleanup[2] removing email.charset\n# cleanup[2] removing email.utils\n# cleanup[2] removing email.header\n# cleanup[2] removing email._policybase\n# cleanup[2] removing email._encoded_words\n# cleanup[2] removing email.iterators\n# cleanup[2] removing email.message\n# cleanup[2] removing importlib.metadata._functools\n# cleanup[2] removing importlib.metadata._text\n# cleanup[2] removing importlib.metadata._adapters\n# cleanup[2] removing _typing\n# cleanup[2] removing typing\n# cleanup[2] removing importlib.metadata._meta\n# cleanup[2] removing importlib.metadata._collections\n# cleanup[2] removing importlib.metadata._itertools\n# cleanup[2] removing tempfile\n# cleanup[2] removing importlib.resources.abc\n# cleanup[2] removing importlib.resources._adapters\n# cleanup[2] removing importlib.resources._common\n# cleanup[2] removing importlib.resources._legacy\n# cleanup[2] removing importlib.resources\n# cleanup[2] removing importlib.abc\n# cleanup[2] removing importlib.metadata\n# cleanup[2] removing subscription_manager\n# cleanup[2] removing subscription_manager.scripts\n# cleanup[2] removing gettext\n# cleanup[2] removing traceback\n# cleanup[2] removing atexit\n# cleanup[2] removing logging\n# cleanup[2] removing subscription_manager.i18n\n# cleanup[2] removing rhsm\n# cleanup[2] removing _compat_pickle\n# cleanup[2] removing _pickle\n# cleanup[2] removing pickle\n# cleanup[2] removing _heapq\n# cleanup[2] removing heapq\n# cleanup[2] removing _queue\n# cleanup[2] removing queue\n# cleanup[2] removing copy\n# cleanup[2] removing logging.handlers\n# cleanup[2] removing socketserver\n# destroy socketserver\n# cleanup[2] removing logging.config\n# cleanup[2] removing configparser\n# cleanup[2] removing iniparse.configparser\n# cleanup[2] removing __future__\n# destroy __future__\n# cleanup[2] removing six\n# cleanup[2] removing iniparse.config\n# cleanup[2] removing iniparse.ini\n# cleanup[2] removing iniparse.compat\n# cleanup[2] removing iniparse.utils\n# cleanup[2] removing iniparse\n# destroy iniparse\n# destroy iniparse.configparser\n# destroy iniparse.utils\n# cleanup[2] removing rhsm.config\n# cleanup[2] removing rhsm.logutil\n# cleanup[2] removing subscription_manager.injection\n# cleanup[2] removing _ssl\n# cleanup[2] removing ssl\n# cleanup[2] removing http\n# cleanup[2] removing email.feedparser\n# cleanup[2] removing email.parser\n# cleanup[2] removing http.client\n# cleanup[2] removing rhsm.https\n# cleanup[2] removing dateutil._version\n# cleanup[2] removing dateutil\n# cleanup[2] removing rhsm._certificate\n# cleanup[2] removing rhsm.certificate\n# cleanup[2] removing numbers\n# destroy numbers\n# cleanup[2] removing _decimal\n# cleanup[2] removing decimal\n# destroy decimal\n# cleanup[2] removing dateutil._common\n# cleanup[2] removing dateutil.relativedelta\n# cleanup[2] removing six.moves\n# cleanup[2] removing dateutil.tz._common\n# cleanup[2] removing dateutil.tz._factories\n# cleanup[2] removing dateutil.tz.tz\n# cleanup[2] removing dateutil.tz\n# cleanup[2] removing dateutil.parser._parser\n# cleanup[2] removing dateutil.parser.isoparser\n# destroy dateutil.parser.isoparser\n# cleanup[2] removing dateutil.parser\n# cleanup[2] removing urllib.response\n# cleanup[2] removing urllib.error\n# cleanup[2] removing urllib.request\n# cleanup[2] removing _json\n# cleanup[2] removing json.scanner\n# cleanup[2] removing json.decoder\n# cleanup[2] removing json.encoder\n# cleanup[2] removing json\n# cleanup[2] removing rhsm.ourjson\n# cleanup[2] removing rhsm.utils\n# cleanup[2] removing subscription_manager.version\n# cleanup[2] removing rhsm.connection\n# cleanup[2] removing rpm._rpm\n# cleanup[2] removing rpm.transaction\n# cleanup[2] removing rpm\n# cleanup[2] removing cloud_what\n# destroy cloud_what\n# cleanup[2] removing rhsmlib\n# destroy rhsmlib\n# cleanup[2] removing rhsmlib.facts\n# cleanup[2] removing platform\n# cleanup[2] removing rhsmlib.facts.collection\n# cleanup[2] removing rhsmlib.facts.collector\n# cleanup[2] removing rhsmlib.facts.cleanup\n# cleanup[2] removing signal\n# cleanup[2] removing fcntl\n# cleanup[2] removing _posixsubprocess\n# cleanup[2] removing subprocess\n# cleanup[2] removing rhsmlib.facts.virt\n# cleanup[2] removing rhsmlib.facts.dmidecodeparser\n# cleanup[2] removing rhsmlib.facts.dmiinfo\n# cleanup[2] removing rhsmlib.facts.firmware_info\n# cleanup[2] removing rhsmlib.facts.host_collector\n# cleanup[2] removing glob\n# cleanup[2] removing rhsmlib.facts.custom\n# cleanup[2] removing urllib3.packages\n# cleanup[2] removing urllib3.packages.six\n# cleanup[2] removing urllib3.packages.six.moves\n# cleanup[2] removing urllib3.packages.six.moves.http_client\n# cleanup[2] removing urllib3.exceptions\n# cleanup[2] removing urllib3._version\n# cleanup[2] removing urllib3._collections\n# cleanup[2] removing urllib3.contrib\n# cleanup[2] removing urllib3.contrib._appengine_environ\n# cleanup[2] removing urllib3.util.wait\n# cleanup[2] removing urllib3.util.connection\n# cleanup[2] removing urllib3.util.request\n# cleanup[2] removing urllib3.util.response\n# cleanup[2] removing urllib3.util.retry\n# cleanup[2] removing hmac\n# cleanup[2] removing urllib3.util.url\n# cleanup[2] removing urllib3.util.ssltransport\n# cleanup[2] removing urllib3.util.ssl_\n# cleanup[2] removing urllib3.util.timeout\n# cleanup[2] removing urllib3.util\n# cleanup[2] removing urllib3.util.proxy\n# cleanup[2] removing urllib3.util.ssl_match_hostname\n# cleanup[2] removing urllib3.connection\n# cleanup[2] removing mimetypes\n# cleanup[2] removing urllib3.fields\n# cleanup[2] removing urllib3.filepost\n# cleanup[2] removing urllib3.packages.six.moves.urllib\n# cleanup[2] removing urllib3.packages.six.moves.urllib.parse\n# cleanup[2] removing urllib3.request\n# cleanup[2] removing urllib3.response\n# cleanup[2] removing urllib3.util.queue\n# cleanup[2] removing urllib3.connectionpool\n# cleanup[2] removing urllib3.poolmanager\n# cleanup[2] removing urllib3\n# cleanup[2] removing charset_normalizer.constant\n# cleanup[2] removing unicodedata\n# cleanup[2] removing _multibytecodec\n# cleanup[2] removing charset_normalizer.utils\n# cleanup[2] removing charset_normalizer.md\n# cleanup[2] removing charset_normalizer.models\n# cleanup[2] removing charset_normalizer.cd\n# cleanup[2] removing charset_normalizer.api\n# cleanup[2] removing charset_normalizer.legacy\n# cleanup[2] removing charset_normalizer.version\n# cleanup[2] removing charset_normalizer\n# cleanup[2] removing http.cookiejar\n# cleanup[2] removing http.cookies\n# cleanup[2] removing requests.compat\n# cleanup[2] removing requests.exceptions\n# cleanup[2] removing requests.packages.urllib3.packages\n# cleanup[2] removing requests.packages.urllib3.packages.six\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves.http_client\n# cleanup[2] removing requests.packages.urllib3.exceptions\n# cleanup[2] removing requests.packages.urllib3._version\n# cleanup[2] removing requests.packages.urllib3._collections\n# cleanup[2] removing requests.packages.urllib3.contrib\n# cleanup[2] removing requests.packages.urllib3.contrib._appengine_environ\n# cleanup[2] removing requests.packages.urllib3.util.wait\n# cleanup[2] removing requests.packages.urllib3.util.connection\n# cleanup[2] removing requests.packages.urllib3.util.request\n# cleanup[2] removing requests.packages.urllib3.util.response\n# cleanup[2] removing requests.packages.urllib3.util.retry\n# cleanup[2] removing requests.packages.urllib3.util.url\n# cleanup[2] removing requests.packages.urllib3.util.ssltransport\n# cleanup[2] removing requests.packages.urllib3.util.ssl_\n# cleanup[2] removing requests.packages.urllib3.util.timeout\n# cleanup[2] removing requests.packages.urllib3.util\n# cleanup[2] removing requests.packages.urllib3.util.proxy\n# cleanup[2] removing requests.packages.urllib3.util.ssl_match_hostname\n# cleanup[2] removing requests.packages.urllib3.connection\n# cleanup[2] removing requests.packages.urllib3.fields\n# cleanup[2] removing requests.packages.urllib3.filepost\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves.urllib\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves.urllib.parse\n# cleanup[2] removing requests.packages.urllib3.request\n# cleanup[2] removing requests.packages.urllib3.response\n# cleanup[2] removing requests.packages.urllib3.util.queue\n# cleanup[2] removing requests.packages.urllib3.connectionpool\n# cleanup[2] removing requests.packages.urllib3.poolmanager\n# cleanup[2] removing requests.packages.urllib3\n# cleanup[2] removing idna.package_data\n# cleanup[2] removing idna.idnadata\n# cleanup[2] removing idna.intranges\n# cleanup[2] removing idna.core\n# cleanup[2] removing idna\n# cleanup[2] removing requests.packages.idna.package_data\n# cleanup[2] removing requests.packages.idna.idnadata\n# cleanup[2] removing requests.packages.idna.intranges\n# cleanup[2] removing requests.packages.idna.core\n# cleanup[2] removing requests.packages.idna\n# cleanup[2] removing requests.packages.charset_normalizer.constant\n# cleanup[2] removing requests.packages.chardet.constant\n# cleanup[2] removing requests.packages.charset_normalizer.utils\n# cleanup[2] removing requests.packages.chardet.utils\n# cleanup[2] removing requests.packages.charset_normalizer.md\n# cleanup[2] removing requests.packages.chardet.md\n# cleanup[2] removing requests.packages.charset_normalizer.models\n# cleanup[2] removing requests.packages.chardet.models\n# cleanup[2] removing requests.packages.charset_normalizer.cd\n# cleanup[2] removing requests.packages.chardet.cd\n# cleanup[2] removing requests.packages.charset_normalizer.api\n# cleanup[2] removing requests.packages.chardet.api\n# cleanup[2] removing requests.packages.charset_normalizer.legacy\n# cleanup[2] removing requests.packages.chardet.legacy\n# cleanup[2] removing requests.packages.charset_normalizer.version\n# cleanup[2] removing requests.packages.chardet.version\n# cleanup[2] removing requests.packages.charset_normalizer\n# cleanup[2] removing requests.packages.chardet\n# cleanup[2] removing requests.packages\n# cleanup[2] removing requests.certs\n# cleanup[2] removing requests.__version__\n# destroy requests.__version__\n# cleanup[2] removing requests._internal_utils\n# cleanup[2] removing requests.cookies\n# cleanup[2] removing requests.structures\n# cleanup[2] removing requests.utils\n# cleanup[2] removing requests.auth\n# cleanup[2] removing stringprep\n# cleanup[2] removing encodings.idna\n# cleanup[2] removing requests.hooks\n# cleanup[2] removing requests.status_codes\n# cleanup[2] removing requests.models\n# cleanup[2] removing requests.adapters\n# cleanup[2] removing requests.sessions\n# cleanup[2] removing requests.api\n# cleanup[2] removing requests\n# cleanup[2] removing cloud_what._base_provider\n# destroy cloud_what._base_provider\n# cleanup[2] removing cloud_what.providers\n# destroy cloud_what.providers\n# cleanup[2] removing cloud_what.providers.aws\n# destroy cloud_what.providers.aws\n# cleanup[2] removing cloud_what.providers.azure\n# destroy cloud_what.providers.azure\n# cleanup[2] removing cloud_what.providers.gcp\n# destroy cloud_what.providers.gcp\n# cleanup[2] removing cloud_what.provider\n# cleanup[2] removing email.mime\n# cleanup[2] removing email._header_value_parser\n# cleanup[2] removing email.headerregistry\n# cleanup[2] removing email.contentmanager\n# cleanup[2] removing email.policy\n# cleanup[2] removing email.mime.base\n# cleanup[2] removing email.mime.nonmultipart\n# cleanup[2] removing email.mime.text\n# cleanup[2] removing shlex\n# cleanup[2] removing dnf.pycomp\n# cleanup[2] removing dnf.const\n# cleanup[2] removing argparse\n# cleanup[2] removing swig_runtime_data4\n# destroy swig_runtime_data4\n# cleanup[2] removing libdnf._error\n# cleanup[2] removing libdnf.error\n# cleanup[2] removing libdnf._common_types\n# cleanup[2] removing libdnf.common_types\n# cleanup[2] removing libdnf._conf\n# cleanup[2] removing libdnf.conf\n# cleanup[2] removing libdnf._module\n# cleanup[2] removing libdnf.module\n# cleanup[2] removing libdnf._repo\n# cleanup[2] removing libdnf.repo\n# cleanup[2] removing libdnf._transaction\n# cleanup[2] removing libdnf.transaction\n# cleanup[2] removing libdnf._utils\n# cleanup[2] removing libdnf.utils\n# cleanup[2] removing libdnf\n# cleanup[2] removing dnf.i18n\n# cleanup[2] removing dnf.yum\n# cleanup[2] removing dnf.transaction\n# cleanup[2] removing dnf.yum.rpmtrans\n# cleanup[2] removing dnf.callback\n# cleanup[2] removing hawkey._hawkey\n# cleanup[2] removing hawkey\n# cleanup[2] removing pwd\n# cleanup[2] removing dnf.util\n# cleanup[2] removing dnf.exceptions\n# cleanup[2] removing libcomps._libpycomps\n# cleanup[2] removing libcomps\n# cleanup[2] removing dnf.comps\n# cleanup[2] removing dnf.db\n# cleanup[2] removing dnf.crypto\n# cleanup[2] removing dnf.yum.misc\n# cleanup[2] removing dnf.db.group\n# cleanup[2] removing dnf.db.history\n# cleanup[2] removing dnf.conf.substitutions\n# cleanup[2] removing dnf.conf.config\n# cleanup[2] removing dnf.conf\n# cleanup[2] removing dnf.lock\n# cleanup[2] removing gzip\n# cleanup[2] removing dnf.logging\n# cleanup[2] removing dnf.repo\n# cleanup[2] removing dnf.conf.read\n# cleanup[2] removing dnf.rpm.transaction\n# cleanup[2] removing dnf.rpm\n# cleanup[2] removing dnf.dnssec\n# cleanup[2] removing dnf.drpm\n# cleanup[2] removing dnf.goal\n# cleanup[2] removing dnf.history\n# cleanup[2] removing dnf.module\n# cleanup[2] removing libdnf._smartcols\n# cleanup[2] removing libdnf.smartcols\n# cleanup[2] removing dnf.selector\n# cleanup[2] removing dnf.module.exceptions\n# cleanup[2] removing dnf.module.module_base\n# cleanup[2] removing dnf.persistor\n# cleanup[2] removing dnf.plugin\n# cleanup[2] removing dnf.query\n# cleanup[2] removing dnf.repodict\n# cleanup[2] removing dnf.rpm.connection\n# cleanup[2] removing dnf.rpm.miscutils\n# cleanup[2] removing dnf.package\n# cleanup[2] removing dnf.sack\n# cleanup[2] removing dnf.subject\n# cleanup[2] removing gc\n# cleanup[2] removing dnf.base\n# cleanup[2] removing dnf\n# cleanup[2] removing rhsm.profile\n# cleanup[2] removing dataclasses\n# cleanup[2] removing pprint\n# cleanup[2] removing syslog\n# cleanup[2] removing _uuid\n# cleanup[2] removing uuid\n# cleanup[2] removing subscription_manager.branding\n# cleanup[2] removing rhsmlib.services\n# cleanup[2] removing rhsmlib.services.config\n# cleanup[2] removing rhsm.bitstream\n# cleanup[2] removing rhsm.huffman\n# cleanup[2] removing rhsm.pathtree\n# cleanup[2] removing rhsm.certificate2\n# cleanup[2] removing subscription_manager.certdirectory\n# cleanup[2] removing rhsmlib.facts.cpuinfo\n# cleanup[2] removing rhsmlib.facts.hwprobe\n# cleanup[2] removing subscription_manager.utils\n# cleanup[2] removing subscription_manager.jsonwrapper\n# cleanup[2] removing subscription_manager.isodate\n# cleanup[2] removing syspurpose\n# destroy syspurpose\n# cleanup[2] removing syspurpose.utils\n# destroy syspurpose.utils\n# cleanup[2] removing syspurpose.files\n# destroy syspurpose.files\n# cleanup[2] removing subscription_manager.certlib\n# cleanup[2] removing subscription_manager.syspurposelib\n# cleanup[2] removing termios\n# cleanup[2] removing _ctypes\n# cleanup[2] removing ctypes._endian\n# cleanup[2] removing ctypes\n# cleanup[2] removing ctypes.util\n# cleanup[2] removing pyinotify\n# cleanup[2] removing rhsmlib.file_monitor\n# cleanup[2] removing rhsmlib.dbus\n# cleanup[2] removing dbus._compat\n# cleanup[2] removing dbus.exceptions\n# cleanup[2] removing _dbus_bindings\n# cleanup[2] removing dbus.types\n# cleanup[2] removing dbus.lowlevel\n# cleanup[2] removing xml\n# destroy xml\n# cleanup[2] removing xml.parsers\n# destroy xml.parsers\n# cleanup[2] removing pyexpat.errors\n# cleanup[2] removing pyexpat.model\n# cleanup[2] removing pyexpat\n# cleanup[2] removing xml.parsers.expat.model\n# cleanup[2] removing xml.parsers.expat.errors\n# cleanup[2] removing xml.parsers.expat\n# destroy xml.parsers.expat\n# cleanup[2] removing dbus._expat_introspect_parser\n# cleanup[2] removing dbus.proxies\n# cleanup[2] removing dbus.connection\n# cleanup[2] removing dbus.bus\n# cleanup[2] removing dbus._dbus\n# cleanup[2] removing dbus\n# cleanup[2] removing dbus.decorators\n# cleanup[2] removing dbus.service\n# cleanup[2] removing dbus.server\n# cleanup[2] removing dbus.mainloop\n# cleanup[2] removing _dbus_glib_bindings\n# cleanup[2] removing dbus.mainloop.glib\n# cleanup[2] removing rhsmlib.dbus.constants\n# cleanup[2] removing pkgutil\n# destroy pkgutil\n# cleanup[2] removing gi._error\n# cleanup[2] removing gi._gi\n# cleanup[2] removing gi._gobject\n# cleanup[2] removing glib\n# destroy glib\n# cleanup[2] removing gobject\n# destroy gobject\n# cleanup[2] removing gio\n# destroy gio\n# cleanup[2] removing gtk\n# destroy gtk\n# cleanup[2] removing gtk.gdk\n# destroy gtk.gdk\n# cleanup[2] removing gi\n# cleanup[2] removing gi._constants\n# cleanup[2] removing gi.docstring\n# cleanup[2] removing gi._propertyhelper\n# cleanup[2] removing gi._signalhelper\n# cleanup[2] removing gi.types\n# cleanup[2] removing gi.module\n# cleanup[2] removing gi.overrides\n# cleanup[2] removing gi.importer\n# cleanup[2] removing gi.repository\n# cleanup[2] removing gi._ossighelper\n# cleanup[2] removing optparse\n# cleanup[2] removing gi._option\n# cleanup[2] removing gi.overrides.GLib\n# cleanup[2] removing gi.repository.GLib\n# cleanup[2] removing xml.etree\n# destroy xml.etree\n# cleanup[2] removing xml.etree.ElementPath\n# cleanup[2] removing _elementtree\n# cleanup[2] removing xml.etree.ElementTree\n# cleanup[2] removing rhsmlib.dbus.dbus_utils\n# cleanup[2] removing rhsmlib.dbus.server\n# cleanup[2] removing rhsmlib.services.syspurpose\n# cleanup[2] removing subscription_manager.cache\n# cleanup[2] removing subscription_manager.reasons\n# cleanup[2] removing subscription_manager.cert_sorter\n# cleanup[2] removing rhsmlib.facts.insights\n# cleanup[2] removing rhsmlib.facts.kpatch\n# cleanup[2] removing rhsmlib.facts.cloud_facts\n# cleanup[2] removing rhsmlib.facts.pkg_arches\n# cleanup[2] removing rhsmlib.facts.network\n# cleanup[2] removing rhsmlib.facts.all\n# cleanup[2] removing subscription_manager.facts\n# cleanup[2] removing subscription_manager.identity\n# cleanup[2] removing subscription_manager.validity\n# cleanup[2] removing rhsmlib.client_info\n# cleanup[2] removing subscription_manager.cp_provider\n# cleanup[2] removing subscription_manager.base_plugin\n# cleanup[2] removing subscription_manager.plugins\n# cleanup[2] removing subscription_manager.lock\n# cleanup[2] removing subscription_manager.injectioninit\n# cleanup[2] removing subscription_manager.model\n# cleanup[2] removing subscription_manager.model.ent_cert\n# cleanup[2] removing subscription_manager.repofile\n# cleanup[2] removing subscription_manager.repolib\n# cleanup[2] removing subscription_manager.managerlib\n# cleanup[2] removing subscription_manager.base_action_client\n# cleanup[2] removing subscription_manager.content_action_client\n# cleanup[2] removing subscription_manager.entbranding\n# cleanup[2] removing subscription_manager.rhelentbranding\n# cleanup[2] removing subscription_manager.entcertlib\n# cleanup[2] removing subscription_manager.exceptions\n# cleanup[2] removing subscription_manager.unicode_width\n# cleanup[2] removing subscription_manager.printing_utils\n# cleanup[2] removing subscription_manager.i18n_argparse\n# cleanup[2] removing subscription_manager.cli\n# cleanup[2] removing subscription_manager.cli_command\n# cleanup[2] removing fileinput\n# cleanup[2] removing rhsmlib.services.attach\n# cleanup[2] removing rhsmlib.services.products\n# cleanup[2] removing subscription_manager.identitycertlib\n# cleanup[2] removing subscription_manager.healinglib\n# cleanup[2] removing subscription_manager.factlib\n# cleanup[2] removing subscription_manager.packageprofilelib\n# cleanup[2] removing subscription_manager.installedproductslib\n# cleanup[2] removing subscription_manager.action_client\n# cleanup[2] removing subscription_manager.cli_command.cli\n# cleanup[2] removing rhsmlib.services.exceptions\n# cleanup[2] removing rhsmlib.services.entitlement\n# cleanup[2] removing subscription_manager.cli_command.list\n# cleanup[2] removing subscription_manager.cli_command.attach\n# cleanup[2] removing subscription_manager.cli_command.autoheal\n# cleanup[2] removing subscription_manager.cli_command.clean\n# cleanup[2] removing subscription_manager.cli_command.config\n# cleanup[2] removing readline\n# cleanup[2] removing getpass\n# cleanup[2] removing subscription_manager.cli_command.user_pass\n# cleanup[2] removing subscription_manager.cli_command.org\n# cleanup[2] removing subscription_manager.cli_command.environments\n# cleanup[2] removing subscription_manager.cli_command.facts\n# cleanup[2] removing subscription_manager.cli_command.identity\n# cleanup[2] removing subscription_manager.overrides\n# cleanup[2] removing subscription_manager.cli_command.override\n# cleanup[2] removing subscription_manager.cli_command.owners\n# cleanup[2] removing subscription_manager.cli_command.plugins\n# cleanup[2] removing subscription_manager.cli_command.redeem\n# cleanup[2] removing rhsmlib.services.refresh\n# cleanup[2] removing subscription_manager.cli_command.refresh\n# cleanup[2] removing rhsmlib.services.unregister\n# cleanup[2] removing rhsmlib.services.register\n# cleanup[2] removing subscription_manager.cli_command.register\n# cleanup[2] removing subscription_manager.listing\n# cleanup[2] removing subscription_manager.rhelproduct\n# cleanup[2] removing subscription_manager.release\n# cleanup[2] removing subscription_manager.cli_command.release\n# cleanup[2] removing subscription_manager.cli_command.remove\n# cleanup[2] removing subscription_manager.cli_command.repos\n# cleanup[2] removing subscription_manager.cli_command.status\n# cleanup[2] removing subscription_manager.cli_command.abstract_syspurpose\n# cleanup[2] removing subscription_manager.cli_command.addons\n# cleanup[2] removing subscription_manager.cli_command.role\n# cleanup[2] removing subscription_manager.cli_command.service_level\n# cleanup[2] removing subscription_manager.cli_command.usage\n# cleanup[2] removing subscription_manager.cli_command.syspurpose\n# cleanup[2] removing subscription_manager.cli_command.unregister\n# cleanup[2] removing subscription_manager.cli_command.version\n# cleanup[2] removing subscription_manager.managercli\n# cleanup[2] removing subscription_manager.scripts.subscription_manager\n# cleanup[2] removing subscription_manager.branding.redhat_branding\n# destroy _sitebuiltins\n# destroy iniparse.compat\n# destroy rhsmlib.facts\n# destroy rhsmlib.facts.dmidecodeparser\n# destroy rhsmlib.facts.all\n# destroy rhsmlib.services\n# destroy rhsmlib.services.refresh\n# destroy rhsmlib.dbus\n# destroy rhsmlib.dbus.server\n# destroy rhsmlib.client_info\n# cleanup[3] wiping subscription_manager.branding.redhat_branding\n# cleanup[3] wiping subscription_manager.scripts.subscription_manager\n# cleanup[3] wiping subscription_manager.managercli\n# cleanup[3] wiping subscription_manager.cli_command.version\n# cleanup[3] wiping subscription_manager.cli_command.unregister\n# cleanup[3] wiping subscription_manager.cli_command.syspurpose\n# cleanup[3] wiping subscription_manager.cli_command.usage\n# cleanup[3] wiping subscription_manager.cli_command.service_level\n# cleanup[3] wiping subscription_manager.cli_command.role\n# cleanup[3] wiping subscription_manager.cli_command.addons\n# cleanup[3] wiping subscription_manager.cli_command.abstract_syspurpose\n# cleanup[3] wiping subscription_manager.cli_command.status\n# cleanup[3] wiping subscription_manager.cli_command.repos\n# cleanup[3] wiping subscription_manager.cli_command.remove\n# cleanup[3] wiping subscription_manager.cli_command.release\n# cleanup[3] wiping subscription_manager.release\n# cleanup[3] wiping subscription_manager.rhelproduct\n# cleanup[3] wiping subscription_manager.listing\n# cleanup[3] wiping subscription_manager.cli_command.register\n# destroy rhsmlib.services.unregister\n# destroy rhsmlib.services.register\n# cleanup[3] wiping subscription_manager.cli_command.refresh\n# cleanup[3] wiping subscription_manager.cli_command.redeem\n# cleanup[3] wiping subscription_manager.cli_command.plugins\n# cleanup[3] wiping subscription_manager.cli_command.owners\n# cleanup[3] wiping subscription_manager.cli_command.override\n# cleanup[3] wiping subscription_manager.overrides\n# cleanup[3] wiping subscription_manager.cli_command.identity\n# cleanup[3] wiping subscription_manager.cli_command.facts\n# cleanup[3] wiping subscription_manager.cli_command.environments\n# cleanup[3] wiping subscription_manager.cli_command.org\n# cleanup[3] wiping subscription_manager.cli_command.user_pass\n# destroy getpass\n# cleanup[3] wiping readline\n# cleanup[3] wiping subscription_manager.cli_command.config\n# cleanup[3] wiping subscription_manager.cli_command.clean\n# cleanup[3] wiping subscription_manager.cli_command.autoheal\n# cleanup[3] wiping subscription_manager.cli_command.attach\n# destroy fileinput\n# destroy rhsmlib.services.attach\n# cleanup[3] wiping subscription_manager.cli_command.list\n# destroy rhsmlib.services.entitlement\n# cleanup[3] wiping rhsmlib.services.exceptions\n# cleanup[3] wiping subscription_manager.cli_command.cli\n# cleanup[3] wiping subscription_manager.action_client\n# cleanup[3] wiping subscription_manager.installedproductslib\n# cleanup[3] wiping subscription_manager.packageprofilelib\n# cleanup[3] wiping subscription_manager.factlib\n# cleanup[3] wiping subscription_manager.healinglib\n# cleanup[3] wiping subscription_manager.identitycertlib\n# cleanup[3] wiping rhsmlib.services.products\n# cleanup[3] wiping subscription_manager.cli_command\n# destroy subscription_manager.cli_command.cli\n# destroy subscription_manager.cli_command.list\n# destroy subscription_manager.cli_command.attach\n# destroy subscription_manager.cli_command.autoheal\n# destroy subscription_manager.cli_command.clean\n# destroy subscription_manager.cli_command.config\n# destroy subscription_manager.cli_command.user_pass\n# destroy subscription_manager.cli_command.org\n# destroy subscription_manager.cli_command.environments\n# destroy subscription_manager.cli_command.facts\n# destroy subscription_manager.cli_command.identity\n# destroy subscription_manager.cli_command.override\n# destroy subscription_manager.cli_command.owners\n# destroy subscription_manager.cli_command.plugins\n# destroy subscription_manager.cli_command.redeem\n# destroy subscription_manager.cli_command.refresh\n# destroy subscription_manager.cli_command.register\n# destroy subscription_manager.cli_command.release\n# destroy subscription_manager.cli_command.remove\n# destroy subscription_manager.cli_command.repos\n# destroy subscription_manager.cli_command.status\n# destroy subscription_manager.cli_command.abstract_syspurpose\n# destroy subscription_manager.cli_command.addons\n# destroy subscription_manager.cli_command.role\n# destroy subscription_manager.cli_command.service_level\n# destroy subscription_manager.cli_command.usage\n# destroy subscription_manager.cli_command.syspurpose\n# destroy subscription_manager.cli_command.unregister\n# destroy subscription_manager.cli_command.version\n# cleanup[3] wiping subscription_manager.cli\n# cleanup[3] wiping subscription_manager.i18n_argparse\n# cleanup[3] wiping subscription_manager.printing_utils\n# cleanup[3] wiping subscription_manager.unicode_width\n# cleanup[3] wiping subscription_manager.exceptions\n# cleanup[3] wiping subscription_manager.entcertlib\n# cleanup[3] wiping subscription_manager.rhelentbranding\n# cleanup[3] wiping subscription_manager.entbranding\n# cleanup[3] wiping subscription_manager.content_action_client\n# cleanup[3] wiping subscription_manager.base_action_client\n# cleanup[3] wiping subscription_manager.managerlib\n# cleanup[3] wiping subscription_manager.repolib\n# cleanup[3] wiping subscription_manager.repofile\n# cleanup[3] wiping subscription_manager.model.ent_cert\n# cleanup[3] wiping subscription_manager.model\n# destroy subscription_manager.model.ent_cert\n# cleanup[3] wiping subscription_manager.injectioninit\n# cleanup[3] wiping subscription_manager.lock\n# cleanup[3] wiping subscription_manager.plugins\n# cleanup[3] wiping subscription_manager.base_plugin\n# cleanup[3] wiping subscription_manager.cp_provider\n# cleanup[3] wiping subscription_manager.validity\n# cleanup[3] wiping subscription_manager.identity\n# cleanup[3] wiping subscription_manager.facts\n# cleanup[3] wiping rhsmlib.facts.network\n# cleanup[3] wiping rhsmlib.facts.pkg_arches\n# cleanup[3] wiping rhsmlib.facts.cloud_facts\n# cleanup[3] wiping rhsmlib.facts.kpatch\n# cleanup[3] wiping rhsmlib.facts.insights\n# cleanup[3] wiping subscription_manager.cert_sorter\n# destroy rhsmlib.file_monitor\n# cleanup[3] wiping subscription_manager.reasons\n# cleanup[3] wiping subscription_manager.cache\n# destroy rhsmlib.services.syspurpose\n# cleanup[3] wiping rhsmlib.dbus.dbus_utils\n# destroy xml.etree.ElementTree\n# cleanup[3] wiping _elementtree\n# cleanup[3] wiping xml.etree.ElementPath\n# cleanup[3] wiping gi.repository.GLib\n# cleanup[3] wiping gi.overrides.GLib\n# cleanup[3] wiping gi._option\n# destroy optparse\n# cleanup[3] wiping gi._ossighelper\n# cleanup[3] wiping gi.repository\n# cleanup[3] wiping gi.importer\n# cleanup[3] wiping gi.overrides\n# destroy gi.overrides.GLib\n# cleanup[3] wiping gi.module\n# destroy gi\n# cleanup[3] wiping gi.types\n# cleanup[3] wiping gi._signalhelper\n# cleanup[3] wiping gi._propertyhelper\n# cleanup[3] wiping gi.docstring\n# cleanup[3] wiping gi._constants\n# cleanup[3] wiping gi._gobject\n# cleanup[3] wiping gi._gi\n# cleanup[3] wiping gi._error\n# cleanup[3] wiping rhsmlib.dbus.constants\n# cleanup[3] wiping dbus.mainloop.glib\n# cleanup[3] wiping _dbus_glib_bindings\n# cleanup[3] wiping dbus.mainloop\n# destroy dbus.mainloop.glib\n# cleanup[3] wiping dbus.server\n# cleanup[3] wiping dbus.service\n# cleanup[3] wiping dbus.decorators\n# cleanup[3] wiping dbus\n# destroy dbus._compat\n# destroy dbus._expat_introspect_parser\n# destroy dbus._dbus\n# destroy dbus.exceptions\n# destroy dbus.types\n# destroy dbus.lowlevel\n# destroy dbus.proxies\n# destroy dbus.connection\n# destroy dbus.bus\n# destroy dbus.decorators\n# destroy dbus.service\n# destroy dbus.server\n# destroy dbus.mainloop\n# cleanup[3] wiping xml.parsers.expat.errors\n# cleanup[3] wiping xml.parsers.expat.model\n# cleanup[3] wiping pyexpat\n# destroy pyexpat.errors\n# destroy pyexpat.model\n# cleanup[3] wiping _dbus_bindings\n# cleanup[3] wiping pyinotify\n# destroy ctypes\n# cleanup[3] wiping ctypes.util\n# cleanup[3] wiping ctypes._endian\n# cleanup[3] wiping _ctypes\n# cleanup[3] wiping termios\n# cleanup[3] wiping subscription_manager.syspurposelib\n# cleanup[3] wiping subscription_manager.certlib\n# cleanup[3] wiping subscription_manager.isodate\n# cleanup[3] wiping subscription_manager.jsonwrapper\n# cleanup[3] wiping subscription_manager.utils\n# destroy pprint\n# destroy uuid\n# cleanup[3] wiping rhsmlib.facts.hwprobe\n# destroy rhsmlib.facts.cpuinfo\n# cleanup[3] wiping subscription_manager.certdirectory\n# cleanup[3] wiping rhsm.certificate2\n# cleanup[3] wiping rhsm.pathtree\n# cleanup[3] wiping rhsm.huffman\n# destroy heapq\n# cleanup[3] wiping rhsm.bitstream\n# cleanup[3] wiping rhsmlib.services.config\n# cleanup[3] wiping subscription_manager.branding\n# destroy subscription_manager.branding.redhat_branding\n# cleanup[3] wiping _uuid\n# cleanup[3] wiping syslog\n# destroy syslog\n# cleanup[3] wiping dataclasses\n# destroy keyword\n# cleanup[3] wiping rhsm.profile\n# destroy cloud_what.provider\n# cleanup[3] wiping dnf\n# destroy dnf.pycomp\n# destroy dnf.const\n# destroy dnf.i18n\n# destroy dnf.yum\n# destroy dnf.yum.rpmtrans\n# destroy dnf.transaction\n# destroy dnf.callback\n# destroy dnf.util\n# destroy dnf.exceptions\n# destroy dnf.comps\n# destroy dnf.db\n# destroy dnf.db.group\n# destroy dnf.db.history\n# destroy dnf.crypto\n# destroy dnf.conf\n# destroy dnf.conf.substitutions\n# destroy dnf.conf.config\n# destroy dnf.conf.read\n# destroy dnf.lock\n# destroy dnf.logging\n# destroy dnf.repo\n# destroy dnf.rpm\n# destroy dnf.dnssec\n# destroy dnf.drpm\n# destroy dnf.goal\n# destroy dnf.history\n# destroy dnf.module\n# destroy dnf.module.exceptions\n# destroy dnf.module.module_base\n# destroy dnf.selector\n# destroy dnf.persistor\n# destroy dnf.plugin\n# destroy dnf.query\n# destroy dnf.repodict\n# destroy dnf.package\n# destroy dnf.sack\n# destroy dnf.subject\n# destroy dnf.base\n# cleanup[3] wiping gc\n# cleanup[3] wiping dnf.rpm.miscutils\n# cleanup[3] wiping dnf.rpm.connection\n# cleanup[3] wiping libdnf.smartcols\n# cleanup[3] wiping libdnf._smartcols\n# cleanup[3] wiping dnf.rpm.transaction\n# cleanup[3] wiping gzip\n# cleanup[3] wiping dnf.yum.misc\n# cleanup[3] wiping libcomps\n# cleanup[3] wiping libcomps._libpycomps\n# cleanup[3] wiping pwd\n# cleanup[3] wiping hawkey\n# cleanup[3] wiping hawkey._hawkey\n# cleanup[3] wiping libdnf\n# destroy libdnf.error\n# destroy libdnf.common_types\n# destroy libdnf.conf\n# destroy libdnf.module\n# destroy libdnf.repo\n# destroy libdnf.transaction\n# destroy libdnf.utils\n# destroy libdnf.smartcols\n# cleanup[3] wiping libdnf._utils\n# cleanup[3] wiping libdnf._transaction\n# cleanup[3] wiping libdnf._repo\n# cleanup[3] wiping libdnf._module\n# cleanup[3] wiping libdnf._conf\n# cleanup[3] wiping libdnf._common_types\n# cleanup[3] wiping libdnf._error\n# cleanup[3] wiping argparse\n# cleanup[3] wiping shlex\n# cleanup[3] wiping email.mime.text\n# cleanup[3] wiping email.mime.nonmultipart\n# cleanup[3] wiping email.mime.base\n# cleanup[3] wiping email.policy\n# cleanup[3] wiping email.contentmanager\n# cleanup[3] wiping email.headerregistry\n# cleanup[3] wiping email._header_value_parser\n# cleanup[3] wiping email.mime\n# destroy email.mime.base\n# destroy email.mime.nonmultipart\n# destroy email.mime.text\n# cleanup[3] wiping requests\n# destroy requests._internal_utils\n# destroy requests.compat\n# destroy requests.exceptions\n# destroy requests.packages\n# destroy urllib3\n# destroy idna\n# destroy idna.package_data\n# destroy idna.intranges\n# destroy idna.core\n# destroy requests.cookies\n# destroy requests.structures\n# destroy requests.utils\n# destroy requests.auth\n# destroy requests.hooks\n# destroy requests.status_codes\n# destroy requests.models\n# destroy requests.adapters\n# destroy requests.api\n# cleanup[3] wiping requests.sessions\n# cleanup[3] wiping encodings.idna\n# destroy stringprep\n# cleanup[3] wiping requests.certs\n# cleanup[3] wiping requests.packages.chardet\n# destroy charset_normalizer.constant\n# destroy charset_normalizer.utils\n# destroy charset_normalizer.md\n# destroy charset_normalizer.models\n# destroy charset_normalizer.cd\n# destroy charset_normalizer.api\n# destroy charset_normalizer.legacy\n# destroy charset_normalizer.version\n# cleanup[3] wiping requests.packages.charset_normalizer\n# cleanup[3] wiping requests.packages.idna.idnadata\n# cleanup[3] wiping idna.idnadata\n# cleanup[3] wiping requests.packages.urllib3.poolmanager\n# cleanup[3] wiping requests.packages.urllib3.connectionpool\n# cleanup[3] wiping requests.packages.urllib3.util.queue\n# cleanup[3] wiping requests.packages.urllib3.response\n# cleanup[3] wiping requests.packages.urllib3.request\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves.urllib.parse\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves.urllib\n# cleanup[3] wiping requests.packages.urllib3.filepost\n# cleanup[3] wiping requests.packages.urllib3.fields\n# destroy mimetypes\n# cleanup[3] wiping requests.packages.urllib3.connection\n# cleanup[3] wiping requests.packages.urllib3.util.ssl_match_hostname\n# cleanup[3] wiping requests.packages.urllib3.util.proxy\n# cleanup[3] wiping requests.packages.urllib3.util\n# destroy urllib3.util.wait\n# destroy urllib3.util.connection\n# destroy urllib3.util.request\n# destroy urllib3.util.response\n# destroy urllib3.util.retry\n# destroy urllib3.util.url\n# destroy urllib3.util.ssltransport\n# destroy urllib3.util.ssl_\n# destroy urllib3.util.timeout\n# destroy urllib3.util.proxy\n# destroy urllib3.util.ssl_match_hostname\n# destroy urllib3.util.queue\n# cleanup[3] wiping requests.packages.urllib3.contrib._appengine_environ\n# cleanup[3] wiping requests.packages.urllib3.contrib\n# cleanup[3] wiping requests.packages.urllib3._collections\n# cleanup[3] wiping requests.packages.urllib3._version\n# cleanup[3] wiping requests.packages.urllib3.exceptions\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves.http_client\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves\n# cleanup[3] wiping requests.packages.urllib3.packages.six\n# destroy urllib3.packages.six.moves.urllib\n# destroy urllib3.packages.six.moves\n# cleanup[3] wiping requests.packages.urllib3.packages\n# cleanup[3] wiping http.cookies\n# cleanup[3] wiping http.cookiejar\n# cleanup[3] wiping charset_normalizer\n# cleanup[3] wiping _multibytecodec\n# cleanup[3] wiping unicodedata\n# cleanup[3] wiping urllib3.poolmanager\n# cleanup[3] wiping urllib3.connectionpool\n# cleanup[3] wiping urllib3.response\n# cleanup[3] wiping urllib3.request\n# cleanup[3] wiping urllib3.packages.six.moves.urllib.parse\n# cleanup[3] wiping urllib3.filepost\n# cleanup[3] wiping urllib3.fields\n# cleanup[3] wiping urllib3.connection\n# cleanup[3] wiping urllib3.util\n# cleanup[3] wiping hmac\n# cleanup[3] wiping urllib3.contrib._appengine_environ\n# cleanup[3] wiping urllib3.contrib\n# cleanup[3] wiping urllib3._collections\n# cleanup[3] wiping urllib3._version\n# cleanup[3] wiping urllib3.exceptions\n# cleanup[3] wiping urllib3.packages.six.moves.http_client\n# cleanup[3] wiping urllib3.packages.six\n# cleanup[3] wiping urllib3.packages\n# cleanup[3] wiping rhsmlib.facts.custom\n# cleanup[3] wiping glob\n# cleanup[3] wiping rhsmlib.facts.host_collector\n# destroy rhsmlib.facts.cleanup\n# destroy rhsmlib.facts.virt\n# destroy rhsmlib.facts.firmware_info\n# cleanup[3] wiping rhsmlib.facts.dmiinfo\n# cleanup[3] wiping subprocess\n# cleanup[3] wiping _posixsubprocess\n# destroy _posixsubprocess\n# cleanup[3] wiping fcntl\n# cleanup[3] wiping signal\n# cleanup[3] wiping rhsmlib.facts.collector\n# destroy rhsmlib.facts.collection\n# cleanup[3] wiping platform\n# cleanup[3] wiping rpm\n# destroy rpm.transaction\n# cleanup[3] wiping rpm._rpm\n# cleanup[3] wiping rhsm.connection\n# destroy subscription_manager\n# destroy subscription_manager.scripts\n# destroy subscription_manager.scripts.subscription_manager\n# destroy subscription_manager.i18n\n# destroy subscription_manager.version\n# destroy subscription_manager.branding\n# destroy subscription_manager.certdirectory\n# destroy subscription_manager.jsonwrapper\n# destroy subscription_manager.isodate\n# destroy subscription_manager.certlib\n# destroy subscription_manager.cache\n# destroy subscription_manager.reasons\n# destroy subscription_manager.cert_sorter\n# destroy subscription_manager.facts\n# destroy subscription_manager.identity\n# destroy subscription_manager.validity\n# destroy subscription_manager.cp_provider\n# destroy subscription_manager.base_plugin\n# destroy subscription_manager.plugins\n# destroy subscription_manager.lock\n# destroy subscription_manager.injectioninit\n# destroy subscription_manager.model\n# destroy subscription_manager.repofile\n# destroy subscription_manager.repolib\n# destroy subscription_manager.base_action_client\n# destroy subscription_manager.content_action_client\n# destroy subscription_manager.entbranding\n# destroy subscription_manager.rhelentbranding\n# destroy subscription_manager.entcertlib\n# destroy subscription_manager.exceptions\n# destroy subscription_manager.unicode_width\n# destroy subscription_manager.printing_utils\n# destroy subscription_manager.i18n_argparse\n# destroy subscription_manager.cli\n# destroy subscription_manager.cli_command\n# destroy subscription_manager.identitycertlib\n# destroy subscription_manager.healinglib\n# destroy subscription_manager.factlib\n# destroy subscription_manager.packageprofilelib\n# destroy subscription_manager.installedproductslib\n# destroy subscription_manager.action_client\n# destroy subscription_manager.overrides\n# destroy subscription_manager.listing\n# destroy subscription_manager.rhelproduct\n# destroy subscription_manager.release\n# destroy subscription_manager.managercli\n# cleanup[3] wiping rhsm.utils\n# cleanup[3] wiping rhsm.ourjson\n# cleanup[3] wiping json\n# destroy json.decoder\n# destroy json.encoder\n# cleanup[3] wiping json.scanner\n# cleanup[3] wiping _json\n# cleanup[3] wiping urllib.request\n# destroy http\n# cleanup[3] wiping urllib.error\n# cleanup[3] wiping urllib.response\n# cleanup[3] wiping dateutil.parser\n# destroy dateutil.parser._parser\n# cleanup[3] wiping dateutil.tz\n# destroy dateutil.tz._common\n# destroy dateutil.tz._factories\n# destroy dateutil.tz.tz\n# cleanup[3] wiping six.moves\n# cleanup[3] wiping dateutil.relativedelta\n# cleanup[3] wiping dateutil._common\n# cleanup[3] wiping _decimal\n# cleanup[3] wiping rhsm.certificate\n# destroy dateutil\n# destroy dateutil._version\n# destroy dateutil._common\n# destroy dateutil.parser\n# cleanup[3] wiping rhsm._certificate\n# cleanup[3] wiping rhsm.https\n# cleanup[3] wiping http.client\n# cleanup[3] wiping email.parser\n# cleanup[3] wiping email.feedparser\n# cleanup[3] wiping ssl\n# cleanup[3] wiping _ssl\n# cleanup[3] wiping subscription_manager.injection\n# cleanup[3] wiping rhsm.logutil\n# cleanup[3] wiping rhsm.config\n# cleanup[3] wiping iniparse.ini\n# destroy iniparse.config\n# cleanup[3] wiping six\n# destroy six.moves.urllib\n# destroy six.moves\n# cleanup[3] wiping configparser\n# cleanup[3] wiping logging.config\n# cleanup[3] wiping logging.handlers\n# destroy pickle\n# cleanup[3] wiping copy\n# cleanup[3] wiping queue\n# cleanup[3] wiping _queue\n# cleanup[3] wiping _heapq\n# cleanup[3] wiping _pickle\n# cleanup[3] wiping _compat_pickle\n# cleanup[3] wiping rhsm\n# destroy rhsm.config\n# destroy rhsm.logutil\n# destroy rhsm.https\n# destroy rhsm.ourjson\n# destroy rhsm.utils\n# destroy rhsm.profile\n# destroy rhsm.bitstream\n# destroy rhsm.huffman\n# destroy rhsm.pathtree\n# destroy rhsm.certificate2\n# cleanup[3] wiping logging\n# destroy logging.handlers\n# destroy logging.config\n# cleanup[3] wiping atexit\n# destroy atexit\n# cleanup[3] wiping traceback\n# cleanup[3] wiping gettext\n# cleanup[3] wiping importlib.metadata\n# destroy importlib.metadata._functools\n# destroy importlib.metadata._text\n# destroy importlib.metadata._adapters\n# destroy importlib.metadata._meta\n# destroy importlib.metadata._collections\n# destroy importlib.metadata._itertools\n# destroy csv\n# cleanup[3] wiping importlib.abc\n# cleanup[3] wiping importlib.resources\n# destroy importlib.resources._adapters\n# destroy importlib.resources._legacy\n# cleanup[3] wiping importlib.resources._common\n# cleanup[3] wiping importlib.resources.abc\n# cleanup[3] wiping tempfile\n# cleanup[3] wiping typing\n# cleanup[3] wiping _typing\n# cleanup[3] wiping email.message\n# destroy quopri\n# cleanup[3] wiping email.iterators\n# cleanup[3] wiping email._encoded_words\n# cleanup[3] wiping email._policybase\n# cleanup[3] wiping email.header\n# cleanup[3] wiping email.utils\n# destroy random\n# cleanup[3] wiping email.charset\n# cleanup[3] wiping email.encoders\n# cleanup[3] wiping email.errors\n# cleanup[3] wiping email.quoprimime\n# cleanup[3] wiping string\n# cleanup[3] wiping _string\n# destroy _string\n# cleanup[3] wiping email.base64mime\n# cleanup[3] wiping base64\n# cleanup[3] wiping email._parseaddr\n# cleanup[3] wiping calendar\n# cleanup[3] wiping locale\n# cleanup[3] wiping _locale\n# destroy _locale\n# cleanup[3] wiping datetime\n# cleanup[3] wiping _datetime\n# cleanup[3] wiping socket\n# cleanup[3] wiping array\n# cleanup[3] wiping selectors\n# cleanup[3] wiping select\n# cleanup[3] wiping _socket\n# cleanup[3] wiping hashlib\n# cleanup[3] wiping _blake2\n# cleanup[3] wiping _hashlib\n# cleanup[3] wiping _random\n# cleanup[3] wiping bisect\n# cleanup[3] wiping _bisect\n# cleanup[3] wiping inspect\n# destroy ast\n# destroy dis\n# destroy linecache\n# destroy token\n# cleanup[3] wiping weakref\n# cleanup[3] wiping tokenize\n# cleanup[3] wiping _tokenize\n# cleanup[3] wiping importlib.machinery\n# cleanup[3] wiping collections.abc\n# cleanup[3] wiping _opcode\n# cleanup[3] wiping textwrap\n# cleanup[3] wiping zipfile\n# destroy zipfile._path\n# destroy bz2\n# destroy lzma\n# cleanup[3] wiping zipfile._path.glob\n# cleanup[3] wiping contextlib\n# cleanup[3] wiping threading\n# cleanup[3] wiping struct\n# cleanup[3] wiping _struct\n# cleanup[3] wiping shutil\n# cleanup[3] wiping _lzma\n# cleanup[3] wiping _bz2\n# cleanup[3] wiping _compression\n# cleanup[3] wiping zlib\n# cleanup[3] wiping importlib.util\n# cleanup[3] wiping importlib._abc\n# cleanup[3] wiping binascii\n# cleanup[3] wiping pathlib\n# cleanup[3] wiping urllib.parse\n# destroy ipaddress\n# cleanup[3] wiping math\n# cleanup[3] wiping urllib\n# destroy urllib.response\n# destroy urllib.error\n# destroy urllib.request\n# cleanup[3] wiping errno\n# cleanup[3] wiping ntpath\n# cleanup[3] wiping fnmatch\n# cleanup[3] wiping email\n# destroy email._parseaddr\n# destroy email._policybase\n# destroy email._encoded_words\n# destroy email._header_value_parser\n# destroy email.base64mime\n# destroy email.quoprimime\n# destroy email.errors\n# destroy email.encoders\n# destroy email.charset\n# destroy email.utils\n# destroy email.header\n# destroy email.iterators\n# destroy email.message\n# destroy email.feedparser\n# destroy email.parser\n# destroy email.mime\n# destroy email.headerregistry\n# destroy email.contentmanager\n# destroy email.policy\n# cleanup[3] wiping _csv\n# cleanup[3] wiping importlib\n# destroy importlib._abc\n# destroy importlib.util\n# destroy importlib.machinery\n# destroy importlib.resources\n# destroy importlib.abc\n# destroy importlib.metadata\n# cleanup[3] wiping warnings\n# cleanup[3] wiping importlib._bootstrap_external\n# cleanup[3] wiping importlib._bootstrap\n# cleanup[3] wiping re\n# destroy re._constants\n# destroy re._casefix\n# destroy re._compiler\n# destroy copyreg\n# cleanup[3] wiping re._parser\n# cleanup[3] wiping _sre\n# cleanup[3] wiping enum\n# cleanup[3] wiping functools\n# cleanup[3] wiping _functools\n# cleanup[3] wiping collections\n# destroy _collections_abc\n# destroy collections.abc\n# cleanup[3] wiping _collections\n# cleanup[3] wiping itertools\n# cleanup[3] wiping operator\n# cleanup[3] wiping _operator\n# cleanup[3] wiping types\n# cleanup[3] wiping encodings.utf_8_sig\n# cleanup[3] wiping os\n# cleanup[3] wiping os.path\n# destroy genericpath\n# cleanup[3] wiping posixpath\n# cleanup[3] wiping stat\n# cleanup[3] wiping _stat\n# destroy _stat\n# cleanup[3] wiping io\n# destroy abc\n# cleanup[3] wiping _abc\n# cleanup[3] wiping _signal\n# destroy _signal\n# cleanup[3] wiping encodings.utf_8\n# cleanup[3] wiping encodings\n# destroy encodings.aliases\n# destroy encodings.utf_8\n# destroy encodings.utf_8_sig\n# destroy encodings.idna\n# cleanup[3] wiping codecs\n# cleanup[3] wiping _codecs\n# cleanup[3] wiping zipimport\n# destroy _frozen_importlib_external\n# cleanup[3] wiping time\n# cleanup[3] wiping posix\n# cleanup[3] wiping marshal\n# destroy marshal\n# cleanup[3] wiping _io\n# cleanup[3] wiping _weakref\n# cleanup[3] wiping _warnings\n# cleanup[3] wiping _thread\n# cleanup[3] wiping _imp\n# destroy _imp\n# cleanup[3] wiping _frozen_importlib\n# cleanup[3] wiping sys\n# cleanup[3] wiping builtins\n# destroy readline\n# destroy _dbus_glib_bindings\n# destroy libcomps._libpycomps\n# destroy hawkey._hawkey\n# destroy rpm._rpm\n# destroy decimal\n# destroy rhsm._certificate\n# destroy _datetime\n# destroy sys.monitoring\n# destroy zipimport\n# destroy re._parser\n# destroy tokenize\n# destroy _compat_pickle\n# destroy _thread\n# destroy _weakref\n# destroy libdnf._error\n# destroy array\n# destroy gi.types\n# destroy gi._error\n# destroy gi._gi\n# destroy gi._gobject\n# destroy gi._constants\n# destroy gi.docstring\n# destroy gi._propertyhelper\n# destroy gi._signalhelper\n# destroy gi.module\n# destroy gi.overrides\n# destroy gi.importer\n# destroy gi.repository\n# destroy gi._ossighelper\n# destroy gi._option\n# destroy _queue\n# destroy stat\n# destroy selectors\n# destroy six.moves.urllib_parse\n# destroy six.moves.urllib.error\n# destroy six.moves.urllib.request\n# destroy six.moves.urllib.response\n# destroy six.moves.urllib.robotparser\n# destroy importlib.resources.abc\n# destroy importlib.resources._common\n# destroy textwrap\n# destroy _pickle\n# destroy ntpath\n# destroy _typing\n# destroy _tokenize\n# destroy zlib\n# destroy _io\n# destroy _compression\n# destroy pathlib\n# destroy zipfile._path.glob\n# destroy _opcode\n# destroy _csv\n# destroy _bz2\n# destroy _lzma\n# destroy dateutil.relativedelta\n# destroy dateutil.tz\n# destroy http.cookies\n# destroy rhsmlib.facts.dmiinfo\n# destroy requests\n# destroy _ssl\n# destroy _blake2\n# destroy configparser\n# destroy pyinotify\n# destroy enum\n# destroy _heapq\n# destroy rhsmlib.facts.custom\n# destroy rhsmlib.facts.host_collector\n# destroy rhsmlib.facts.hwprobe\n# destroy rhsmlib.facts.insights\n# destroy rhsmlib.facts.kpatch\n# destroy rhsmlib.facts.cloud_facts\n# destroy rhsmlib.facts.pkg_arches\n# destroy rhsmlib.facts.network\n# destroy rhsm\n# destroy rhsmlib.dbus.dbus_utils\n# destroy six\n# destroy iniparse.ini\n# destroy json.scanner\n# destroy _json\n# destroy dataclasses\n# destroy platform\n# destroy _uuid\n# destroy requests.sessions\n# destroy queue\n# destroy shlex\n# destroy signal\n# destroy pwd\n# destroy _functools\n# destroy gettext\n# destroy libcomps\n# destroy locale\n# destroy fcntl\n# destroy gzip\n# destroy dnf.rpm.transaction\n# destroy dnf.rpm.connection\n# destroy dnf.rpm.miscutils\n# destroy base64\n# destroy inspect\n# destroy argparse\n# destroy gc\n# destroy operator\n# destroy shutil\n# destroy urllib3.packages.six.moves.urllib_parse\n# destroy urllib3.packages.six.moves.urllib.error\n# destroy urllib3.packages.six.moves.urllib.request\n# destroy urllib3.packages.six.moves.urllib.response\n# destroy urllib3.packages.six.moves.urllib.robotparser\n# destroy urllib3.packages\n# destroy urllib3.exceptions\n# destroy urllib3._version\n# destroy urllib3._collections\n# destroy urllib3.contrib\n# destroy urllib3.util\n# destroy urllib3.connection\n# destroy urllib3.fields\n# destroy urllib3.filepost\n# destroy urllib3.request\n# destroy urllib3.response\n# destroy urllib3.connectionpool\n# destroy urllib3.poolmanager\n# destroy copy\n# destroy codecs\n# destroy struct\n# destroy zipfile\n# destroy requests.certs\n# destroy hashlib\n# destroy encodings\n# destroy charset_normalizer\n# destroy http.cookiejar\n# destroy json\n# destroy _multibytecodec\n# destroy urllib.parse\n# destroy fnmatch\n# destroy datetime\n# destroy subscription_manager.utils\n# destroy rhsm.certificate\n# destroy rhsmlib.services.products\n# destroy termios\n# destroy rhsmlib.services.exceptions\n# destroy subscription_manager.managerlib\n# destroy subscription_manager.syspurposelib\n# destroy typing\n# destroy _socket\n# destroy tempfile\n# destroy traceback\n# destroy rpm\n# destroy calendar\n# destroy dnf.yum.misc\n# destroy glob\n# destroy hawkey\n# destroy dnf\n# destroy functools\n# destroy hmac\n# destroy binascii\n# destroy dbus\n# destroy rhsmlib.dbus.constants\n# destroy rhsm.connection\n# destroy gi.repository.GLib\n# destroy rhsmlib.services.config\n# destroy subscription_manager.injection\n# destroy http.client\n# destroy email\n# destroy ssl\n# destroy string\n# destroy subprocess\n# destroy rhsmlib.facts.collector\n# destroy errno\n# destroy select\n# destroy time\n# destroy socket\n# destroy urllib3.contrib._appengine_environ\n# destroy urllib3.packages.six\n# destroy posixpath\n# destroy urllib\n# destroy importlib\n# destroy idna.idnadata\n# destroy bisect\n# destroy unicodedata\n# destroy threading\n# destroy logging\n# destroy warnings\n# destroy io\n# destroy collections\n# destroy contextlib\n# destroy xml.etree.ElementPath\n# destroy pyexpat\n# destroy _elementtree\n# clear sys.meta_path\n# clear sys.modules\n# destroy _frozen_importlib\n# destroy _codecs\n# destroy _warnings\n# destroy math\n# destroy _bisect\n# destroy re\n# destroy _random\n# destroy _hashlib\n# destroy _sre\n# destroy _operator\n# destroy itertools\n# destroy posix\n# clear sys.audit hooks\n", "failed": true, "msg": "import _frozen_importlib # frozen\nimport _imp # builtin\nimport '_thread' # \nimport '_warnings' # \nimport '_weakref' # \nimport '_io' # \nimport 'marshal' # \nimport 'posix' # \nimport '_frozen_importlib_external' # \n# installing zipimport hook\nimport 'time' # \nimport 'zipimport' # \n# installed zipimport hook\n# /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc'\nimport '_codecs' # \nimport 'codecs' # \n# /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc'\nimport 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd768410>\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd733a40>\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc'\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd76a990>\nimport '_signal' # \nimport '_abc' # \nimport 'abc' # \nimport 'io' # \nimport '_stat' # \nimport 'stat' # \nimport '_collections_abc' # \nimport 'genericpath' # \nimport 'posixpath' # \nimport 'os' # \nimport '_sitebuiltins' # \nProcessing user site-packages\nProcessing global site-packages\nAdding directory: '/usr/lib64/python3.12/site-packages'\nAdding directory: '/usr/lib/python3.12/site-packages'\nProcessing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'\nimport 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd55d010>\n# /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc'\nimport '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd55df40>\nimport 'site' # \nPython 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux\nType \"help\", \"copyright\", \"credits\" or \"license\" for more information.\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\n# code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\n# code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\n# code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd5a8b30>\n# /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py\n# code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc'\nimport '_operator' # \nimport 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd5a8d40>\n# /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py\n# code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc'\n# /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py\n# code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc'\nimport 'itertools' # \n# /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py\n# code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc'\nimport 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd5ab7a0>\n# /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py\n# code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc'\nimport 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd5e8e30>\nimport '_collections' # \nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd5c0800>\nimport '_functools' # \nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd5a9e80>\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd591d60>\n# /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py\n# code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc'\nimport '_sre' # \n# /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py\n# code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc'\n# /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py\n# code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc'\nimport 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd60c410>\nimport 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd5eb020>\n# /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py\n# code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc'\nimport 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd5eafc0>\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd5c24e0>\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py\n# code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc'\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd60d670>\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd591130>\n# /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py\n# code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc'\nimport 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd60dd60>\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd60da30>\n# /usr/lib64/python3.12/importlib/metadata/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/__init__.py\n# code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/csv.cpython-312.pyc matches /usr/lib64/python3.12/csv.py\n# code object from '/usr/lib64/python3.12/__pycache__/csv.cpython-312.pyc'\n# extension module '_csv' loaded from '/usr/lib64/python3.12/lib-dynload/_csv.cpython-312-x86_64-linux-gnu.so'\n# extension module '_csv' executed from '/usr/lib64/python3.12/lib-dynload/_csv.cpython-312-x86_64-linux-gnu.so'\nimport '_csv' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fd62e630>\nimport 'csv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd62d8b0>\n# /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc'\nimport 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd62ebd0>\n# /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py\n# code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py\n# code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc'\nimport 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd655e50>\nimport 'ntpath' # \nimport 'errno' # \n# /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc'\nimport 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd657710>\n# /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc'\n# extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\n# extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'\nimport 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fd475eb0>\n# /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py\n# code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc'\nimport 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd476900>\nimport 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd6578c0>\nimport 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd62ee70>\n# /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py\n# code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc'\n# extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\n# extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'\nimport 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fd4d88c0>\n# /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc'\nimport 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd4d8e30>\nimport 'importlib.util' # \n# /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py\n# code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc'\n# extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\n# extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'\nimport 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fd4daed0>\n# /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py\n# code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py\n# code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc'\nimport '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd4dbd10>\n# extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\n# extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'\nimport '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fd500320>\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd4db2c0>\n# /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py\n# code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc'\n# extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\n# extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'\nimport '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fd500d70>\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd5004a0>\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd4d8ec0>\n# /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py\n# code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc'\n# extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\n# extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so'\nimport '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fd501340>\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd4d90a0>\n# /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py\n# code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py\n# code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc'\nimport '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd52c260>\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd501670>\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py\n# code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc'\nimport 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd52e540>\n# /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py\n# code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc'\nimport 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd2a4500>\nimport 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd52d520>\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd655cd0>\n# /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py\n# code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc'\nimport 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd4baed0>\n# /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py\n# code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py\n# code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc'\nimport '_ast' # \nimport 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd2d1670>\n# /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py\n# code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py\n# code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc'\n# extension module '_opcode' loaded from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so'\n# extension module '_opcode' executed from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so'\nimport '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fd33d280>\nimport 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd33c680>\nimport 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd2d2600>\n# /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py\n# code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc'\nimport 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd33ea80>\nimport 'importlib.machinery' # \n# /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py\n# code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py\n# code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py\n# code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc'\nimport 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd348b00>\nimport '_tokenize' # \nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd33e600>\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd33eae0>\n# /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py\n# code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc'\nimport 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd33dca0>\nimport 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd52dbe0>\n# /usr/lib64/python3.12/importlib/metadata/__pycache__/_adapters.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/_adapters.py\n# code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/_adapters.cpython-312.pyc'\n# /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py\n# code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc'\nimport 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd385a90>\n# /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py\n# code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py\n# code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc'\n# extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\n# extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so'\nimport '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fd171580>\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd1712b0>\n# extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\n# extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'\nimport '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fd1713a0>\n# /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py\n# code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc'\n# extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\n# extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'\nimport '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fd171df0>\n# extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\n# extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'\nimport '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fd1727e0>\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd171790>\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd387710>\n# /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py\n# code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'\n# extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\n# extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'\nimport '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fd173f50>\n# /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py\n# code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc'\n# extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\n# extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'\nimport 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fd18ddf0>\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd18c9e0>\n# extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\n# extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'\nimport 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fd18efc0>\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd171cd0>\n# /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py\n# code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc'\n# extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\n# extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so'\nimport '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fd18f140>\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd172ba0>\n# /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py\n# code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py\n# code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'\nimport '_locale' # \nimport 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd1bb380>\nimport 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd1b8b30>\nimport 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd18f7a0>\n# /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc'\n# /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py\n# code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc'\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd1e1fd0>\nimport 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd1e1c70>\n# /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py\n# code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc'\nimport '_string' # \nimport 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd1e3950>\nimport 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd1e3230>\n# /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc'\nimport 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd20f4d0>\n# /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc'\nimport 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd20f530>\nimport 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd1bade0>\nimport 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd386540>\n# /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc'\n# /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc'\nimport 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd21cc50>\nimport 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd387620>\n# /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc'\nimport 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd21d940>\n# /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc'\nimport 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd21e0c0>\nimport 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd357920>\n# /usr/lib64/python3.12/importlib/metadata/__pycache__/_text.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/_text.py\n# code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/_text.cpython-312.pyc'\n# /usr/lib64/python3.12/importlib/metadata/__pycache__/_functools.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/_functools.py\n# code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/_functools.cpython-312.pyc'\nimport 'importlib.metadata._functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd21e690>\nimport 'importlib.metadata._text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd21e330>\nimport 'importlib.metadata._adapters' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd2a7410>\n# /usr/lib64/python3.12/importlib/metadata/__pycache__/_meta.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/_meta.py\n# code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/_meta.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py\n# code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc'\nimport '_typing' # \nimport 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd21ebd0>\nimport 'importlib.metadata._meta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd21e960>\n# /usr/lib64/python3.12/importlib/metadata/__pycache__/_collections.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/_collections.py\n# code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/_collections.cpython-312.pyc'\nimport 'importlib.metadata._collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd24b020>\n# /usr/lib64/python3.12/importlib/metadata/__pycache__/_itertools.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/_itertools.py\n# code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/_itertools.cpython-312.pyc'\nimport 'importlib.metadata._itertools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb1aa50>\n# /usr/lib64/python3.12/importlib/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/abc.py\n# code object from '/usr/lib64/python3.12/importlib/__pycache__/abc.cpython-312.pyc'\n# /usr/lib64/python3.12/importlib/resources/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/resources/__init__.py\n# code object from '/usr/lib64/python3.12/importlib/resources/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/importlib/resources/__pycache__/_common.cpython-312.pyc matches /usr/lib64/python3.12/importlib/resources/_common.py\n# code object from '/usr/lib64/python3.12/importlib/resources/__pycache__/_common.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py\n# code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb3c080>\n# /usr/lib64/python3.12/importlib/resources/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/resources/abc.py\n# code object from '/usr/lib64/python3.12/importlib/resources/__pycache__/abc.cpython-312.pyc'\nimport 'importlib.resources.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb3dca0>\n# /usr/lib64/python3.12/importlib/resources/__pycache__/_adapters.cpython-312.pyc matches /usr/lib64/python3.12/importlib/resources/_adapters.py\n# code object from '/usr/lib64/python3.12/importlib/resources/__pycache__/_adapters.cpython-312.pyc'\nimport 'importlib.resources._adapters' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb3e810>\nimport 'importlib.resources._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb1b8c0>\n# /usr/lib64/python3.12/importlib/resources/__pycache__/_legacy.cpython-312.pyc matches /usr/lib64/python3.12/importlib/resources/_legacy.py\n# code object from '/usr/lib64/python3.12/importlib/resources/__pycache__/_legacy.cpython-312.pyc'\nimport 'importlib.resources._legacy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb3fa40>\nimport 'importlib.resources' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb1b590>\nimport 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb1adb0>\nimport 'importlib.metadata' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd60eb40>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/__init__.cpython-312.pyc'\nimport 'subscription_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb64fe0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/scripts/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/scripts/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/scripts/__pycache__/__init__.cpython-312.pyc'\nimport 'subscription_manager.scripts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb65430>\n# /usr/lib64/python3.12/site-packages/subscription_manager/scripts/__pycache__/subscription_manager.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/scripts/subscription_manager.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/scripts/__pycache__/subscription_manager.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/i18n.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/i18n.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/i18n.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py\n# code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc'\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb659d0>\n# /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py\n# code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py\n# code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc'\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb8a6f0>\nimport 'atexit' # \nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb67ad0>\nimport 'subscription_manager.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb65640>\n# /usr/lib64/python3.12/site-packages/rhsm/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/__init__.cpython-312.pyc'\nimport 'rhsm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcbb1160>\n# /usr/lib64/python3.12/site-packages/rhsm/__pycache__/logutil.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/logutil.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/logutil.cpython-312.pyc'\n# /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py\n# code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py\n# code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py\n# code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc'\nimport '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcbe39b0>\n# extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so'\n# extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so'\nimport '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fc70c170>\nimport 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcbb3a10>\n# /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py\n# code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py\n# code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc'\n# extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so'\n# extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so'\nimport '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fc70d610>\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc70cec0>\n# extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so'\n# extension module '_queue' executed from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so'\nimport '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fc70d0a0>\nimport 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcbe3860>\n# /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py\n# code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc'\nimport 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc70d6d0>\nimport 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcbb18e0>\n# /usr/lib64/python3.12/logging/__pycache__/config.cpython-312.pyc matches /usr/lib64/python3.12/logging/config.py\n# code object from '/usr/lib64/python3.12/logging/__pycache__/config.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/socketserver.cpython-312.pyc matches /usr/lib64/python3.12/socketserver.py\n# code object from '/usr/lib64/python3.12/__pycache__/socketserver.cpython-312.pyc'\nimport 'socketserver' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc70eed0>\nimport 'logging.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc70dcd0>\n# /usr/lib64/python3.12/site-packages/rhsm/__pycache__/config.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/config.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/config.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/iniparse/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/iniparse/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/iniparse/__pycache__/ini.cpython-312.pyc matches /usr/lib/python3.12/site-packages/iniparse/ini.py\n# code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/ini.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/iniparse/__pycache__/configparser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/iniparse/configparser.py\n# code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/configparser.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py\n# code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc'\nimport 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc736780>\nimport 'iniparse.configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc736630>\n# /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py\n# code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py\n# code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc'\nimport '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc75eea0>\nimport 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc736930>\n# /usr/lib/python3.12/site-packages/iniparse/__pycache__/config.cpython-312.pyc matches /usr/lib/python3.12/site-packages/iniparse/config.py\n# code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/config.cpython-312.pyc'\nimport 'iniparse.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc75da00>\nimport 'iniparse.ini' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc7353d0>\n# /usr/lib/python3.12/site-packages/iniparse/__pycache__/compat.cpython-312.pyc matches /usr/lib/python3.12/site-packages/iniparse/compat.py\n# code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/compat.cpython-312.pyc'\nimport 'iniparse.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc7862d0>\n# /usr/lib/python3.12/site-packages/iniparse/__pycache__/utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/iniparse/utils.py\n# code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/utils.cpython-312.pyc'\nimport 'iniparse.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc786cf0>\nimport 'iniparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc7350a0>\nimport 'rhsm.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc70ede0>\nimport 'rhsm.logutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcbb0920>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/injectioninit.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/injectioninit.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/injectioninit.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/injection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/injection.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/injection.cpython-312.pyc'\nimport 'subscription_manager.injection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc7a6480>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cache.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cache.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cache.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rhsm/__pycache__/https.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/https.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/https.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py\n# code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc'\n# extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so'\n# extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so'\nimport '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fc7c3a40>\nimport 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc7c1100>\n# /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py\n# code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc'\nimport 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc7c13a0>\n# /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py\n# code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc'\n# /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc'\n# /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc'\nimport 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc58a690>\nimport 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc58a1b0>\nimport 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc588140>\nimport 'rhsm.https' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc7c0fe0>\n# /usr/lib64/python3.12/site-packages/rhsm/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/connection.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/connection.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rhsm/__pycache__/certificate.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/certificate.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/certificate.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_version.py\n# code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc'\nimport 'dateutil._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc5dd9d0>\nimport 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc5dd670>\n# extension module 'rhsm._certificate' loaded from '/usr/lib64/python3.12/site-packages/rhsm/_certificate.cpython-312-x86_64-linux-gnu.so'\n# extension module 'rhsm._certificate' executed from '/usr/lib64/python3.12/site-packages/rhsm/_certificate.cpython-312-x86_64-linux-gnu.so'\nimport 'rhsm._certificate' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fc5dda60>\nimport 'rhsm.certificate' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc5b1ee0>\n# /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/_parser.py\n# code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc matches /usr/lib64/python3.12/decimal.py\n# code object from '/usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py\n# code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc'\nimport 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc5fd460>\n# extension module '_decimal' loaded from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so'\n# extension module '_decimal' executed from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so'\nimport '_decimal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fc5fcd70>\nimport 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc5fcb90>\n# /usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/relativedelta.py\n# code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_common.py\n# code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc'\nimport 'dateutil._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc624290>\nimport 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc5ff6b0>\n# /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/tz.py\n# code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc'\nimport 'six.moves' # \n# /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_common.py\n# code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc'\nimport 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc6271a0>\n# /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_factories.py\n# code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc'\nimport 'dateutil.tz._factories' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc627b00>\n# /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/win.py\n# code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc'\n# destroy dateutil.tz.win\nimport 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc624920>\nimport 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc6245f0>\nimport 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc5de9c0>\n# /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/isoparser.py\n# code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc'\nimport 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc5fc770>\nimport 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc5de660>\n# /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc'\n# /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc'\n# /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py\n# code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc'\nimport 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc4064e0>\nimport 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc405fd0>\nimport 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc3ddfd0>\n# /usr/lib64/python3.12/site-packages/rhsm/__pycache__/ourjson.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/ourjson.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/ourjson.cpython-312.pyc'\n# /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py\n# code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py\n# code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc'\n# /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py\n# code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc'\n# extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\n# extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'\nimport '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fc407cb0>\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc407aa0>\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc407380>\n# /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py\n# code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc'\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc407f20>\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc405d60>\nimport 'rhsm.ourjson' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc3df590>\n# /usr/lib64/python3.12/site-packages/rhsm/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/utils.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/utils.cpython-312.pyc'\nimport 'rhsm.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc4288f0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/version.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/version.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/version.cpython-312.pyc'\nimport 'subscription_manager.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc429fa0>\nimport 'rhsm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc589d30>\n# /usr/lib64/python3.12/site-packages/rhsm/__pycache__/profile.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/profile.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/profile.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc'\n# extension module 'rpm._rpm' loaded from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so'\n# extension module 'rpm._rpm' executed from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so'\nimport 'rpm._rpm' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fc42bb60>\n# /usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/transaction.py\n# code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc'\nimport 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc42b8c0>\nimport 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc42b3e0>\n# /usr/lib64/python3.12/site-packages/cloud_what/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/cloud_what/__pycache__/__init__.cpython-312.pyc'\nimport 'cloud_what' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc459940>\n# /usr/lib64/python3.12/site-packages/cloud_what/__pycache__/provider.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/provider.py\n# code object from '/usr/lib64/python3.12/site-packages/cloud_what/__pycache__/provider.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/__init__.cpython-312.pyc'\nimport 'rhsmlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc45a150>\n# /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/__init__.cpython-312.pyc'\nimport 'rhsmlib.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc45a360>\n# /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/host_collector.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/host_collector.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/host_collector.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cleanup.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/cleanup.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cleanup.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/collector.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/collector.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/collector.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py\n# code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc'\nimport 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc45acc0>\n# /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/collection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/collection.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/collection.cpython-312.pyc'\nimport 'rhsmlib.facts.collection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc45b0b0>\nimport 'rhsmlib.facts.collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc45a8d0>\nimport 'rhsmlib.facts.cleanup' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc45a600>\n# /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/virt.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/virt.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/virt.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py\n# code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py\n# code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc'\nimport 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc4839b0>\n# extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\n# extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fc483b30>\n# extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\n# extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'\nimport '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fc4b8ce0>\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc481d60>\nimport 'rhsmlib.facts.virt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc481af0>\n# /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/firmware_info.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/firmware_info.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/firmware_info.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/dmiinfo.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/dmiinfo.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/dmiinfo.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/dmidecodeparser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/dmidecodeparser.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/dmidecodeparser.cpython-312.pyc'\nimport 'rhsmlib.facts.dmidecodeparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc4b92b0>\nimport 'rhsmlib.facts.dmiinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc4b8e60>\nimport 'rhsmlib.facts.firmware_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc4821e0>\nimport 'rhsmlib.facts.host_collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc45a3c0>\n# /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/custom.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/custom.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/custom.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py\n# code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc'\nimport 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc4b97c0>\nimport 'rhsmlib.facts.custom' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc4b9cd0>\n# /usr/lib64/python3.12/site-packages/cloud_what/__pycache__/_base_provider.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/_base_provider.py\n# code object from '/usr/lib64/python3.12/site-packages/cloud_what/__pycache__/_base_provider.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/requests/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/urllib3/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/urllib3/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/exceptions.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/exceptions.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/urllib3/packages/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/packages/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/packages/__pycache__/__init__.cpython-312.pyc'\nimport 'urllib3.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbaa5430>\n# /usr/lib/python3.12/site-packages/urllib3/packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/packages/six.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/packages/__pycache__/six.cpython-312.pyc'\nimport 'urllib3.packages.six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbaa5520>\nimport 'urllib3.packages.six.moves' # \nimport 'urllib3.packages.six.moves.http_client' # \nimport 'urllib3.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbaa46b0>\n# /usr/lib/python3.12/site-packages/urllib3/__pycache__/_version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/_version.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/_version.cpython-312.pyc'\nimport 'urllib3._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbaa48c0>\n# /usr/lib/python3.12/site-packages/urllib3/__pycache__/connectionpool.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/connectionpool.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/connectionpool.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/urllib3/__pycache__/_collections.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/_collections.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/_collections.cpython-312.pyc'\nimport 'urllib3._collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbabddc0>\n# /usr/lib/python3.12/site-packages/urllib3/__pycache__/connection.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/connection.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/connection.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/connection.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/connection.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/connection.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/contrib/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/__init__.cpython-312.pyc'\nimport 'urllib3.contrib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbabfd70>\n# /usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/_appengine_environ.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/contrib/_appengine_environ.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/_appengine_environ.cpython-312.pyc'\nimport 'urllib3.contrib._appengine_environ' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbabfe30>\n# /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/wait.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/wait.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/wait.cpython-312.pyc'\nimport 'urllib3.util.wait' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbabfef0>\nimport 'urllib3.util.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbabf8f0>\n# /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/request.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/request.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/request.cpython-312.pyc'\nimport 'urllib3.util.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbabfda0>\n# /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/response.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/response.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/response.cpython-312.pyc'\nimport 'urllib3.util.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbae4590>\n# /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/retry.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/retry.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/retry.cpython-312.pyc'\nimport 'urllib3.util.retry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbae4710>\n# /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssl_.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/ssl_.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssl_.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/hmac.cpython-312.pyc matches /usr/lib64/python3.12/hmac.py\n# code object from '/usr/lib64/python3.12/__pycache__/hmac.cpython-312.pyc'\nimport 'hmac' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbae5b20>\n# /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/url.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/url.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/url.cpython-312.pyc'\nimport 'urllib3.util.url' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbae6330>\n# /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssltransport.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/ssltransport.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssltransport.cpython-312.pyc'\nimport 'urllib3.util.ssltransport' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbae63c0>\nimport 'urllib3.util.ssl_' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbae5460>\n# /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/timeout.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/timeout.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/timeout.cpython-312.pyc'\nimport 'urllib3.util.timeout' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbae5640>\nimport 'urllib3.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbabf5f0>\n# /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/proxy.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/proxy.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/proxy.cpython-312.pyc'\nimport 'urllib3.util.proxy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbae7a70>\n# /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssl_match_hostname.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/ssl_match_hostname.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssl_match_hostname.cpython-312.pyc'\nimport 'urllib3.util.ssl_match_hostname' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbae7b30>\nimport 'urllib3.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbabebd0>\n# /usr/lib/python3.12/site-packages/urllib3/__pycache__/request.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/request.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/request.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/urllib3/__pycache__/filepost.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/filepost.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/filepost.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/urllib3/__pycache__/fields.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/fields.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/fields.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py\n# code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc'\nimport 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb1ccb0>\nimport 'urllib3.fields' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb1c500>\nimport 'urllib3.filepost' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbae6f00>\nimport 'urllib3.packages.six.moves.urllib' # \nimport 'urllib3.packages.six.moves.urllib.parse' # \nimport 'urllib3.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbae7e90>\n# /usr/lib/python3.12/site-packages/urllib3/__pycache__/response.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/response.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/response.cpython-312.pyc'\nimport 'urllib3.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbae7050>\n# /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/queue.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/queue.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/queue.cpython-312.pyc'\nimport 'urllib3.util.queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb38980>\nimport 'urllib3.connectionpool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbaa4a70>\n# /usr/lib/python3.12/site-packages/urllib3/__pycache__/poolmanager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/poolmanager.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/poolmanager.cpython-312.pyc'\nimport 'urllib3.poolmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb389e0>\nimport 'urllib3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbaa4080>\n# /usr/lib/python3.12/site-packages/requests/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/exceptions.py\n# code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/exceptions.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/requests/__pycache__/compat.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/compat.py\n# code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/compat.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/api.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/api.py\n# code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/api.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/cd.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/cd.py\n# code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/cd.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/constant.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/constant.py\n# code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/constant.cpython-312.pyc'\nimport 'charset_normalizer.constant' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb3b4d0>\n# /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/md.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/md.py\n# code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/md.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/utils.py\n# code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/utils.cpython-312.pyc'\n# extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so'\n# extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so'\nimport 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fbb72c90>\n# extension module '_multibytecodec' loaded from '/usr/lib64/python3.12/lib-dynload/_multibytecodec.cpython-312-x86_64-linux-gnu.so'\n# extension module '_multibytecodec' executed from '/usr/lib64/python3.12/lib-dynload/_multibytecodec.cpython-312-x86_64-linux-gnu.so'\nimport '_multibytecodec' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fbb72f00>\nimport 'charset_normalizer.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb71fa0>\nimport 'charset_normalizer.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb710a0>\n# /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/models.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/models.py\n# code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/models.cpython-312.pyc'\nimport 'charset_normalizer.models' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb739b0>\nimport 'charset_normalizer.cd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb3ab10>\nimport 'charset_normalizer.api' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb3a6c0>\n# /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/legacy.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/legacy.py\n# code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/legacy.cpython-312.pyc'\nimport 'charset_normalizer.legacy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb868d10>\n# /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/version.py\n# code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/version.cpython-312.pyc'\nimport 'charset_normalizer.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb868e90>\nimport 'charset_normalizer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb3a3c0>\n# /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py\n# code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc'\nimport 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb868ec0>\n# /usr/lib64/python3.12/http/__pycache__/cookies.cpython-312.pyc matches /usr/lib64/python3.12/http/cookies.py\n# code object from '/usr/lib64/python3.12/http/__pycache__/cookies.cpython-312.pyc'\nimport 'http.cookies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb86b320>\nimport 'requests.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb3a1e0>\nimport 'requests.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb39c10>\n# /usr/lib/python3.12/site-packages/requests/__pycache__/packages.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/packages.py\n# code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/packages.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/idna/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/idna/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/idna/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/idna/__pycache__/package_data.cpython-312.pyc matches /usr/lib/python3.12/site-packages/idna/package_data.py\n# code object from '/usr/lib/python3.12/site-packages/idna/__pycache__/package_data.cpython-312.pyc'\nimport 'idna.package_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8a2300>\n# /usr/lib/python3.12/site-packages/idna/__pycache__/core.cpython-312.pyc matches /usr/lib/python3.12/site-packages/idna/core.py\n# code object from '/usr/lib/python3.12/site-packages/idna/__pycache__/core.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/idna/__pycache__/idnadata.cpython-312.pyc matches /usr/lib/python3.12/site-packages/idna/idnadata.py\n# code object from '/usr/lib/python3.12/site-packages/idna/__pycache__/idnadata.cpython-312.pyc'\nimport 'idna.idnadata' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8a3140>\n# /usr/lib/python3.12/site-packages/idna/__pycache__/intranges.cpython-312.pyc matches /usr/lib/python3.12/site-packages/idna/intranges.py\n# code object from '/usr/lib/python3.12/site-packages/idna/__pycache__/intranges.cpython-312.pyc'\nimport 'idna.intranges' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8a3260>\nimport 'idna.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8a2810>\nimport 'idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb39e20>\nimport 'requests.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb39d60>\n# /usr/lib/python3.12/site-packages/requests/__pycache__/utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/utils.py\n# code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/utils.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/requests/__pycache__/certs.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/certs.py\n# code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/certs.cpython-312.pyc'\nimport 'requests.certs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8d8bc0>\n# /usr/lib/python3.12/site-packages/requests/__pycache__/__version__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/__version__.py\n# code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/__version__.cpython-312.pyc'\nimport 'requests.__version__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8d8c50>\n# /usr/lib/python3.12/site-packages/requests/__pycache__/_internal_utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/_internal_utils.py\n# code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/_internal_utils.cpython-312.pyc'\nimport 'requests._internal_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8d8ce0>\n# /usr/lib/python3.12/site-packages/requests/__pycache__/cookies.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/cookies.py\n# code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/cookies.cpython-312.pyc'\nimport 'requests.cookies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8d8e00>\n# /usr/lib/python3.12/site-packages/requests/__pycache__/structures.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/structures.py\n# code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/structures.cpython-312.pyc'\nimport 'requests.structures' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8da330>\nimport 'requests.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb39f40>\n# /usr/lib/python3.12/site-packages/requests/__pycache__/api.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/api.py\n# code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/api.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/requests/__pycache__/sessions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/sessions.py\n# code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/sessions.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/requests/__pycache__/adapters.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/adapters.py\n# code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/adapters.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/requests/__pycache__/auth.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/auth.py\n# code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/auth.cpython-312.pyc'\nimport 'requests.auth' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8f8200>\n# /usr/lib/python3.12/site-packages/requests/__pycache__/models.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/models.py\n# code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/models.cpython-312.pyc'\n# /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py\n# code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc'\nimport 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8fa300>\nimport 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8f9dc0>\n# /usr/lib/python3.12/site-packages/requests/__pycache__/hooks.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/hooks.py\n# code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/hooks.cpython-312.pyc'\nimport 'requests.hooks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8fa360>\n# /usr/lib/python3.12/site-packages/requests/__pycache__/status_codes.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/status_codes.py\n# code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/status_codes.cpython-312.pyc'\nimport 'requests.status_codes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8fb110>\nimport 'requests.models' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8f8b90>\n# /usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/socks.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/contrib/socks.py\n# code object from '/usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/socks.cpython-312.pyc'\n# destroy urllib3.contrib.socks\nimport 'requests.adapters' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8db5f0>\nimport 'requests.sessions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8daab0>\nimport 'requests.api' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8a2360>\nimport 'requests' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc4bbbf0>\nimport 'cloud_what._base_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc4bb170>\n# /usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/providers/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/__init__.cpython-312.pyc'\nimport 'cloud_what.providers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8fbc50>\n# /usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/aws.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/providers/aws.py\n# code object from '/usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/aws.cpython-312.pyc'\nimport 'cloud_what.providers.aws' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8fbfb0>\n# /usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/azure.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/providers/azure.py\n# code object from '/usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/azure.cpython-312.pyc'\nimport 'cloud_what.providers.azure' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb934710>\n# /usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/gcp.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/providers/gcp.py\n# code object from '/usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/gcp.cpython-312.pyc'\nimport 'cloud_what.providers.gcp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb934b90>\nimport 'cloud_what.provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc459a30>\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/pycomp.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc'\n# /usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/__init__.py\n# code object from '/usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc'\nimport 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb935e50>\n# /usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/text.py\n# code object from '/usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc'\n# /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py\n# code object from '/usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc'\n# /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py\n# code object from '/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc'\n# /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc'\n# /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc'\n# /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc'\nimport 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb948470>\nimport 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb936c00>\n# /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py\n# code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc'\nimport 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb937fe0>\nimport 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb9364e0>\nimport 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb936270>\nimport 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb936060>\nimport 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb935f40>\n# /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py\n# code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc'\nimport 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb936000>\nimport 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb9357c0>\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/const.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc'\nimport 'dnf.const' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb935a90>\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/base.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py\n# code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc'\nimport 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb7b5c10>\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/error.py\n# code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc'\n# extension module 'libdnf._error' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_error.so'\n# extension module 'libdnf._error' executed from '/usr/lib64/python3.12/site-packages/libdnf/_error.so'\nimport 'libdnf._error' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fb7e1c70>\nimport 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb7e17f0>\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/common_types.py\n# code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc'\n# extension module 'libdnf._common_types' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so'\n# extension module 'libdnf._common_types' executed from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so'\nimport 'libdnf._common_types' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fb8155e0>\nimport 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb7e1df0>\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/conf.py\n# code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc'\n# extension module 'libdnf._conf' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so'\n# extension module 'libdnf._conf' executed from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so'\nimport 'libdnf._conf' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fb320440>\nimport 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8fa2d0>\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/module.py\n# code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc'\n# extension module 'libdnf._module' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_module.so'\n# extension module 'libdnf._module' executed from '/usr/lib64/python3.12/site-packages/libdnf/_module.so'\nimport 'libdnf._module' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fb36e000>\nimport 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb320920>\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/repo.py\n# code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc'\n# extension module 'libdnf._repo' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so'\n# extension module 'libdnf._repo' executed from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so'\nimport 'libdnf._repo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fb3acec0>\nimport 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb36e0c0>\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/transaction.py\n# code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc'\n# extension module 'libdnf._transaction' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so'\n# extension module 'libdnf._transaction' executed from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so'\nimport 'libdnf._transaction' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fb3e0f20>\nimport 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb3ad160>\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/utils.py\n# code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc'\n# extension module 'libdnf._utils' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so'\n# extension module 'libdnf._utils' executed from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so'\nimport 'libdnf._utils' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fb3e2150>\nimport 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb3e1580>\nimport 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb7b7290>\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/comps.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/exceptions.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/i18n.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc'\nimport 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa020aa0>\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/util.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/callback.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc'\nimport 'dnf.yum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0239b0>\n# /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/rpmtrans.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc'\nimport 'dnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa03c890>\nimport 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa023a10>\nimport 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa023200>\n# /usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/hawkey/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc'\n# extension module 'hawkey._hawkey' loaded from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so'\n# extension module 'hawkey._hawkey' executed from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so'\nimport 'hawkey._hawkey' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fa03ddc0>\nimport 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa023dd0>\nimport 'pwd' # \nimport 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0216d0>\nimport 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb3e3fb0>\n# /usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libcomps/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc'\n# extension module 'libcomps._libpycomps' loaded from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so'\n# extension module 'libcomps._libpycomps' executed from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so'\nimport 'libcomps._libpycomps' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fa020710>\nimport 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa020290>\nimport 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb3e22d0>\n# /usr/lib/python3.12/site-packages/dnf/db/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/__init__.cpython-312.pyc'\nimport 'dnf.db' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa03f620>\n# /usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/history.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/misc.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/crypto.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc'\nimport 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa079b50>\nimport 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa078e90>\n# /usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/group.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc'\nimport 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa07a2d0>\nimport 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa03f650>\n# /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/config.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/substitutions.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc'\nimport 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa07bc20>\nimport 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa07b1a0>\nimport 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa07afc0>\n# /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/read.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repo.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/logging.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/lock.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc'\nimport 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0aac60>\n# /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py\n# code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc'\nimport 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0ab080>\nimport 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0aa1b0>\nimport 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0a8440>\nimport 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa07b440>\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/dnssec.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/transaction.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc'\nimport 'dnf.rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0c9c10>\nimport 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0c8d40>\nimport 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0a8950>\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/drpm.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc'\nimport 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0ca240>\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/goal.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc'\nimport 'dnf.goal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0ca600>\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/history.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc'\nimport 'dnf.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0ca690>\n# /usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc'\nimport 'dnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0ca7b0>\n# /usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/module_base.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/smartcols.py\n# code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc'\n# extension module 'libdnf._smartcols' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so'\n# extension module 'libdnf._smartcols' executed from '/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so'\nimport 'libdnf._smartcols' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fa0fd310>\nimport 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0cb470>\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/selector.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc'\nimport 'dnf.selector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0fd340>\n# /usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/exceptions.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc'\nimport 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0fd430>\nimport 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0ca5a0>\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/persistor.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc'\nimport 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0fd5e0>\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/plugin.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc'\nimport 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0fe210>\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/query.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc'\nimport 'dnf.query' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0fed20>\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repodict.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc'\nimport 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0fee70>\n# /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/connection.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc'\nimport 'dnf.rpm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0ff6e0>\n# /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/miscutils.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc'\nimport 'dnf.rpm.miscutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0ff950>\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/sack.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/package.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc'\nimport 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e1c2f0>\nimport 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0ffd40>\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/subject.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc'\nimport 'dnf.subject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e1d1f0>\nimport 'gc' # \nimport 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb789610>\nimport 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb934fb0>\nimport 'rhsm.profile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc58bf50>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/jsonwrapper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/jsonwrapper.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/jsonwrapper.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/utils.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/utils.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc matches /usr/lib64/python3.12/pprint.py\n# code object from '/usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc matches /usr/lib64/python3.12/dataclasses.py\n# code object from '/usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc'\nimport 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e1f800>\nimport 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e1e660>\n# extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\n# extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'\nimport 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68f9e1f920>\n# /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py\n# code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc'\n# extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\n# extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'\nimport '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68f9e47620>\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e457f0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/branding/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/branding/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/branding/__pycache__/__init__.cpython-312.pyc'\nimport 'subscription_manager.branding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e47830>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/certdirectory.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/certdirectory.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/certdirectory.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/__init__.cpython-312.pyc'\nimport 'rhsmlib.services' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e6ca40>\n# /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/config.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/config.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/config.cpython-312.pyc'\nimport 'rhsmlib.services.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e6cbf0>\n# /usr/lib64/python3.12/site-packages/rhsm/__pycache__/certificate2.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/certificate2.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/certificate2.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rhsm/__pycache__/pathtree.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/pathtree.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/pathtree.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rhsm/__pycache__/bitstream.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/bitstream.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/bitstream.cpython-312.pyc'\nimport 'rhsm.bitstream' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e6ee10>\n# /usr/lib64/python3.12/site-packages/rhsm/__pycache__/huffman.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/huffman.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/huffman.cpython-312.pyc'\nimport 'rhsm.huffman' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e6f350>\nimport 'rhsm.pathtree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e6e7b0>\nimport 'rhsm.certificate2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e6d310>\nimport 'subscription_manager.certdirectory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e47a70>\n# /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/hwprobe.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/hwprobe.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/hwprobe.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cpuinfo.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/cpuinfo.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cpuinfo.cpython-312.pyc'\nimport 'rhsmlib.facts.cpuinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ea15b0>\nimport 'rhsmlib.facts.hwprobe' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ea0590>\nimport 'subscription_manager.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e1d700>\nimport 'subscription_manager.jsonwrapper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e1d2e0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/isodate.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/isodate.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/isodate.cpython-312.pyc'\nimport 'subscription_manager.isodate' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ea2ae0>\n# /usr/lib64/python3.12/site-packages/syspurpose/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/syspurpose/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/syspurpose/__pycache__/__init__.cpython-312.pyc'\nimport 'syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ea2b40>\n# /usr/lib64/python3.12/site-packages/syspurpose/__pycache__/files.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/syspurpose/files.py\n# code object from '/usr/lib64/python3.12/site-packages/syspurpose/__pycache__/files.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/syspurpose/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/syspurpose/utils.py\n# code object from '/usr/lib64/python3.12/site-packages/syspurpose/__pycache__/utils.cpython-312.pyc'\nimport 'syspurpose.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ea37a0>\nimport 'syspurpose.files' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ea2c90>\n# /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/syspurpose.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/syspurpose.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/syspurpose.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/syspurposelib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/syspurposelib.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/syspurposelib.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/certlib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/certlib.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/certlib.cpython-312.pyc'\nimport 'subscription_manager.certlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ecc950>\nimport 'subscription_manager.syspurposelib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ecc1d0>\n# /usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/file_monitor.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/file_monitor.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/file_monitor.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/__pycache__/pyinotify.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyinotify.py\n# code object from '/usr/lib/python3.12/site-packages/__pycache__/pyinotify.cpython-312.pyc'\n# extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so'\n# extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so'\nimport 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68f9ef99a0>\n# /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc'\n# extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\n# extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'\nimport '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68f9c1d040>\n# /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc'\nimport 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c1df40>\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9efba10>\n# /usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/util.py\n# code object from '/usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc'\nimport 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c1cbc0>\nimport 'pyinotify' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ecd970>\nimport 'rhsmlib.file_monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ecd010>\n# /usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/dbus/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/__init__.cpython-312.pyc'\nimport 'rhsmlib.dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c1ea20>\n# /usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/server.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/dbus/server.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/server.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc'\nimport 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c1f920>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc'\nimport 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c1f980>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc'\n# extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so'\n# extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so'\nimport '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68f9c54050>\nimport 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c1ff20>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc'\nimport 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c56600>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc'\n# /usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/__init__.py\n# code object from '/usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc'\nimport 'xml' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c57740>\n# /usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/__init__.py\n# code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc'\nimport 'xml.parsers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c57a40>\n# /usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/expat.py\n# code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc'\n# extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so'\n# extension module 'pyexpat' executed from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so'\nimport 'pyexpat' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68f9c57ad0>\nimport 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c57aa0>\nimport 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c57290>\nimport 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c56720>\nimport 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c55a60>\nimport 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c55040>\nimport 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c548c0>\nimport 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c1f3b0>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/service.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/service.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/service.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/decorators.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/decorators.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/decorators.cpython-312.pyc'\nimport 'dbus.decorators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c804a0>\nimport 'dbus.service' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c57110>\n# /usr/lib64/python3.12/site-packages/dbus/__pycache__/server.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/server.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/server.cpython-312.pyc'\nimport 'dbus.server' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c80740>\n# /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc'\nimport 'dbus.mainloop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c80a70>\n# /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/glib.py\n# code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc'\n# extension module '_dbus_glib_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so'\n# extension module '_dbus_glib_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so'\nimport '_dbus_glib_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68f9c80ad0>\nimport 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c80b60>\n# /usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/dbus/constants.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/constants.cpython-312.pyc'\nimport 'rhsmlib.dbus.constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c80cb0>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py\n# code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc'\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c81220>\n# possible namespace for /usr/lib/python3.12/site-packages/gi\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_error.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc'\nimport 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c821e0>\n# extension module 'gi._gi' loaded from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so'\n# extension module 'gi._gi' executed from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so'\nimport 'gi._gi' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68f9c81fd0>\nimport 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c80d40>\n# /usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/repository/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/importer.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/module.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/types.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_constants.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc'\nimport 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9cacc80>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/docstring.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc'\nimport 'gi.docstring' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9cacfe0>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_propertyhelper.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc'\nimport 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9cad430>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_signalhelper.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc'\nimport 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9cadc40>\nimport 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9cac380>\nimport 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c83e90>\n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc'\nimport 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9cac1a0>\nimport 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c83950>\nimport 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c81df0>\n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GLib.py\n# code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_ossighelper.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc'\nimport 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ccc7a0>\n# /usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_option.py\n# code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py\n# code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc'\nimport 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ccd4f0>\nimport 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9cccd10>\nimport 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9caebd0>\nimport 'gi.repository.GLib' # \n# /usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/dbus_utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/dbus/dbus_utils.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/dbus_utils.cpython-312.pyc'\n# /usr/lib64/python3.12/xml/etree/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/etree/__init__.py\n# code object from '/usr/lib64/python3.12/xml/etree/__pycache__/__init__.cpython-312.pyc'\nimport 'xml.etree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f990a3c0>\n# /usr/lib64/python3.12/xml/etree/__pycache__/ElementTree.cpython-312.pyc matches /usr/lib64/python3.12/xml/etree/ElementTree.py\n# code object from '/usr/lib64/python3.12/xml/etree/__pycache__/ElementTree.cpython-312.pyc'\n# /usr/lib64/python3.12/xml/etree/__pycache__/ElementPath.cpython-312.pyc matches /usr/lib64/python3.12/xml/etree/ElementPath.py\n# code object from '/usr/lib64/python3.12/xml/etree/__pycache__/ElementPath.cpython-312.pyc'\nimport 'xml.etree.ElementPath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9935430>\n# extension module '_elementtree' loaded from '/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so'\n# extension module '_elementtree' executed from '/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so'\nimport '_elementtree' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68f9936630>\nimport 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f990a330>\nimport 'rhsmlib.dbus.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9cadbe0>\nimport 'rhsmlib.dbus.server' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c1eb10>\nimport 'rhsmlib.services.syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ea3ce0>\nimport 'subscription_manager.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc7a68d0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cert_sorter.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cert_sorter.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cert_sorter.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/reasons.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/reasons.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/reasons.cpython-312.pyc'\nimport 'subscription_manager.reasons' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9937590>\nimport 'subscription_manager.cert_sorter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc7c0980>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/facts.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/facts.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/facts.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/all.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/all.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/all.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/insights.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/insights.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/insights.cpython-312.pyc'\nimport 'rhsmlib.facts.insights' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99641d0>\n# /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/kpatch.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/kpatch.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/kpatch.cpython-312.pyc'\nimport 'rhsmlib.facts.kpatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9964440>\n# /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cloud_facts.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/cloud_facts.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cloud_facts.cpython-312.pyc'\nimport 'rhsmlib.facts.cloud_facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9964620>\n# /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/pkg_arches.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/pkg_arches.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/pkg_arches.cpython-312.pyc'\nimport 'rhsmlib.facts.pkg_arches' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9964980>\n# /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/network.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/network.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/network.cpython-312.pyc'\nimport 'rhsmlib.facts.network' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9964cb0>\nimport 'rhsmlib.facts.all' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9937da0>\nimport 'subscription_manager.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9937ad0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/identity.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/identity.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/identity.cpython-312.pyc'\nimport 'subscription_manager.identity' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9937f80>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/validity.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/validity.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/validity.cpython-312.pyc'\nimport 'subscription_manager.validity' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99658b0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cp_provider.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cp_provider.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cp_provider.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/client_info.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/client_info.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/client_info.cpython-312.pyc'\nimport 'rhsmlib.client_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9965eb0>\nimport 'subscription_manager.cp_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9965a30>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/plugins.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/plugins.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/plugins.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/base_plugin.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/base_plugin.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/base_plugin.cpython-312.pyc'\nimport 'subscription_manager.base_plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99678c0>\nimport 'subscription_manager.plugins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9966420>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/lock.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/lock.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/lock.cpython-312.pyc'\nimport 'subscription_manager.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9966a50>\nimport 'subscription_manager.injectioninit' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc7a6150>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/managercli.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/managercli.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/managercli.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/managerlib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/managerlib.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/managerlib.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/repolib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/repolib.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/repolib.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/model/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/model/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/model/__pycache__/__init__.cpython-312.pyc'\nimport 'subscription_manager.model' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f998baa0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/model/__pycache__/ent_cert.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/model/ent_cert.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/model/__pycache__/ent_cert.cpython-312.pyc'\nimport 'subscription_manager.model.ent_cert' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f998be00>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/repofile.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/repofile.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/repofile.cpython-312.pyc'\nimport 'subscription_manager.repofile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f998bf80>\nimport 'subscription_manager.repolib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f998aa20>\nimport 'subscription_manager.managerlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9989310>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cli.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cli.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/exceptions.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/exceptions.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/entcertlib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/entcertlib.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/entcertlib.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/content_action_client.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/content_action_client.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/content_action_client.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/base_action_client.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/base_action_client.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/base_action_client.cpython-312.pyc'\nimport 'subscription_manager.base_action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99b7c20>\nimport 'subscription_manager.content_action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99b76b0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/rhelentbranding.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/rhelentbranding.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/rhelentbranding.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/entbranding.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/entbranding.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/entbranding.cpython-312.pyc'\nimport 'subscription_manager.entbranding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f0800>\nimport 'subscription_manager.rhelentbranding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f01a0>\nimport 'subscription_manager.entcertlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99b67e0>\nimport 'subscription_manager.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99b6420>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/printing_utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/printing_utils.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/printing_utils.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/unicode_width.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/unicode_width.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/unicode_width.cpython-312.pyc'\nimport 'subscription_manager.unicode_width' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f1b50>\nimport 'subscription_manager.printing_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f1790>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/i18n_argparse.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/i18n_argparse.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/i18n_argparse.cpython-312.pyc'\nimport 'subscription_manager.i18n_argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f1d60>\nimport 'subscription_manager.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99b5eb0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/__init__.cpython-312.pyc'\nimport 'subscription_manager.cli_command' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f1f70>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/attach.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/attach.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/attach.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/fileinput.cpython-312.pyc matches /usr/lib64/python3.12/fileinput.py\n# code object from '/usr/lib64/python3.12/__pycache__/fileinput.cpython-312.pyc'\nimport 'fileinput' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f23c0>\n# /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/attach.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/attach.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/attach.cpython-312.pyc'\nimport 'rhsmlib.services.attach' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f2f00>\n# /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/products.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/products.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/products.cpython-312.pyc'\nimport 'rhsmlib.services.products' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f3110>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/action_client.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/action_client.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/action_client.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/identitycertlib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/identitycertlib.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/identitycertlib.cpython-312.pyc'\nimport 'subscription_manager.identitycertlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f3680>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/healinglib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/healinglib.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/healinglib.cpython-312.pyc'\nimport 'subscription_manager.healinglib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f3a10>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/factlib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/factlib.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/factlib.cpython-312.pyc'\nimport 'subscription_manager.factlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f3da0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/packageprofilelib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/packageprofilelib.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/packageprofilelib.cpython-312.pyc'\nimport 'subscription_manager.packageprofilelib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f3fe0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/installedproductslib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/installedproductslib.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/installedproductslib.cpython-312.pyc'\nimport 'subscription_manager.installedproductslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980c2c0>\nimport 'subscription_manager.action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f33b0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/cli.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/cli.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/cli.cpython-312.pyc'\nimport 'subscription_manager.cli_command.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980c560>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/list.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/list.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/list.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/entitlement.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/entitlement.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/entitlement.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/exceptions.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/exceptions.cpython-312.pyc'\nimport 'rhsmlib.services.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980db20>\nimport 'rhsmlib.services.entitlement' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980d460>\nimport 'subscription_manager.cli_command.list' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980cd10>\nimport 'subscription_manager.cli_command.attach' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f20c0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/autoheal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/autoheal.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/autoheal.cpython-312.pyc'\nimport 'subscription_manager.cli_command.autoheal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980db50>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/clean.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/clean.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/clean.cpython-312.pyc'\nimport 'subscription_manager.cli_command.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980ddf0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/config.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/config.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/config.cpython-312.pyc'\nimport 'subscription_manager.cli_command.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980df40>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/environments.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/environments.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/environments.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/org.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/org.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/org.cpython-312.pyc'\n# extension module 'readline' loaded from '/usr/lib64/python3.12/lib-dynload/readline.cpython-312-x86_64-linux-gnu.so'\n# extension module 'readline' executed from '/usr/lib64/python3.12/lib-dynload/readline.cpython-312-x86_64-linux-gnu.so'\nimport 'readline' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68f980eb40>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/user_pass.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/user_pass.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/user_pass.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py\n# code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc'\nimport 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980f050>\nimport 'subscription_manager.cli_command.user_pass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980ed80>\nimport 'subscription_manager.cli_command.org' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980e7e0>\nimport 'subscription_manager.cli_command.environments' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980e150>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/facts.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/facts.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/facts.cpython-312.pyc'\nimport 'subscription_manager.cli_command.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980f470>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/identity.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/identity.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/identity.cpython-312.pyc'\nimport 'subscription_manager.cli_command.identity' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980f5c0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/override.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/override.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/override.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/overrides.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/overrides.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/overrides.cpython-312.pyc'\nimport 'subscription_manager.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980fe00>\nimport 'subscription_manager.cli_command.override' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980f920>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/owners.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/owners.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/owners.cpython-312.pyc'\nimport 'subscription_manager.cli_command.owners' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9838680>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/plugins.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/plugins.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/plugins.cpython-312.pyc'\nimport 'subscription_manager.cli_command.plugins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f98387a0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/redeem.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/redeem.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/redeem.cpython-312.pyc'\nimport 'subscription_manager.cli_command.redeem' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9838aa0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/refresh.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/refresh.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/refresh.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/refresh.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/refresh.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/refresh.cpython-312.pyc'\nimport 'rhsmlib.services.refresh' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9838fb0>\nimport 'subscription_manager.cli_command.refresh' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9838c80>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/register.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/register.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/register.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/unregister.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/unregister.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/unregister.cpython-312.pyc'\nimport 'rhsmlib.services.unregister' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9839a60>\n# /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/register.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/register.py\n# code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/register.cpython-312.pyc'\nimport 'rhsmlib.services.register' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9839ca0>\nimport 'subscription_manager.cli_command.register' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9839040>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/release.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/release.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/release.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/release.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/release.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/release.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/listing.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/listing.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/listing.cpython-312.pyc'\nimport 'subscription_manager.listing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f983a7b0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/rhelproduct.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/rhelproduct.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/rhelproduct.cpython-312.pyc'\nimport 'subscription_manager.rhelproduct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f983a930>\nimport 'subscription_manager.release' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f983a240>\nimport 'subscription_manager.cli_command.release' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9839f40>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/remove.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/remove.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/remove.cpython-312.pyc'\nimport 'subscription_manager.cli_command.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f983abd0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/repos.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/repos.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/repos.cpython-312.pyc'\nimport 'subscription_manager.cli_command.repos' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f983af60>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/status.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/status.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/status.cpython-312.pyc'\nimport 'subscription_manager.cli_command.status' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f983b3b0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/syspurpose.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/syspurpose.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/syspurpose.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/addons.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/addons.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/addons.cpython-312.pyc'\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/abstract_syspurpose.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/abstract_syspurpose.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/abstract_syspurpose.cpython-312.pyc'\nimport 'subscription_manager.cli_command.abstract_syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f983bda0>\nimport 'subscription_manager.cli_command.addons' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f983bb30>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/role.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/role.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/role.cpython-312.pyc'\nimport 'subscription_manager.cli_command.role' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9860a40>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/service_level.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/service_level.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/service_level.cpython-312.pyc'\nimport 'subscription_manager.cli_command.service_level' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9860ad0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/usage.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/usage.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/usage.cpython-312.pyc'\nimport 'subscription_manager.cli_command.usage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9861070>\nimport 'subscription_manager.cli_command.syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f983b7a0>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/unregister.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/unregister.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/unregister.cpython-312.pyc'\nimport 'subscription_manager.cli_command.unregister' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9861100>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/version.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/version.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/version.cpython-312.pyc'\nimport 'subscription_manager.cli_command.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f98612e0>\nimport 'subscription_manager.managercli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9988cb0>\nimport 'subscription_manager.scripts.subscription_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb65490>\n# /usr/lib64/python3.12/site-packages/subscription_manager/branding/__pycache__/redhat_branding.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/branding/redhat_branding.py\n# code object from '/usr/lib64/python3.12/site-packages/subscription_manager/branding/__pycache__/redhat_branding.cpython-312.pyc'\nimport 'subscription_manager.branding.redhat_branding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb64ec0>\nRuntime Error last check-in is null at org.candlepin.service.model.CloudCheckInEvent.:88 (HTTP error code 500: Internal Server Error)\n# clear sys.path_importer_cache\n# clear sys.path_hooks\n# clear builtins._\n# clear sys.path\n# clear sys.argv\n# clear sys.ps1\n# clear sys.ps2\n# clear sys.last_exc\n# clear sys.last_type\n# clear sys.last_value\n# clear sys.last_traceback\n# clear sys.__interactivehook__\n# clear sys.meta_path\n# restore sys.stdin\n# restore sys.stdout\n# restore sys.stderr\n# cleanup[2] removing sys\n# cleanup[2] removing builtins\n# cleanup[2] removing _frozen_importlib\n# cleanup[2] removing _imp\n# cleanup[2] removing _thread\n# cleanup[2] removing _warnings\n# cleanup[2] removing _weakref\n# cleanup[2] removing _io\n# cleanup[2] removing marshal\n# cleanup[2] removing posix\n# cleanup[2] removing _frozen_importlib_external\n# cleanup[2] removing time\n# cleanup[2] removing zipimport\n# cleanup[2] removing _codecs\n# cleanup[2] removing codecs\n# cleanup[2] removing encodings.aliases\n# cleanup[2] removing encodings\n# cleanup[2] removing encodings.utf_8\n# cleanup[2] removing _signal\n# cleanup[2] removing _abc\n# cleanup[2] removing abc\n# cleanup[2] removing io\n# cleanup[2] removing __main__\n# destroy __main__\n# cleanup[2] removing _stat\n# cleanup[2] removing stat\n# cleanup[2] removing _collections_abc\n# cleanup[2] removing genericpath\n# cleanup[2] removing posixpath\n# cleanup[2] removing os.path\n# cleanup[2] removing os\n# cleanup[2] removing _sitebuiltins\n# cleanup[2] removing encodings.utf_8_sig\n# cleanup[2] removing _distutils_hack\n# destroy _distutils_hack\n# cleanup[2] removing site\n# destroy site\n# cleanup[2] removing types\n# cleanup[2] removing _operator\n# cleanup[2] removing operator\n# cleanup[2] removing itertools\n# cleanup[2] removing keyword\n# cleanup[2] removing reprlib\n# destroy reprlib\n# cleanup[2] removing _collections\n# cleanup[2] removing collections\n# cleanup[2] removing _functools\n# cleanup[2] removing functools\n# cleanup[2] removing enum\n# cleanup[2] removing _sre\n# cleanup[2] removing re._constants\n# cleanup[2] removing re._parser\n# cleanup[2] removing re._casefix\n# cleanup[2] removing re._compiler\n# cleanup[2] removing copyreg\n# cleanup[2] removing re\n# cleanup[2] removing importlib._bootstrap\n# cleanup[2] removing importlib._bootstrap_external\n# cleanup[2] removing warnings\n# cleanup[2] removing importlib\n# cleanup[2] removing _csv\n# cleanup[2] removing csv\n# cleanup[2] removing email\n# cleanup[2] removing fnmatch\n# cleanup[2] removing ntpath\n# cleanup[2] removing errno\n# cleanup[2] removing urllib\n# cleanup[2] removing math\n# cleanup[2] removing ipaddress\n# cleanup[2] removing urllib.parse\n# cleanup[2] removing pathlib\n# cleanup[2] removing binascii\n# cleanup[2] removing importlib._abc\n# cleanup[2] removing importlib.util\n# cleanup[2] removing zlib\n# cleanup[2] removing _compression\n# cleanup[2] removing _bz2\n# cleanup[2] removing bz2\n# cleanup[2] removing _lzma\n# cleanup[2] removing lzma\n# cleanup[2] removing shutil\n# cleanup[2] removing _struct\n# cleanup[2] removing struct\n# cleanup[2] removing _weakrefset\n# destroy _weakrefset\n# cleanup[2] removing threading\n# cleanup[2] removing contextlib\n# cleanup[2] removing zipfile._path.glob\n# cleanup[2] removing zipfile._path\n# cleanup[2] removing zipfile\n# cleanup[2] removing textwrap\n# cleanup[2] removing _ast\n# destroy _ast\n# cleanup[2] removing ast\n# cleanup[2] removing _opcode\n# cleanup[2] removing opcode\n# destroy opcode\n# cleanup[2] removing dis\n# cleanup[2] removing collections.abc\n# cleanup[2] removing importlib.machinery\n# cleanup[2] removing token\n# cleanup[2] removing _tokenize\n# cleanup[2] removing tokenize\n# cleanup[2] removing linecache\n# cleanup[2] removing weakref\n# cleanup[2] removing inspect\n# cleanup[2] removing quopri\n# cleanup[2] removing _bisect\n# cleanup[2] removing bisect\n# cleanup[2] removing _random\n# cleanup[2] removing _hashlib\n# cleanup[2] removing _blake2\n# cleanup[2] removing hashlib\n# cleanup[2] removing random\n# cleanup[2] removing _socket\n# cleanup[2] removing select\n# cleanup[2] removing selectors\n# cleanup[2] removing array\n# cleanup[2] removing socket\n# cleanup[2] removing _datetime\n# cleanup[2] removing datetime\n# cleanup[2] removing _locale\n# cleanup[2] removing locale\n# cleanup[2] removing calendar\n# cleanup[2] removing email._parseaddr\n# cleanup[2] removing base64\n# cleanup[2] removing email.base64mime\n# cleanup[2] removing _string\n# cleanup[2] removing string\n# cleanup[2] removing email.quoprimime\n# cleanup[2] removing email.errors\n# cleanup[2] removing email.encoders\n# cleanup[2] removing email.charset\n# cleanup[2] removing email.utils\n# cleanup[2] removing email.header\n# cleanup[2] removing email._policybase\n# cleanup[2] removing email._encoded_words\n# cleanup[2] removing email.iterators\n# cleanup[2] removing email.message\n# cleanup[2] removing importlib.metadata._functools\n# cleanup[2] removing importlib.metadata._text\n# cleanup[2] removing importlib.metadata._adapters\n# cleanup[2] removing _typing\n# cleanup[2] removing typing\n# cleanup[2] removing importlib.metadata._meta\n# cleanup[2] removing importlib.metadata._collections\n# cleanup[2] removing importlib.metadata._itertools\n# cleanup[2] removing tempfile\n# cleanup[2] removing importlib.resources.abc\n# cleanup[2] removing importlib.resources._adapters\n# cleanup[2] removing importlib.resources._common\n# cleanup[2] removing importlib.resources._legacy\n# cleanup[2] removing importlib.resources\n# cleanup[2] removing importlib.abc\n# cleanup[2] removing importlib.metadata\n# cleanup[2] removing subscription_manager\n# cleanup[2] removing subscription_manager.scripts\n# cleanup[2] removing gettext\n# cleanup[2] removing traceback\n# cleanup[2] removing atexit\n# cleanup[2] removing logging\n# cleanup[2] removing subscription_manager.i18n\n# cleanup[2] removing rhsm\n# cleanup[2] removing _compat_pickle\n# cleanup[2] removing _pickle\n# cleanup[2] removing pickle\n# cleanup[2] removing _heapq\n# cleanup[2] removing heapq\n# cleanup[2] removing _queue\n# cleanup[2] removing queue\n# cleanup[2] removing copy\n# cleanup[2] removing logging.handlers\n# cleanup[2] removing socketserver\n# destroy socketserver\n# cleanup[2] removing logging.config\n# cleanup[2] removing configparser\n# cleanup[2] removing iniparse.configparser\n# cleanup[2] removing __future__\n# destroy __future__\n# cleanup[2] removing six\n# cleanup[2] removing iniparse.config\n# cleanup[2] removing iniparse.ini\n# cleanup[2] removing iniparse.compat\n# cleanup[2] removing iniparse.utils\n# cleanup[2] removing iniparse\n# destroy iniparse\n# destroy iniparse.configparser\n# destroy iniparse.utils\n# cleanup[2] removing rhsm.config\n# cleanup[2] removing rhsm.logutil\n# cleanup[2] removing subscription_manager.injection\n# cleanup[2] removing _ssl\n# cleanup[2] removing ssl\n# cleanup[2] removing http\n# cleanup[2] removing email.feedparser\n# cleanup[2] removing email.parser\n# cleanup[2] removing http.client\n# cleanup[2] removing rhsm.https\n# cleanup[2] removing dateutil._version\n# cleanup[2] removing dateutil\n# cleanup[2] removing rhsm._certificate\n# cleanup[2] removing rhsm.certificate\n# cleanup[2] removing numbers\n# destroy numbers\n# cleanup[2] removing _decimal\n# cleanup[2] removing decimal\n# destroy decimal\n# cleanup[2] removing dateutil._common\n# cleanup[2] removing dateutil.relativedelta\n# cleanup[2] removing six.moves\n# cleanup[2] removing dateutil.tz._common\n# cleanup[2] removing dateutil.tz._factories\n# cleanup[2] removing dateutil.tz.tz\n# cleanup[2] removing dateutil.tz\n# cleanup[2] removing dateutil.parser._parser\n# cleanup[2] removing dateutil.parser.isoparser\n# destroy dateutil.parser.isoparser\n# cleanup[2] removing dateutil.parser\n# cleanup[2] removing urllib.response\n# cleanup[2] removing urllib.error\n# cleanup[2] removing urllib.request\n# cleanup[2] removing _json\n# cleanup[2] removing json.scanner\n# cleanup[2] removing json.decoder\n# cleanup[2] removing json.encoder\n# cleanup[2] removing json\n# cleanup[2] removing rhsm.ourjson\n# cleanup[2] removing rhsm.utils\n# cleanup[2] removing subscription_manager.version\n# cleanup[2] removing rhsm.connection\n# cleanup[2] removing rpm._rpm\n# cleanup[2] removing rpm.transaction\n# cleanup[2] removing rpm\n# cleanup[2] removing cloud_what\n# destroy cloud_what\n# cleanup[2] removing rhsmlib\n# destroy rhsmlib\n# cleanup[2] removing rhsmlib.facts\n# cleanup[2] removing platform\n# cleanup[2] removing rhsmlib.facts.collection\n# cleanup[2] removing rhsmlib.facts.collector\n# cleanup[2] removing rhsmlib.facts.cleanup\n# cleanup[2] removing signal\n# cleanup[2] removing fcntl\n# cleanup[2] removing _posixsubprocess\n# cleanup[2] removing subprocess\n# cleanup[2] removing rhsmlib.facts.virt\n# cleanup[2] removing rhsmlib.facts.dmidecodeparser\n# cleanup[2] removing rhsmlib.facts.dmiinfo\n# cleanup[2] removing rhsmlib.facts.firmware_info\n# cleanup[2] removing rhsmlib.facts.host_collector\n# cleanup[2] removing glob\n# cleanup[2] removing rhsmlib.facts.custom\n# cleanup[2] removing urllib3.packages\n# cleanup[2] removing urllib3.packages.six\n# cleanup[2] removing urllib3.packages.six.moves\n# cleanup[2] removing urllib3.packages.six.moves.http_client\n# cleanup[2] removing urllib3.exceptions\n# cleanup[2] removing urllib3._version\n# cleanup[2] removing urllib3._collections\n# cleanup[2] removing urllib3.contrib\n# cleanup[2] removing urllib3.contrib._appengine_environ\n# cleanup[2] removing urllib3.util.wait\n# cleanup[2] removing urllib3.util.connection\n# cleanup[2] removing urllib3.util.request\n# cleanup[2] removing urllib3.util.response\n# cleanup[2] removing urllib3.util.retry\n# cleanup[2] removing hmac\n# cleanup[2] removing urllib3.util.url\n# cleanup[2] removing urllib3.util.ssltransport\n# cleanup[2] removing urllib3.util.ssl_\n# cleanup[2] removing urllib3.util.timeout\n# cleanup[2] removing urllib3.util\n# cleanup[2] removing urllib3.util.proxy\n# cleanup[2] removing urllib3.util.ssl_match_hostname\n# cleanup[2] removing urllib3.connection\n# cleanup[2] removing mimetypes\n# cleanup[2] removing urllib3.fields\n# cleanup[2] removing urllib3.filepost\n# cleanup[2] removing urllib3.packages.six.moves.urllib\n# cleanup[2] removing urllib3.packages.six.moves.urllib.parse\n# cleanup[2] removing urllib3.request\n# cleanup[2] removing urllib3.response\n# cleanup[2] removing urllib3.util.queue\n# cleanup[2] removing urllib3.connectionpool\n# cleanup[2] removing urllib3.poolmanager\n# cleanup[2] removing urllib3\n# cleanup[2] removing charset_normalizer.constant\n# cleanup[2] removing unicodedata\n# cleanup[2] removing _multibytecodec\n# cleanup[2] removing charset_normalizer.utils\n# cleanup[2] removing charset_normalizer.md\n# cleanup[2] removing charset_normalizer.models\n# cleanup[2] removing charset_normalizer.cd\n# cleanup[2] removing charset_normalizer.api\n# cleanup[2] removing charset_normalizer.legacy\n# cleanup[2] removing charset_normalizer.version\n# cleanup[2] removing charset_normalizer\n# cleanup[2] removing http.cookiejar\n# cleanup[2] removing http.cookies\n# cleanup[2] removing requests.compat\n# cleanup[2] removing requests.exceptions\n# cleanup[2] removing requests.packages.urllib3.packages\n# cleanup[2] removing requests.packages.urllib3.packages.six\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves.http_client\n# cleanup[2] removing requests.packages.urllib3.exceptions\n# cleanup[2] removing requests.packages.urllib3._version\n# cleanup[2] removing requests.packages.urllib3._collections\n# cleanup[2] removing requests.packages.urllib3.contrib\n# cleanup[2] removing requests.packages.urllib3.contrib._appengine_environ\n# cleanup[2] removing requests.packages.urllib3.util.wait\n# cleanup[2] removing requests.packages.urllib3.util.connection\n# cleanup[2] removing requests.packages.urllib3.util.request\n# cleanup[2] removing requests.packages.urllib3.util.response\n# cleanup[2] removing requests.packages.urllib3.util.retry\n# cleanup[2] removing requests.packages.urllib3.util.url\n# cleanup[2] removing requests.packages.urllib3.util.ssltransport\n# cleanup[2] removing requests.packages.urllib3.util.ssl_\n# cleanup[2] removing requests.packages.urllib3.util.timeout\n# cleanup[2] removing requests.packages.urllib3.util\n# cleanup[2] removing requests.packages.urllib3.util.proxy\n# cleanup[2] removing requests.packages.urllib3.util.ssl_match_hostname\n# cleanup[2] removing requests.packages.urllib3.connection\n# cleanup[2] removing requests.packages.urllib3.fields\n# cleanup[2] removing requests.packages.urllib3.filepost\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves.urllib\n# cleanup[2] removing requests.packages.urllib3.packages.six.moves.urllib.parse\n# cleanup[2] removing requests.packages.urllib3.request\n# cleanup[2] removing requests.packages.urllib3.response\n# cleanup[2] removing requests.packages.urllib3.util.queue\n# cleanup[2] removing requests.packages.urllib3.connectionpool\n# cleanup[2] removing requests.packages.urllib3.poolmanager\n# cleanup[2] removing requests.packages.urllib3\n# cleanup[2] removing idna.package_data\n# cleanup[2] removing idna.idnadata\n# cleanup[2] removing idna.intranges\n# cleanup[2] removing idna.core\n# cleanup[2] removing idna\n# cleanup[2] removing requests.packages.idna.package_data\n# cleanup[2] removing requests.packages.idna.idnadata\n# cleanup[2] removing requests.packages.idna.intranges\n# cleanup[2] removing requests.packages.idna.core\n# cleanup[2] removing requests.packages.idna\n# cleanup[2] removing requests.packages.charset_normalizer.constant\n# cleanup[2] removing requests.packages.chardet.constant\n# cleanup[2] removing requests.packages.charset_normalizer.utils\n# cleanup[2] removing requests.packages.chardet.utils\n# cleanup[2] removing requests.packages.charset_normalizer.md\n# cleanup[2] removing requests.packages.chardet.md\n# cleanup[2] removing requests.packages.charset_normalizer.models\n# cleanup[2] removing requests.packages.chardet.models\n# cleanup[2] removing requests.packages.charset_normalizer.cd\n# cleanup[2] removing requests.packages.chardet.cd\n# cleanup[2] removing requests.packages.charset_normalizer.api\n# cleanup[2] removing requests.packages.chardet.api\n# cleanup[2] removing requests.packages.charset_normalizer.legacy\n# cleanup[2] removing requests.packages.chardet.legacy\n# cleanup[2] removing requests.packages.charset_normalizer.version\n# cleanup[2] removing requests.packages.chardet.version\n# cleanup[2] removing requests.packages.charset_normalizer\n# cleanup[2] removing requests.packages.chardet\n# cleanup[2] removing requests.packages\n# cleanup[2] removing requests.certs\n# cleanup[2] removing requests.__version__\n# destroy requests.__version__\n# cleanup[2] removing requests._internal_utils\n# cleanup[2] removing requests.cookies\n# cleanup[2] removing requests.structures\n# cleanup[2] removing requests.utils\n# cleanup[2] removing requests.auth\n# cleanup[2] removing stringprep\n# cleanup[2] removing encodings.idna\n# cleanup[2] removing requests.hooks\n# cleanup[2] removing requests.status_codes\n# cleanup[2] removing requests.models\n# cleanup[2] removing requests.adapters\n# cleanup[2] removing requests.sessions\n# cleanup[2] removing requests.api\n# cleanup[2] removing requests\n# cleanup[2] removing cloud_what._base_provider\n# destroy cloud_what._base_provider\n# cleanup[2] removing cloud_what.providers\n# destroy cloud_what.providers\n# cleanup[2] removing cloud_what.providers.aws\n# destroy cloud_what.providers.aws\n# cleanup[2] removing cloud_what.providers.azure\n# destroy cloud_what.providers.azure\n# cleanup[2] removing cloud_what.providers.gcp\n# destroy cloud_what.providers.gcp\n# cleanup[2] removing cloud_what.provider\n# cleanup[2] removing email.mime\n# cleanup[2] removing email._header_value_parser\n# cleanup[2] removing email.headerregistry\n# cleanup[2] removing email.contentmanager\n# cleanup[2] removing email.policy\n# cleanup[2] removing email.mime.base\n# cleanup[2] removing email.mime.nonmultipart\n# cleanup[2] removing email.mime.text\n# cleanup[2] removing shlex\n# cleanup[2] removing dnf.pycomp\n# cleanup[2] removing dnf.const\n# cleanup[2] removing argparse\n# cleanup[2] removing swig_runtime_data4\n# destroy swig_runtime_data4\n# cleanup[2] removing libdnf._error\n# cleanup[2] removing libdnf.error\n# cleanup[2] removing libdnf._common_types\n# cleanup[2] removing libdnf.common_types\n# cleanup[2] removing libdnf._conf\n# cleanup[2] removing libdnf.conf\n# cleanup[2] removing libdnf._module\n# cleanup[2] removing libdnf.module\n# cleanup[2] removing libdnf._repo\n# cleanup[2] removing libdnf.repo\n# cleanup[2] removing libdnf._transaction\n# cleanup[2] removing libdnf.transaction\n# cleanup[2] removing libdnf._utils\n# cleanup[2] removing libdnf.utils\n# cleanup[2] removing libdnf\n# cleanup[2] removing dnf.i18n\n# cleanup[2] removing dnf.yum\n# cleanup[2] removing dnf.transaction\n# cleanup[2] removing dnf.yum.rpmtrans\n# cleanup[2] removing dnf.callback\n# cleanup[2] removing hawkey._hawkey\n# cleanup[2] removing hawkey\n# cleanup[2] removing pwd\n# cleanup[2] removing dnf.util\n# cleanup[2] removing dnf.exceptions\n# cleanup[2] removing libcomps._libpycomps\n# cleanup[2] removing libcomps\n# cleanup[2] removing dnf.comps\n# cleanup[2] removing dnf.db\n# cleanup[2] removing dnf.crypto\n# cleanup[2] removing dnf.yum.misc\n# cleanup[2] removing dnf.db.group\n# cleanup[2] removing dnf.db.history\n# cleanup[2] removing dnf.conf.substitutions\n# cleanup[2] removing dnf.conf.config\n# cleanup[2] removing dnf.conf\n# cleanup[2] removing dnf.lock\n# cleanup[2] removing gzip\n# cleanup[2] removing dnf.logging\n# cleanup[2] removing dnf.repo\n# cleanup[2] removing dnf.conf.read\n# cleanup[2] removing dnf.rpm.transaction\n# cleanup[2] removing dnf.rpm\n# cleanup[2] removing dnf.dnssec\n# cleanup[2] removing dnf.drpm\n# cleanup[2] removing dnf.goal\n# cleanup[2] removing dnf.history\n# cleanup[2] removing dnf.module\n# cleanup[2] removing libdnf._smartcols\n# cleanup[2] removing libdnf.smartcols\n# cleanup[2] removing dnf.selector\n# cleanup[2] removing dnf.module.exceptions\n# cleanup[2] removing dnf.module.module_base\n# cleanup[2] removing dnf.persistor\n# cleanup[2] removing dnf.plugin\n# cleanup[2] removing dnf.query\n# cleanup[2] removing dnf.repodict\n# cleanup[2] removing dnf.rpm.connection\n# cleanup[2] removing dnf.rpm.miscutils\n# cleanup[2] removing dnf.package\n# cleanup[2] removing dnf.sack\n# cleanup[2] removing dnf.subject\n# cleanup[2] removing gc\n# cleanup[2] removing dnf.base\n# cleanup[2] removing dnf\n# cleanup[2] removing rhsm.profile\n# cleanup[2] removing dataclasses\n# cleanup[2] removing pprint\n# cleanup[2] removing syslog\n# cleanup[2] removing _uuid\n# cleanup[2] removing uuid\n# cleanup[2] removing subscription_manager.branding\n# cleanup[2] removing rhsmlib.services\n# cleanup[2] removing rhsmlib.services.config\n# cleanup[2] removing rhsm.bitstream\n# cleanup[2] removing rhsm.huffman\n# cleanup[2] removing rhsm.pathtree\n# cleanup[2] removing rhsm.certificate2\n# cleanup[2] removing subscription_manager.certdirectory\n# cleanup[2] removing rhsmlib.facts.cpuinfo\n# cleanup[2] removing rhsmlib.facts.hwprobe\n# cleanup[2] removing subscription_manager.utils\n# cleanup[2] removing subscription_manager.jsonwrapper\n# cleanup[2] removing subscription_manager.isodate\n# cleanup[2] removing syspurpose\n# destroy syspurpose\n# cleanup[2] removing syspurpose.utils\n# destroy syspurpose.utils\n# cleanup[2] removing syspurpose.files\n# destroy syspurpose.files\n# cleanup[2] removing subscription_manager.certlib\n# cleanup[2] removing subscription_manager.syspurposelib\n# cleanup[2] removing termios\n# cleanup[2] removing _ctypes\n# cleanup[2] removing ctypes._endian\n# cleanup[2] removing ctypes\n# cleanup[2] removing ctypes.util\n# cleanup[2] removing pyinotify\n# cleanup[2] removing rhsmlib.file_monitor\n# cleanup[2] removing rhsmlib.dbus\n# cleanup[2] removing dbus._compat\n# cleanup[2] removing dbus.exceptions\n# cleanup[2] removing _dbus_bindings\n# cleanup[2] removing dbus.types\n# cleanup[2] removing dbus.lowlevel\n# cleanup[2] removing xml\n# destroy xml\n# cleanup[2] removing xml.parsers\n# destroy xml.parsers\n# cleanup[2] removing pyexpat.errors\n# cleanup[2] removing pyexpat.model\n# cleanup[2] removing pyexpat\n# cleanup[2] removing xml.parsers.expat.model\n# cleanup[2] removing xml.parsers.expat.errors\n# cleanup[2] removing xml.parsers.expat\n# destroy xml.parsers.expat\n# cleanup[2] removing dbus._expat_introspect_parser\n# cleanup[2] removing dbus.proxies\n# cleanup[2] removing dbus.connection\n# cleanup[2] removing dbus.bus\n# cleanup[2] removing dbus._dbus\n# cleanup[2] removing dbus\n# cleanup[2] removing dbus.decorators\n# cleanup[2] removing dbus.service\n# cleanup[2] removing dbus.server\n# cleanup[2] removing dbus.mainloop\n# cleanup[2] removing _dbus_glib_bindings\n# cleanup[2] removing dbus.mainloop.glib\n# cleanup[2] removing rhsmlib.dbus.constants\n# cleanup[2] removing pkgutil\n# destroy pkgutil\n# cleanup[2] removing gi._error\n# cleanup[2] removing gi._gi\n# cleanup[2] removing gi._gobject\n# cleanup[2] removing glib\n# destroy glib\n# cleanup[2] removing gobject\n# destroy gobject\n# cleanup[2] removing gio\n# destroy gio\n# cleanup[2] removing gtk\n# destroy gtk\n# cleanup[2] removing gtk.gdk\n# destroy gtk.gdk\n# cleanup[2] removing gi\n# cleanup[2] removing gi._constants\n# cleanup[2] removing gi.docstring\n# cleanup[2] removing gi._propertyhelper\n# cleanup[2] removing gi._signalhelper\n# cleanup[2] removing gi.types\n# cleanup[2] removing gi.module\n# cleanup[2] removing gi.overrides\n# cleanup[2] removing gi.importer\n# cleanup[2] removing gi.repository\n# cleanup[2] removing gi._ossighelper\n# cleanup[2] removing optparse\n# cleanup[2] removing gi._option\n# cleanup[2] removing gi.overrides.GLib\n# cleanup[2] removing gi.repository.GLib\n# cleanup[2] removing xml.etree\n# destroy xml.etree\n# cleanup[2] removing xml.etree.ElementPath\n# cleanup[2] removing _elementtree\n# cleanup[2] removing xml.etree.ElementTree\n# cleanup[2] removing rhsmlib.dbus.dbus_utils\n# cleanup[2] removing rhsmlib.dbus.server\n# cleanup[2] removing rhsmlib.services.syspurpose\n# cleanup[2] removing subscription_manager.cache\n# cleanup[2] removing subscription_manager.reasons\n# cleanup[2] removing subscription_manager.cert_sorter\n# cleanup[2] removing rhsmlib.facts.insights\n# cleanup[2] removing rhsmlib.facts.kpatch\n# cleanup[2] removing rhsmlib.facts.cloud_facts\n# cleanup[2] removing rhsmlib.facts.pkg_arches\n# cleanup[2] removing rhsmlib.facts.network\n# cleanup[2] removing rhsmlib.facts.all\n# cleanup[2] removing subscription_manager.facts\n# cleanup[2] removing subscription_manager.identity\n# cleanup[2] removing subscription_manager.validity\n# cleanup[2] removing rhsmlib.client_info\n# cleanup[2] removing subscription_manager.cp_provider\n# cleanup[2] removing subscription_manager.base_plugin\n# cleanup[2] removing subscription_manager.plugins\n# cleanup[2] removing subscription_manager.lock\n# cleanup[2] removing subscription_manager.injectioninit\n# cleanup[2] removing subscription_manager.model\n# cleanup[2] removing subscription_manager.model.ent_cert\n# cleanup[2] removing subscription_manager.repofile\n# cleanup[2] removing subscription_manager.repolib\n# cleanup[2] removing subscription_manager.managerlib\n# cleanup[2] removing subscription_manager.base_action_client\n# cleanup[2] removing subscription_manager.content_action_client\n# cleanup[2] removing subscription_manager.entbranding\n# cleanup[2] removing subscription_manager.rhelentbranding\n# cleanup[2] removing subscription_manager.entcertlib\n# cleanup[2] removing subscription_manager.exceptions\n# cleanup[2] removing subscription_manager.unicode_width\n# cleanup[2] removing subscription_manager.printing_utils\n# cleanup[2] removing subscription_manager.i18n_argparse\n# cleanup[2] removing subscription_manager.cli\n# cleanup[2] removing subscription_manager.cli_command\n# cleanup[2] removing fileinput\n# cleanup[2] removing rhsmlib.services.attach\n# cleanup[2] removing rhsmlib.services.products\n# cleanup[2] removing subscription_manager.identitycertlib\n# cleanup[2] removing subscription_manager.healinglib\n# cleanup[2] removing subscription_manager.factlib\n# cleanup[2] removing subscription_manager.packageprofilelib\n# cleanup[2] removing subscription_manager.installedproductslib\n# cleanup[2] removing subscription_manager.action_client\n# cleanup[2] removing subscription_manager.cli_command.cli\n# cleanup[2] removing rhsmlib.services.exceptions\n# cleanup[2] removing rhsmlib.services.entitlement\n# cleanup[2] removing subscription_manager.cli_command.list\n# cleanup[2] removing subscription_manager.cli_command.attach\n# cleanup[2] removing subscription_manager.cli_command.autoheal\n# cleanup[2] removing subscription_manager.cli_command.clean\n# cleanup[2] removing subscription_manager.cli_command.config\n# cleanup[2] removing readline\n# cleanup[2] removing getpass\n# cleanup[2] removing subscription_manager.cli_command.user_pass\n# cleanup[2] removing subscription_manager.cli_command.org\n# cleanup[2] removing subscription_manager.cli_command.environments\n# cleanup[2] removing subscription_manager.cli_command.facts\n# cleanup[2] removing subscription_manager.cli_command.identity\n# cleanup[2] removing subscription_manager.overrides\n# cleanup[2] removing subscription_manager.cli_command.override\n# cleanup[2] removing subscription_manager.cli_command.owners\n# cleanup[2] removing subscription_manager.cli_command.plugins\n# cleanup[2] removing subscription_manager.cli_command.redeem\n# cleanup[2] removing rhsmlib.services.refresh\n# cleanup[2] removing subscription_manager.cli_command.refresh\n# cleanup[2] removing rhsmlib.services.unregister\n# cleanup[2] removing rhsmlib.services.register\n# cleanup[2] removing subscription_manager.cli_command.register\n# cleanup[2] removing subscription_manager.listing\n# cleanup[2] removing subscription_manager.rhelproduct\n# cleanup[2] removing subscription_manager.release\n# cleanup[2] removing subscription_manager.cli_command.release\n# cleanup[2] removing subscription_manager.cli_command.remove\n# cleanup[2] removing subscription_manager.cli_command.repos\n# cleanup[2] removing subscription_manager.cli_command.status\n# cleanup[2] removing subscription_manager.cli_command.abstract_syspurpose\n# cleanup[2] removing subscription_manager.cli_command.addons\n# cleanup[2] removing subscription_manager.cli_command.role\n# cleanup[2] removing subscription_manager.cli_command.service_level\n# cleanup[2] removing subscription_manager.cli_command.usage\n# cleanup[2] removing subscription_manager.cli_command.syspurpose\n# cleanup[2] removing subscription_manager.cli_command.unregister\n# cleanup[2] removing subscription_manager.cli_command.version\n# cleanup[2] removing subscription_manager.managercli\n# cleanup[2] removing subscription_manager.scripts.subscription_manager\n# cleanup[2] removing subscription_manager.branding.redhat_branding\n# destroy _sitebuiltins\n# destroy iniparse.compat\n# destroy rhsmlib.facts\n# destroy rhsmlib.facts.dmidecodeparser\n# destroy rhsmlib.facts.all\n# destroy rhsmlib.services\n# destroy rhsmlib.services.refresh\n# destroy rhsmlib.dbus\n# destroy rhsmlib.dbus.server\n# destroy rhsmlib.client_info\n# cleanup[3] wiping subscription_manager.branding.redhat_branding\n# cleanup[3] wiping subscription_manager.scripts.subscription_manager\n# cleanup[3] wiping subscription_manager.managercli\n# cleanup[3] wiping subscription_manager.cli_command.version\n# cleanup[3] wiping subscription_manager.cli_command.unregister\n# cleanup[3] wiping subscription_manager.cli_command.syspurpose\n# cleanup[3] wiping subscription_manager.cli_command.usage\n# cleanup[3] wiping subscription_manager.cli_command.service_level\n# cleanup[3] wiping subscription_manager.cli_command.role\n# cleanup[3] wiping subscription_manager.cli_command.addons\n# cleanup[3] wiping subscription_manager.cli_command.abstract_syspurpose\n# cleanup[3] wiping subscription_manager.cli_command.status\n# cleanup[3] wiping subscription_manager.cli_command.repos\n# cleanup[3] wiping subscription_manager.cli_command.remove\n# cleanup[3] wiping subscription_manager.cli_command.release\n# cleanup[3] wiping subscription_manager.release\n# cleanup[3] wiping subscription_manager.rhelproduct\n# cleanup[3] wiping subscription_manager.listing\n# cleanup[3] wiping subscription_manager.cli_command.register\n# destroy rhsmlib.services.unregister\n# destroy rhsmlib.services.register\n# cleanup[3] wiping subscription_manager.cli_command.refresh\n# cleanup[3] wiping subscription_manager.cli_command.redeem\n# cleanup[3] wiping subscription_manager.cli_command.plugins\n# cleanup[3] wiping subscription_manager.cli_command.owners\n# cleanup[3] wiping subscription_manager.cli_command.override\n# cleanup[3] wiping subscription_manager.overrides\n# cleanup[3] wiping subscription_manager.cli_command.identity\n# cleanup[3] wiping subscription_manager.cli_command.facts\n# cleanup[3] wiping subscription_manager.cli_command.environments\n# cleanup[3] wiping subscription_manager.cli_command.org\n# cleanup[3] wiping subscription_manager.cli_command.user_pass\n# destroy getpass\n# cleanup[3] wiping readline\n# cleanup[3] wiping subscription_manager.cli_command.config\n# cleanup[3] wiping subscription_manager.cli_command.clean\n# cleanup[3] wiping subscription_manager.cli_command.autoheal\n# cleanup[3] wiping subscription_manager.cli_command.attach\n# destroy fileinput\n# destroy rhsmlib.services.attach\n# cleanup[3] wiping subscription_manager.cli_command.list\n# destroy rhsmlib.services.entitlement\n# cleanup[3] wiping rhsmlib.services.exceptions\n# cleanup[3] wiping subscription_manager.cli_command.cli\n# cleanup[3] wiping subscription_manager.action_client\n# cleanup[3] wiping subscription_manager.installedproductslib\n# cleanup[3] wiping subscription_manager.packageprofilelib\n# cleanup[3] wiping subscription_manager.factlib\n# cleanup[3] wiping subscription_manager.healinglib\n# cleanup[3] wiping subscription_manager.identitycertlib\n# cleanup[3] wiping rhsmlib.services.products\n# cleanup[3] wiping subscription_manager.cli_command\n# destroy subscription_manager.cli_command.cli\n# destroy subscription_manager.cli_command.list\n# destroy subscription_manager.cli_command.attach\n# destroy subscription_manager.cli_command.autoheal\n# destroy subscription_manager.cli_command.clean\n# destroy subscription_manager.cli_command.config\n# destroy subscription_manager.cli_command.user_pass\n# destroy subscription_manager.cli_command.org\n# destroy subscription_manager.cli_command.environments\n# destroy subscription_manager.cli_command.facts\n# destroy subscription_manager.cli_command.identity\n# destroy subscription_manager.cli_command.override\n# destroy subscription_manager.cli_command.owners\n# destroy subscription_manager.cli_command.plugins\n# destroy subscription_manager.cli_command.redeem\n# destroy subscription_manager.cli_command.refresh\n# destroy subscription_manager.cli_command.register\n# destroy subscription_manager.cli_command.release\n# destroy subscription_manager.cli_command.remove\n# destroy subscription_manager.cli_command.repos\n# destroy subscription_manager.cli_command.status\n# destroy subscription_manager.cli_command.abstract_syspurpose\n# destroy subscription_manager.cli_command.addons\n# destroy subscription_manager.cli_command.role\n# destroy subscription_manager.cli_command.service_level\n# destroy subscription_manager.cli_command.usage\n# destroy subscription_manager.cli_command.syspurpose\n# destroy subscription_manager.cli_command.unregister\n# destroy subscription_manager.cli_command.version\n# cleanup[3] wiping subscription_manager.cli\n# cleanup[3] wiping subscription_manager.i18n_argparse\n# cleanup[3] wiping subscription_manager.printing_utils\n# cleanup[3] wiping subscription_manager.unicode_width\n# cleanup[3] wiping subscription_manager.exceptions\n# cleanup[3] wiping subscription_manager.entcertlib\n# cleanup[3] wiping subscription_manager.rhelentbranding\n# cleanup[3] wiping subscription_manager.entbranding\n# cleanup[3] wiping subscription_manager.content_action_client\n# cleanup[3] wiping subscription_manager.base_action_client\n# cleanup[3] wiping subscription_manager.managerlib\n# cleanup[3] wiping subscription_manager.repolib\n# cleanup[3] wiping subscription_manager.repofile\n# cleanup[3] wiping subscription_manager.model.ent_cert\n# cleanup[3] wiping subscription_manager.model\n# destroy subscription_manager.model.ent_cert\n# cleanup[3] wiping subscription_manager.injectioninit\n# cleanup[3] wiping subscription_manager.lock\n# cleanup[3] wiping subscription_manager.plugins\n# cleanup[3] wiping subscription_manager.base_plugin\n# cleanup[3] wiping subscription_manager.cp_provider\n# cleanup[3] wiping subscription_manager.validity\n# cleanup[3] wiping subscription_manager.identity\n# cleanup[3] wiping subscription_manager.facts\n# cleanup[3] wiping rhsmlib.facts.network\n# cleanup[3] wiping rhsmlib.facts.pkg_arches\n# cleanup[3] wiping rhsmlib.facts.cloud_facts\n# cleanup[3] wiping rhsmlib.facts.kpatch\n# cleanup[3] wiping rhsmlib.facts.insights\n# cleanup[3] wiping subscription_manager.cert_sorter\n# destroy rhsmlib.file_monitor\n# cleanup[3] wiping subscription_manager.reasons\n# cleanup[3] wiping subscription_manager.cache\n# destroy rhsmlib.services.syspurpose\n# cleanup[3] wiping rhsmlib.dbus.dbus_utils\n# destroy xml.etree.ElementTree\n# cleanup[3] wiping _elementtree\n# cleanup[3] wiping xml.etree.ElementPath\n# cleanup[3] wiping gi.repository.GLib\n# cleanup[3] wiping gi.overrides.GLib\n# cleanup[3] wiping gi._option\n# destroy optparse\n# cleanup[3] wiping gi._ossighelper\n# cleanup[3] wiping gi.repository\n# cleanup[3] wiping gi.importer\n# cleanup[3] wiping gi.overrides\n# destroy gi.overrides.GLib\n# cleanup[3] wiping gi.module\n# destroy gi\n# cleanup[3] wiping gi.types\n# cleanup[3] wiping gi._signalhelper\n# cleanup[3] wiping gi._propertyhelper\n# cleanup[3] wiping gi.docstring\n# cleanup[3] wiping gi._constants\n# cleanup[3] wiping gi._gobject\n# cleanup[3] wiping gi._gi\n# cleanup[3] wiping gi._error\n# cleanup[3] wiping rhsmlib.dbus.constants\n# cleanup[3] wiping dbus.mainloop.glib\n# cleanup[3] wiping _dbus_glib_bindings\n# cleanup[3] wiping dbus.mainloop\n# destroy dbus.mainloop.glib\n# cleanup[3] wiping dbus.server\n# cleanup[3] wiping dbus.service\n# cleanup[3] wiping dbus.decorators\n# cleanup[3] wiping dbus\n# destroy dbus._compat\n# destroy dbus._expat_introspect_parser\n# destroy dbus._dbus\n# destroy dbus.exceptions\n# destroy dbus.types\n# destroy dbus.lowlevel\n# destroy dbus.proxies\n# destroy dbus.connection\n# destroy dbus.bus\n# destroy dbus.decorators\n# destroy dbus.service\n# destroy dbus.server\n# destroy dbus.mainloop\n# cleanup[3] wiping xml.parsers.expat.errors\n# cleanup[3] wiping xml.parsers.expat.model\n# cleanup[3] wiping pyexpat\n# destroy pyexpat.errors\n# destroy pyexpat.model\n# cleanup[3] wiping _dbus_bindings\n# cleanup[3] wiping pyinotify\n# destroy ctypes\n# cleanup[3] wiping ctypes.util\n# cleanup[3] wiping ctypes._endian\n# cleanup[3] wiping _ctypes\n# cleanup[3] wiping termios\n# cleanup[3] wiping subscription_manager.syspurposelib\n# cleanup[3] wiping subscription_manager.certlib\n# cleanup[3] wiping subscription_manager.isodate\n# cleanup[3] wiping subscription_manager.jsonwrapper\n# cleanup[3] wiping subscription_manager.utils\n# destroy pprint\n# destroy uuid\n# cleanup[3] wiping rhsmlib.facts.hwprobe\n# destroy rhsmlib.facts.cpuinfo\n# cleanup[3] wiping subscription_manager.certdirectory\n# cleanup[3] wiping rhsm.certificate2\n# cleanup[3] wiping rhsm.pathtree\n# cleanup[3] wiping rhsm.huffman\n# destroy heapq\n# cleanup[3] wiping rhsm.bitstream\n# cleanup[3] wiping rhsmlib.services.config\n# cleanup[3] wiping subscription_manager.branding\n# destroy subscription_manager.branding.redhat_branding\n# cleanup[3] wiping _uuid\n# cleanup[3] wiping syslog\n# destroy syslog\n# cleanup[3] wiping dataclasses\n# destroy keyword\n# cleanup[3] wiping rhsm.profile\n# destroy cloud_what.provider\n# cleanup[3] wiping dnf\n# destroy dnf.pycomp\n# destroy dnf.const\n# destroy dnf.i18n\n# destroy dnf.yum\n# destroy dnf.yum.rpmtrans\n# destroy dnf.transaction\n# destroy dnf.callback\n# destroy dnf.util\n# destroy dnf.exceptions\n# destroy dnf.comps\n# destroy dnf.db\n# destroy dnf.db.group\n# destroy dnf.db.history\n# destroy dnf.crypto\n# destroy dnf.conf\n# destroy dnf.conf.substitutions\n# destroy dnf.conf.config\n# destroy dnf.conf.read\n# destroy dnf.lock\n# destroy dnf.logging\n# destroy dnf.repo\n# destroy dnf.rpm\n# destroy dnf.dnssec\n# destroy dnf.drpm\n# destroy dnf.goal\n# destroy dnf.history\n# destroy dnf.module\n# destroy dnf.module.exceptions\n# destroy dnf.module.module_base\n# destroy dnf.selector\n# destroy dnf.persistor\n# destroy dnf.plugin\n# destroy dnf.query\n# destroy dnf.repodict\n# destroy dnf.package\n# destroy dnf.sack\n# destroy dnf.subject\n# destroy dnf.base\n# cleanup[3] wiping gc\n# cleanup[3] wiping dnf.rpm.miscutils\n# cleanup[3] wiping dnf.rpm.connection\n# cleanup[3] wiping libdnf.smartcols\n# cleanup[3] wiping libdnf._smartcols\n# cleanup[3] wiping dnf.rpm.transaction\n# cleanup[3] wiping gzip\n# cleanup[3] wiping dnf.yum.misc\n# cleanup[3] wiping libcomps\n# cleanup[3] wiping libcomps._libpycomps\n# cleanup[3] wiping pwd\n# cleanup[3] wiping hawkey\n# cleanup[3] wiping hawkey._hawkey\n# cleanup[3] wiping libdnf\n# destroy libdnf.error\n# destroy libdnf.common_types\n# destroy libdnf.conf\n# destroy libdnf.module\n# destroy libdnf.repo\n# destroy libdnf.transaction\n# destroy libdnf.utils\n# destroy libdnf.smartcols\n# cleanup[3] wiping libdnf._utils\n# cleanup[3] wiping libdnf._transaction\n# cleanup[3] wiping libdnf._repo\n# cleanup[3] wiping libdnf._module\n# cleanup[3] wiping libdnf._conf\n# cleanup[3] wiping libdnf._common_types\n# cleanup[3] wiping libdnf._error\n# cleanup[3] wiping argparse\n# cleanup[3] wiping shlex\n# cleanup[3] wiping email.mime.text\n# cleanup[3] wiping email.mime.nonmultipart\n# cleanup[3] wiping email.mime.base\n# cleanup[3] wiping email.policy\n# cleanup[3] wiping email.contentmanager\n# cleanup[3] wiping email.headerregistry\n# cleanup[3] wiping email._header_value_parser\n# cleanup[3] wiping email.mime\n# destroy email.mime.base\n# destroy email.mime.nonmultipart\n# destroy email.mime.text\n# cleanup[3] wiping requests\n# destroy requests._internal_utils\n# destroy requests.compat\n# destroy requests.exceptions\n# destroy requests.packages\n# destroy urllib3\n# destroy idna\n# destroy idna.package_data\n# destroy idna.intranges\n# destroy idna.core\n# destroy requests.cookies\n# destroy requests.structures\n# destroy requests.utils\n# destroy requests.auth\n# destroy requests.hooks\n# destroy requests.status_codes\n# destroy requests.models\n# destroy requests.adapters\n# destroy requests.api\n# cleanup[3] wiping requests.sessions\n# cleanup[3] wiping encodings.idna\n# destroy stringprep\n# cleanup[3] wiping requests.certs\n# cleanup[3] wiping requests.packages.chardet\n# destroy charset_normalizer.constant\n# destroy charset_normalizer.utils\n# destroy charset_normalizer.md\n# destroy charset_normalizer.models\n# destroy charset_normalizer.cd\n# destroy charset_normalizer.api\n# destroy charset_normalizer.legacy\n# destroy charset_normalizer.version\n# cleanup[3] wiping requests.packages.charset_normalizer\n# cleanup[3] wiping requests.packages.idna.idnadata\n# cleanup[3] wiping idna.idnadata\n# cleanup[3] wiping requests.packages.urllib3.poolmanager\n# cleanup[3] wiping requests.packages.urllib3.connectionpool\n# cleanup[3] wiping requests.packages.urllib3.util.queue\n# cleanup[3] wiping requests.packages.urllib3.response\n# cleanup[3] wiping requests.packages.urllib3.request\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves.urllib.parse\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves.urllib\n# cleanup[3] wiping requests.packages.urllib3.filepost\n# cleanup[3] wiping requests.packages.urllib3.fields\n# destroy mimetypes\n# cleanup[3] wiping requests.packages.urllib3.connection\n# cleanup[3] wiping requests.packages.urllib3.util.ssl_match_hostname\n# cleanup[3] wiping requests.packages.urllib3.util.proxy\n# cleanup[3] wiping requests.packages.urllib3.util\n# destroy urllib3.util.wait\n# destroy urllib3.util.connection\n# destroy urllib3.util.request\n# destroy urllib3.util.response\n# destroy urllib3.util.retry\n# destroy urllib3.util.url\n# destroy urllib3.util.ssltransport\n# destroy urllib3.util.ssl_\n# destroy urllib3.util.timeout\n# destroy urllib3.util.proxy\n# destroy urllib3.util.ssl_match_hostname\n# destroy urllib3.util.queue\n# cleanup[3] wiping requests.packages.urllib3.contrib._appengine_environ\n# cleanup[3] wiping requests.packages.urllib3.contrib\n# cleanup[3] wiping requests.packages.urllib3._collections\n# cleanup[3] wiping requests.packages.urllib3._version\n# cleanup[3] wiping requests.packages.urllib3.exceptions\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves.http_client\n# cleanup[3] wiping requests.packages.urllib3.packages.six.moves\n# cleanup[3] wiping requests.packages.urllib3.packages.six\n# destroy urllib3.packages.six.moves.urllib\n# destroy urllib3.packages.six.moves\n# cleanup[3] wiping requests.packages.urllib3.packages\n# cleanup[3] wiping http.cookies\n# cleanup[3] wiping http.cookiejar\n# cleanup[3] wiping charset_normalizer\n# cleanup[3] wiping _multibytecodec\n# cleanup[3] wiping unicodedata\n# cleanup[3] wiping urllib3.poolmanager\n# cleanup[3] wiping urllib3.connectionpool\n# cleanup[3] wiping urllib3.response\n# cleanup[3] wiping urllib3.request\n# cleanup[3] wiping urllib3.packages.six.moves.urllib.parse\n# cleanup[3] wiping urllib3.filepost\n# cleanup[3] wiping urllib3.fields\n# cleanup[3] wiping urllib3.connection\n# cleanup[3] wiping urllib3.util\n# cleanup[3] wiping hmac\n# cleanup[3] wiping urllib3.contrib._appengine_environ\n# cleanup[3] wiping urllib3.contrib\n# cleanup[3] wiping urllib3._collections\n# cleanup[3] wiping urllib3._version\n# cleanup[3] wiping urllib3.exceptions\n# cleanup[3] wiping urllib3.packages.six.moves.http_client\n# cleanup[3] wiping urllib3.packages.six\n# cleanup[3] wiping urllib3.packages\n# cleanup[3] wiping rhsmlib.facts.custom\n# cleanup[3] wiping glob\n# cleanup[3] wiping rhsmlib.facts.host_collector\n# destroy rhsmlib.facts.cleanup\n# destroy rhsmlib.facts.virt\n# destroy rhsmlib.facts.firmware_info\n# cleanup[3] wiping rhsmlib.facts.dmiinfo\n# cleanup[3] wiping subprocess\n# cleanup[3] wiping _posixsubprocess\n# destroy _posixsubprocess\n# cleanup[3] wiping fcntl\n# cleanup[3] wiping signal\n# cleanup[3] wiping rhsmlib.facts.collector\n# destroy rhsmlib.facts.collection\n# cleanup[3] wiping platform\n# cleanup[3] wiping rpm\n# destroy rpm.transaction\n# cleanup[3] wiping rpm._rpm\n# cleanup[3] wiping rhsm.connection\n# destroy subscription_manager\n# destroy subscription_manager.scripts\n# destroy subscription_manager.scripts.subscription_manager\n# destroy subscription_manager.i18n\n# destroy subscription_manager.version\n# destroy subscription_manager.branding\n# destroy subscription_manager.certdirectory\n# destroy subscription_manager.jsonwrapper\n# destroy subscription_manager.isodate\n# destroy subscription_manager.certlib\n# destroy subscription_manager.cache\n# destroy subscription_manager.reasons\n# destroy subscription_manager.cert_sorter\n# destroy subscription_manager.facts\n# destroy subscription_manager.identity\n# destroy subscription_manager.validity\n# destroy subscription_manager.cp_provider\n# destroy subscription_manager.base_plugin\n# destroy subscription_manager.plugins\n# destroy subscription_manager.lock\n# destroy subscription_manager.injectioninit\n# destroy subscription_manager.model\n# destroy subscription_manager.repofile\n# destroy subscription_manager.repolib\n# destroy subscription_manager.base_action_client\n# destroy subscription_manager.content_action_client\n# destroy subscription_manager.entbranding\n# destroy subscription_manager.rhelentbranding\n# destroy subscription_manager.entcertlib\n# destroy subscription_manager.exceptions\n# destroy subscription_manager.unicode_width\n# destroy subscription_manager.printing_utils\n# destroy subscription_manager.i18n_argparse\n# destroy subscription_manager.cli\n# destroy subscription_manager.cli_command\n# destroy subscription_manager.identitycertlib\n# destroy subscription_manager.healinglib\n# destroy subscription_manager.factlib\n# destroy subscription_manager.packageprofilelib\n# destroy subscription_manager.installedproductslib\n# destroy subscription_manager.action_client\n# destroy subscription_manager.overrides\n# destroy subscription_manager.listing\n# destroy subscription_manager.rhelproduct\n# destroy subscription_manager.release\n# destroy subscription_manager.managercli\n# cleanup[3] wiping rhsm.utils\n# cleanup[3] wiping rhsm.ourjson\n# cleanup[3] wiping json\n# destroy json.decoder\n# destroy json.encoder\n# cleanup[3] wiping json.scanner\n# cleanup[3] wiping _json\n# cleanup[3] wiping urllib.request\n# destroy http\n# cleanup[3] wiping urllib.error\n# cleanup[3] wiping urllib.response\n# cleanup[3] wiping dateutil.parser\n# destroy dateutil.parser._parser\n# cleanup[3] wiping dateutil.tz\n# destroy dateutil.tz._common\n# destroy dateutil.tz._factories\n# destroy dateutil.tz.tz\n# cleanup[3] wiping six.moves\n# cleanup[3] wiping dateutil.relativedelta\n# cleanup[3] wiping dateutil._common\n# cleanup[3] wiping _decimal\n# cleanup[3] wiping rhsm.certificate\n# destroy dateutil\n# destroy dateutil._version\n# destroy dateutil._common\n# destroy dateutil.parser\n# cleanup[3] wiping rhsm._certificate\n# cleanup[3] wiping rhsm.https\n# cleanup[3] wiping http.client\n# cleanup[3] wiping email.parser\n# cleanup[3] wiping email.feedparser\n# cleanup[3] wiping ssl\n# cleanup[3] wiping _ssl\n# cleanup[3] wiping subscription_manager.injection\n# cleanup[3] wiping rhsm.logutil\n# cleanup[3] wiping rhsm.config\n# cleanup[3] wiping iniparse.ini\n# destroy iniparse.config\n# cleanup[3] wiping six\n# destroy six.moves.urllib\n# destroy six.moves\n# cleanup[3] wiping configparser\n# cleanup[3] wiping logging.config\n# cleanup[3] wiping logging.handlers\n# destroy pickle\n# cleanup[3] wiping copy\n# cleanup[3] wiping queue\n# cleanup[3] wiping _queue\n# cleanup[3] wiping _heapq\n# cleanup[3] wiping _pickle\n# cleanup[3] wiping _compat_pickle\n# cleanup[3] wiping rhsm\n# destroy rhsm.config\n# destroy rhsm.logutil\n# destroy rhsm.https\n# destroy rhsm.ourjson\n# destroy rhsm.utils\n# destroy rhsm.profile\n# destroy rhsm.bitstream\n# destroy rhsm.huffman\n# destroy rhsm.pathtree\n# destroy rhsm.certificate2\n# cleanup[3] wiping logging\n# destroy logging.handlers\n# destroy logging.config\n# cleanup[3] wiping atexit\n# destroy atexit\n# cleanup[3] wiping traceback\n# cleanup[3] wiping gettext\n# cleanup[3] wiping importlib.metadata\n# destroy importlib.metadata._functools\n# destroy importlib.metadata._text\n# destroy importlib.metadata._adapters\n# destroy importlib.metadata._meta\n# destroy importlib.metadata._collections\n# destroy importlib.metadata._itertools\n# destroy csv\n# cleanup[3] wiping importlib.abc\n# cleanup[3] wiping importlib.resources\n# destroy importlib.resources._adapters\n# destroy importlib.resources._legacy\n# cleanup[3] wiping importlib.resources._common\n# cleanup[3] wiping importlib.resources.abc\n# cleanup[3] wiping tempfile\n# cleanup[3] wiping typing\n# cleanup[3] wiping _typing\n# cleanup[3] wiping email.message\n# destroy quopri\n# cleanup[3] wiping email.iterators\n# cleanup[3] wiping email._encoded_words\n# cleanup[3] wiping email._policybase\n# cleanup[3] wiping email.header\n# cleanup[3] wiping email.utils\n# destroy random\n# cleanup[3] wiping email.charset\n# cleanup[3] wiping email.encoders\n# cleanup[3] wiping email.errors\n# cleanup[3] wiping email.quoprimime\n# cleanup[3] wiping string\n# cleanup[3] wiping _string\n# destroy _string\n# cleanup[3] wiping email.base64mime\n# cleanup[3] wiping base64\n# cleanup[3] wiping email._parseaddr\n# cleanup[3] wiping calendar\n# cleanup[3] wiping locale\n# cleanup[3] wiping _locale\n# destroy _locale\n# cleanup[3] wiping datetime\n# cleanup[3] wiping _datetime\n# cleanup[3] wiping socket\n# cleanup[3] wiping array\n# cleanup[3] wiping selectors\n# cleanup[3] wiping select\n# cleanup[3] wiping _socket\n# cleanup[3] wiping hashlib\n# cleanup[3] wiping _blake2\n# cleanup[3] wiping _hashlib\n# cleanup[3] wiping _random\n# cleanup[3] wiping bisect\n# cleanup[3] wiping _bisect\n# cleanup[3] wiping inspect\n# destroy ast\n# destroy dis\n# destroy linecache\n# destroy token\n# cleanup[3] wiping weakref\n# cleanup[3] wiping tokenize\n# cleanup[3] wiping _tokenize\n# cleanup[3] wiping importlib.machinery\n# cleanup[3] wiping collections.abc\n# cleanup[3] wiping _opcode\n# cleanup[3] wiping textwrap\n# cleanup[3] wiping zipfile\n# destroy zipfile._path\n# destroy bz2\n# destroy lzma\n# cleanup[3] wiping zipfile._path.glob\n# cleanup[3] wiping contextlib\n# cleanup[3] wiping threading\n# cleanup[3] wiping struct\n# cleanup[3] wiping _struct\n# cleanup[3] wiping shutil\n# cleanup[3] wiping _lzma\n# cleanup[3] wiping _bz2\n# cleanup[3] wiping _compression\n# cleanup[3] wiping zlib\n# cleanup[3] wiping importlib.util\n# cleanup[3] wiping importlib._abc\n# cleanup[3] wiping binascii\n# cleanup[3] wiping pathlib\n# cleanup[3] wiping urllib.parse\n# destroy ipaddress\n# cleanup[3] wiping math\n# cleanup[3] wiping urllib\n# destroy urllib.response\n# destroy urllib.error\n# destroy urllib.request\n# cleanup[3] wiping errno\n# cleanup[3] wiping ntpath\n# cleanup[3] wiping fnmatch\n# cleanup[3] wiping email\n# destroy email._parseaddr\n# destroy email._policybase\n# destroy email._encoded_words\n# destroy email._header_value_parser\n# destroy email.base64mime\n# destroy email.quoprimime\n# destroy email.errors\n# destroy email.encoders\n# destroy email.charset\n# destroy email.utils\n# destroy email.header\n# destroy email.iterators\n# destroy email.message\n# destroy email.feedparser\n# destroy email.parser\n# destroy email.mime\n# destroy email.headerregistry\n# destroy email.contentmanager\n# destroy email.policy\n# cleanup[3] wiping _csv\n# cleanup[3] wiping importlib\n# destroy importlib._abc\n# destroy importlib.util\n# destroy importlib.machinery\n# destroy importlib.resources\n# destroy importlib.abc\n# destroy importlib.metadata\n# cleanup[3] wiping warnings\n# cleanup[3] wiping importlib._bootstrap_external\n# cleanup[3] wiping importlib._bootstrap\n# cleanup[3] wiping re\n# destroy re._constants\n# destroy re._casefix\n# destroy re._compiler\n# destroy copyreg\n# cleanup[3] wiping re._parser\n# cleanup[3] wiping _sre\n# cleanup[3] wiping enum\n# cleanup[3] wiping functools\n# cleanup[3] wiping _functools\n# cleanup[3] wiping collections\n# destroy _collections_abc\n# destroy collections.abc\n# cleanup[3] wiping _collections\n# cleanup[3] wiping itertools\n# cleanup[3] wiping operator\n# cleanup[3] wiping _operator\n# cleanup[3] wiping types\n# cleanup[3] wiping encodings.utf_8_sig\n# cleanup[3] wiping os\n# cleanup[3] wiping os.path\n# destroy genericpath\n# cleanup[3] wiping posixpath\n# cleanup[3] wiping stat\n# cleanup[3] wiping _stat\n# destroy _stat\n# cleanup[3] wiping io\n# destroy abc\n# cleanup[3] wiping _abc\n# cleanup[3] wiping _signal\n# destroy _signal\n# cleanup[3] wiping encodings.utf_8\n# cleanup[3] wiping encodings\n# destroy encodings.aliases\n# destroy encodings.utf_8\n# destroy encodings.utf_8_sig\n# destroy encodings.idna\n# cleanup[3] wiping codecs\n# cleanup[3] wiping _codecs\n# cleanup[3] wiping zipimport\n# destroy _frozen_importlib_external\n# cleanup[3] wiping time\n# cleanup[3] wiping posix\n# cleanup[3] wiping marshal\n# destroy marshal\n# cleanup[3] wiping _io\n# cleanup[3] wiping _weakref\n# cleanup[3] wiping _warnings\n# cleanup[3] wiping _thread\n# cleanup[3] wiping _imp\n# destroy _imp\n# cleanup[3] wiping _frozen_importlib\n# cleanup[3] wiping sys\n# cleanup[3] wiping builtins\n# destroy readline\n# destroy _dbus_glib_bindings\n# destroy libcomps._libpycomps\n# destroy hawkey._hawkey\n# destroy rpm._rpm\n# destroy decimal\n# destroy rhsm._certificate\n# destroy _datetime\n# destroy sys.monitoring\n# destroy zipimport\n# destroy re._parser\n# destroy tokenize\n# destroy _compat_pickle\n# destroy _thread\n# destroy _weakref\n# destroy libdnf._error\n# destroy array\n# destroy gi.types\n# destroy gi._error\n# destroy gi._gi\n# destroy gi._gobject\n# destroy gi._constants\n# destroy gi.docstring\n# destroy gi._propertyhelper\n# destroy gi._signalhelper\n# destroy gi.module\n# destroy gi.overrides\n# destroy gi.importer\n# destroy gi.repository\n# destroy gi._ossighelper\n# destroy gi._option\n# destroy _queue\n# destroy stat\n# destroy selectors\n# destroy six.moves.urllib_parse\n# destroy six.moves.urllib.error\n# destroy six.moves.urllib.request\n# destroy six.moves.urllib.response\n# destroy six.moves.urllib.robotparser\n# destroy importlib.resources.abc\n# destroy importlib.resources._common\n# destroy textwrap\n# destroy _pickle\n# destroy ntpath\n# destroy _typing\n# destroy _tokenize\n# destroy zlib\n# destroy _io\n# destroy _compression\n# destroy pathlib\n# destroy zipfile._path.glob\n# destroy _opcode\n# destroy _csv\n# destroy _bz2\n# destroy _lzma\n# destroy dateutil.relativedelta\n# destroy dateutil.tz\n# destroy http.cookies\n# destroy rhsmlib.facts.dmiinfo\n# destroy requests\n# destroy _ssl\n# destroy _blake2\n# destroy configparser\n# destroy pyinotify\n# destroy enum\n# destroy _heapq\n# destroy rhsmlib.facts.custom\n# destroy rhsmlib.facts.host_collector\n# destroy rhsmlib.facts.hwprobe\n# destroy rhsmlib.facts.insights\n# destroy rhsmlib.facts.kpatch\n# destroy rhsmlib.facts.cloud_facts\n# destroy rhsmlib.facts.pkg_arches\n# destroy rhsmlib.facts.network\n# destroy rhsm\n# destroy rhsmlib.dbus.dbus_utils\n# destroy six\n# destroy iniparse.ini\n# destroy json.scanner\n# destroy _json\n# destroy dataclasses\n# destroy platform\n# destroy _uuid\n# destroy requests.sessions\n# destroy queue\n# destroy shlex\n# destroy signal\n# destroy pwd\n# destroy _functools\n# destroy gettext\n# destroy libcomps\n# destroy locale\n# destroy fcntl\n# destroy gzip\n# destroy dnf.rpm.transaction\n# destroy dnf.rpm.connection\n# destroy dnf.rpm.miscutils\n# destroy base64\n# destroy inspect\n# destroy argparse\n# destroy gc\n# destroy operator\n# destroy shutil\n# destroy urllib3.packages.six.moves.urllib_parse\n# destroy urllib3.packages.six.moves.urllib.error\n# destroy urllib3.packages.six.moves.urllib.request\n# destroy urllib3.packages.six.moves.urllib.response\n# destroy urllib3.packages.six.moves.urllib.robotparser\n# destroy urllib3.packages\n# destroy urllib3.exceptions\n# destroy urllib3._version\n# destroy urllib3._collections\n# destroy urllib3.contrib\n# destroy urllib3.util\n# destroy urllib3.connection\n# destroy urllib3.fields\n# destroy urllib3.filepost\n# destroy urllib3.request\n# destroy urllib3.response\n# destroy urllib3.connectionpool\n# destroy urllib3.poolmanager\n# destroy copy\n# destroy codecs\n# destroy struct\n# destroy zipfile\n# destroy requests.certs\n# destroy hashlib\n# destroy encodings\n# destroy charset_normalizer\n# destroy http.cookiejar\n# destroy json\n# destroy _multibytecodec\n# destroy urllib.parse\n# destroy fnmatch\n# destroy datetime\n# destroy subscription_manager.utils\n# destroy rhsm.certificate\n# destroy rhsmlib.services.products\n# destroy termios\n# destroy rhsmlib.services.exceptions\n# destroy subscription_manager.managerlib\n# destroy subscription_manager.syspurposelib\n# destroy typing\n# destroy _socket\n# destroy tempfile\n# destroy traceback\n# destroy rpm\n# destroy calendar\n# destroy dnf.yum.misc\n# destroy glob\n# destroy hawkey\n# destroy dnf\n# destroy functools\n# destroy hmac\n# destroy binascii\n# destroy dbus\n# destroy rhsmlib.dbus.constants\n# destroy rhsm.connection\n# destroy gi.repository.GLib\n# destroy rhsmlib.services.config\n# destroy subscription_manager.injection\n# destroy http.client\n# destroy email\n# destroy ssl\n# destroy string\n# destroy subprocess\n# destroy rhsmlib.facts.collector\n# destroy errno\n# destroy select\n# destroy time\n# destroy socket\n# destroy urllib3.contrib._appengine_environ\n# destroy urllib3.packages.six\n# destroy posixpath\n# destroy urllib\n# destroy importlib\n# destroy idna.idnadata\n# destroy bisect\n# destroy unicodedata\n# destroy threading\n# destroy logging\n# destroy warnings\n# destroy io\n# destroy collections\n# destroy contextlib\n# destroy xml.etree.ElementPath\n# destroy pyexpat\n# destroy _elementtree\n# clear sys.meta_path\n# clear sys.modules\n# destroy _frozen_importlib\n# destroy _codecs\n# destroy _warnings\n# destroy math\n# destroy _bisect\n# destroy re\n# destroy _random\n# destroy _hashlib\n# destroy _sre\n# destroy _operator\n# destroy itertools\n# destroy posix\n# clear sys.audit hooks", "invocation": {"module_args": {"state": "present", "username": "doc", "password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "org_id": "donaldduck", "server_hostname": "candlepin.local", "server_port": "8443", "server_prefix": "/candlepin", "server_insecure": "0", "force_register": false, "rhsm_baseurl": "http://localhost:8080", "pool": "^$", "pool_ids": [], "token": null, "rhsm_repo_ca_cert": null, "auto_attach": null, "activationkey": null, "environment": null, "consumer_type": null, "consumer_name": null, "consumer_id": null, "server_proxy_hostname": null, "server_proxy_scheme": null, "server_proxy_port": null, "server_proxy_user": null, "server_proxy_password": null, "release": null, "syspurpose": null}}} # 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_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.community # destroy ansible_collections.community # cleanup[2] removing ansible_collections.community.general # destroy ansible_collections.community.general # cleanup[2] removing ansible_collections.community.general.plugins # destroy ansible_collections.community.general.plugins # cleanup[2] removing ansible_collections.community.general.plugins.modules # destroy ansible_collections.community.general.plugins.modules # cleanup[2] removing configparser # cleanup[2] removing dbus._compat # cleanup[2] removing dbus.exceptions # cleanup[2] removing _dbus_bindings # cleanup[2] removing dbus.types # cleanup[2] removing dbus.lowlevel # cleanup[2] removing xml # destroy xml # cleanup[2] removing xml.parsers # destroy xml.parsers # cleanup[2] removing pyexpat.errors # cleanup[2] removing pyexpat.model # cleanup[2] removing pyexpat # cleanup[2] removing xml.parsers.expat.model # cleanup[2] removing xml.parsers.expat.errors # cleanup[2] removing xml.parsers.expat # destroy xml.parsers.expat # cleanup[2] removing dbus._expat_introspect_parser # cleanup[2] removing dbus.proxies # cleanup[2] removing dbus.connection # cleanup[2] removing dbus.bus # cleanup[2] removing dbus._dbus # cleanup[2] removing dbus # destroy dbus # destroy dbus._compat # destroy dbus.exceptions # destroy dbus.types # destroy dbus.lowlevel # destroy dbus._expat_introspect_parser # destroy dbus.proxies # destroy dbus.connection # destroy dbus.bus # destroy dbus._dbus # 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 shlex # destroy subprocess # cleanup[3] wiping xml.parsers.expat.errors # cleanup[3] wiping xml.parsers.expat.model # cleanup[3] wiping pyexpat # destroy pyexpat.errors # destroy pyexpat.model # cleanup[3] wiping _dbus_bindings # cleanup[3] wiping configparser # 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 # destroy configparser # 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 logging # destroy io # destroy traceback # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping textwrap # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # destroy 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 abc # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # 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 threading # destroy weakref # destroy linecache # destroy textwrap # destroy _weakref # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy _thread # destroy re._parser # destroy _string # destroy logging # destroy _dbus_bindings # destroy ansible.module_utils.six.moves.urllib # destroy collections # destroy copyreg # destroy contextlib # destroy warnings # 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 pyexpat # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # destroy time # 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 _warnings # destroy math # destroy _bisect # destroy re # destroy _random # destroy _hashlib # destroy _operator # destroy builtins # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # 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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 1 Shared connection to 10.31.12.120 closed. 7723 1726883211.13985: done with _execute_module (community.general.redhat_subscription, {'state': 'present', 'username': 'doc', 'password': 'password', 'org_id': 'donaldduck', 'server_hostname': 'candlepin.local', 'server_port': '8443', 'server_prefix': '/candlepin', 'server_insecure': '0', 'force_register': False, 'rhsm_baseurl': 'http://localhost:8080', '_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': 'community.general.redhat_subscription', '_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-1726883207.089295-9143-232895747656761/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 7723 1726883211.14006: _low_level_execute_command(): starting 7723 1726883211.14009: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726883207.089295-9143-232895747656761/ > /dev/null 2>&1 && sleep 0' 7723 1726883211.14473: 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 <<< 7723 1726883211.14477: 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.12.120 originally 10.31.12.120 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883211.14480: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.120 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 7723 1726883211.14482: 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 7723 1726883211.14537: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' <<< 7723 1726883211.14541: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 7723 1726883211.14548: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 7723 1726883211.14589: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 7723 1726883211.16435: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 7723 1726883211.16466: stderr chunk (state=3): >>><<< 7723 1726883211.16469: stdout chunk (state=3): >>><<< 7723 1726883211.16485: _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.12.120 originally 10.31.12.120 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.12.120 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.12.120 originally 10.31.12.120 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/801ff31a55' 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 7723 1726883211.16491: handler run complete 7723 1726883211.16614: attempt loop complete, returning result 7723 1726883211.16617: _execute() done 7723 1726883211.16620: dumping result to json 7723 1726883211.16713: done dumping result, returning 7723 1726883211.16722: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.rhc : Call subscription-manager [0affc0aa-4893-13c9-9f63-0000000001e5] 7723 1726883211.16725: sending task result for task 0affc0aa-4893-13c9-9f63-0000000001e5 7723 1726883211.18173: done sending task result for task 0affc0aa-4893-13c9-9f63-0000000001e5 7723 1726883211.18182: marking managed_node1 as failed 7723 1726883211.18197: marking host managed_node1 failed, current state: HOST STATE: block=4, task=2, 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=7, 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=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? (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 7723 1726883211.18210: ^ failed state is now: HOST STATE: block=4, task=2, 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=7, 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=3, rescue=0, always=0, handlers=0, run_state=5, fail_state=2, 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 7723 1726883211.18214: getting the next task for host managed_node1 7723 1726883211.18219: done getting next task for host managed_node1 7723 1726883211.18222: ^ task is: None 7723 1726883211.18229: ^ state is: HOST STATE: block=4, task=2, rescue=0, always=0, handlers=0, run_state=5, fail_state=2, pre_flushing_run_state=1, 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 fatal: [managed_node1]: FAILED! => { "changed": false, "cmd": "/sbin/subscription-manager refresh", "rc": 70 } STDERR: 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 0x7f68fd768410> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd733a40> # /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 0x7f68fd76a990> 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 0x7f68fd55d010> # /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 0x7f68fd55df40> 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/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 0x7f68fd5a8b30> # /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 0x7f68fd5a8d40> # /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 0x7f68fd5ab7a0> # /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 0x7f68fd5e8e30> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd5c0800> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd5a9e80> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd591d60> # /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 0x7f68fd60c410> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd5eb020> # /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 0x7f68fd5eafc0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd5c24e0> # /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 0x7f68fd60d670> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd591130> # /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 0x7f68fd60dd60> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd60da30> # /usr/lib64/python3.12/importlib/metadata/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/__init__.py # code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/csv.cpython-312.pyc matches /usr/lib64/python3.12/csv.py # code object from '/usr/lib64/python3.12/__pycache__/csv.cpython-312.pyc' # extension module '_csv' loaded from '/usr/lib64/python3.12/lib-dynload/_csv.cpython-312-x86_64-linux-gnu.so' # extension module '_csv' executed from '/usr/lib64/python3.12/lib-dynload/_csv.cpython-312-x86_64-linux-gnu.so' import '_csv' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fd62e630> import 'csv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd62d8b0> # /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py # code object from '/usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc' import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd62ebd0> # /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' # /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 0x7f68fd655e50> import 'ntpath' # import 'errno' # # /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 0x7f68fd657710> # /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' # 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 0x7f68fd475eb0> # /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 0x7f68fd476900> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd6578c0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd62ee70> # /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' # 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 0x7f68fd4d88c0> # /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 0x7f68fd4d8e30> import 'importlib.util' # # /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' # 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 0x7f68fd4daed0> # /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 0x7f68fd4dbd10> # 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 0x7f68fd500320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd4db2c0> # /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 0x7f68fd500d70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd5004a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd4d8ec0> # /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 0x7f68fd501340> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd4d90a0> # /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' # /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 0x7f68fd52c260> import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd501670> # /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 0x7f68fd52e540> # /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 0x7f68fd2a4500> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd52d520> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd655cd0> # /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 0x7f68fd4baed0> # /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py # code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' # /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 0x7f68fd2d1670> # /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py # code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py # code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' # extension module '_opcode' loaded from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' # extension module '_opcode' executed from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' import '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fd33d280> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd33c680> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd2d2600> # /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 0x7f68fd33ea80> import 'importlib.machinery' # # /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 0x7f68fd348b00> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd33e600> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd33eae0> # /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' import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd33dca0> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd52dbe0> # /usr/lib64/python3.12/importlib/metadata/__pycache__/_adapters.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/_adapters.py # code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/_adapters.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py # code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py # code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd385a90> # /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py # code object from '/usr/lib64/python3.12/email/__pycache__/utils.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' # /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 0x7f68fd171580> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd1712b0> # 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 0x7f68fd1713a0> # /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 0x7f68fd171df0> # 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 0x7f68fd1727e0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd171790> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd387710> # /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 0x7f68fd173f50> # /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' # 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 0x7f68fd18ddf0> import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd18c9e0> # 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 0x7f68fd18efc0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd171cd0> # /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 0x7f68fd18f140> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd172ba0> # /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py # code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py # code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' # /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 0x7f68fd1bb380> import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd1b8b30> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd18f7a0> # /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py # code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py # code object from '/usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc' # /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' import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd1e1fd0> import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd1e1c70> # /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py # code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.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 0x7f68fd1e3950> import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd1e3230> # /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py # code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc' import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd20f4d0> # /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py # code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc' import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd20f530> import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd1bade0> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd386540> # /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py # code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py # code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd21cc50> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd387620> # /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py # code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd21d940> # /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py # code object from '/usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc' import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd21e0c0> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd357920> # /usr/lib64/python3.12/importlib/metadata/__pycache__/_text.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/_text.py # code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/_text.cpython-312.pyc' # /usr/lib64/python3.12/importlib/metadata/__pycache__/_functools.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/_functools.py # code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/_functools.cpython-312.pyc' import 'importlib.metadata._functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd21e690> import 'importlib.metadata._text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd21e330> import 'importlib.metadata._adapters' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd2a7410> # /usr/lib64/python3.12/importlib/metadata/__pycache__/_meta.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/_meta.py # code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/_meta.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' import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd21ebd0> import 'importlib.metadata._meta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd21e960> # /usr/lib64/python3.12/importlib/metadata/__pycache__/_collections.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/_collections.py # code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/_collections.cpython-312.pyc' import 'importlib.metadata._collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd24b020> # /usr/lib64/python3.12/importlib/metadata/__pycache__/_itertools.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/_itertools.py # code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/_itertools.cpython-312.pyc' import 'importlib.metadata._itertools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb1aa50> # /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' # /usr/lib64/python3.12/importlib/resources/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/resources/__init__.py # code object from '/usr/lib64/python3.12/importlib/resources/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/importlib/resources/__pycache__/_common.cpython-312.pyc matches /usr/lib64/python3.12/importlib/resources/_common.py # code object from '/usr/lib64/python3.12/importlib/resources/__pycache__/_common.cpython-312.pyc' # /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' import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb3c080> # /usr/lib64/python3.12/importlib/resources/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/resources/abc.py # code object from '/usr/lib64/python3.12/importlib/resources/__pycache__/abc.cpython-312.pyc' import 'importlib.resources.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb3dca0> # /usr/lib64/python3.12/importlib/resources/__pycache__/_adapters.cpython-312.pyc matches /usr/lib64/python3.12/importlib/resources/_adapters.py # code object from '/usr/lib64/python3.12/importlib/resources/__pycache__/_adapters.cpython-312.pyc' import 'importlib.resources._adapters' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb3e810> import 'importlib.resources._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb1b8c0> # /usr/lib64/python3.12/importlib/resources/__pycache__/_legacy.cpython-312.pyc matches /usr/lib64/python3.12/importlib/resources/_legacy.py # code object from '/usr/lib64/python3.12/importlib/resources/__pycache__/_legacy.cpython-312.pyc' import 'importlib.resources._legacy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb3fa40> import 'importlib.resources' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb1b590> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb1adb0> import 'importlib.metadata' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd60eb40> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/__init__.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/__init__.cpython-312.pyc' import 'subscription_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb64fe0> # /usr/lib64/python3.12/site-packages/subscription_manager/scripts/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/scripts/__init__.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/scripts/__pycache__/__init__.cpython-312.pyc' import 'subscription_manager.scripts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb65430> # /usr/lib64/python3.12/site-packages/subscription_manager/scripts/__pycache__/subscription_manager.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/scripts/subscription_manager.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/scripts/__pycache__/subscription_manager.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/i18n.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/i18n.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/i18n.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 0x7f68fcb659d0> # /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__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb8a6f0> import 'atexit' # import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb67ad0> import 'subscription_manager.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb65640> # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/__init__.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/__init__.cpython-312.pyc' import 'rhsm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcbb1160> # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/logutil.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/logutil.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/logutil.cpython-312.pyc' # /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py # code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py # code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py # code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcbe39b0> # extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' # extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fc70c170> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcbb3a10> # /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py # code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py # code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fc70d610> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc70cec0> # extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' # extension module '_queue' executed from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' import '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fc70d0a0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcbe3860> # /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 0x7f68fc70d6d0> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcbb18e0> # /usr/lib64/python3.12/logging/__pycache__/config.cpython-312.pyc matches /usr/lib64/python3.12/logging/config.py # code object from '/usr/lib64/python3.12/logging/__pycache__/config.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socketserver.cpython-312.pyc matches /usr/lib64/python3.12/socketserver.py # code object from '/usr/lib64/python3.12/__pycache__/socketserver.cpython-312.pyc' import 'socketserver' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc70eed0> import 'logging.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc70dcd0> # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/config.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/config.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/config.cpython-312.pyc' # /usr/lib/python3.12/site-packages/iniparse/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/iniparse/__init__.py # code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/iniparse/__pycache__/ini.cpython-312.pyc matches /usr/lib/python3.12/site-packages/iniparse/ini.py # code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/ini.cpython-312.pyc' # /usr/lib/python3.12/site-packages/iniparse/__pycache__/configparser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/iniparse/configparser.py # code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/configparser.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py # code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc736780> import 'iniparse.configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc736630> # /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py # code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' # /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 0x7f68fc75eea0> import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc736930> # /usr/lib/python3.12/site-packages/iniparse/__pycache__/config.cpython-312.pyc matches /usr/lib/python3.12/site-packages/iniparse/config.py # code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/config.cpython-312.pyc' import 'iniparse.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc75da00> import 'iniparse.ini' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc7353d0> # /usr/lib/python3.12/site-packages/iniparse/__pycache__/compat.cpython-312.pyc matches /usr/lib/python3.12/site-packages/iniparse/compat.py # code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/compat.cpython-312.pyc' import 'iniparse.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc7862d0> # /usr/lib/python3.12/site-packages/iniparse/__pycache__/utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/iniparse/utils.py # code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/utils.cpython-312.pyc' import 'iniparse.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc786cf0> import 'iniparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc7350a0> import 'rhsm.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc70ede0> import 'rhsm.logutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcbb0920> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/injectioninit.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/injectioninit.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/injectioninit.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/injection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/injection.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/injection.cpython-312.pyc' import 'subscription_manager.injection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc7a6480> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cache.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cache.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cache.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/https.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/https.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/https.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py # code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' # extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' # extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fc7c3a40> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc7c1100> # /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py # code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc7c13a0> # /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py # code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py # code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py # code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc58a690> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc58a1b0> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc588140> import 'rhsm.https' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc7c0fe0> # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/connection.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/connection.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/certificate.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/certificate.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/certificate.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_version.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc' import 'dateutil._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc5dd9d0> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc5dd670> # extension module 'rhsm._certificate' loaded from '/usr/lib64/python3.12/site-packages/rhsm/_certificate.cpython-312-x86_64-linux-gnu.so' # extension module 'rhsm._certificate' executed from '/usr/lib64/python3.12/site-packages/rhsm/_certificate.cpython-312-x86_64-linux-gnu.so' import 'rhsm._certificate' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fc5dda60> import 'rhsm.certificate' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc5b1ee0> # /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/_parser.py # code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc matches /usr/lib64/python3.12/decimal.py # code object from '/usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py # code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc5fd460> # extension module '_decimal' loaded from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so' # extension module '_decimal' executed from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so' import '_decimal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fc5fcd70> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc5fcb90> # /usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/relativedelta.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_common.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc' import 'dateutil._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc624290> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc5ff6b0> # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/tz.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc' import 'six.moves' # # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_common.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc' import 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc6271a0> # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_factories.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc' import 'dateutil.tz._factories' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc627b00> # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/win.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc' # destroy dateutil.tz.win import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc624920> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc6245f0> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc5de9c0> # /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/isoparser.py # code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc' import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc5fc770> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc5de660> # /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' # /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc' # /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc' import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc4064e0> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc405fd0> import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc3ddfd0> # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/ourjson.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/ourjson.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/ourjson.cpython-312.pyc' # /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 0x7f68fc407cb0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc407aa0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc407380> # /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 0x7f68fc407f20> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc405d60> import 'rhsm.ourjson' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc3df590> # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/utils.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/utils.cpython-312.pyc' import 'rhsm.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc4288f0> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/version.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/version.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/version.cpython-312.pyc' import 'subscription_manager.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc429fa0> import 'rhsm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc589d30> # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/profile.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/profile.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/profile.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/__init__.py # code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc' # extension module 'rpm._rpm' loaded from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so' # extension module 'rpm._rpm' executed from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so' import 'rpm._rpm' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fc42bb60> # /usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/transaction.py # code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc' import 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc42b8c0> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc42b3e0> # /usr/lib64/python3.12/site-packages/cloud_what/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/__init__.py # code object from '/usr/lib64/python3.12/site-packages/cloud_what/__pycache__/__init__.cpython-312.pyc' import 'cloud_what' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc459940> # /usr/lib64/python3.12/site-packages/cloud_what/__pycache__/provider.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/provider.py # code object from '/usr/lib64/python3.12/site-packages/cloud_what/__pycache__/provider.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/__init__.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/__init__.cpython-312.pyc' import 'rhsmlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc45a150> # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/__init__.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/__init__.cpython-312.pyc' import 'rhsmlib.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc45a360> # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/host_collector.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/host_collector.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/host_collector.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cleanup.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/cleanup.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cleanup.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/collector.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/collector.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/collector.cpython-312.pyc' # /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 0x7f68fc45acc0> # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/collection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/collection.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/collection.cpython-312.pyc' import 'rhsmlib.facts.collection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc45b0b0> import 'rhsmlib.facts.collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc45a8d0> import 'rhsmlib.facts.cleanup' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc45a600> # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/virt.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/virt.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/virt.cpython-312.pyc' # /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 0x7f68fc4839b0> # 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 0x7f68fc483b30> # 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 0x7f68fc4b8ce0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc481d60> import 'rhsmlib.facts.virt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc481af0> # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/firmware_info.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/firmware_info.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/firmware_info.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/dmiinfo.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/dmiinfo.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/dmiinfo.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/dmidecodeparser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/dmidecodeparser.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/dmidecodeparser.cpython-312.pyc' import 'rhsmlib.facts.dmidecodeparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc4b92b0> import 'rhsmlib.facts.dmiinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc4b8e60> import 'rhsmlib.facts.firmware_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc4821e0> import 'rhsmlib.facts.host_collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc45a3c0> # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/custom.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/custom.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/custom.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc4b97c0> import 'rhsmlib.facts.custom' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc4b9cd0> # /usr/lib64/python3.12/site-packages/cloud_what/__pycache__/_base_provider.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/_base_provider.py # code object from '/usr/lib64/python3.12/site-packages/cloud_what/__pycache__/_base_provider.cpython-312.pyc' # /usr/lib/python3.12/site-packages/requests/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/__init__.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/urllib3/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/__init__.py # code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/urllib3/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/exceptions.py # code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/exceptions.cpython-312.pyc' # /usr/lib/python3.12/site-packages/urllib3/packages/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/packages/__init__.py # code object from '/usr/lib/python3.12/site-packages/urllib3/packages/__pycache__/__init__.cpython-312.pyc' import 'urllib3.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbaa5430> # /usr/lib/python3.12/site-packages/urllib3/packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/packages/six.py # code object from '/usr/lib/python3.12/site-packages/urllib3/packages/__pycache__/six.cpython-312.pyc' import 'urllib3.packages.six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbaa5520> import 'urllib3.packages.six.moves' # import 'urllib3.packages.six.moves.http_client' # import 'urllib3.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbaa46b0> # /usr/lib/python3.12/site-packages/urllib3/__pycache__/_version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/_version.py # code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/_version.cpython-312.pyc' import 'urllib3._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbaa48c0> # /usr/lib/python3.12/site-packages/urllib3/__pycache__/connectionpool.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/connectionpool.py # code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/connectionpool.cpython-312.pyc' # /usr/lib/python3.12/site-packages/urllib3/__pycache__/_collections.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/_collections.py # code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/_collections.cpython-312.pyc' import 'urllib3._collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbabddc0> # /usr/lib/python3.12/site-packages/urllib3/__pycache__/connection.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/connection.py # code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/connection.cpython-312.pyc' # /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/__init__.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/connection.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/connection.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/connection.cpython-312.pyc' # /usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/contrib/__init__.py # code object from '/usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/__init__.cpython-312.pyc' import 'urllib3.contrib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbabfd70> # /usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/_appengine_environ.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/contrib/_appengine_environ.py # code object from '/usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/_appengine_environ.cpython-312.pyc' import 'urllib3.contrib._appengine_environ' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbabfe30> # /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/wait.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/wait.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/wait.cpython-312.pyc' import 'urllib3.util.wait' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbabfef0> import 'urllib3.util.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbabf8f0> # /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/request.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/request.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/request.cpython-312.pyc' import 'urllib3.util.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbabfda0> # /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/response.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/response.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/response.cpython-312.pyc' import 'urllib3.util.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbae4590> # /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/retry.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/retry.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/retry.cpython-312.pyc' import 'urllib3.util.retry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbae4710> # /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssl_.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/ssl_.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssl_.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/hmac.cpython-312.pyc matches /usr/lib64/python3.12/hmac.py # code object from '/usr/lib64/python3.12/__pycache__/hmac.cpython-312.pyc' import 'hmac' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbae5b20> # /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/url.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/url.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/url.cpython-312.pyc' import 'urllib3.util.url' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbae6330> # /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssltransport.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/ssltransport.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssltransport.cpython-312.pyc' import 'urllib3.util.ssltransport' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbae63c0> import 'urllib3.util.ssl_' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbae5460> # /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/timeout.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/timeout.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/timeout.cpython-312.pyc' import 'urllib3.util.timeout' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbae5640> import 'urllib3.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbabf5f0> # /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/proxy.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/proxy.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/proxy.cpython-312.pyc' import 'urllib3.util.proxy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbae7a70> # /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssl_match_hostname.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/ssl_match_hostname.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssl_match_hostname.cpython-312.pyc' import 'urllib3.util.ssl_match_hostname' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbae7b30> import 'urllib3.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbabebd0> # /usr/lib/python3.12/site-packages/urllib3/__pycache__/request.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/request.py # code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/request.cpython-312.pyc' # /usr/lib/python3.12/site-packages/urllib3/__pycache__/filepost.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/filepost.py # code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/filepost.cpython-312.pyc' # /usr/lib/python3.12/site-packages/urllib3/__pycache__/fields.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/fields.py # code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/fields.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py # code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb1ccb0> import 'urllib3.fields' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb1c500> import 'urllib3.filepost' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbae6f00> import 'urllib3.packages.six.moves.urllib' # import 'urllib3.packages.six.moves.urllib.parse' # import 'urllib3.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbae7e90> # /usr/lib/python3.12/site-packages/urllib3/__pycache__/response.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/response.py # code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/response.cpython-312.pyc' import 'urllib3.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbae7050> # /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/queue.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/queue.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/queue.cpython-312.pyc' import 'urllib3.util.queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb38980> import 'urllib3.connectionpool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbaa4a70> # /usr/lib/python3.12/site-packages/urllib3/__pycache__/poolmanager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/poolmanager.py # code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/poolmanager.cpython-312.pyc' import 'urllib3.poolmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb389e0> import 'urllib3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbaa4080> # /usr/lib/python3.12/site-packages/requests/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/exceptions.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/exceptions.cpython-312.pyc' # /usr/lib/python3.12/site-packages/requests/__pycache__/compat.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/compat.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/compat.cpython-312.pyc' # /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/__init__.py # code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/api.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/api.py # code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/api.cpython-312.pyc' # /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/cd.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/cd.py # code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/cd.cpython-312.pyc' # /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/constant.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/constant.py # code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/constant.cpython-312.pyc' import 'charset_normalizer.constant' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb3b4d0> # /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/md.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/md.py # code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/md.cpython-312.pyc' # /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/utils.py # code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/utils.cpython-312.pyc' # extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fbb72c90> # extension module '_multibytecodec' loaded from '/usr/lib64/python3.12/lib-dynload/_multibytecodec.cpython-312-x86_64-linux-gnu.so' # extension module '_multibytecodec' executed from '/usr/lib64/python3.12/lib-dynload/_multibytecodec.cpython-312-x86_64-linux-gnu.so' import '_multibytecodec' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fbb72f00> import 'charset_normalizer.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb71fa0> import 'charset_normalizer.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb710a0> # /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/models.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/models.py # code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/models.cpython-312.pyc' import 'charset_normalizer.models' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb739b0> import 'charset_normalizer.cd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb3ab10> import 'charset_normalizer.api' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb3a6c0> # /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/legacy.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/legacy.py # code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/legacy.cpython-312.pyc' import 'charset_normalizer.legacy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb868d10> # /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/version.py # code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/version.cpython-312.pyc' import 'charset_normalizer.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb868e90> import 'charset_normalizer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb3a3c0> # /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py # code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb868ec0> # /usr/lib64/python3.12/http/__pycache__/cookies.cpython-312.pyc matches /usr/lib64/python3.12/http/cookies.py # code object from '/usr/lib64/python3.12/http/__pycache__/cookies.cpython-312.pyc' import 'http.cookies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb86b320> import 'requests.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb3a1e0> import 'requests.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb39c10> # /usr/lib/python3.12/site-packages/requests/__pycache__/packages.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/packages.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/packages.cpython-312.pyc' # /usr/lib/python3.12/site-packages/idna/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/idna/__init__.py # code object from '/usr/lib/python3.12/site-packages/idna/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/idna/__pycache__/package_data.cpython-312.pyc matches /usr/lib/python3.12/site-packages/idna/package_data.py # code object from '/usr/lib/python3.12/site-packages/idna/__pycache__/package_data.cpython-312.pyc' import 'idna.package_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8a2300> # /usr/lib/python3.12/site-packages/idna/__pycache__/core.cpython-312.pyc matches /usr/lib/python3.12/site-packages/idna/core.py # code object from '/usr/lib/python3.12/site-packages/idna/__pycache__/core.cpython-312.pyc' # /usr/lib/python3.12/site-packages/idna/__pycache__/idnadata.cpython-312.pyc matches /usr/lib/python3.12/site-packages/idna/idnadata.py # code object from '/usr/lib/python3.12/site-packages/idna/__pycache__/idnadata.cpython-312.pyc' import 'idna.idnadata' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8a3140> # /usr/lib/python3.12/site-packages/idna/__pycache__/intranges.cpython-312.pyc matches /usr/lib/python3.12/site-packages/idna/intranges.py # code object from '/usr/lib/python3.12/site-packages/idna/__pycache__/intranges.cpython-312.pyc' import 'idna.intranges' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8a3260> import 'idna.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8a2810> import 'idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb39e20> import 'requests.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb39d60> # /usr/lib/python3.12/site-packages/requests/__pycache__/utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/utils.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/utils.cpython-312.pyc' # /usr/lib/python3.12/site-packages/requests/__pycache__/certs.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/certs.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/certs.cpython-312.pyc' import 'requests.certs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8d8bc0> # /usr/lib/python3.12/site-packages/requests/__pycache__/__version__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/__version__.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/__version__.cpython-312.pyc' import 'requests.__version__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8d8c50> # /usr/lib/python3.12/site-packages/requests/__pycache__/_internal_utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/_internal_utils.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/_internal_utils.cpython-312.pyc' import 'requests._internal_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8d8ce0> # /usr/lib/python3.12/site-packages/requests/__pycache__/cookies.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/cookies.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/cookies.cpython-312.pyc' import 'requests.cookies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8d8e00> # /usr/lib/python3.12/site-packages/requests/__pycache__/structures.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/structures.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/structures.cpython-312.pyc' import 'requests.structures' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8da330> import 'requests.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb39f40> # /usr/lib/python3.12/site-packages/requests/__pycache__/api.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/api.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/api.cpython-312.pyc' # /usr/lib/python3.12/site-packages/requests/__pycache__/sessions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/sessions.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/sessions.cpython-312.pyc' # /usr/lib/python3.12/site-packages/requests/__pycache__/adapters.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/adapters.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/adapters.cpython-312.pyc' # /usr/lib/python3.12/site-packages/requests/__pycache__/auth.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/auth.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/auth.cpython-312.pyc' import 'requests.auth' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8f8200> # /usr/lib/python3.12/site-packages/requests/__pycache__/models.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/models.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/models.cpython-312.pyc' # /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py # code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8fa300> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8f9dc0> # /usr/lib/python3.12/site-packages/requests/__pycache__/hooks.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/hooks.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/hooks.cpython-312.pyc' import 'requests.hooks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8fa360> # /usr/lib/python3.12/site-packages/requests/__pycache__/status_codes.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/status_codes.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/status_codes.cpython-312.pyc' import 'requests.status_codes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8fb110> import 'requests.models' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8f8b90> # /usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/socks.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/contrib/socks.py # code object from '/usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/socks.cpython-312.pyc' # destroy urllib3.contrib.socks import 'requests.adapters' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8db5f0> import 'requests.sessions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8daab0> import 'requests.api' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8a2360> import 'requests' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc4bbbf0> import 'cloud_what._base_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc4bb170> # /usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/providers/__init__.py # code object from '/usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/__init__.cpython-312.pyc' import 'cloud_what.providers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8fbc50> # /usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/aws.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/providers/aws.py # code object from '/usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/aws.cpython-312.pyc' import 'cloud_what.providers.aws' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8fbfb0> # /usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/azure.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/providers/azure.py # code object from '/usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/azure.cpython-312.pyc' import 'cloud_what.providers.azure' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb934710> # /usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/gcp.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/providers/gcp.py # code object from '/usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/gcp.cpython-312.pyc' import 'cloud_what.providers.gcp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb934b90> import 'cloud_what.provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc459a30> # /usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/pycomp.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc' # /usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/__init__.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc' import 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb935e50> # /usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/text.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc' # /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc' # /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py # code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py # code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py # code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb948470> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb936c00> # /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py # code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb937fe0> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb9364e0> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb936270> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb936060> import 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb935f40> # /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 0x7f68fb936000> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb9357c0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/const.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc' import 'dnf.const' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb935a90> # /usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/base.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.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' import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb7b5c10> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/__init__.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/error.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc' # extension module 'libdnf._error' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_error.so' # extension module 'libdnf._error' executed from '/usr/lib64/python3.12/site-packages/libdnf/_error.so' import 'libdnf._error' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fb7e1c70> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb7e17f0> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/common_types.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc' # extension module 'libdnf._common_types' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so' # extension module 'libdnf._common_types' executed from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so' import 'libdnf._common_types' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fb8155e0> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb7e1df0> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/conf.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' # extension module 'libdnf._conf' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so' # extension module 'libdnf._conf' executed from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so' import 'libdnf._conf' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fb320440> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8fa2d0> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/module.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc' # extension module 'libdnf._module' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_module.so' # extension module 'libdnf._module' executed from '/usr/lib64/python3.12/site-packages/libdnf/_module.so' import 'libdnf._module' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fb36e000> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb320920> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/repo.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc' # extension module 'libdnf._repo' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so' # extension module 'libdnf._repo' executed from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so' import 'libdnf._repo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fb3acec0> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb36e0c0> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/transaction.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc' # extension module 'libdnf._transaction' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so' # extension module 'libdnf._transaction' executed from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so' import 'libdnf._transaction' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fb3e0f20> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb3ad160> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/utils.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc' # extension module 'libdnf._utils' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so' # extension module 'libdnf._utils' executed from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so' import 'libdnf._utils' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fb3e2150> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb3e1580> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb7b7290> # /usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/comps.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/exceptions.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/i18n.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc' import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa020aa0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/util.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/callback.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc' import 'dnf.yum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0239b0> # /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/rpmtrans.py # code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc' import 'dnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa03c890> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa023a10> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa023200> # /usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/hawkey/__init__.py # code object from '/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc' # extension module 'hawkey._hawkey' loaded from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so' # extension module 'hawkey._hawkey' executed from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so' import 'hawkey._hawkey' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fa03ddc0> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa023dd0> import 'pwd' # import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0216d0> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb3e3fb0> # /usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libcomps/__init__.py # code object from '/usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc' # extension module 'libcomps._libpycomps' loaded from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so' # extension module 'libcomps._libpycomps' executed from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so' import 'libcomps._libpycomps' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fa020710> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa020290> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb3e22d0> # /usr/lib/python3.12/site-packages/dnf/db/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/__init__.cpython-312.pyc' import 'dnf.db' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa03f620> # /usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/history.py # code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/misc.py # code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/crypto.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc' import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa079b50> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa078e90> # /usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/group.py # code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc' import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa07a2d0> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa03f650> # /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/config.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/substitutions.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc' import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa07bc20> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa07b1a0> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa07afc0> # /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/read.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repo.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/logging.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/lock.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc' import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0aac60> # /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py # code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0ab080> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0aa1b0> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0a8440> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa07b440> # /usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/dnssec.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/transaction.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc' import 'dnf.rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0c9c10> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0c8d40> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0a8950> # /usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/drpm.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc' import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0ca240> # /usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/goal.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc' import 'dnf.goal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0ca600> # /usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/history.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc' import 'dnf.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0ca690> # /usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc' import 'dnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0ca7b0> # /usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/module_base.py # code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/smartcols.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc' # extension module 'libdnf._smartcols' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so' # extension module 'libdnf._smartcols' executed from '/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so' import 'libdnf._smartcols' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fa0fd310> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0cb470> # /usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/selector.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc' import 'dnf.selector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0fd340> # /usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/exceptions.py # code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc' import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0fd430> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0ca5a0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/persistor.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc' import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0fd5e0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/plugin.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc' import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0fe210> # /usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/query.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc' import 'dnf.query' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0fed20> # /usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repodict.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc' import 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0fee70> # /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/connection.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc' import 'dnf.rpm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0ff6e0> # /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/miscutils.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc' import 'dnf.rpm.miscutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0ff950> # /usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/sack.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/package.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc' import 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e1c2f0> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0ffd40> # /usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/subject.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc' import 'dnf.subject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e1d1f0> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb789610> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb934fb0> import 'rhsm.profile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc58bf50> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/jsonwrapper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/jsonwrapper.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/jsonwrapper.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/utils.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/utils.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc matches /usr/lib64/python3.12/pprint.py # code object from '/usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc matches /usr/lib64/python3.12/dataclasses.py # code object from '/usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc' import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e1f800> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e1e660> # 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 0x7f68f9e1f920> # /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 0x7f68f9e47620> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e457f0> # /usr/lib64/python3.12/site-packages/subscription_manager/branding/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/branding/__init__.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/branding/__pycache__/__init__.cpython-312.pyc' import 'subscription_manager.branding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e47830> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/certdirectory.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/certdirectory.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/certdirectory.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/__init__.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/__init__.cpython-312.pyc' import 'rhsmlib.services' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e6ca40> # /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/config.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/config.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/config.cpython-312.pyc' import 'rhsmlib.services.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e6cbf0> # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/certificate2.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/certificate2.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/certificate2.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/pathtree.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/pathtree.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/pathtree.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/bitstream.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/bitstream.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/bitstream.cpython-312.pyc' import 'rhsm.bitstream' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e6ee10> # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/huffman.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/huffman.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/huffman.cpython-312.pyc' import 'rhsm.huffman' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e6f350> import 'rhsm.pathtree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e6e7b0> import 'rhsm.certificate2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e6d310> import 'subscription_manager.certdirectory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e47a70> # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/hwprobe.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/hwprobe.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/hwprobe.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cpuinfo.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/cpuinfo.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cpuinfo.cpython-312.pyc' import 'rhsmlib.facts.cpuinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ea15b0> import 'rhsmlib.facts.hwprobe' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ea0590> import 'subscription_manager.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e1d700> import 'subscription_manager.jsonwrapper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e1d2e0> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/isodate.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/isodate.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/isodate.cpython-312.pyc' import 'subscription_manager.isodate' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ea2ae0> # /usr/lib64/python3.12/site-packages/syspurpose/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/syspurpose/__init__.py # code object from '/usr/lib64/python3.12/site-packages/syspurpose/__pycache__/__init__.cpython-312.pyc' import 'syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ea2b40> # /usr/lib64/python3.12/site-packages/syspurpose/__pycache__/files.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/syspurpose/files.py # code object from '/usr/lib64/python3.12/site-packages/syspurpose/__pycache__/files.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/syspurpose/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/syspurpose/utils.py # code object from '/usr/lib64/python3.12/site-packages/syspurpose/__pycache__/utils.cpython-312.pyc' import 'syspurpose.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ea37a0> import 'syspurpose.files' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ea2c90> # /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/syspurpose.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/syspurpose.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/syspurpose.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/syspurposelib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/syspurposelib.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/syspurposelib.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/certlib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/certlib.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/certlib.cpython-312.pyc' import 'subscription_manager.certlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ecc950> import 'subscription_manager.syspurposelib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ecc1d0> # /usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/file_monitor.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/file_monitor.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/file_monitor.cpython-312.pyc' # /usr/lib/python3.12/site-packages/__pycache__/pyinotify.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyinotify.py # code object from '/usr/lib/python3.12/site-packages/__pycache__/pyinotify.cpython-312.pyc' # extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' # extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68f9ef99a0> # /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 0x7f68f9c1d040> # /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 0x7f68f9c1df40> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9efba10> # /usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/util.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c1cbc0> import 'pyinotify' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ecd970> import 'rhsmlib.file_monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ecd010> # /usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/dbus/__init__.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/__init__.cpython-312.pyc' import 'rhsmlib.dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c1ea20> # /usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/server.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/dbus/server.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/server.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc' import 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c1f920> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc' import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c1f980> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc' # extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' # extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' import '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68f9c54050> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c1ff20> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc' import 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c56600> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc' # /usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/__init__.py # code object from '/usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc' import 'xml' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c57740> # /usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/__init__.py # code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc' import 'xml.parsers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c57a40> # /usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/expat.py # code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc' # extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' # extension module 'pyexpat' executed from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' import 'pyexpat' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68f9c57ad0> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c57aa0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c57290> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c56720> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c55a60> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c55040> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c548c0> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c1f3b0> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/service.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/service.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/service.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/decorators.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/decorators.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/decorators.cpython-312.pyc' import 'dbus.decorators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c804a0> import 'dbus.service' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c57110> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/server.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/server.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/server.cpython-312.pyc' import 'dbus.server' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c80740> # /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/__init__.py # code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc' import 'dbus.mainloop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c80a70> # /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/glib.py # code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc' # extension module '_dbus_glib_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so' # extension module '_dbus_glib_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so' import '_dbus_glib_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68f9c80ad0> import 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c80b60> # /usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/dbus/constants.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/constants.cpython-312.pyc' import 'rhsmlib.dbus.constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c80cb0> # /usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/__init__.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc' # /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' import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c81220> # possible namespace for /usr/lib/python3.12/site-packages/gi # /usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_error.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc' import 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c821e0> # extension module 'gi._gi' loaded from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so' # extension module 'gi._gi' executed from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so' import 'gi._gi' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68f9c81fd0> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c80d40> # /usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/repository/__init__.py # code object from '/usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/importer.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/module.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/types.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_constants.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc' import 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9cacc80> # /usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/docstring.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc' import 'gi.docstring' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9cacfe0> # /usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_propertyhelper.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc' import 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9cad430> # /usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_signalhelper.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc' import 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9cadc40> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9cac380> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c83e90> # /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/__init__.py # code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc' import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9cac1a0> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c83950> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c81df0> # /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GLib.py # code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_ossighelper.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc' import 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ccc7a0> # /usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_option.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py # code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc' import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ccd4f0> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9cccd10> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9caebd0> import 'gi.repository.GLib' # # /usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/dbus_utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/dbus/dbus_utils.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/dbus_utils.cpython-312.pyc' # /usr/lib64/python3.12/xml/etree/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/etree/__init__.py # code object from '/usr/lib64/python3.12/xml/etree/__pycache__/__init__.cpython-312.pyc' import 'xml.etree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f990a3c0> # /usr/lib64/python3.12/xml/etree/__pycache__/ElementTree.cpython-312.pyc matches /usr/lib64/python3.12/xml/etree/ElementTree.py # code object from '/usr/lib64/python3.12/xml/etree/__pycache__/ElementTree.cpython-312.pyc' # /usr/lib64/python3.12/xml/etree/__pycache__/ElementPath.cpython-312.pyc matches /usr/lib64/python3.12/xml/etree/ElementPath.py # code object from '/usr/lib64/python3.12/xml/etree/__pycache__/ElementPath.cpython-312.pyc' import 'xml.etree.ElementPath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9935430> # extension module '_elementtree' loaded from '/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so' # extension module '_elementtree' executed from '/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so' import '_elementtree' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68f9936630> import 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f990a330> import 'rhsmlib.dbus.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9cadbe0> import 'rhsmlib.dbus.server' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c1eb10> import 'rhsmlib.services.syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ea3ce0> import 'subscription_manager.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc7a68d0> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cert_sorter.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cert_sorter.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cert_sorter.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/reasons.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/reasons.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/reasons.cpython-312.pyc' import 'subscription_manager.reasons' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9937590> import 'subscription_manager.cert_sorter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc7c0980> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/facts.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/facts.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/facts.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/all.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/all.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/all.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/insights.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/insights.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/insights.cpython-312.pyc' import 'rhsmlib.facts.insights' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99641d0> # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/kpatch.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/kpatch.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/kpatch.cpython-312.pyc' import 'rhsmlib.facts.kpatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9964440> # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cloud_facts.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/cloud_facts.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cloud_facts.cpython-312.pyc' import 'rhsmlib.facts.cloud_facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9964620> # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/pkg_arches.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/pkg_arches.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/pkg_arches.cpython-312.pyc' import 'rhsmlib.facts.pkg_arches' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9964980> # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/network.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/network.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/network.cpython-312.pyc' import 'rhsmlib.facts.network' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9964cb0> import 'rhsmlib.facts.all' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9937da0> import 'subscription_manager.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9937ad0> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/identity.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/identity.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/identity.cpython-312.pyc' import 'subscription_manager.identity' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9937f80> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/validity.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/validity.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/validity.cpython-312.pyc' import 'subscription_manager.validity' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99658b0> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cp_provider.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cp_provider.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cp_provider.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/client_info.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/client_info.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/client_info.cpython-312.pyc' import 'rhsmlib.client_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9965eb0> import 'subscription_manager.cp_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9965a30> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/plugins.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/plugins.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/plugins.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/base_plugin.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/base_plugin.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/base_plugin.cpython-312.pyc' import 'subscription_manager.base_plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99678c0> import 'subscription_manager.plugins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9966420> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/lock.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/lock.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/lock.cpython-312.pyc' import 'subscription_manager.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9966a50> import 'subscription_manager.injectioninit' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc7a6150> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/managercli.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/managercli.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/managercli.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/managerlib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/managerlib.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/managerlib.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/repolib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/repolib.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/repolib.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/model/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/model/__init__.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/model/__pycache__/__init__.cpython-312.pyc' import 'subscription_manager.model' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f998baa0> # /usr/lib64/python3.12/site-packages/subscription_manager/model/__pycache__/ent_cert.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/model/ent_cert.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/model/__pycache__/ent_cert.cpython-312.pyc' import 'subscription_manager.model.ent_cert' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f998be00> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/repofile.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/repofile.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/repofile.cpython-312.pyc' import 'subscription_manager.repofile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f998bf80> import 'subscription_manager.repolib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f998aa20> import 'subscription_manager.managerlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9989310> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cli.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cli.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/exceptions.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/exceptions.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/entcertlib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/entcertlib.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/entcertlib.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/content_action_client.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/content_action_client.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/content_action_client.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/base_action_client.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/base_action_client.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/base_action_client.cpython-312.pyc' import 'subscription_manager.base_action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99b7c20> import 'subscription_manager.content_action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99b76b0> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/rhelentbranding.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/rhelentbranding.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/rhelentbranding.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/entbranding.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/entbranding.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/entbranding.cpython-312.pyc' import 'subscription_manager.entbranding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f0800> import 'subscription_manager.rhelentbranding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f01a0> import 'subscription_manager.entcertlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99b67e0> import 'subscription_manager.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99b6420> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/printing_utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/printing_utils.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/printing_utils.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/unicode_width.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/unicode_width.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/unicode_width.cpython-312.pyc' import 'subscription_manager.unicode_width' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f1b50> import 'subscription_manager.printing_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f1790> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/i18n_argparse.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/i18n_argparse.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/i18n_argparse.cpython-312.pyc' import 'subscription_manager.i18n_argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f1d60> import 'subscription_manager.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99b5eb0> # /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__init__.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/__init__.cpython-312.pyc' import 'subscription_manager.cli_command' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f1f70> # /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/attach.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/attach.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/attach.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fileinput.cpython-312.pyc matches /usr/lib64/python3.12/fileinput.py # code object from '/usr/lib64/python3.12/__pycache__/fileinput.cpython-312.pyc' import 'fileinput' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f23c0> # /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/attach.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/attach.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/attach.cpython-312.pyc' import 'rhsmlib.services.attach' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f2f00> # /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/products.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/products.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/products.cpython-312.pyc' import 'rhsmlib.services.products' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f3110> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/action_client.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/action_client.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/action_client.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/identitycertlib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/identitycertlib.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/identitycertlib.cpython-312.pyc' import 'subscription_manager.identitycertlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f3680> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/healinglib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/healinglib.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/healinglib.cpython-312.pyc' import 'subscription_manager.healinglib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f3a10> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/factlib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/factlib.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/factlib.cpython-312.pyc' import 'subscription_manager.factlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f3da0> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/packageprofilelib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/packageprofilelib.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/packageprofilelib.cpython-312.pyc' import 'subscription_manager.packageprofilelib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f3fe0> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/installedproductslib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/installedproductslib.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/installedproductslib.cpython-312.pyc' import 'subscription_manager.installedproductslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980c2c0> import 'subscription_manager.action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f33b0> # /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/cli.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/cli.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/cli.cpython-312.pyc' import 'subscription_manager.cli_command.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980c560> # /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/list.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/list.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/list.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/entitlement.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/entitlement.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/entitlement.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/exceptions.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/exceptions.cpython-312.pyc' import 'rhsmlib.services.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980db20> import 'rhsmlib.services.entitlement' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980d460> import 'subscription_manager.cli_command.list' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980cd10> import 'subscription_manager.cli_command.attach' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f20c0> # /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/autoheal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/autoheal.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/autoheal.cpython-312.pyc' import 'subscription_manager.cli_command.autoheal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980db50> # /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/clean.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/clean.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/clean.cpython-312.pyc' import 'subscription_manager.cli_command.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980ddf0> # /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/config.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/config.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/config.cpython-312.pyc' import 'subscription_manager.cli_command.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980df40> # /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/environments.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/environments.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/environments.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/org.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/org.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/org.cpython-312.pyc' # extension module 'readline' loaded from '/usr/lib64/python3.12/lib-dynload/readline.cpython-312-x86_64-linux-gnu.so' # extension module 'readline' executed from '/usr/lib64/python3.12/lib-dynload/readline.cpython-312-x86_64-linux-gnu.so' import 'readline' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68f980eb40> # /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/user_pass.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/user_pass.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/user_pass.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py # code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980f050> import 'subscription_manager.cli_command.user_pass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980ed80> import 'subscription_manager.cli_command.org' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980e7e0> import 'subscription_manager.cli_command.environments' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980e150> # /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/facts.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/facts.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/facts.cpython-312.pyc' import 'subscription_manager.cli_command.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980f470> # /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/identity.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/identity.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/identity.cpython-312.pyc' import 'subscription_manager.cli_command.identity' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980f5c0> # /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/override.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/override.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/override.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/overrides.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/overrides.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/overrides.cpython-312.pyc' import 'subscription_manager.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980fe00> import 'subscription_manager.cli_command.override' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980f920> # /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/owners.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/owners.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/owners.cpython-312.pyc' import 'subscription_manager.cli_command.owners' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9838680> # /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/plugins.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/plugins.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/plugins.cpython-312.pyc' import 'subscription_manager.cli_command.plugins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f98387a0> # /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/redeem.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/redeem.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/redeem.cpython-312.pyc' import 'subscription_manager.cli_command.redeem' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9838aa0> # /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/refresh.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/refresh.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/refresh.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/refresh.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/refresh.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/refresh.cpython-312.pyc' import 'rhsmlib.services.refresh' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9838fb0> import 'subscription_manager.cli_command.refresh' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9838c80> # /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/register.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/register.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/register.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/unregister.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/unregister.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/unregister.cpython-312.pyc' import 'rhsmlib.services.unregister' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9839a60> # /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/register.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/register.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/register.cpython-312.pyc' import 'rhsmlib.services.register' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9839ca0> import 'subscription_manager.cli_command.register' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9839040> # /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/release.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/release.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/release.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/release.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/release.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/release.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/listing.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/listing.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/listing.cpython-312.pyc' import 'subscription_manager.listing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f983a7b0> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/rhelproduct.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/rhelproduct.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/rhelproduct.cpython-312.pyc' import 'subscription_manager.rhelproduct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f983a930> import 'subscription_manager.release' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f983a240> import 'subscription_manager.cli_command.release' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9839f40> # /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/remove.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/remove.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/remove.cpython-312.pyc' import 'subscription_manager.cli_command.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f983abd0> # /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/repos.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/repos.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/repos.cpython-312.pyc' import 'subscription_manager.cli_command.repos' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f983af60> # /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/status.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/status.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/status.cpython-312.pyc' import 'subscription_manager.cli_command.status' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f983b3b0> # /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/syspurpose.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/syspurpose.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/syspurpose.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/addons.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/addons.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/addons.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/abstract_syspurpose.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/abstract_syspurpose.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/abstract_syspurpose.cpython-312.pyc' import 'subscription_manager.cli_command.abstract_syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f983bda0> import 'subscription_manager.cli_command.addons' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f983bb30> # /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/role.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/role.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/role.cpython-312.pyc' import 'subscription_manager.cli_command.role' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9860a40> # /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/service_level.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/service_level.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/service_level.cpython-312.pyc' import 'subscription_manager.cli_command.service_level' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9860ad0> # /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/usage.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/usage.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/usage.cpython-312.pyc' import 'subscription_manager.cli_command.usage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9861070> import 'subscription_manager.cli_command.syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f983b7a0> # /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/unregister.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/unregister.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/unregister.cpython-312.pyc' import 'subscription_manager.cli_command.unregister' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9861100> # /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/version.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/version.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/version.cpython-312.pyc' import 'subscription_manager.cli_command.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f98612e0> import 'subscription_manager.managercli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9988cb0> import 'subscription_manager.scripts.subscription_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb65490> # /usr/lib64/python3.12/site-packages/subscription_manager/branding/__pycache__/redhat_branding.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/branding/redhat_branding.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/branding/__pycache__/redhat_branding.cpython-312.pyc' import 'subscription_manager.branding.redhat_branding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb64ec0> Runtime Error last check-in is null at org.candlepin.service.model.CloudCheckInEvent.:88 (HTTP error code 500: Internal Server Error) # 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__ # destroy __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 # 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 importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing _csv # cleanup[2] removing csv # cleanup[2] removing email # cleanup[2] removing fnmatch # cleanup[2] removing ntpath # cleanup[2] removing errno # cleanup[2] removing urllib # cleanup[2] removing math # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing binascii # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # 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 _struct # cleanup[2] removing struct # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing textwrap # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing collections.abc # cleanup[2] removing importlib.machinery # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing weakref # cleanup[2] removing inspect # cleanup[2] removing quopri # cleanup[2] removing _bisect # cleanup[2] removing bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # cleanup[2] removing _socket # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing base64 # cleanup[2] removing email.base64mime # cleanup[2] removing _string # cleanup[2] removing string # cleanup[2] removing email.quoprimime # cleanup[2] removing email.errors # cleanup[2] removing email.encoders # cleanup[2] removing email.charset # cleanup[2] removing email.utils # cleanup[2] removing email.header # cleanup[2] removing email._policybase # cleanup[2] removing email._encoded_words # cleanup[2] removing email.iterators # cleanup[2] removing email.message # cleanup[2] removing importlib.metadata._functools # cleanup[2] removing importlib.metadata._text # cleanup[2] removing importlib.metadata._adapters # cleanup[2] removing _typing # cleanup[2] removing typing # cleanup[2] removing importlib.metadata._meta # cleanup[2] removing importlib.metadata._collections # cleanup[2] removing importlib.metadata._itertools # cleanup[2] removing tempfile # cleanup[2] removing importlib.resources.abc # cleanup[2] removing importlib.resources._adapters # cleanup[2] removing importlib.resources._common # cleanup[2] removing importlib.resources._legacy # cleanup[2] removing importlib.resources # cleanup[2] removing importlib.abc # cleanup[2] removing importlib.metadata # cleanup[2] removing subscription_manager # cleanup[2] removing subscription_manager.scripts # cleanup[2] removing gettext # cleanup[2] removing traceback # cleanup[2] removing atexit # cleanup[2] removing logging # cleanup[2] removing subscription_manager.i18n # cleanup[2] removing rhsm # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing _heapq # cleanup[2] removing heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing copy # cleanup[2] removing logging.handlers # cleanup[2] removing socketserver # destroy socketserver # cleanup[2] removing logging.config # cleanup[2] removing configparser # cleanup[2] removing iniparse.configparser # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing six # cleanup[2] removing iniparse.config # cleanup[2] removing iniparse.ini # cleanup[2] removing iniparse.compat # cleanup[2] removing iniparse.utils # cleanup[2] removing iniparse # destroy iniparse # destroy iniparse.configparser # destroy iniparse.utils # cleanup[2] removing rhsm.config # cleanup[2] removing rhsm.logutil # cleanup[2] removing subscription_manager.injection # cleanup[2] removing _ssl # cleanup[2] removing ssl # cleanup[2] removing http # cleanup[2] removing email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing http.client # cleanup[2] removing rhsm.https # cleanup[2] removing dateutil._version # cleanup[2] removing dateutil # cleanup[2] removing rhsm._certificate # cleanup[2] removing rhsm.certificate # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing dateutil._common # cleanup[2] removing dateutil.relativedelta # cleanup[2] removing six.moves # cleanup[2] removing dateutil.tz._common # cleanup[2] removing dateutil.tz._factories # cleanup[2] removing dateutil.tz.tz # cleanup[2] removing dateutil.tz # cleanup[2] removing dateutil.parser._parser # cleanup[2] removing dateutil.parser.isoparser # destroy dateutil.parser.isoparser # cleanup[2] removing dateutil.parser # cleanup[2] removing urllib.response # cleanup[2] removing urllib.error # cleanup[2] removing urllib.request # 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 rhsm.ourjson # cleanup[2] removing rhsm.utils # cleanup[2] removing subscription_manager.version # cleanup[2] removing rhsm.connection # cleanup[2] removing rpm._rpm # cleanup[2] removing rpm.transaction # cleanup[2] removing rpm # cleanup[2] removing cloud_what # destroy cloud_what # cleanup[2] removing rhsmlib # destroy rhsmlib # cleanup[2] removing rhsmlib.facts # cleanup[2] removing platform # cleanup[2] removing rhsmlib.facts.collection # cleanup[2] removing rhsmlib.facts.collector # cleanup[2] removing rhsmlib.facts.cleanup # cleanup[2] removing signal # cleanup[2] removing fcntl # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing rhsmlib.facts.virt # cleanup[2] removing rhsmlib.facts.dmidecodeparser # cleanup[2] removing rhsmlib.facts.dmiinfo # cleanup[2] removing rhsmlib.facts.firmware_info # cleanup[2] removing rhsmlib.facts.host_collector # cleanup[2] removing glob # cleanup[2] removing rhsmlib.facts.custom # cleanup[2] removing urllib3.packages # cleanup[2] removing urllib3.packages.six # cleanup[2] removing urllib3.packages.six.moves # cleanup[2] removing urllib3.packages.six.moves.http_client # cleanup[2] removing urllib3.exceptions # cleanup[2] removing urllib3._version # cleanup[2] removing urllib3._collections # cleanup[2] removing urllib3.contrib # cleanup[2] removing urllib3.contrib._appengine_environ # cleanup[2] removing urllib3.util.wait # cleanup[2] removing urllib3.util.connection # cleanup[2] removing urllib3.util.request # cleanup[2] removing urllib3.util.response # cleanup[2] removing urllib3.util.retry # cleanup[2] removing hmac # cleanup[2] removing urllib3.util.url # cleanup[2] removing urllib3.util.ssltransport # cleanup[2] removing urllib3.util.ssl_ # cleanup[2] removing urllib3.util.timeout # cleanup[2] removing urllib3.util # cleanup[2] removing urllib3.util.proxy # cleanup[2] removing urllib3.util.ssl_match_hostname # cleanup[2] removing urllib3.connection # cleanup[2] removing mimetypes # cleanup[2] removing urllib3.fields # cleanup[2] removing urllib3.filepost # cleanup[2] removing urllib3.packages.six.moves.urllib # cleanup[2] removing urllib3.packages.six.moves.urllib.parse # cleanup[2] removing urllib3.request # cleanup[2] removing urllib3.response # cleanup[2] removing urllib3.util.queue # cleanup[2] removing urllib3.connectionpool # cleanup[2] removing urllib3.poolmanager # cleanup[2] removing urllib3 # cleanup[2] removing charset_normalizer.constant # cleanup[2] removing unicodedata # cleanup[2] removing _multibytecodec # cleanup[2] removing charset_normalizer.utils # cleanup[2] removing charset_normalizer.md # cleanup[2] removing charset_normalizer.models # cleanup[2] removing charset_normalizer.cd # cleanup[2] removing charset_normalizer.api # cleanup[2] removing charset_normalizer.legacy # cleanup[2] removing charset_normalizer.version # cleanup[2] removing charset_normalizer # cleanup[2] removing http.cookiejar # cleanup[2] removing http.cookies # cleanup[2] removing requests.compat # cleanup[2] removing requests.exceptions # cleanup[2] removing requests.packages.urllib3.packages # cleanup[2] removing requests.packages.urllib3.packages.six # cleanup[2] removing requests.packages.urllib3.packages.six.moves # cleanup[2] removing requests.packages.urllib3.packages.six.moves.http_client # cleanup[2] removing requests.packages.urllib3.exceptions # cleanup[2] removing requests.packages.urllib3._version # cleanup[2] removing requests.packages.urllib3._collections # cleanup[2] removing requests.packages.urllib3.contrib # cleanup[2] removing requests.packages.urllib3.contrib._appengine_environ # cleanup[2] removing requests.packages.urllib3.util.wait # cleanup[2] removing requests.packages.urllib3.util.connection # cleanup[2] removing requests.packages.urllib3.util.request # cleanup[2] removing requests.packages.urllib3.util.response # cleanup[2] removing requests.packages.urllib3.util.retry # cleanup[2] removing requests.packages.urllib3.util.url # cleanup[2] removing requests.packages.urllib3.util.ssltransport # cleanup[2] removing requests.packages.urllib3.util.ssl_ # cleanup[2] removing requests.packages.urllib3.util.timeout # cleanup[2] removing requests.packages.urllib3.util # cleanup[2] removing requests.packages.urllib3.util.proxy # cleanup[2] removing requests.packages.urllib3.util.ssl_match_hostname # cleanup[2] removing requests.packages.urllib3.connection # cleanup[2] removing requests.packages.urllib3.fields # cleanup[2] removing requests.packages.urllib3.filepost # cleanup[2] removing requests.packages.urllib3.packages.six.moves.urllib # cleanup[2] removing requests.packages.urllib3.packages.six.moves.urllib.parse # cleanup[2] removing requests.packages.urllib3.request # cleanup[2] removing requests.packages.urllib3.response # cleanup[2] removing requests.packages.urllib3.util.queue # cleanup[2] removing requests.packages.urllib3.connectionpool # cleanup[2] removing requests.packages.urllib3.poolmanager # cleanup[2] removing requests.packages.urllib3 # cleanup[2] removing idna.package_data # cleanup[2] removing idna.idnadata # cleanup[2] removing idna.intranges # cleanup[2] removing idna.core # cleanup[2] removing idna # cleanup[2] removing requests.packages.idna.package_data # cleanup[2] removing requests.packages.idna.idnadata # cleanup[2] removing requests.packages.idna.intranges # cleanup[2] removing requests.packages.idna.core # cleanup[2] removing requests.packages.idna # cleanup[2] removing requests.packages.charset_normalizer.constant # cleanup[2] removing requests.packages.chardet.constant # cleanup[2] removing requests.packages.charset_normalizer.utils # cleanup[2] removing requests.packages.chardet.utils # cleanup[2] removing requests.packages.charset_normalizer.md # cleanup[2] removing requests.packages.chardet.md # cleanup[2] removing requests.packages.charset_normalizer.models # cleanup[2] removing requests.packages.chardet.models # cleanup[2] removing requests.packages.charset_normalizer.cd # cleanup[2] removing requests.packages.chardet.cd # cleanup[2] removing requests.packages.charset_normalizer.api # cleanup[2] removing requests.packages.chardet.api # cleanup[2] removing requests.packages.charset_normalizer.legacy # cleanup[2] removing requests.packages.chardet.legacy # cleanup[2] removing requests.packages.charset_normalizer.version # cleanup[2] removing requests.packages.chardet.version # cleanup[2] removing requests.packages.charset_normalizer # cleanup[2] removing requests.packages.chardet # cleanup[2] removing requests.packages # cleanup[2] removing requests.certs # cleanup[2] removing requests.__version__ # destroy requests.__version__ # cleanup[2] removing requests._internal_utils # cleanup[2] removing requests.cookies # cleanup[2] removing requests.structures # cleanup[2] removing requests.utils # cleanup[2] removing requests.auth # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # cleanup[2] removing requests.hooks # cleanup[2] removing requests.status_codes # cleanup[2] removing requests.models # cleanup[2] removing requests.adapters # cleanup[2] removing requests.sessions # cleanup[2] removing requests.api # cleanup[2] removing requests # cleanup[2] removing cloud_what._base_provider # destroy cloud_what._base_provider # cleanup[2] removing cloud_what.providers # destroy cloud_what.providers # cleanup[2] removing cloud_what.providers.aws # destroy cloud_what.providers.aws # cleanup[2] removing cloud_what.providers.azure # destroy cloud_what.providers.azure # cleanup[2] removing cloud_what.providers.gcp # destroy cloud_what.providers.gcp # cleanup[2] removing cloud_what.provider # cleanup[2] removing email.mime # cleanup[2] removing email._header_value_parser # cleanup[2] removing email.headerregistry # cleanup[2] removing email.contentmanager # cleanup[2] removing email.policy # cleanup[2] removing email.mime.base # cleanup[2] removing email.mime.nonmultipart # cleanup[2] removing email.mime.text # cleanup[2] removing shlex # cleanup[2] removing dnf.pycomp # cleanup[2] removing dnf.const # cleanup[2] removing argparse # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing libdnf._error # cleanup[2] removing libdnf.error # cleanup[2] removing libdnf._common_types # cleanup[2] removing libdnf.common_types # cleanup[2] removing libdnf._conf # cleanup[2] removing libdnf.conf # cleanup[2] removing libdnf._module # cleanup[2] removing libdnf.module # cleanup[2] removing libdnf._repo # cleanup[2] removing libdnf.repo # cleanup[2] removing libdnf._transaction # cleanup[2] removing libdnf.transaction # cleanup[2] removing libdnf._utils # cleanup[2] removing libdnf.utils # cleanup[2] removing libdnf # cleanup[2] removing dnf.i18n # cleanup[2] removing dnf.yum # cleanup[2] removing dnf.transaction # cleanup[2] removing dnf.yum.rpmtrans # cleanup[2] removing dnf.callback # cleanup[2] removing hawkey._hawkey # cleanup[2] removing hawkey # cleanup[2] removing pwd # cleanup[2] removing dnf.util # cleanup[2] removing dnf.exceptions # cleanup[2] removing libcomps._libpycomps # cleanup[2] removing libcomps # cleanup[2] removing dnf.comps # cleanup[2] removing dnf.db # cleanup[2] removing dnf.crypto # cleanup[2] removing dnf.yum.misc # cleanup[2] removing dnf.db.group # cleanup[2] removing dnf.db.history # cleanup[2] removing dnf.conf.substitutions # cleanup[2] removing dnf.conf.config # cleanup[2] removing dnf.conf # cleanup[2] removing dnf.lock # cleanup[2] removing gzip # cleanup[2] removing dnf.logging # cleanup[2] removing dnf.repo # cleanup[2] removing dnf.conf.read # cleanup[2] removing dnf.rpm.transaction # cleanup[2] removing dnf.rpm # cleanup[2] removing dnf.dnssec # cleanup[2] removing dnf.drpm # cleanup[2] removing dnf.goal # cleanup[2] removing dnf.history # cleanup[2] removing dnf.module # cleanup[2] removing libdnf._smartcols # cleanup[2] removing libdnf.smartcols # cleanup[2] removing dnf.selector # cleanup[2] removing dnf.module.exceptions # cleanup[2] removing dnf.module.module_base # cleanup[2] removing dnf.persistor # cleanup[2] removing dnf.plugin # cleanup[2] removing dnf.query # cleanup[2] removing dnf.repodict # cleanup[2] removing dnf.rpm.connection # cleanup[2] removing dnf.rpm.miscutils # cleanup[2] removing dnf.package # cleanup[2] removing dnf.sack # cleanup[2] removing dnf.subject # cleanup[2] removing gc # cleanup[2] removing dnf.base # cleanup[2] removing dnf # cleanup[2] removing rhsm.profile # cleanup[2] removing dataclasses # cleanup[2] removing pprint # cleanup[2] removing syslog # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing subscription_manager.branding # cleanup[2] removing rhsmlib.services # cleanup[2] removing rhsmlib.services.config # cleanup[2] removing rhsm.bitstream # cleanup[2] removing rhsm.huffman # cleanup[2] removing rhsm.pathtree # cleanup[2] removing rhsm.certificate2 # cleanup[2] removing subscription_manager.certdirectory # cleanup[2] removing rhsmlib.facts.cpuinfo # cleanup[2] removing rhsmlib.facts.hwprobe # cleanup[2] removing subscription_manager.utils # cleanup[2] removing subscription_manager.jsonwrapper # cleanup[2] removing subscription_manager.isodate # cleanup[2] removing syspurpose # destroy syspurpose # cleanup[2] removing syspurpose.utils # destroy syspurpose.utils # cleanup[2] removing syspurpose.files # destroy syspurpose.files # cleanup[2] removing subscription_manager.certlib # cleanup[2] removing subscription_manager.syspurposelib # cleanup[2] removing termios # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # cleanup[2] removing ctypes.util # cleanup[2] removing pyinotify # cleanup[2] removing rhsmlib.file_monitor # cleanup[2] removing rhsmlib.dbus # cleanup[2] removing dbus._compat # cleanup[2] removing dbus.exceptions # cleanup[2] removing _dbus_bindings # cleanup[2] removing dbus.types # cleanup[2] removing dbus.lowlevel # cleanup[2] removing xml # destroy xml # cleanup[2] removing xml.parsers # destroy xml.parsers # cleanup[2] removing pyexpat.errors # cleanup[2] removing pyexpat.model # cleanup[2] removing pyexpat # cleanup[2] removing xml.parsers.expat.model # cleanup[2] removing xml.parsers.expat.errors # cleanup[2] removing xml.parsers.expat # destroy xml.parsers.expat # cleanup[2] removing dbus._expat_introspect_parser # cleanup[2] removing dbus.proxies # cleanup[2] removing dbus.connection # cleanup[2] removing dbus.bus # cleanup[2] removing dbus._dbus # cleanup[2] removing dbus # cleanup[2] removing dbus.decorators # cleanup[2] removing dbus.service # cleanup[2] removing dbus.server # cleanup[2] removing dbus.mainloop # cleanup[2] removing _dbus_glib_bindings # cleanup[2] removing dbus.mainloop.glib # cleanup[2] removing rhsmlib.dbus.constants # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing gi._error # cleanup[2] removing gi._gi # cleanup[2] removing gi._gobject # cleanup[2] removing glib # destroy glib # cleanup[2] removing gobject # destroy gobject # cleanup[2] removing gio # destroy gio # cleanup[2] removing gtk # destroy gtk # cleanup[2] removing gtk.gdk # destroy gtk.gdk # cleanup[2] removing gi # cleanup[2] removing gi._constants # cleanup[2] removing gi.docstring # cleanup[2] removing gi._propertyhelper # cleanup[2] removing gi._signalhelper # cleanup[2] removing gi.types # cleanup[2] removing gi.module # cleanup[2] removing gi.overrides # cleanup[2] removing gi.importer # cleanup[2] removing gi.repository # cleanup[2] removing gi._ossighelper # cleanup[2] removing optparse # cleanup[2] removing gi._option # cleanup[2] removing gi.overrides.GLib # cleanup[2] removing gi.repository.GLib # cleanup[2] removing xml.etree # destroy xml.etree # cleanup[2] removing xml.etree.ElementPath # cleanup[2] removing _elementtree # cleanup[2] removing xml.etree.ElementTree # cleanup[2] removing rhsmlib.dbus.dbus_utils # cleanup[2] removing rhsmlib.dbus.server # cleanup[2] removing rhsmlib.services.syspurpose # cleanup[2] removing subscription_manager.cache # cleanup[2] removing subscription_manager.reasons # cleanup[2] removing subscription_manager.cert_sorter # cleanup[2] removing rhsmlib.facts.insights # cleanup[2] removing rhsmlib.facts.kpatch # cleanup[2] removing rhsmlib.facts.cloud_facts # cleanup[2] removing rhsmlib.facts.pkg_arches # cleanup[2] removing rhsmlib.facts.network # cleanup[2] removing rhsmlib.facts.all # cleanup[2] removing subscription_manager.facts # cleanup[2] removing subscription_manager.identity # cleanup[2] removing subscription_manager.validity # cleanup[2] removing rhsmlib.client_info # cleanup[2] removing subscription_manager.cp_provider # cleanup[2] removing subscription_manager.base_plugin # cleanup[2] removing subscription_manager.plugins # cleanup[2] removing subscription_manager.lock # cleanup[2] removing subscription_manager.injectioninit # cleanup[2] removing subscription_manager.model # cleanup[2] removing subscription_manager.model.ent_cert # cleanup[2] removing subscription_manager.repofile # cleanup[2] removing subscription_manager.repolib # cleanup[2] removing subscription_manager.managerlib # cleanup[2] removing subscription_manager.base_action_client # cleanup[2] removing subscription_manager.content_action_client # cleanup[2] removing subscription_manager.entbranding # cleanup[2] removing subscription_manager.rhelentbranding # cleanup[2] removing subscription_manager.entcertlib # cleanup[2] removing subscription_manager.exceptions # cleanup[2] removing subscription_manager.unicode_width # cleanup[2] removing subscription_manager.printing_utils # cleanup[2] removing subscription_manager.i18n_argparse # cleanup[2] removing subscription_manager.cli # cleanup[2] removing subscription_manager.cli_command # cleanup[2] removing fileinput # cleanup[2] removing rhsmlib.services.attach # cleanup[2] removing rhsmlib.services.products # cleanup[2] removing subscription_manager.identitycertlib # cleanup[2] removing subscription_manager.healinglib # cleanup[2] removing subscription_manager.factlib # cleanup[2] removing subscription_manager.packageprofilelib # cleanup[2] removing subscription_manager.installedproductslib # cleanup[2] removing subscription_manager.action_client # cleanup[2] removing subscription_manager.cli_command.cli # cleanup[2] removing rhsmlib.services.exceptions # cleanup[2] removing rhsmlib.services.entitlement # cleanup[2] removing subscription_manager.cli_command.list # cleanup[2] removing subscription_manager.cli_command.attach # cleanup[2] removing subscription_manager.cli_command.autoheal # cleanup[2] removing subscription_manager.cli_command.clean # cleanup[2] removing subscription_manager.cli_command.config # cleanup[2] removing readline # cleanup[2] removing getpass # cleanup[2] removing subscription_manager.cli_command.user_pass # cleanup[2] removing subscription_manager.cli_command.org # cleanup[2] removing subscription_manager.cli_command.environments # cleanup[2] removing subscription_manager.cli_command.facts # cleanup[2] removing subscription_manager.cli_command.identity # cleanup[2] removing subscription_manager.overrides # cleanup[2] removing subscription_manager.cli_command.override # cleanup[2] removing subscription_manager.cli_command.owners # cleanup[2] removing subscription_manager.cli_command.plugins # cleanup[2] removing subscription_manager.cli_command.redeem # cleanup[2] removing rhsmlib.services.refresh # cleanup[2] removing subscription_manager.cli_command.refresh # cleanup[2] removing rhsmlib.services.unregister # cleanup[2] removing rhsmlib.services.register # cleanup[2] removing subscription_manager.cli_command.register # cleanup[2] removing subscription_manager.listing # cleanup[2] removing subscription_manager.rhelproduct # cleanup[2] removing subscription_manager.release # cleanup[2] removing subscription_manager.cli_command.release # cleanup[2] removing subscription_manager.cli_command.remove # cleanup[2] removing subscription_manager.cli_command.repos # cleanup[2] removing subscription_manager.cli_command.status # cleanup[2] removing subscription_manager.cli_command.abstract_syspurpose # cleanup[2] removing subscription_manager.cli_command.addons # cleanup[2] removing subscription_manager.cli_command.role # cleanup[2] removing subscription_manager.cli_command.service_level # cleanup[2] removing subscription_manager.cli_command.usage # cleanup[2] removing subscription_manager.cli_command.syspurpose # cleanup[2] removing subscription_manager.cli_command.unregister # cleanup[2] removing subscription_manager.cli_command.version # cleanup[2] removing subscription_manager.managercli # cleanup[2] removing subscription_manager.scripts.subscription_manager # cleanup[2] removing subscription_manager.branding.redhat_branding # destroy _sitebuiltins # destroy iniparse.compat # destroy rhsmlib.facts # destroy rhsmlib.facts.dmidecodeparser # destroy rhsmlib.facts.all # destroy rhsmlib.services # destroy rhsmlib.services.refresh # destroy rhsmlib.dbus # destroy rhsmlib.dbus.server # destroy rhsmlib.client_info # cleanup[3] wiping subscription_manager.branding.redhat_branding # cleanup[3] wiping subscription_manager.scripts.subscription_manager # cleanup[3] wiping subscription_manager.managercli # cleanup[3] wiping subscription_manager.cli_command.version # cleanup[3] wiping subscription_manager.cli_command.unregister # cleanup[3] wiping subscription_manager.cli_command.syspurpose # cleanup[3] wiping subscription_manager.cli_command.usage # cleanup[3] wiping subscription_manager.cli_command.service_level # cleanup[3] wiping subscription_manager.cli_command.role # cleanup[3] wiping subscription_manager.cli_command.addons # cleanup[3] wiping subscription_manager.cli_command.abstract_syspurpose # cleanup[3] wiping subscription_manager.cli_command.status # cleanup[3] wiping subscription_manager.cli_command.repos # cleanup[3] wiping subscription_manager.cli_command.remove # cleanup[3] wiping subscription_manager.cli_command.release # cleanup[3] wiping subscription_manager.release # cleanup[3] wiping subscription_manager.rhelproduct # cleanup[3] wiping subscription_manager.listing # cleanup[3] wiping subscription_manager.cli_command.register # destroy rhsmlib.services.unregister # destroy rhsmlib.services.register # cleanup[3] wiping subscription_manager.cli_command.refresh # cleanup[3] wiping subscription_manager.cli_command.redeem # cleanup[3] wiping subscription_manager.cli_command.plugins # cleanup[3] wiping subscription_manager.cli_command.owners # cleanup[3] wiping subscription_manager.cli_command.override # cleanup[3] wiping subscription_manager.overrides # cleanup[3] wiping subscription_manager.cli_command.identity # cleanup[3] wiping subscription_manager.cli_command.facts # cleanup[3] wiping subscription_manager.cli_command.environments # cleanup[3] wiping subscription_manager.cli_command.org # cleanup[3] wiping subscription_manager.cli_command.user_pass # destroy getpass # cleanup[3] wiping readline # cleanup[3] wiping subscription_manager.cli_command.config # cleanup[3] wiping subscription_manager.cli_command.clean # cleanup[3] wiping subscription_manager.cli_command.autoheal # cleanup[3] wiping subscription_manager.cli_command.attach # destroy fileinput # destroy rhsmlib.services.attach # cleanup[3] wiping subscription_manager.cli_command.list # destroy rhsmlib.services.entitlement # cleanup[3] wiping rhsmlib.services.exceptions # cleanup[3] wiping subscription_manager.cli_command.cli # cleanup[3] wiping subscription_manager.action_client # cleanup[3] wiping subscription_manager.installedproductslib # cleanup[3] wiping subscription_manager.packageprofilelib # cleanup[3] wiping subscription_manager.factlib # cleanup[3] wiping subscription_manager.healinglib # cleanup[3] wiping subscription_manager.identitycertlib # cleanup[3] wiping rhsmlib.services.products # cleanup[3] wiping subscription_manager.cli_command # destroy subscription_manager.cli_command.cli # destroy subscription_manager.cli_command.list # destroy subscription_manager.cli_command.attach # destroy subscription_manager.cli_command.autoheal # destroy subscription_manager.cli_command.clean # destroy subscription_manager.cli_command.config # destroy subscription_manager.cli_command.user_pass # destroy subscription_manager.cli_command.org # destroy subscription_manager.cli_command.environments # destroy subscription_manager.cli_command.facts # destroy subscription_manager.cli_command.identity # destroy subscription_manager.cli_command.override # destroy subscription_manager.cli_command.owners # destroy subscription_manager.cli_command.plugins # destroy subscription_manager.cli_command.redeem # destroy subscription_manager.cli_command.refresh # destroy subscription_manager.cli_command.register # destroy subscription_manager.cli_command.release # destroy subscription_manager.cli_command.remove # destroy subscription_manager.cli_command.repos # destroy subscription_manager.cli_command.status # destroy subscription_manager.cli_command.abstract_syspurpose # destroy subscription_manager.cli_command.addons # destroy subscription_manager.cli_command.role # destroy subscription_manager.cli_command.service_level # destroy subscription_manager.cli_command.usage # destroy subscription_manager.cli_command.syspurpose # destroy subscription_manager.cli_command.unregister # destroy subscription_manager.cli_command.version # cleanup[3] wiping subscription_manager.cli # cleanup[3] wiping subscription_manager.i18n_argparse # cleanup[3] wiping subscription_manager.printing_utils # cleanup[3] wiping subscription_manager.unicode_width # cleanup[3] wiping subscription_manager.exceptions # cleanup[3] wiping subscription_manager.entcertlib # cleanup[3] wiping subscription_manager.rhelentbranding # cleanup[3] wiping subscription_manager.entbranding # cleanup[3] wiping subscription_manager.content_action_client # cleanup[3] wiping subscription_manager.base_action_client # cleanup[3] wiping subscription_manager.managerlib # cleanup[3] wiping subscription_manager.repolib # cleanup[3] wiping subscription_manager.repofile # cleanup[3] wiping subscription_manager.model.ent_cert # cleanup[3] wiping subscription_manager.model # destroy subscription_manager.model.ent_cert # cleanup[3] wiping subscription_manager.injectioninit # cleanup[3] wiping subscription_manager.lock # cleanup[3] wiping subscription_manager.plugins # cleanup[3] wiping subscription_manager.base_plugin # cleanup[3] wiping subscription_manager.cp_provider # cleanup[3] wiping subscription_manager.validity # cleanup[3] wiping subscription_manager.identity # cleanup[3] wiping subscription_manager.facts # cleanup[3] wiping rhsmlib.facts.network # cleanup[3] wiping rhsmlib.facts.pkg_arches # cleanup[3] wiping rhsmlib.facts.cloud_facts # cleanup[3] wiping rhsmlib.facts.kpatch # cleanup[3] wiping rhsmlib.facts.insights # cleanup[3] wiping subscription_manager.cert_sorter # destroy rhsmlib.file_monitor # cleanup[3] wiping subscription_manager.reasons # cleanup[3] wiping subscription_manager.cache # destroy rhsmlib.services.syspurpose # cleanup[3] wiping rhsmlib.dbus.dbus_utils # destroy xml.etree.ElementTree # cleanup[3] wiping _elementtree # cleanup[3] wiping xml.etree.ElementPath # cleanup[3] wiping gi.repository.GLib # cleanup[3] wiping gi.overrides.GLib # cleanup[3] wiping gi._option # destroy optparse # cleanup[3] wiping gi._ossighelper # cleanup[3] wiping gi.repository # cleanup[3] wiping gi.importer # cleanup[3] wiping gi.overrides # destroy gi.overrides.GLib # cleanup[3] wiping gi.module # destroy gi # cleanup[3] wiping gi.types # cleanup[3] wiping gi._signalhelper # cleanup[3] wiping gi._propertyhelper # cleanup[3] wiping gi.docstring # cleanup[3] wiping gi._constants # cleanup[3] wiping gi._gobject # cleanup[3] wiping gi._gi # cleanup[3] wiping gi._error # cleanup[3] wiping rhsmlib.dbus.constants # cleanup[3] wiping dbus.mainloop.glib # cleanup[3] wiping _dbus_glib_bindings # cleanup[3] wiping dbus.mainloop # destroy dbus.mainloop.glib # cleanup[3] wiping dbus.server # cleanup[3] wiping dbus.service # cleanup[3] wiping dbus.decorators # cleanup[3] wiping dbus # destroy dbus._compat # destroy dbus._expat_introspect_parser # destroy dbus._dbus # destroy dbus.exceptions # destroy dbus.types # destroy dbus.lowlevel # destroy dbus.proxies # destroy dbus.connection # destroy dbus.bus # destroy dbus.decorators # destroy dbus.service # destroy dbus.server # destroy dbus.mainloop # cleanup[3] wiping xml.parsers.expat.errors # cleanup[3] wiping xml.parsers.expat.model # cleanup[3] wiping pyexpat # destroy pyexpat.errors # destroy pyexpat.model # cleanup[3] wiping _dbus_bindings # cleanup[3] wiping pyinotify # destroy ctypes # cleanup[3] wiping ctypes.util # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping termios # cleanup[3] wiping subscription_manager.syspurposelib # cleanup[3] wiping subscription_manager.certlib # cleanup[3] wiping subscription_manager.isodate # cleanup[3] wiping subscription_manager.jsonwrapper # cleanup[3] wiping subscription_manager.utils # destroy pprint # destroy uuid # cleanup[3] wiping rhsmlib.facts.hwprobe # destroy rhsmlib.facts.cpuinfo # cleanup[3] wiping subscription_manager.certdirectory # cleanup[3] wiping rhsm.certificate2 # cleanup[3] wiping rhsm.pathtree # cleanup[3] wiping rhsm.huffman # destroy heapq # cleanup[3] wiping rhsm.bitstream # cleanup[3] wiping rhsmlib.services.config # cleanup[3] wiping subscription_manager.branding # destroy subscription_manager.branding.redhat_branding # cleanup[3] wiping _uuid # cleanup[3] wiping syslog # destroy syslog # cleanup[3] wiping dataclasses # destroy keyword # cleanup[3] wiping rhsm.profile # destroy cloud_what.provider # cleanup[3] wiping dnf # destroy dnf.pycomp # destroy dnf.const # destroy dnf.i18n # destroy dnf.yum # destroy dnf.yum.rpmtrans # destroy dnf.transaction # destroy dnf.callback # destroy dnf.util # destroy dnf.exceptions # destroy dnf.comps # destroy dnf.db # destroy dnf.db.group # destroy dnf.db.history # destroy dnf.crypto # destroy dnf.conf # destroy dnf.conf.substitutions # destroy dnf.conf.config # destroy dnf.conf.read # destroy dnf.lock # destroy dnf.logging # destroy dnf.repo # destroy dnf.rpm # destroy dnf.dnssec # destroy dnf.drpm # destroy dnf.goal # destroy dnf.history # destroy dnf.module # destroy dnf.module.exceptions # destroy dnf.module.module_base # destroy dnf.selector # destroy dnf.persistor # destroy dnf.plugin # destroy dnf.query # destroy dnf.repodict # destroy dnf.package # destroy dnf.sack # destroy dnf.subject # destroy dnf.base # cleanup[3] wiping gc # cleanup[3] wiping dnf.rpm.miscutils # cleanup[3] wiping dnf.rpm.connection # cleanup[3] wiping libdnf.smartcols # cleanup[3] wiping libdnf._smartcols # cleanup[3] wiping dnf.rpm.transaction # cleanup[3] wiping gzip # cleanup[3] wiping dnf.yum.misc # cleanup[3] wiping libcomps # cleanup[3] wiping libcomps._libpycomps # cleanup[3] wiping pwd # cleanup[3] wiping hawkey # cleanup[3] wiping hawkey._hawkey # cleanup[3] wiping libdnf # destroy libdnf.error # destroy libdnf.common_types # destroy libdnf.conf # destroy libdnf.module # destroy libdnf.repo # destroy libdnf.transaction # destroy libdnf.utils # destroy libdnf.smartcols # cleanup[3] wiping libdnf._utils # cleanup[3] wiping libdnf._transaction # cleanup[3] wiping libdnf._repo # cleanup[3] wiping libdnf._module # cleanup[3] wiping libdnf._conf # cleanup[3] wiping libdnf._common_types # cleanup[3] wiping libdnf._error # cleanup[3] wiping argparse # cleanup[3] wiping shlex # cleanup[3] wiping email.mime.text # cleanup[3] wiping email.mime.nonmultipart # cleanup[3] wiping email.mime.base # cleanup[3] wiping email.policy # cleanup[3] wiping email.contentmanager # cleanup[3] wiping email.headerregistry # cleanup[3] wiping email._header_value_parser # cleanup[3] wiping email.mime # destroy email.mime.base # destroy email.mime.nonmultipart # destroy email.mime.text # cleanup[3] wiping requests # destroy requests._internal_utils # destroy requests.compat # destroy requests.exceptions # destroy requests.packages # destroy urllib3 # destroy idna # destroy idna.package_data # destroy idna.intranges # destroy idna.core # destroy requests.cookies # destroy requests.structures # destroy requests.utils # destroy requests.auth # destroy requests.hooks # destroy requests.status_codes # destroy requests.models # destroy requests.adapters # destroy requests.api # cleanup[3] wiping requests.sessions # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping requests.certs # cleanup[3] wiping requests.packages.chardet # destroy charset_normalizer.constant # destroy charset_normalizer.utils # destroy charset_normalizer.md # destroy charset_normalizer.models # destroy charset_normalizer.cd # destroy charset_normalizer.api # destroy charset_normalizer.legacy # destroy charset_normalizer.version # cleanup[3] wiping requests.packages.charset_normalizer # cleanup[3] wiping requests.packages.idna.idnadata # cleanup[3] wiping idna.idnadata # cleanup[3] wiping requests.packages.urllib3.poolmanager # cleanup[3] wiping requests.packages.urllib3.connectionpool # cleanup[3] wiping requests.packages.urllib3.util.queue # cleanup[3] wiping requests.packages.urllib3.response # cleanup[3] wiping requests.packages.urllib3.request # cleanup[3] wiping requests.packages.urllib3.packages.six.moves.urllib.parse # cleanup[3] wiping requests.packages.urllib3.packages.six.moves.urllib # cleanup[3] wiping requests.packages.urllib3.filepost # cleanup[3] wiping requests.packages.urllib3.fields # destroy mimetypes # cleanup[3] wiping requests.packages.urllib3.connection # cleanup[3] wiping requests.packages.urllib3.util.ssl_match_hostname # cleanup[3] wiping requests.packages.urllib3.util.proxy # cleanup[3] wiping requests.packages.urllib3.util # destroy urllib3.util.wait # destroy urllib3.util.connection # destroy urllib3.util.request # destroy urllib3.util.response # destroy urllib3.util.retry # destroy urllib3.util.url # destroy urllib3.util.ssltransport # destroy urllib3.util.ssl_ # destroy urllib3.util.timeout # destroy urllib3.util.proxy # destroy urllib3.util.ssl_match_hostname # destroy urllib3.util.queue # cleanup[3] wiping requests.packages.urllib3.contrib._appengine_environ # cleanup[3] wiping requests.packages.urllib3.contrib # cleanup[3] wiping requests.packages.urllib3._collections # cleanup[3] wiping requests.packages.urllib3._version # cleanup[3] wiping requests.packages.urllib3.exceptions # cleanup[3] wiping requests.packages.urllib3.packages.six.moves.http_client # cleanup[3] wiping requests.packages.urllib3.packages.six.moves # cleanup[3] wiping requests.packages.urllib3.packages.six # destroy urllib3.packages.six.moves.urllib # destroy urllib3.packages.six.moves # cleanup[3] wiping requests.packages.urllib3.packages # cleanup[3] wiping http.cookies # cleanup[3] wiping http.cookiejar # cleanup[3] wiping charset_normalizer # cleanup[3] wiping _multibytecodec # cleanup[3] wiping unicodedata # cleanup[3] wiping urllib3.poolmanager # cleanup[3] wiping urllib3.connectionpool # cleanup[3] wiping urllib3.response # cleanup[3] wiping urllib3.request # cleanup[3] wiping urllib3.packages.six.moves.urllib.parse # cleanup[3] wiping urllib3.filepost # cleanup[3] wiping urllib3.fields # cleanup[3] wiping urllib3.connection # cleanup[3] wiping urllib3.util # cleanup[3] wiping hmac # cleanup[3] wiping urllib3.contrib._appengine_environ # cleanup[3] wiping urllib3.contrib # cleanup[3] wiping urllib3._collections # cleanup[3] wiping urllib3._version # cleanup[3] wiping urllib3.exceptions # cleanup[3] wiping urllib3.packages.six.moves.http_client # cleanup[3] wiping urllib3.packages.six # cleanup[3] wiping urllib3.packages # cleanup[3] wiping rhsmlib.facts.custom # cleanup[3] wiping glob # cleanup[3] wiping rhsmlib.facts.host_collector # destroy rhsmlib.facts.cleanup # destroy rhsmlib.facts.virt # destroy rhsmlib.facts.firmware_info # cleanup[3] wiping rhsmlib.facts.dmiinfo # cleanup[3] wiping subprocess # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping fcntl # cleanup[3] wiping signal # cleanup[3] wiping rhsmlib.facts.collector # destroy rhsmlib.facts.collection # cleanup[3] wiping platform # cleanup[3] wiping rpm # destroy rpm.transaction # cleanup[3] wiping rpm._rpm # cleanup[3] wiping rhsm.connection # destroy subscription_manager # destroy subscription_manager.scripts # destroy subscription_manager.scripts.subscription_manager # destroy subscription_manager.i18n # destroy subscription_manager.version # destroy subscription_manager.branding # destroy subscription_manager.certdirectory # destroy subscription_manager.jsonwrapper # destroy subscription_manager.isodate # destroy subscription_manager.certlib # destroy subscription_manager.cache # destroy subscription_manager.reasons # destroy subscription_manager.cert_sorter # destroy subscription_manager.facts # destroy subscription_manager.identity # destroy subscription_manager.validity # destroy subscription_manager.cp_provider # destroy subscription_manager.base_plugin # destroy subscription_manager.plugins # destroy subscription_manager.lock # destroy subscription_manager.injectioninit # destroy subscription_manager.model # destroy subscription_manager.repofile # destroy subscription_manager.repolib # destroy subscription_manager.base_action_client # destroy subscription_manager.content_action_client # destroy subscription_manager.entbranding # destroy subscription_manager.rhelentbranding # destroy subscription_manager.entcertlib # destroy subscription_manager.exceptions # destroy subscription_manager.unicode_width # destroy subscription_manager.printing_utils # destroy subscription_manager.i18n_argparse # destroy subscription_manager.cli # destroy subscription_manager.cli_command # destroy subscription_manager.identitycertlib # destroy subscription_manager.healinglib # destroy subscription_manager.factlib # destroy subscription_manager.packageprofilelib # destroy subscription_manager.installedproductslib # destroy subscription_manager.action_client # destroy subscription_manager.overrides # destroy subscription_manager.listing # destroy subscription_manager.rhelproduct # destroy subscription_manager.release # destroy subscription_manager.managercli # cleanup[3] wiping rhsm.utils # cleanup[3] wiping rhsm.ourjson # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping urllib.request # destroy http # cleanup[3] wiping urllib.error # cleanup[3] wiping urllib.response # cleanup[3] wiping dateutil.parser # destroy dateutil.parser._parser # cleanup[3] wiping dateutil.tz # destroy dateutil.tz._common # destroy dateutil.tz._factories # destroy dateutil.tz.tz # cleanup[3] wiping six.moves # cleanup[3] wiping dateutil.relativedelta # cleanup[3] wiping dateutil._common # cleanup[3] wiping _decimal # cleanup[3] wiping rhsm.certificate # destroy dateutil # destroy dateutil._version # destroy dateutil._common # destroy dateutil.parser # cleanup[3] wiping rhsm._certificate # cleanup[3] wiping rhsm.https # cleanup[3] wiping http.client # cleanup[3] wiping email.parser # cleanup[3] wiping email.feedparser # cleanup[3] wiping ssl # cleanup[3] wiping _ssl # cleanup[3] wiping subscription_manager.injection # cleanup[3] wiping rhsm.logutil # cleanup[3] wiping rhsm.config # cleanup[3] wiping iniparse.ini # destroy iniparse.config # cleanup[3] wiping six # destroy six.moves.urllib # destroy six.moves # cleanup[3] wiping configparser # cleanup[3] wiping logging.config # cleanup[3] wiping logging.handlers # destroy pickle # cleanup[3] wiping copy # cleanup[3] wiping queue # cleanup[3] wiping _queue # cleanup[3] wiping _heapq # cleanup[3] wiping _pickle # cleanup[3] wiping _compat_pickle # cleanup[3] wiping rhsm # destroy rhsm.config # destroy rhsm.logutil # destroy rhsm.https # destroy rhsm.ourjson # destroy rhsm.utils # destroy rhsm.profile # destroy rhsm.bitstream # destroy rhsm.huffman # destroy rhsm.pathtree # destroy rhsm.certificate2 # cleanup[3] wiping logging # destroy logging.handlers # destroy logging.config # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping traceback # cleanup[3] wiping gettext # cleanup[3] wiping importlib.metadata # destroy importlib.metadata._functools # destroy importlib.metadata._text # destroy importlib.metadata._adapters # destroy importlib.metadata._meta # destroy importlib.metadata._collections # destroy importlib.metadata._itertools # destroy csv # cleanup[3] wiping importlib.abc # cleanup[3] wiping importlib.resources # destroy importlib.resources._adapters # destroy importlib.resources._legacy # cleanup[3] wiping importlib.resources._common # cleanup[3] wiping importlib.resources.abc # cleanup[3] wiping tempfile # cleanup[3] wiping typing # cleanup[3] wiping _typing # cleanup[3] wiping email.message # destroy quopri # cleanup[3] wiping email.iterators # cleanup[3] wiping email._encoded_words # cleanup[3] wiping email._policybase # cleanup[3] wiping email.header # cleanup[3] wiping email.utils # destroy random # cleanup[3] wiping email.charset # cleanup[3] wiping email.encoders # cleanup[3] wiping email.errors # cleanup[3] wiping email.quoprimime # cleanup[3] wiping string # cleanup[3] wiping _string # destroy _string # cleanup[3] wiping email.base64mime # cleanup[3] wiping base64 # cleanup[3] wiping email._parseaddr # cleanup[3] wiping calendar # cleanup[3] wiping locale # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping socket # cleanup[3] wiping array # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping _socket # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy linecache # destroy token # cleanup[3] wiping weakref # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping importlib.machinery # cleanup[3] wiping collections.abc # cleanup[3] wiping _opcode # cleanup[3] wiping textwrap # cleanup[3] wiping zipfile # destroy zipfile._path # destroy bz2 # destroy lzma # cleanup[3] wiping zipfile._path.glob # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping struct # cleanup[3] wiping _struct # cleanup[3] wiping shutil # cleanup[3] wiping _lzma # cleanup[3] wiping _bz2 # cleanup[3] wiping _compression # cleanup[3] wiping zlib # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping binascii # cleanup[3] wiping pathlib # cleanup[3] wiping urllib.parse # destroy ipaddress # cleanup[3] wiping math # cleanup[3] wiping urllib # destroy urllib.response # destroy urllib.error # destroy urllib.request # cleanup[3] wiping errno # cleanup[3] wiping ntpath # cleanup[3] wiping fnmatch # cleanup[3] wiping email # destroy email._parseaddr # destroy email._policybase # destroy email._encoded_words # destroy email._header_value_parser # destroy email.base64mime # destroy email.quoprimime # destroy email.errors # destroy email.encoders # destroy email.charset # destroy email.utils # destroy email.header # destroy email.iterators # destroy email.message # destroy email.feedparser # destroy email.parser # destroy email.mime # destroy email.headerregistry # destroy email.contentmanager # destroy email.policy # cleanup[3] wiping _csv # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.util # destroy importlib.machinery # destroy importlib.resources # destroy importlib.abc # destroy importlib.metadata # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping enum # 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 # cleanup[3] wiping os.path # destroy genericpath # cleanup[3] wiping posixpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # destroy _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.idna # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping zipimport # destroy _frozen_importlib_external # cleanup[3] wiping time # cleanup[3] wiping posix # cleanup[3] wiping marshal # destroy marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # destroy _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy readline # destroy _dbus_glib_bindings # destroy libcomps._libpycomps # destroy hawkey._hawkey # destroy rpm._rpm # destroy decimal # destroy rhsm._certificate # destroy _datetime # destroy sys.monitoring # destroy zipimport # destroy re._parser # destroy tokenize # destroy _compat_pickle # destroy _thread # destroy _weakref # destroy libdnf._error # destroy array # destroy gi.types # destroy gi._error # destroy gi._gi # destroy gi._gobject # destroy gi._constants # destroy gi.docstring # destroy gi._propertyhelper # destroy gi._signalhelper # destroy gi.module # destroy gi.overrides # destroy gi.importer # destroy gi.repository # destroy gi._ossighelper # destroy gi._option # destroy _queue # destroy stat # destroy selectors # destroy six.moves.urllib_parse # destroy six.moves.urllib.error # destroy six.moves.urllib.request # destroy six.moves.urllib.response # destroy six.moves.urllib.robotparser # destroy importlib.resources.abc # destroy importlib.resources._common # destroy textwrap # destroy _pickle # destroy ntpath # destroy _typing # destroy _tokenize # destroy zlib # destroy _io # destroy _compression # destroy pathlib # destroy zipfile._path.glob # destroy _opcode # destroy _csv # destroy _bz2 # destroy _lzma # destroy dateutil.relativedelta # destroy dateutil.tz # destroy http.cookies # destroy rhsmlib.facts.dmiinfo # destroy requests # destroy _ssl # destroy _blake2 # destroy configparser # destroy pyinotify # destroy enum # destroy _heapq # destroy rhsmlib.facts.custom # destroy rhsmlib.facts.host_collector # destroy rhsmlib.facts.hwprobe # destroy rhsmlib.facts.insights # destroy rhsmlib.facts.kpatch # destroy rhsmlib.facts.cloud_facts # destroy rhsmlib.facts.pkg_arches # destroy rhsmlib.facts.network # destroy rhsm # destroy rhsmlib.dbus.dbus_utils # destroy six # destroy iniparse.ini # destroy json.scanner # destroy _json # destroy dataclasses # destroy platform # destroy _uuid # destroy requests.sessions # destroy queue # destroy shlex # destroy signal # destroy pwd # destroy _functools # destroy gettext # destroy libcomps # destroy locale # destroy fcntl # destroy gzip # destroy dnf.rpm.transaction # destroy dnf.rpm.connection # destroy dnf.rpm.miscutils # destroy base64 # destroy inspect # destroy argparse # destroy gc # destroy operator # destroy shutil # destroy urllib3.packages.six.moves.urllib_parse # destroy urllib3.packages.six.moves.urllib.error # destroy urllib3.packages.six.moves.urllib.request # destroy urllib3.packages.six.moves.urllib.response # destroy urllib3.packages.six.moves.urllib.robotparser # destroy urllib3.packages # destroy urllib3.exceptions # destroy urllib3._version # destroy urllib3._collections # destroy urllib3.contrib # destroy urllib3.util # destroy urllib3.connection # destroy urllib3.fields # destroy urllib3.filepost # destroy urllib3.request # destroy urllib3.response # destroy urllib3.connectionpool # destroy urllib3.poolmanager # destroy copy # destroy codecs # destroy struct # destroy zipfile # destroy requests.certs # destroy hashlib # destroy encodings # destroy charset_normalizer # destroy http.cookiejar # destroy json # destroy _multibytecodec # destroy urllib.parse # destroy fnmatch # destroy datetime # destroy subscription_manager.utils # destroy rhsm.certificate # destroy rhsmlib.services.products # destroy termios # destroy rhsmlib.services.exceptions # destroy subscription_manager.managerlib # destroy subscription_manager.syspurposelib # destroy typing # destroy _socket # destroy tempfile # destroy traceback # destroy rpm # destroy calendar # destroy dnf.yum.misc # destroy glob # destroy hawkey # destroy dnf # destroy functools # destroy hmac # destroy binascii # destroy dbus # destroy rhsmlib.dbus.constants # destroy rhsm.connection # destroy gi.repository.GLib # destroy rhsmlib.services.config # destroy subscription_manager.injection # destroy http.client # destroy email # destroy ssl # destroy string # destroy subprocess # destroy rhsmlib.facts.collector # destroy errno # destroy select # destroy time # destroy socket # destroy urllib3.contrib._appengine_environ # destroy urllib3.packages.six # destroy posixpath # destroy urllib # destroy importlib # destroy idna.idnadata # destroy bisect # destroy unicodedata # destroy threading # destroy logging # destroy warnings # destroy io # destroy collections # destroy contextlib # destroy xml.etree.ElementPath # destroy pyexpat # destroy _elementtree # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy _codecs # destroy _warnings # destroy math # destroy _bisect # destroy re # destroy _random # destroy _hashlib # destroy _sre # destroy _operator # destroy itertools # destroy posix # clear sys.audit hooks MSG: 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 0x7f68fd768410> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd733a40> # /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 0x7f68fd76a990> 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 0x7f68fd55d010> # /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 0x7f68fd55df40> 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/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 0x7f68fd5a8b30> # /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 0x7f68fd5a8d40> # /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 0x7f68fd5ab7a0> # /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 0x7f68fd5e8e30> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd5c0800> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd5a9e80> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd591d60> # /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 0x7f68fd60c410> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd5eb020> # /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 0x7f68fd5eafc0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd5c24e0> # /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 0x7f68fd60d670> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd591130> # /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 0x7f68fd60dd60> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd60da30> # /usr/lib64/python3.12/importlib/metadata/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/__init__.py # code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/csv.cpython-312.pyc matches /usr/lib64/python3.12/csv.py # code object from '/usr/lib64/python3.12/__pycache__/csv.cpython-312.pyc' # extension module '_csv' loaded from '/usr/lib64/python3.12/lib-dynload/_csv.cpython-312-x86_64-linux-gnu.so' # extension module '_csv' executed from '/usr/lib64/python3.12/lib-dynload/_csv.cpython-312-x86_64-linux-gnu.so' import '_csv' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fd62e630> import 'csv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd62d8b0> # /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py # code object from '/usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc' import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd62ebd0> # /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' # /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 0x7f68fd655e50> import 'ntpath' # import 'errno' # # /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 0x7f68fd657710> # /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' # 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 0x7f68fd475eb0> # /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 0x7f68fd476900> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd6578c0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd62ee70> # /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' # 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 0x7f68fd4d88c0> # /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 0x7f68fd4d8e30> import 'importlib.util' # # /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' # 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 0x7f68fd4daed0> # /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 0x7f68fd4dbd10> # 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 0x7f68fd500320> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd4db2c0> # /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 0x7f68fd500d70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd5004a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd4d8ec0> # /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 0x7f68fd501340> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd4d90a0> # /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' # /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 0x7f68fd52c260> import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd501670> # /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 0x7f68fd52e540> # /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 0x7f68fd2a4500> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd52d520> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd655cd0> # /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 0x7f68fd4baed0> # /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py # code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' # /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 0x7f68fd2d1670> # /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py # code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py # code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' # extension module '_opcode' loaded from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' # extension module '_opcode' executed from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' import '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fd33d280> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd33c680> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd2d2600> # /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 0x7f68fd33ea80> import 'importlib.machinery' # # /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 0x7f68fd348b00> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd33e600> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd33eae0> # /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' import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd33dca0> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd52dbe0> # /usr/lib64/python3.12/importlib/metadata/__pycache__/_adapters.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/_adapters.py # code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/_adapters.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py # code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py # code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd385a90> # /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py # code object from '/usr/lib64/python3.12/email/__pycache__/utils.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' # /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 0x7f68fd171580> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd1712b0> # 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 0x7f68fd1713a0> # /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 0x7f68fd171df0> # 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 0x7f68fd1727e0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd171790> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd387710> # /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 0x7f68fd173f50> # /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' # 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 0x7f68fd18ddf0> import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd18c9e0> # 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 0x7f68fd18efc0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd171cd0> # /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 0x7f68fd18f140> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd172ba0> # /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py # code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py # code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' # /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 0x7f68fd1bb380> import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd1b8b30> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd18f7a0> # /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py # code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py # code object from '/usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc' # /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' import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd1e1fd0> import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd1e1c70> # /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py # code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.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 0x7f68fd1e3950> import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd1e3230> # /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py # code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc' import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd20f4d0> # /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py # code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc' import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd20f530> import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd1bade0> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd386540> # /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py # code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py # code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd21cc50> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd387620> # /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py # code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd21d940> # /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py # code object from '/usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc' import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd21e0c0> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd357920> # /usr/lib64/python3.12/importlib/metadata/__pycache__/_text.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/_text.py # code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/_text.cpython-312.pyc' # /usr/lib64/python3.12/importlib/metadata/__pycache__/_functools.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/_functools.py # code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/_functools.cpython-312.pyc' import 'importlib.metadata._functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd21e690> import 'importlib.metadata._text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd21e330> import 'importlib.metadata._adapters' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd2a7410> # /usr/lib64/python3.12/importlib/metadata/__pycache__/_meta.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/_meta.py # code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/_meta.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' import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd21ebd0> import 'importlib.metadata._meta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd21e960> # /usr/lib64/python3.12/importlib/metadata/__pycache__/_collections.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/_collections.py # code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/_collections.cpython-312.pyc' import 'importlib.metadata._collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd24b020> # /usr/lib64/python3.12/importlib/metadata/__pycache__/_itertools.cpython-312.pyc matches /usr/lib64/python3.12/importlib/metadata/_itertools.py # code object from '/usr/lib64/python3.12/importlib/metadata/__pycache__/_itertools.cpython-312.pyc' import 'importlib.metadata._itertools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb1aa50> # /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' # /usr/lib64/python3.12/importlib/resources/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/resources/__init__.py # code object from '/usr/lib64/python3.12/importlib/resources/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/importlib/resources/__pycache__/_common.cpython-312.pyc matches /usr/lib64/python3.12/importlib/resources/_common.py # code object from '/usr/lib64/python3.12/importlib/resources/__pycache__/_common.cpython-312.pyc' # /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' import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb3c080> # /usr/lib64/python3.12/importlib/resources/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/resources/abc.py # code object from '/usr/lib64/python3.12/importlib/resources/__pycache__/abc.cpython-312.pyc' import 'importlib.resources.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb3dca0> # /usr/lib64/python3.12/importlib/resources/__pycache__/_adapters.cpython-312.pyc matches /usr/lib64/python3.12/importlib/resources/_adapters.py # code object from '/usr/lib64/python3.12/importlib/resources/__pycache__/_adapters.cpython-312.pyc' import 'importlib.resources._adapters' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb3e810> import 'importlib.resources._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb1b8c0> # /usr/lib64/python3.12/importlib/resources/__pycache__/_legacy.cpython-312.pyc matches /usr/lib64/python3.12/importlib/resources/_legacy.py # code object from '/usr/lib64/python3.12/importlib/resources/__pycache__/_legacy.cpython-312.pyc' import 'importlib.resources._legacy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb3fa40> import 'importlib.resources' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb1b590> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb1adb0> import 'importlib.metadata' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fd60eb40> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/__init__.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/__init__.cpython-312.pyc' import 'subscription_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb64fe0> # /usr/lib64/python3.12/site-packages/subscription_manager/scripts/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/scripts/__init__.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/scripts/__pycache__/__init__.cpython-312.pyc' import 'subscription_manager.scripts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb65430> # /usr/lib64/python3.12/site-packages/subscription_manager/scripts/__pycache__/subscription_manager.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/scripts/subscription_manager.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/scripts/__pycache__/subscription_manager.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/i18n.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/i18n.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/i18n.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 0x7f68fcb659d0> # /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__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py # code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb8a6f0> import 'atexit' # import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb67ad0> import 'subscription_manager.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb65640> # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/__init__.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/__init__.cpython-312.pyc' import 'rhsm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcbb1160> # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/logutil.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/logutil.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/logutil.cpython-312.pyc' # /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py # code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py # code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py # code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcbe39b0> # extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' # extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fc70c170> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcbb3a10> # /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py # code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py # code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fc70d610> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc70cec0> # extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' # extension module '_queue' executed from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' import '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fc70d0a0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcbe3860> # /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 0x7f68fc70d6d0> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcbb18e0> # /usr/lib64/python3.12/logging/__pycache__/config.cpython-312.pyc matches /usr/lib64/python3.12/logging/config.py # code object from '/usr/lib64/python3.12/logging/__pycache__/config.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socketserver.cpython-312.pyc matches /usr/lib64/python3.12/socketserver.py # code object from '/usr/lib64/python3.12/__pycache__/socketserver.cpython-312.pyc' import 'socketserver' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc70eed0> import 'logging.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc70dcd0> # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/config.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/config.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/config.cpython-312.pyc' # /usr/lib/python3.12/site-packages/iniparse/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/iniparse/__init__.py # code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/iniparse/__pycache__/ini.cpython-312.pyc matches /usr/lib/python3.12/site-packages/iniparse/ini.py # code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/ini.cpython-312.pyc' # /usr/lib/python3.12/site-packages/iniparse/__pycache__/configparser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/iniparse/configparser.py # code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/configparser.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py # code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc736780> import 'iniparse.configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc736630> # /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py # code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' # /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 0x7f68fc75eea0> import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc736930> # /usr/lib/python3.12/site-packages/iniparse/__pycache__/config.cpython-312.pyc matches /usr/lib/python3.12/site-packages/iniparse/config.py # code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/config.cpython-312.pyc' import 'iniparse.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc75da00> import 'iniparse.ini' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc7353d0> # /usr/lib/python3.12/site-packages/iniparse/__pycache__/compat.cpython-312.pyc matches /usr/lib/python3.12/site-packages/iniparse/compat.py # code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/compat.cpython-312.pyc' import 'iniparse.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc7862d0> # /usr/lib/python3.12/site-packages/iniparse/__pycache__/utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/iniparse/utils.py # code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/utils.cpython-312.pyc' import 'iniparse.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc786cf0> import 'iniparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc7350a0> import 'rhsm.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc70ede0> import 'rhsm.logutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcbb0920> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/injectioninit.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/injectioninit.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/injectioninit.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/injection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/injection.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/injection.cpython-312.pyc' import 'subscription_manager.injection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc7a6480> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cache.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cache.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cache.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/https.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/https.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/https.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py # code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' # extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' # extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fc7c3a40> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc7c1100> # /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py # code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc7c13a0> # /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py # code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py # code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py # code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc58a690> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc58a1b0> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc588140> import 'rhsm.https' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc7c0fe0> # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/connection.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/connection.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/certificate.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/certificate.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/certificate.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_version.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc' import 'dateutil._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc5dd9d0> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc5dd670> # extension module 'rhsm._certificate' loaded from '/usr/lib64/python3.12/site-packages/rhsm/_certificate.cpython-312-x86_64-linux-gnu.so' # extension module 'rhsm._certificate' executed from '/usr/lib64/python3.12/site-packages/rhsm/_certificate.cpython-312-x86_64-linux-gnu.so' import 'rhsm._certificate' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fc5dda60> import 'rhsm.certificate' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc5b1ee0> # /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/_parser.py # code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc matches /usr/lib64/python3.12/decimal.py # code object from '/usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py # code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc5fd460> # extension module '_decimal' loaded from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so' # extension module '_decimal' executed from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so' import '_decimal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fc5fcd70> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc5fcb90> # /usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/relativedelta.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_common.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc' import 'dateutil._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc624290> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc5ff6b0> # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/tz.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc' import 'six.moves' # # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_common.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc' import 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc6271a0> # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_factories.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc' import 'dateutil.tz._factories' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc627b00> # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/win.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc' # destroy dateutil.tz.win import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc624920> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc6245f0> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc5de9c0> # /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/isoparser.py # code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc' import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc5fc770> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc5de660> # /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' # /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc' # /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc' import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc4064e0> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc405fd0> import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc3ddfd0> # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/ourjson.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/ourjson.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/ourjson.cpython-312.pyc' # /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 0x7f68fc407cb0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc407aa0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc407380> # /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 0x7f68fc407f20> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc405d60> import 'rhsm.ourjson' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc3df590> # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/utils.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/utils.cpython-312.pyc' import 'rhsm.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc4288f0> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/version.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/version.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/version.cpython-312.pyc' import 'subscription_manager.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc429fa0> import 'rhsm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc589d30> # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/profile.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/profile.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/profile.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/__init__.py # code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc' # extension module 'rpm._rpm' loaded from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so' # extension module 'rpm._rpm' executed from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so' import 'rpm._rpm' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fc42bb60> # /usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/transaction.py # code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc' import 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc42b8c0> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc42b3e0> # /usr/lib64/python3.12/site-packages/cloud_what/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/__init__.py # code object from '/usr/lib64/python3.12/site-packages/cloud_what/__pycache__/__init__.cpython-312.pyc' import 'cloud_what' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc459940> # /usr/lib64/python3.12/site-packages/cloud_what/__pycache__/provider.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/provider.py # code object from '/usr/lib64/python3.12/site-packages/cloud_what/__pycache__/provider.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/__init__.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/__init__.cpython-312.pyc' import 'rhsmlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc45a150> # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/__init__.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/__init__.cpython-312.pyc' import 'rhsmlib.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc45a360> # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/host_collector.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/host_collector.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/host_collector.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cleanup.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/cleanup.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cleanup.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/collector.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/collector.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/collector.cpython-312.pyc' # /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 0x7f68fc45acc0> # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/collection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/collection.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/collection.cpython-312.pyc' import 'rhsmlib.facts.collection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc45b0b0> import 'rhsmlib.facts.collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc45a8d0> import 'rhsmlib.facts.cleanup' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc45a600> # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/virt.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/virt.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/virt.cpython-312.pyc' # /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 0x7f68fc4839b0> # 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 0x7f68fc483b30> # 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 0x7f68fc4b8ce0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc481d60> import 'rhsmlib.facts.virt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc481af0> # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/firmware_info.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/firmware_info.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/firmware_info.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/dmiinfo.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/dmiinfo.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/dmiinfo.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/dmidecodeparser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/dmidecodeparser.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/dmidecodeparser.cpython-312.pyc' import 'rhsmlib.facts.dmidecodeparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc4b92b0> import 'rhsmlib.facts.dmiinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc4b8e60> import 'rhsmlib.facts.firmware_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc4821e0> import 'rhsmlib.facts.host_collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc45a3c0> # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/custom.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/custom.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/custom.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc4b97c0> import 'rhsmlib.facts.custom' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc4b9cd0> # /usr/lib64/python3.12/site-packages/cloud_what/__pycache__/_base_provider.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/_base_provider.py # code object from '/usr/lib64/python3.12/site-packages/cloud_what/__pycache__/_base_provider.cpython-312.pyc' # /usr/lib/python3.12/site-packages/requests/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/__init__.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/urllib3/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/__init__.py # code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/urllib3/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/exceptions.py # code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/exceptions.cpython-312.pyc' # /usr/lib/python3.12/site-packages/urllib3/packages/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/packages/__init__.py # code object from '/usr/lib/python3.12/site-packages/urllib3/packages/__pycache__/__init__.cpython-312.pyc' import 'urllib3.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbaa5430> # /usr/lib/python3.12/site-packages/urllib3/packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/packages/six.py # code object from '/usr/lib/python3.12/site-packages/urllib3/packages/__pycache__/six.cpython-312.pyc' import 'urllib3.packages.six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbaa5520> import 'urllib3.packages.six.moves' # import 'urllib3.packages.six.moves.http_client' # import 'urllib3.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbaa46b0> # /usr/lib/python3.12/site-packages/urllib3/__pycache__/_version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/_version.py # code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/_version.cpython-312.pyc' import 'urllib3._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbaa48c0> # /usr/lib/python3.12/site-packages/urllib3/__pycache__/connectionpool.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/connectionpool.py # code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/connectionpool.cpython-312.pyc' # /usr/lib/python3.12/site-packages/urllib3/__pycache__/_collections.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/_collections.py # code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/_collections.cpython-312.pyc' import 'urllib3._collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbabddc0> # /usr/lib/python3.12/site-packages/urllib3/__pycache__/connection.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/connection.py # code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/connection.cpython-312.pyc' # /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/__init__.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/connection.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/connection.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/connection.cpython-312.pyc' # /usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/contrib/__init__.py # code object from '/usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/__init__.cpython-312.pyc' import 'urllib3.contrib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbabfd70> # /usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/_appengine_environ.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/contrib/_appengine_environ.py # code object from '/usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/_appengine_environ.cpython-312.pyc' import 'urllib3.contrib._appengine_environ' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbabfe30> # /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/wait.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/wait.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/wait.cpython-312.pyc' import 'urllib3.util.wait' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbabfef0> import 'urllib3.util.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbabf8f0> # /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/request.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/request.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/request.cpython-312.pyc' import 'urllib3.util.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbabfda0> # /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/response.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/response.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/response.cpython-312.pyc' import 'urllib3.util.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbae4590> # /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/retry.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/retry.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/retry.cpython-312.pyc' import 'urllib3.util.retry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbae4710> # /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssl_.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/ssl_.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssl_.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/hmac.cpython-312.pyc matches /usr/lib64/python3.12/hmac.py # code object from '/usr/lib64/python3.12/__pycache__/hmac.cpython-312.pyc' import 'hmac' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbae5b20> # /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/url.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/url.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/url.cpython-312.pyc' import 'urllib3.util.url' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbae6330> # /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssltransport.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/ssltransport.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssltransport.cpython-312.pyc' import 'urllib3.util.ssltransport' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbae63c0> import 'urllib3.util.ssl_' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbae5460> # /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/timeout.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/timeout.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/timeout.cpython-312.pyc' import 'urllib3.util.timeout' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbae5640> import 'urllib3.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbabf5f0> # /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/proxy.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/proxy.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/proxy.cpython-312.pyc' import 'urllib3.util.proxy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbae7a70> # /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssl_match_hostname.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/ssl_match_hostname.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssl_match_hostname.cpython-312.pyc' import 'urllib3.util.ssl_match_hostname' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbae7b30> import 'urllib3.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbabebd0> # /usr/lib/python3.12/site-packages/urllib3/__pycache__/request.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/request.py # code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/request.cpython-312.pyc' # /usr/lib/python3.12/site-packages/urllib3/__pycache__/filepost.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/filepost.py # code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/filepost.cpython-312.pyc' # /usr/lib/python3.12/site-packages/urllib3/__pycache__/fields.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/fields.py # code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/fields.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py # code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb1ccb0> import 'urllib3.fields' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb1c500> import 'urllib3.filepost' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbae6f00> import 'urllib3.packages.six.moves.urllib' # import 'urllib3.packages.six.moves.urllib.parse' # import 'urllib3.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbae7e90> # /usr/lib/python3.12/site-packages/urllib3/__pycache__/response.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/response.py # code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/response.cpython-312.pyc' import 'urllib3.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbae7050> # /usr/lib/python3.12/site-packages/urllib3/util/__pycache__/queue.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/util/queue.py # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/queue.cpython-312.pyc' import 'urllib3.util.queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb38980> import 'urllib3.connectionpool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbaa4a70> # /usr/lib/python3.12/site-packages/urllib3/__pycache__/poolmanager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/poolmanager.py # code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/poolmanager.cpython-312.pyc' import 'urllib3.poolmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb389e0> import 'urllib3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbaa4080> # /usr/lib/python3.12/site-packages/requests/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/exceptions.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/exceptions.cpython-312.pyc' # /usr/lib/python3.12/site-packages/requests/__pycache__/compat.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/compat.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/compat.cpython-312.pyc' # /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/__init__.py # code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/api.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/api.py # code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/api.cpython-312.pyc' # /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/cd.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/cd.py # code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/cd.cpython-312.pyc' # /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/constant.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/constant.py # code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/constant.cpython-312.pyc' import 'charset_normalizer.constant' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb3b4d0> # /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/md.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/md.py # code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/md.cpython-312.pyc' # /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/utils.py # code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/utils.cpython-312.pyc' # extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fbb72c90> # extension module '_multibytecodec' loaded from '/usr/lib64/python3.12/lib-dynload/_multibytecodec.cpython-312-x86_64-linux-gnu.so' # extension module '_multibytecodec' executed from '/usr/lib64/python3.12/lib-dynload/_multibytecodec.cpython-312-x86_64-linux-gnu.so' import '_multibytecodec' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fbb72f00> import 'charset_normalizer.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb71fa0> import 'charset_normalizer.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb710a0> # /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/models.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/models.py # code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/models.cpython-312.pyc' import 'charset_normalizer.models' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb739b0> import 'charset_normalizer.cd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb3ab10> import 'charset_normalizer.api' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb3a6c0> # /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/legacy.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/legacy.py # code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/legacy.cpython-312.pyc' import 'charset_normalizer.legacy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb868d10> # /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/version.py # code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/version.cpython-312.pyc' import 'charset_normalizer.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb868e90> import 'charset_normalizer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb3a3c0> # /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py # code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb868ec0> # /usr/lib64/python3.12/http/__pycache__/cookies.cpython-312.pyc matches /usr/lib64/python3.12/http/cookies.py # code object from '/usr/lib64/python3.12/http/__pycache__/cookies.cpython-312.pyc' import 'http.cookies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb86b320> import 'requests.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb3a1e0> import 'requests.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb39c10> # /usr/lib/python3.12/site-packages/requests/__pycache__/packages.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/packages.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/packages.cpython-312.pyc' # /usr/lib/python3.12/site-packages/idna/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/idna/__init__.py # code object from '/usr/lib/python3.12/site-packages/idna/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/idna/__pycache__/package_data.cpython-312.pyc matches /usr/lib/python3.12/site-packages/idna/package_data.py # code object from '/usr/lib/python3.12/site-packages/idna/__pycache__/package_data.cpython-312.pyc' import 'idna.package_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8a2300> # /usr/lib/python3.12/site-packages/idna/__pycache__/core.cpython-312.pyc matches /usr/lib/python3.12/site-packages/idna/core.py # code object from '/usr/lib/python3.12/site-packages/idna/__pycache__/core.cpython-312.pyc' # /usr/lib/python3.12/site-packages/idna/__pycache__/idnadata.cpython-312.pyc matches /usr/lib/python3.12/site-packages/idna/idnadata.py # code object from '/usr/lib/python3.12/site-packages/idna/__pycache__/idnadata.cpython-312.pyc' import 'idna.idnadata' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8a3140> # /usr/lib/python3.12/site-packages/idna/__pycache__/intranges.cpython-312.pyc matches /usr/lib/python3.12/site-packages/idna/intranges.py # code object from '/usr/lib/python3.12/site-packages/idna/__pycache__/intranges.cpython-312.pyc' import 'idna.intranges' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8a3260> import 'idna.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8a2810> import 'idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb39e20> import 'requests.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb39d60> # /usr/lib/python3.12/site-packages/requests/__pycache__/utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/utils.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/utils.cpython-312.pyc' # /usr/lib/python3.12/site-packages/requests/__pycache__/certs.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/certs.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/certs.cpython-312.pyc' import 'requests.certs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8d8bc0> # /usr/lib/python3.12/site-packages/requests/__pycache__/__version__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/__version__.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/__version__.cpython-312.pyc' import 'requests.__version__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8d8c50> # /usr/lib/python3.12/site-packages/requests/__pycache__/_internal_utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/_internal_utils.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/_internal_utils.cpython-312.pyc' import 'requests._internal_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8d8ce0> # /usr/lib/python3.12/site-packages/requests/__pycache__/cookies.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/cookies.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/cookies.cpython-312.pyc' import 'requests.cookies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8d8e00> # /usr/lib/python3.12/site-packages/requests/__pycache__/structures.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/structures.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/structures.cpython-312.pyc' import 'requests.structures' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8da330> import 'requests.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fbb39f40> # /usr/lib/python3.12/site-packages/requests/__pycache__/api.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/api.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/api.cpython-312.pyc' # /usr/lib/python3.12/site-packages/requests/__pycache__/sessions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/sessions.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/sessions.cpython-312.pyc' # /usr/lib/python3.12/site-packages/requests/__pycache__/adapters.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/adapters.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/adapters.cpython-312.pyc' # /usr/lib/python3.12/site-packages/requests/__pycache__/auth.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/auth.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/auth.cpython-312.pyc' import 'requests.auth' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8f8200> # /usr/lib/python3.12/site-packages/requests/__pycache__/models.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/models.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/models.cpython-312.pyc' # /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py # code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8fa300> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8f9dc0> # /usr/lib/python3.12/site-packages/requests/__pycache__/hooks.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/hooks.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/hooks.cpython-312.pyc' import 'requests.hooks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8fa360> # /usr/lib/python3.12/site-packages/requests/__pycache__/status_codes.cpython-312.pyc matches /usr/lib/python3.12/site-packages/requests/status_codes.py # code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/status_codes.cpython-312.pyc' import 'requests.status_codes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8fb110> import 'requests.models' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8f8b90> # /usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/socks.cpython-312.pyc matches /usr/lib/python3.12/site-packages/urllib3/contrib/socks.py # code object from '/usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/socks.cpython-312.pyc' # destroy urllib3.contrib.socks import 'requests.adapters' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8db5f0> import 'requests.sessions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8daab0> import 'requests.api' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8a2360> import 'requests' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc4bbbf0> import 'cloud_what._base_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc4bb170> # /usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/providers/__init__.py # code object from '/usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/__init__.cpython-312.pyc' import 'cloud_what.providers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8fbc50> # /usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/aws.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/providers/aws.py # code object from '/usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/aws.cpython-312.pyc' import 'cloud_what.providers.aws' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8fbfb0> # /usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/azure.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/providers/azure.py # code object from '/usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/azure.cpython-312.pyc' import 'cloud_what.providers.azure' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb934710> # /usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/gcp.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cloud_what/providers/gcp.py # code object from '/usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/gcp.cpython-312.pyc' import 'cloud_what.providers.gcp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb934b90> import 'cloud_what.provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc459a30> # /usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/pycomp.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc' # /usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/__init__.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc' import 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb935e50> # /usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/text.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc' # /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc' # /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py # code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py # code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py # code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb948470> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb936c00> # /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py # code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb937fe0> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb9364e0> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb936270> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb936060> import 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb935f40> # /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 0x7f68fb936000> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb9357c0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/const.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc' import 'dnf.const' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb935a90> # /usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/base.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.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' import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb7b5c10> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/__init__.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/error.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc' # extension module 'libdnf._error' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_error.so' # extension module 'libdnf._error' executed from '/usr/lib64/python3.12/site-packages/libdnf/_error.so' import 'libdnf._error' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fb7e1c70> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb7e17f0> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/common_types.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc' # extension module 'libdnf._common_types' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so' # extension module 'libdnf._common_types' executed from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so' import 'libdnf._common_types' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fb8155e0> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb7e1df0> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/conf.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' # extension module 'libdnf._conf' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so' # extension module 'libdnf._conf' executed from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so' import 'libdnf._conf' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fb320440> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb8fa2d0> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/module.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc' # extension module 'libdnf._module' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_module.so' # extension module 'libdnf._module' executed from '/usr/lib64/python3.12/site-packages/libdnf/_module.so' import 'libdnf._module' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fb36e000> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb320920> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/repo.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc' # extension module 'libdnf._repo' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so' # extension module 'libdnf._repo' executed from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so' import 'libdnf._repo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fb3acec0> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb36e0c0> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/transaction.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc' # extension module 'libdnf._transaction' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so' # extension module 'libdnf._transaction' executed from '/usr/lib64/python3.12/site-packages/libdnf/_transaction.so' import 'libdnf._transaction' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fb3e0f20> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb3ad160> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/utils.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc' # extension module 'libdnf._utils' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so' # extension module 'libdnf._utils' executed from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so' import 'libdnf._utils' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fb3e2150> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb3e1580> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb7b7290> # /usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/comps.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/exceptions.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/i18n.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc' import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa020aa0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/util.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/callback.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc' import 'dnf.yum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0239b0> # /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/rpmtrans.py # code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc' import 'dnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa03c890> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa023a10> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa023200> # /usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/hawkey/__init__.py # code object from '/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc' # extension module 'hawkey._hawkey' loaded from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so' # extension module 'hawkey._hawkey' executed from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so' import 'hawkey._hawkey' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fa03ddc0> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa023dd0> import 'pwd' # import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0216d0> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb3e3fb0> # /usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libcomps/__init__.py # code object from '/usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc' # extension module 'libcomps._libpycomps' loaded from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so' # extension module 'libcomps._libpycomps' executed from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so' import 'libcomps._libpycomps' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fa020710> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa020290> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb3e22d0> # /usr/lib/python3.12/site-packages/dnf/db/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/__init__.cpython-312.pyc' import 'dnf.db' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa03f620> # /usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/history.py # code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/misc.py # code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/crypto.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc' import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa079b50> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa078e90> # /usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/group.py # code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc' import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa07a2d0> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa03f650> # /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/config.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/substitutions.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc' import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa07bc20> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa07b1a0> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa07afc0> # /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/read.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repo.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/logging.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/lock.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc' import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0aac60> # /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py # code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0ab080> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0aa1b0> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0a8440> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa07b440> # /usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/dnssec.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/transaction.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc' import 'dnf.rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0c9c10> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0c8d40> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0a8950> # /usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/drpm.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc' import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0ca240> # /usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/goal.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc' import 'dnf.goal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0ca600> # /usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/history.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc' import 'dnf.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0ca690> # /usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/__init__.cpython-312.pyc' import 'dnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0ca7b0> # /usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/module_base.py # code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/smartcols.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc' # extension module 'libdnf._smartcols' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so' # extension module 'libdnf._smartcols' executed from '/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so' import 'libdnf._smartcols' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68fa0fd310> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0cb470> # /usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/selector.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc' import 'dnf.selector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0fd340> # /usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/exceptions.py # code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc' import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0fd430> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0ca5a0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/persistor.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc' import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0fd5e0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/plugin.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc' import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0fe210> # /usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/query.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc' import 'dnf.query' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0fed20> # /usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repodict.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc' import 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0fee70> # /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/connection.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc' import 'dnf.rpm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0ff6e0> # /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/miscutils.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc' import 'dnf.rpm.miscutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0ff950> # /usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/sack.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/package.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc' import 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e1c2f0> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fa0ffd40> # /usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/subject.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc' import 'dnf.subject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e1d1f0> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb789610> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fb934fb0> import 'rhsm.profile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc58bf50> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/jsonwrapper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/jsonwrapper.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/jsonwrapper.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/utils.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/utils.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc matches /usr/lib64/python3.12/pprint.py # code object from '/usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc matches /usr/lib64/python3.12/dataclasses.py # code object from '/usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc' import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e1f800> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e1e660> # 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 0x7f68f9e1f920> # /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 0x7f68f9e47620> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e457f0> # /usr/lib64/python3.12/site-packages/subscription_manager/branding/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/branding/__init__.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/branding/__pycache__/__init__.cpython-312.pyc' import 'subscription_manager.branding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e47830> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/certdirectory.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/certdirectory.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/certdirectory.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/__init__.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/__init__.cpython-312.pyc' import 'rhsmlib.services' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e6ca40> # /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/config.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/config.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/config.cpython-312.pyc' import 'rhsmlib.services.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e6cbf0> # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/certificate2.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/certificate2.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/certificate2.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/pathtree.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/pathtree.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/pathtree.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/bitstream.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/bitstream.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/bitstream.cpython-312.pyc' import 'rhsm.bitstream' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e6ee10> # /usr/lib64/python3.12/site-packages/rhsm/__pycache__/huffman.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsm/huffman.py # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/huffman.cpython-312.pyc' import 'rhsm.huffman' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e6f350> import 'rhsm.pathtree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e6e7b0> import 'rhsm.certificate2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e6d310> import 'subscription_manager.certdirectory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e47a70> # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/hwprobe.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/hwprobe.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/hwprobe.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cpuinfo.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/cpuinfo.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cpuinfo.cpython-312.pyc' import 'rhsmlib.facts.cpuinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ea15b0> import 'rhsmlib.facts.hwprobe' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ea0590> import 'subscription_manager.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e1d700> import 'subscription_manager.jsonwrapper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9e1d2e0> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/isodate.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/isodate.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/isodate.cpython-312.pyc' import 'subscription_manager.isodate' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ea2ae0> # /usr/lib64/python3.12/site-packages/syspurpose/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/syspurpose/__init__.py # code object from '/usr/lib64/python3.12/site-packages/syspurpose/__pycache__/__init__.cpython-312.pyc' import 'syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ea2b40> # /usr/lib64/python3.12/site-packages/syspurpose/__pycache__/files.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/syspurpose/files.py # code object from '/usr/lib64/python3.12/site-packages/syspurpose/__pycache__/files.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/syspurpose/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/syspurpose/utils.py # code object from '/usr/lib64/python3.12/site-packages/syspurpose/__pycache__/utils.cpython-312.pyc' import 'syspurpose.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ea37a0> import 'syspurpose.files' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ea2c90> # /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/syspurpose.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/syspurpose.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/syspurpose.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/syspurposelib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/syspurposelib.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/syspurposelib.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/certlib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/certlib.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/certlib.cpython-312.pyc' import 'subscription_manager.certlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ecc950> import 'subscription_manager.syspurposelib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ecc1d0> # /usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/file_monitor.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/file_monitor.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/file_monitor.cpython-312.pyc' # /usr/lib/python3.12/site-packages/__pycache__/pyinotify.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyinotify.py # code object from '/usr/lib/python3.12/site-packages/__pycache__/pyinotify.cpython-312.pyc' # extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' # extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68f9ef99a0> # /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 0x7f68f9c1d040> # /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 0x7f68f9c1df40> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9efba10> # /usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/util.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c1cbc0> import 'pyinotify' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ecd970> import 'rhsmlib.file_monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ecd010> # /usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/dbus/__init__.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/__init__.cpython-312.pyc' import 'rhsmlib.dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c1ea20> # /usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/server.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/dbus/server.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/server.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/__init__.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc' import 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c1f920> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc' import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c1f980> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc' # extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' # extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' import '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68f9c54050> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c1ff20> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_dbus.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/bus.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc' import 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c56600> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc' # /usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/__init__.py # code object from '/usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc' import 'xml' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c57740> # /usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/__init__.py # code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/__init__.cpython-312.pyc' import 'xml.parsers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c57a40> # /usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/expat.py # code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc' # extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' # extension module 'pyexpat' executed from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' import 'pyexpat' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68f9c57ad0> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c57aa0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c57290> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c56720> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c55a60> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c55040> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c548c0> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c1f3b0> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/service.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/service.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/service.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/decorators.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/decorators.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/decorators.cpython-312.pyc' import 'dbus.decorators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c804a0> import 'dbus.service' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c57110> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/server.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/server.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/server.cpython-312.pyc' import 'dbus.server' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c80740> # /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/__init__.py # code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc' import 'dbus.mainloop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c80a70> # /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/glib.py # code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc' # extension module '_dbus_glib_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so' # extension module '_dbus_glib_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so' import '_dbus_glib_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68f9c80ad0> import 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c80b60> # /usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/dbus/constants.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/constants.cpython-312.pyc' import 'rhsmlib.dbus.constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c80cb0> # /usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/__init__.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc' # /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' import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c81220> # possible namespace for /usr/lib/python3.12/site-packages/gi # /usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_error.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc' import 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c821e0> # extension module 'gi._gi' loaded from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so' # extension module 'gi._gi' executed from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so' import 'gi._gi' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68f9c81fd0> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c80d40> # /usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/repository/__init__.py # code object from '/usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/importer.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/module.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/types.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_constants.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc' import 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9cacc80> # /usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/docstring.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc' import 'gi.docstring' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9cacfe0> # /usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_propertyhelper.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc' import 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9cad430> # /usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_signalhelper.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc' import 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9cadc40> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9cac380> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c83e90> # /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/__init__.py # code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc' import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9cac1a0> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c83950> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c81df0> # /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GLib.py # code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_ossighelper.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc' import 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ccc7a0> # /usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_option.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py # code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc' import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ccd4f0> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9cccd10> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9caebd0> import 'gi.repository.GLib' # # /usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/dbus_utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/dbus/dbus_utils.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/dbus_utils.cpython-312.pyc' # /usr/lib64/python3.12/xml/etree/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/etree/__init__.py # code object from '/usr/lib64/python3.12/xml/etree/__pycache__/__init__.cpython-312.pyc' import 'xml.etree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f990a3c0> # /usr/lib64/python3.12/xml/etree/__pycache__/ElementTree.cpython-312.pyc matches /usr/lib64/python3.12/xml/etree/ElementTree.py # code object from '/usr/lib64/python3.12/xml/etree/__pycache__/ElementTree.cpython-312.pyc' # /usr/lib64/python3.12/xml/etree/__pycache__/ElementPath.cpython-312.pyc matches /usr/lib64/python3.12/xml/etree/ElementPath.py # code object from '/usr/lib64/python3.12/xml/etree/__pycache__/ElementPath.cpython-312.pyc' import 'xml.etree.ElementPath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9935430> # extension module '_elementtree' loaded from '/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so' # extension module '_elementtree' executed from '/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so' import '_elementtree' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68f9936630> import 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f990a330> import 'rhsmlib.dbus.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9cadbe0> import 'rhsmlib.dbus.server' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9c1eb10> import 'rhsmlib.services.syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9ea3ce0> import 'subscription_manager.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc7a68d0> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cert_sorter.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cert_sorter.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cert_sorter.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/reasons.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/reasons.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/reasons.cpython-312.pyc' import 'subscription_manager.reasons' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9937590> import 'subscription_manager.cert_sorter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc7c0980> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/facts.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/facts.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/facts.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/all.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/all.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/all.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/insights.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/insights.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/insights.cpython-312.pyc' import 'rhsmlib.facts.insights' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99641d0> # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/kpatch.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/kpatch.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/kpatch.cpython-312.pyc' import 'rhsmlib.facts.kpatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9964440> # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cloud_facts.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/cloud_facts.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cloud_facts.cpython-312.pyc' import 'rhsmlib.facts.cloud_facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9964620> # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/pkg_arches.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/pkg_arches.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/pkg_arches.cpython-312.pyc' import 'rhsmlib.facts.pkg_arches' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9964980> # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/network.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/facts/network.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/network.cpython-312.pyc' import 'rhsmlib.facts.network' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9964cb0> import 'rhsmlib.facts.all' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9937da0> import 'subscription_manager.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9937ad0> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/identity.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/identity.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/identity.cpython-312.pyc' import 'subscription_manager.identity' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9937f80> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/validity.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/validity.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/validity.cpython-312.pyc' import 'subscription_manager.validity' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99658b0> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cp_provider.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cp_provider.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cp_provider.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/client_info.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/client_info.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/client_info.cpython-312.pyc' import 'rhsmlib.client_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9965eb0> import 'subscription_manager.cp_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9965a30> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/plugins.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/plugins.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/plugins.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/base_plugin.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/base_plugin.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/base_plugin.cpython-312.pyc' import 'subscription_manager.base_plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99678c0> import 'subscription_manager.plugins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9966420> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/lock.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/lock.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/lock.cpython-312.pyc' import 'subscription_manager.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9966a50> import 'subscription_manager.injectioninit' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fc7a6150> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/managercli.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/managercli.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/managercli.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/managerlib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/managerlib.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/managerlib.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/repolib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/repolib.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/repolib.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/model/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/model/__init__.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/model/__pycache__/__init__.cpython-312.pyc' import 'subscription_manager.model' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f998baa0> # /usr/lib64/python3.12/site-packages/subscription_manager/model/__pycache__/ent_cert.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/model/ent_cert.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/model/__pycache__/ent_cert.cpython-312.pyc' import 'subscription_manager.model.ent_cert' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f998be00> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/repofile.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/repofile.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/repofile.cpython-312.pyc' import 'subscription_manager.repofile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f998bf80> import 'subscription_manager.repolib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f998aa20> import 'subscription_manager.managerlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9989310> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cli.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cli.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/exceptions.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/exceptions.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/entcertlib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/entcertlib.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/entcertlib.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/content_action_client.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/content_action_client.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/content_action_client.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/base_action_client.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/base_action_client.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/base_action_client.cpython-312.pyc' import 'subscription_manager.base_action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99b7c20> import 'subscription_manager.content_action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99b76b0> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/rhelentbranding.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/rhelentbranding.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/rhelentbranding.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/entbranding.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/entbranding.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/entbranding.cpython-312.pyc' import 'subscription_manager.entbranding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f0800> import 'subscription_manager.rhelentbranding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f01a0> import 'subscription_manager.entcertlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99b67e0> import 'subscription_manager.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99b6420> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/printing_utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/printing_utils.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/printing_utils.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/unicode_width.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/unicode_width.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/unicode_width.cpython-312.pyc' import 'subscription_manager.unicode_width' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f1b50> import 'subscription_manager.printing_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f1790> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/i18n_argparse.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/i18n_argparse.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/i18n_argparse.cpython-312.pyc' import 'subscription_manager.i18n_argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f1d60> import 'subscription_manager.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99b5eb0> # /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__init__.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/__init__.cpython-312.pyc' import 'subscription_manager.cli_command' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f1f70> # /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/attach.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/attach.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/attach.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fileinput.cpython-312.pyc matches /usr/lib64/python3.12/fileinput.py # code object from '/usr/lib64/python3.12/__pycache__/fileinput.cpython-312.pyc' import 'fileinput' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f23c0> # /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/attach.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/attach.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/attach.cpython-312.pyc' import 'rhsmlib.services.attach' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f2f00> # /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/products.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/products.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/products.cpython-312.pyc' import 'rhsmlib.services.products' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f3110> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/action_client.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/action_client.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/action_client.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/identitycertlib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/identitycertlib.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/identitycertlib.cpython-312.pyc' import 'subscription_manager.identitycertlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f3680> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/healinglib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/healinglib.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/healinglib.cpython-312.pyc' import 'subscription_manager.healinglib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f3a10> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/factlib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/factlib.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/factlib.cpython-312.pyc' import 'subscription_manager.factlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f3da0> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/packageprofilelib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/packageprofilelib.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/packageprofilelib.cpython-312.pyc' import 'subscription_manager.packageprofilelib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f3fe0> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/installedproductslib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/installedproductslib.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/installedproductslib.cpython-312.pyc' import 'subscription_manager.installedproductslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980c2c0> import 'subscription_manager.action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f33b0> # /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/cli.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/cli.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/cli.cpython-312.pyc' import 'subscription_manager.cli_command.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980c560> # /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/list.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/list.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/list.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/entitlement.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/entitlement.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/entitlement.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/exceptions.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/exceptions.cpython-312.pyc' import 'rhsmlib.services.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980db20> import 'rhsmlib.services.entitlement' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980d460> import 'subscription_manager.cli_command.list' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980cd10> import 'subscription_manager.cli_command.attach' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f99f20c0> # /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/autoheal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/autoheal.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/autoheal.cpython-312.pyc' import 'subscription_manager.cli_command.autoheal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980db50> # /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/clean.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/clean.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/clean.cpython-312.pyc' import 'subscription_manager.cli_command.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980ddf0> # /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/config.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/config.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/config.cpython-312.pyc' import 'subscription_manager.cli_command.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980df40> # /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/environments.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/environments.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/environments.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/org.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/org.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/org.cpython-312.pyc' # extension module 'readline' loaded from '/usr/lib64/python3.12/lib-dynload/readline.cpython-312-x86_64-linux-gnu.so' # extension module 'readline' executed from '/usr/lib64/python3.12/lib-dynload/readline.cpython-312-x86_64-linux-gnu.so' import 'readline' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f68f980eb40> # /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/user_pass.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/user_pass.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/user_pass.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py # code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980f050> import 'subscription_manager.cli_command.user_pass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980ed80> import 'subscription_manager.cli_command.org' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980e7e0> import 'subscription_manager.cli_command.environments' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980e150> # /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/facts.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/facts.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/facts.cpython-312.pyc' import 'subscription_manager.cli_command.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980f470> # /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/identity.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/identity.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/identity.cpython-312.pyc' import 'subscription_manager.cli_command.identity' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980f5c0> # /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/override.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/override.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/override.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/overrides.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/overrides.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/overrides.cpython-312.pyc' import 'subscription_manager.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980fe00> import 'subscription_manager.cli_command.override' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f980f920> # /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/owners.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/owners.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/owners.cpython-312.pyc' import 'subscription_manager.cli_command.owners' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9838680> # /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/plugins.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/plugins.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/plugins.cpython-312.pyc' import 'subscription_manager.cli_command.plugins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f98387a0> # /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/redeem.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/redeem.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/redeem.cpython-312.pyc' import 'subscription_manager.cli_command.redeem' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9838aa0> # /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/refresh.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/refresh.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/refresh.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/refresh.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/refresh.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/refresh.cpython-312.pyc' import 'rhsmlib.services.refresh' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9838fb0> import 'subscription_manager.cli_command.refresh' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9838c80> # /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/register.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/register.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/register.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/unregister.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/unregister.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/unregister.cpython-312.pyc' import 'rhsmlib.services.unregister' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9839a60> # /usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/register.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rhsmlib/services/register.py # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/register.cpython-312.pyc' import 'rhsmlib.services.register' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9839ca0> import 'subscription_manager.cli_command.register' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9839040> # /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/release.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/release.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/release.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/release.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/release.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/release.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/listing.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/listing.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/listing.cpython-312.pyc' import 'subscription_manager.listing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f983a7b0> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/rhelproduct.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/rhelproduct.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/rhelproduct.cpython-312.pyc' import 'subscription_manager.rhelproduct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f983a930> import 'subscription_manager.release' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f983a240> import 'subscription_manager.cli_command.release' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9839f40> # /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/remove.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/remove.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/remove.cpython-312.pyc' import 'subscription_manager.cli_command.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f983abd0> # /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/repos.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/repos.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/repos.cpython-312.pyc' import 'subscription_manager.cli_command.repos' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f983af60> # /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/status.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/status.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/status.cpython-312.pyc' import 'subscription_manager.cli_command.status' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f983b3b0> # /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/syspurpose.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/syspurpose.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/syspurpose.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/addons.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/addons.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/addons.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/abstract_syspurpose.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/abstract_syspurpose.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/abstract_syspurpose.cpython-312.pyc' import 'subscription_manager.cli_command.abstract_syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f983bda0> import 'subscription_manager.cli_command.addons' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f983bb30> # /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/role.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/role.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/role.cpython-312.pyc' import 'subscription_manager.cli_command.role' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9860a40> # /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/service_level.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/service_level.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/service_level.cpython-312.pyc' import 'subscription_manager.cli_command.service_level' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9860ad0> # /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/usage.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/usage.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/usage.cpython-312.pyc' import 'subscription_manager.cli_command.usage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9861070> import 'subscription_manager.cli_command.syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f983b7a0> # /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/unregister.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/unregister.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/unregister.cpython-312.pyc' import 'subscription_manager.cli_command.unregister' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9861100> # /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/version.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/version.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/version.cpython-312.pyc' import 'subscription_manager.cli_command.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f98612e0> import 'subscription_manager.managercli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68f9988cb0> import 'subscription_manager.scripts.subscription_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb65490> # /usr/lib64/python3.12/site-packages/subscription_manager/branding/__pycache__/redhat_branding.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/subscription_manager/branding/redhat_branding.py # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/branding/__pycache__/redhat_branding.cpython-312.pyc' import 'subscription_manager.branding.redhat_branding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f68fcb64ec0> Runtime Error last check-in is null at org.candlepin.service.model.CloudCheckInEvent.:88 (HTTP error code 500: Internal Server Error) # 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__ # destroy __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 # 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 importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing _csv # cleanup[2] removing csv # cleanup[2] removing email # cleanup[2] removing fnmatch # cleanup[2] removing ntpath # cleanup[2] removing errno # cleanup[2] removing urllib # cleanup[2] removing math # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing binascii # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # 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 _struct # cleanup[2] removing struct # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing textwrap # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing collections.abc # cleanup[2] removing importlib.machinery # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing weakref # cleanup[2] removing inspect # cleanup[2] removing quopri # cleanup[2] removing _bisect # cleanup[2] removing bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # cleanup[2] removing _socket # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing base64 # cleanup[2] removing email.base64mime # cleanup[2] removing _string # cleanup[2] removing string # cleanup[2] removing email.quoprimime # cleanup[2] removing email.errors # cleanup[2] removing email.encoders # cleanup[2] removing email.charset # cleanup[2] removing email.utils # cleanup[2] removing email.header # cleanup[2] removing email._policybase # cleanup[2] removing email._encoded_words # cleanup[2] removing email.iterators # cleanup[2] removing email.message # cleanup[2] removing importlib.metadata._functools # cleanup[2] removing importlib.metadata._text # cleanup[2] removing importlib.metadata._adapters # cleanup[2] removing _typing # cleanup[2] removing typing # cleanup[2] removing importlib.metadata._meta # cleanup[2] removing importlib.metadata._collections # cleanup[2] removing importlib.metadata._itertools # cleanup[2] removing tempfile # cleanup[2] removing importlib.resources.abc # cleanup[2] removing importlib.resources._adapters # cleanup[2] removing importlib.resources._common # cleanup[2] removing importlib.resources._legacy # cleanup[2] removing importlib.resources # cleanup[2] removing importlib.abc # cleanup[2] removing importlib.metadata # cleanup[2] removing subscription_manager # cleanup[2] removing subscription_manager.scripts # cleanup[2] removing gettext # cleanup[2] removing traceback # cleanup[2] removing atexit # cleanup[2] removing logging # cleanup[2] removing subscription_manager.i18n # cleanup[2] removing rhsm # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing _heapq # cleanup[2] removing heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing copy # cleanup[2] removing logging.handlers # cleanup[2] removing socketserver # destroy socketserver # cleanup[2] removing logging.config # cleanup[2] removing configparser # cleanup[2] removing iniparse.configparser # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing six # cleanup[2] removing iniparse.config # cleanup[2] removing iniparse.ini # cleanup[2] removing iniparse.compat # cleanup[2] removing iniparse.utils # cleanup[2] removing iniparse # destroy iniparse # destroy iniparse.configparser # destroy iniparse.utils # cleanup[2] removing rhsm.config # cleanup[2] removing rhsm.logutil # cleanup[2] removing subscription_manager.injection # cleanup[2] removing _ssl # cleanup[2] removing ssl # cleanup[2] removing http # cleanup[2] removing email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing http.client # cleanup[2] removing rhsm.https # cleanup[2] removing dateutil._version # cleanup[2] removing dateutil # cleanup[2] removing rhsm._certificate # cleanup[2] removing rhsm.certificate # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing dateutil._common # cleanup[2] removing dateutil.relativedelta # cleanup[2] removing six.moves # cleanup[2] removing dateutil.tz._common # cleanup[2] removing dateutil.tz._factories # cleanup[2] removing dateutil.tz.tz # cleanup[2] removing dateutil.tz # cleanup[2] removing dateutil.parser._parser # cleanup[2] removing dateutil.parser.isoparser # destroy dateutil.parser.isoparser # cleanup[2] removing dateutil.parser # cleanup[2] removing urllib.response # cleanup[2] removing urllib.error # cleanup[2] removing urllib.request # 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 rhsm.ourjson # cleanup[2] removing rhsm.utils # cleanup[2] removing subscription_manager.version # cleanup[2] removing rhsm.connection # cleanup[2] removing rpm._rpm # cleanup[2] removing rpm.transaction # cleanup[2] removing rpm # cleanup[2] removing cloud_what # destroy cloud_what # cleanup[2] removing rhsmlib # destroy rhsmlib # cleanup[2] removing rhsmlib.facts # cleanup[2] removing platform # cleanup[2] removing rhsmlib.facts.collection # cleanup[2] removing rhsmlib.facts.collector # cleanup[2] removing rhsmlib.facts.cleanup # cleanup[2] removing signal # cleanup[2] removing fcntl # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing rhsmlib.facts.virt # cleanup[2] removing rhsmlib.facts.dmidecodeparser # cleanup[2] removing rhsmlib.facts.dmiinfo # cleanup[2] removing rhsmlib.facts.firmware_info # cleanup[2] removing rhsmlib.facts.host_collector # cleanup[2] removing glob # cleanup[2] removing rhsmlib.facts.custom # cleanup[2] removing urllib3.packages # cleanup[2] removing urllib3.packages.six # cleanup[2] removing urllib3.packages.six.moves # cleanup[2] removing urllib3.packages.six.moves.http_client # cleanup[2] removing urllib3.exceptions # cleanup[2] removing urllib3._version # cleanup[2] removing urllib3._collections # cleanup[2] removing urllib3.contrib # cleanup[2] removing urllib3.contrib._appengine_environ # cleanup[2] removing urllib3.util.wait # cleanup[2] removing urllib3.util.connection # cleanup[2] removing urllib3.util.request # cleanup[2] removing urllib3.util.response # cleanup[2] removing urllib3.util.retry # cleanup[2] removing hmac # cleanup[2] removing urllib3.util.url # cleanup[2] removing urllib3.util.ssltransport # cleanup[2] removing urllib3.util.ssl_ # cleanup[2] removing urllib3.util.timeout # cleanup[2] removing urllib3.util # cleanup[2] removing urllib3.util.proxy # cleanup[2] removing urllib3.util.ssl_match_hostname # cleanup[2] removing urllib3.connection # cleanup[2] removing mimetypes # cleanup[2] removing urllib3.fields # cleanup[2] removing urllib3.filepost # cleanup[2] removing urllib3.packages.six.moves.urllib # cleanup[2] removing urllib3.packages.six.moves.urllib.parse # cleanup[2] removing urllib3.request # cleanup[2] removing urllib3.response # cleanup[2] removing urllib3.util.queue # cleanup[2] removing urllib3.connectionpool # cleanup[2] removing urllib3.poolmanager # cleanup[2] removing urllib3 # cleanup[2] removing charset_normalizer.constant # cleanup[2] removing unicodedata # cleanup[2] removing _multibytecodec # cleanup[2] removing charset_normalizer.utils # cleanup[2] removing charset_normalizer.md # cleanup[2] removing charset_normalizer.models # cleanup[2] removing charset_normalizer.cd # cleanup[2] removing charset_normalizer.api # cleanup[2] removing charset_normalizer.legacy # cleanup[2] removing charset_normalizer.version # cleanup[2] removing charset_normalizer # cleanup[2] removing http.cookiejar # cleanup[2] removing http.cookies # cleanup[2] removing requests.compat # cleanup[2] removing requests.exceptions # cleanup[2] removing requests.packages.urllib3.packages # cleanup[2] removing requests.packages.urllib3.packages.six # cleanup[2] removing requests.packages.urllib3.packages.six.moves # cleanup[2] removing requests.packages.urllib3.packages.six.moves.http_client # cleanup[2] removing requests.packages.urllib3.exceptions # cleanup[2] removing requests.packages.urllib3._version # cleanup[2] removing requests.packages.urllib3._collections # cleanup[2] removing requests.packages.urllib3.contrib # cleanup[2] removing requests.packages.urllib3.contrib._appengine_environ # cleanup[2] removing requests.packages.urllib3.util.wait # cleanup[2] removing requests.packages.urllib3.util.connection # cleanup[2] removing requests.packages.urllib3.util.request # cleanup[2] removing requests.packages.urllib3.util.response # cleanup[2] removing requests.packages.urllib3.util.retry # cleanup[2] removing requests.packages.urllib3.util.url # cleanup[2] removing requests.packages.urllib3.util.ssltransport # cleanup[2] removing requests.packages.urllib3.util.ssl_ # cleanup[2] removing requests.packages.urllib3.util.timeout # cleanup[2] removing requests.packages.urllib3.util # cleanup[2] removing requests.packages.urllib3.util.proxy # cleanup[2] removing requests.packages.urllib3.util.ssl_match_hostname # cleanup[2] removing requests.packages.urllib3.connection # cleanup[2] removing requests.packages.urllib3.fields # cleanup[2] removing requests.packages.urllib3.filepost # cleanup[2] removing requests.packages.urllib3.packages.six.moves.urllib # cleanup[2] removing requests.packages.urllib3.packages.six.moves.urllib.parse # cleanup[2] removing requests.packages.urllib3.request # cleanup[2] removing requests.packages.urllib3.response # cleanup[2] removing requests.packages.urllib3.util.queue # cleanup[2] removing requests.packages.urllib3.connectionpool # cleanup[2] removing requests.packages.urllib3.poolmanager # cleanup[2] removing requests.packages.urllib3 # cleanup[2] removing idna.package_data # cleanup[2] removing idna.idnadata # cleanup[2] removing idna.intranges # cleanup[2] removing idna.core # cleanup[2] removing idna # cleanup[2] removing requests.packages.idna.package_data # cleanup[2] removing requests.packages.idna.idnadata # cleanup[2] removing requests.packages.idna.intranges # cleanup[2] removing requests.packages.idna.core # cleanup[2] removing requests.packages.idna # cleanup[2] removing requests.packages.charset_normalizer.constant # cleanup[2] removing requests.packages.chardet.constant # cleanup[2] removing requests.packages.charset_normalizer.utils # cleanup[2] removing requests.packages.chardet.utils # cleanup[2] removing requests.packages.charset_normalizer.md # cleanup[2] removing requests.packages.chardet.md # cleanup[2] removing requests.packages.charset_normalizer.models # cleanup[2] removing requests.packages.chardet.models # cleanup[2] removing requests.packages.charset_normalizer.cd # cleanup[2] removing requests.packages.chardet.cd # cleanup[2] removing requests.packages.charset_normalizer.api # cleanup[2] removing requests.packages.chardet.api # cleanup[2] removing requests.packages.charset_normalizer.legacy # cleanup[2] removing requests.packages.chardet.legacy # cleanup[2] removing requests.packages.charset_normalizer.version # cleanup[2] removing requests.packages.chardet.version # cleanup[2] removing requests.packages.charset_normalizer # cleanup[2] removing requests.packages.chardet # cleanup[2] removing requests.packages # cleanup[2] removing requests.certs # cleanup[2] removing requests.__version__ # destroy requests.__version__ # cleanup[2] removing requests._internal_utils # cleanup[2] removing requests.cookies # cleanup[2] removing requests.structures # cleanup[2] removing requests.utils # cleanup[2] removing requests.auth # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # cleanup[2] removing requests.hooks # cleanup[2] removing requests.status_codes # cleanup[2] removing requests.models # cleanup[2] removing requests.adapters # cleanup[2] removing requests.sessions # cleanup[2] removing requests.api # cleanup[2] removing requests # cleanup[2] removing cloud_what._base_provider # destroy cloud_what._base_provider # cleanup[2] removing cloud_what.providers # destroy cloud_what.providers # cleanup[2] removing cloud_what.providers.aws # destroy cloud_what.providers.aws # cleanup[2] removing cloud_what.providers.azure # destroy cloud_what.providers.azure # cleanup[2] removing cloud_what.providers.gcp # destroy cloud_what.providers.gcp # cleanup[2] removing cloud_what.provider # cleanup[2] removing email.mime # cleanup[2] removing email._header_value_parser # cleanup[2] removing email.headerregistry # cleanup[2] removing email.contentmanager # cleanup[2] removing email.policy # cleanup[2] removing email.mime.base # cleanup[2] removing email.mime.nonmultipart # cleanup[2] removing email.mime.text # cleanup[2] removing shlex # cleanup[2] removing dnf.pycomp # cleanup[2] removing dnf.const # cleanup[2] removing argparse # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing libdnf._error # cleanup[2] removing libdnf.error # cleanup[2] removing libdnf._common_types # cleanup[2] removing libdnf.common_types # cleanup[2] removing libdnf._conf # cleanup[2] removing libdnf.conf # cleanup[2] removing libdnf._module # cleanup[2] removing libdnf.module # cleanup[2] removing libdnf._repo # cleanup[2] removing libdnf.repo # cleanup[2] removing libdnf._transaction # cleanup[2] removing libdnf.transaction # cleanup[2] removing libdnf._utils # cleanup[2] removing libdnf.utils # cleanup[2] removing libdnf # cleanup[2] removing dnf.i18n # cleanup[2] removing dnf.yum # cleanup[2] removing dnf.transaction # cleanup[2] removing dnf.yum.rpmtrans # cleanup[2] removing dnf.callback # cleanup[2] removing hawkey._hawkey # cleanup[2] removing hawkey # cleanup[2] removing pwd # cleanup[2] removing dnf.util # cleanup[2] removing dnf.exceptions # cleanup[2] removing libcomps._libpycomps # cleanup[2] removing libcomps # cleanup[2] removing dnf.comps # cleanup[2] removing dnf.db # cleanup[2] removing dnf.crypto # cleanup[2] removing dnf.yum.misc # cleanup[2] removing dnf.db.group # cleanup[2] removing dnf.db.history # cleanup[2] removing dnf.conf.substitutions # cleanup[2] removing dnf.conf.config # cleanup[2] removing dnf.conf # cleanup[2] removing dnf.lock # cleanup[2] removing gzip # cleanup[2] removing dnf.logging # cleanup[2] removing dnf.repo # cleanup[2] removing dnf.conf.read # cleanup[2] removing dnf.rpm.transaction # cleanup[2] removing dnf.rpm # cleanup[2] removing dnf.dnssec # cleanup[2] removing dnf.drpm # cleanup[2] removing dnf.goal # cleanup[2] removing dnf.history # cleanup[2] removing dnf.module # cleanup[2] removing libdnf._smartcols # cleanup[2] removing libdnf.smartcols # cleanup[2] removing dnf.selector # cleanup[2] removing dnf.module.exceptions # cleanup[2] removing dnf.module.module_base # cleanup[2] removing dnf.persistor # cleanup[2] removing dnf.plugin # cleanup[2] removing dnf.query # cleanup[2] removing dnf.repodict # cleanup[2] removing dnf.rpm.connection # cleanup[2] removing dnf.rpm.miscutils # cleanup[2] removing dnf.package # cleanup[2] removing dnf.sack # cleanup[2] removing dnf.subject # cleanup[2] removing gc # cleanup[2] removing dnf.base # cleanup[2] removing dnf # cleanup[2] removing rhsm.profile # cleanup[2] removing dataclasses # cleanup[2] removing pprint # cleanup[2] removing syslog # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing subscription_manager.branding # cleanup[2] removing rhsmlib.services # cleanup[2] removing rhsmlib.services.config # cleanup[2] removing rhsm.bitstream # cleanup[2] removing rhsm.huffman # cleanup[2] removing rhsm.pathtree # cleanup[2] removing rhsm.certificate2 # cleanup[2] removing subscription_manager.certdirectory # cleanup[2] removing rhsmlib.facts.cpuinfo # cleanup[2] removing rhsmlib.facts.hwprobe # cleanup[2] removing subscription_manager.utils # cleanup[2] removing subscription_manager.jsonwrapper # cleanup[2] removing subscription_manager.isodate # cleanup[2] removing syspurpose # destroy syspurpose # cleanup[2] removing syspurpose.utils # destroy syspurpose.utils # cleanup[2] removing syspurpose.files # destroy syspurpose.files # cleanup[2] removing subscription_manager.certlib # cleanup[2] removing subscription_manager.syspurposelib # cleanup[2] removing termios # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # cleanup[2] removing ctypes.util # cleanup[2] removing pyinotify # cleanup[2] removing rhsmlib.file_monitor # cleanup[2] removing rhsmlib.dbus # cleanup[2] removing dbus._compat # cleanup[2] removing dbus.exceptions # cleanup[2] removing _dbus_bindings # cleanup[2] removing dbus.types # cleanup[2] removing dbus.lowlevel # cleanup[2] removing xml # destroy xml # cleanup[2] removing xml.parsers # destroy xml.parsers # cleanup[2] removing pyexpat.errors # cleanup[2] removing pyexpat.model # cleanup[2] removing pyexpat # cleanup[2] removing xml.parsers.expat.model # cleanup[2] removing xml.parsers.expat.errors # cleanup[2] removing xml.parsers.expat # destroy xml.parsers.expat # cleanup[2] removing dbus._expat_introspect_parser # cleanup[2] removing dbus.proxies # cleanup[2] removing dbus.connection # cleanup[2] removing dbus.bus # cleanup[2] removing dbus._dbus # cleanup[2] removing dbus # cleanup[2] removing dbus.decorators # cleanup[2] removing dbus.service # cleanup[2] removing dbus.server # cleanup[2] removing dbus.mainloop # cleanup[2] removing _dbus_glib_bindings # cleanup[2] removing dbus.mainloop.glib # cleanup[2] removing rhsmlib.dbus.constants # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing gi._error # cleanup[2] removing gi._gi # cleanup[2] removing gi._gobject # cleanup[2] removing glib # destroy glib # cleanup[2] removing gobject # destroy gobject # cleanup[2] removing gio # destroy gio # cleanup[2] removing gtk # destroy gtk # cleanup[2] removing gtk.gdk # destroy gtk.gdk # cleanup[2] removing gi # cleanup[2] removing gi._constants # cleanup[2] removing gi.docstring # cleanup[2] removing gi._propertyhelper # cleanup[2] removing gi._signalhelper # cleanup[2] removing gi.types # cleanup[2] removing gi.module # cleanup[2] removing gi.overrides # cleanup[2] removing gi.importer # cleanup[2] removing gi.repository # cleanup[2] removing gi._ossighelper # cleanup[2] removing optparse # cleanup[2] removing gi._option # cleanup[2] removing gi.overrides.GLib # cleanup[2] removing gi.repository.GLib # cleanup[2] removing xml.etree # destroy xml.etree # cleanup[2] removing xml.etree.ElementPath # cleanup[2] removing _elementtree # cleanup[2] removing xml.etree.ElementTree # cleanup[2] removing rhsmlib.dbus.dbus_utils # cleanup[2] removing rhsmlib.dbus.server # cleanup[2] removing rhsmlib.services.syspurpose # cleanup[2] removing subscription_manager.cache # cleanup[2] removing subscription_manager.reasons # cleanup[2] removing subscription_manager.cert_sorter # cleanup[2] removing rhsmlib.facts.insights # cleanup[2] removing rhsmlib.facts.kpatch # cleanup[2] removing rhsmlib.facts.cloud_facts # cleanup[2] removing rhsmlib.facts.pkg_arches # cleanup[2] removing rhsmlib.facts.network # cleanup[2] removing rhsmlib.facts.all # cleanup[2] removing subscription_manager.facts # cleanup[2] removing subscription_manager.identity # cleanup[2] removing subscription_manager.validity # cleanup[2] removing rhsmlib.client_info # cleanup[2] removing subscription_manager.cp_provider # cleanup[2] removing subscription_manager.base_plugin # cleanup[2] removing subscription_manager.plugins # cleanup[2] removing subscription_manager.lock # cleanup[2] removing subscription_manager.injectioninit # cleanup[2] removing subscription_manager.model # cleanup[2] removing subscription_manager.model.ent_cert # cleanup[2] removing subscription_manager.repofile # cleanup[2] removing subscription_manager.repolib # cleanup[2] removing subscription_manager.managerlib # cleanup[2] removing subscription_manager.base_action_client # cleanup[2] removing subscription_manager.content_action_client # cleanup[2] removing subscription_manager.entbranding # cleanup[2] removing subscription_manager.rhelentbranding # cleanup[2] removing subscription_manager.entcertlib # cleanup[2] removing subscription_manager.exceptions # cleanup[2] removing subscription_manager.unicode_width # cleanup[2] removing subscription_manager.printing_utils # cleanup[2] removing subscription_manager.i18n_argparse # cleanup[2] removing subscription_manager.cli # cleanup[2] removing subscription_manager.cli_command # cleanup[2] removing fileinput # cleanup[2] removing rhsmlib.services.attach # cleanup[2] removing rhsmlib.services.products # cleanup[2] removing subscription_manager.identitycertlib # cleanup[2] removing subscription_manager.healinglib # cleanup[2] removing subscription_manager.factlib # cleanup[2] removing subscription_manager.packageprofilelib # cleanup[2] removing subscription_manager.installedproductslib # cleanup[2] removing subscription_manager.action_client # cleanup[2] removing subscription_manager.cli_command.cli # cleanup[2] removing rhsmlib.services.exceptions # cleanup[2] removing rhsmlib.services.entitlement # cleanup[2] removing subscription_manager.cli_command.list # cleanup[2] removing subscription_manager.cli_command.attach # cleanup[2] removing subscription_manager.cli_command.autoheal # cleanup[2] removing subscription_manager.cli_command.clean # cleanup[2] removing subscription_manager.cli_command.config # cleanup[2] removing readline # cleanup[2] removing getpass # cleanup[2] removing subscription_manager.cli_command.user_pass # cleanup[2] removing subscription_manager.cli_command.org # cleanup[2] removing subscription_manager.cli_command.environments # cleanup[2] removing subscription_manager.cli_command.facts # cleanup[2] removing subscription_manager.cli_command.identity # cleanup[2] removing subscription_manager.overrides # cleanup[2] removing subscription_manager.cli_command.override # cleanup[2] removing subscription_manager.cli_command.owners # cleanup[2] removing subscription_manager.cli_command.plugins # cleanup[2] removing subscription_manager.cli_command.redeem # cleanup[2] removing rhsmlib.services.refresh # cleanup[2] removing subscription_manager.cli_command.refresh # cleanup[2] removing rhsmlib.services.unregister # cleanup[2] removing rhsmlib.services.register # cleanup[2] removing subscription_manager.cli_command.register # cleanup[2] removing subscription_manager.listing # cleanup[2] removing subscription_manager.rhelproduct # cleanup[2] removing subscription_manager.release # cleanup[2] removing subscription_manager.cli_command.release # cleanup[2] removing subscription_manager.cli_command.remove # cleanup[2] removing subscription_manager.cli_command.repos # cleanup[2] removing subscription_manager.cli_command.status # cleanup[2] removing subscription_manager.cli_command.abstract_syspurpose # cleanup[2] removing subscription_manager.cli_command.addons # cleanup[2] removing subscription_manager.cli_command.role # cleanup[2] removing subscription_manager.cli_command.service_level # cleanup[2] removing subscription_manager.cli_command.usage # cleanup[2] removing subscription_manager.cli_command.syspurpose # cleanup[2] removing subscription_manager.cli_command.unregister # cleanup[2] removing subscription_manager.cli_command.version # cleanup[2] removing subscription_manager.managercli # cleanup[2] removing subscription_manager.scripts.subscription_manager # cleanup[2] removing subscription_manager.branding.redhat_branding # destroy _sitebuiltins # destroy iniparse.compat # destroy rhsmlib.facts # destroy rhsmlib.facts.dmidecodeparser # destroy rhsmlib.facts.all # destroy rhsmlib.services # destroy rhsmlib.services.refresh # destroy rhsmlib.dbus # destroy rhsmlib.dbus.server # destroy rhsmlib.client_info # cleanup[3] wiping subscription_manager.branding.redhat_branding # cleanup[3] wiping subscription_manager.scripts.subscription_manager # cleanup[3] wiping subscription_manager.managercli # cleanup[3] wiping subscription_manager.cli_command.version # cleanup[3] wiping subscription_manager.cli_command.unregister # cleanup[3] wiping subscription_manager.cli_command.syspurpose # cleanup[3] wiping subscription_manager.cli_command.usage # cleanup[3] wiping subscription_manager.cli_command.service_level # cleanup[3] wiping subscription_manager.cli_command.role # cleanup[3] wiping subscription_manager.cli_command.addons # cleanup[3] wiping subscription_manager.cli_command.abstract_syspurpose # cleanup[3] wiping subscription_manager.cli_command.status # cleanup[3] wiping subscription_manager.cli_command.repos # cleanup[3] wiping subscription_manager.cli_command.remove # cleanup[3] wiping subscription_manager.cli_command.release # cleanup[3] wiping subscription_manager.release # cleanup[3] wiping subscription_manager.rhelproduct # cleanup[3] wiping subscription_manager.listing # cleanup[3] wiping subscription_manager.cli_command.register # destroy rhsmlib.services.unregister # destroy rhsmlib.services.register # cleanup[3] wiping subscription_manager.cli_command.refresh # cleanup[3] wiping subscription_manager.cli_command.redeem # cleanup[3] wiping subscription_manager.cli_command.plugins # cleanup[3] wiping subscription_manager.cli_command.owners # cleanup[3] wiping subscription_manager.cli_command.override # cleanup[3] wiping subscription_manager.overrides # cleanup[3] wiping subscription_manager.cli_command.identity # cleanup[3] wiping subscription_manager.cli_command.facts # cleanup[3] wiping subscription_manager.cli_command.environments # cleanup[3] wiping subscription_manager.cli_command.org # cleanup[3] wiping subscription_manager.cli_command.user_pass # destroy getpass # cleanup[3] wiping readline # cleanup[3] wiping subscription_manager.cli_command.config # cleanup[3] wiping subscription_manager.cli_command.clean # cleanup[3] wiping subscription_manager.cli_command.autoheal # cleanup[3] wiping subscription_manager.cli_command.attach # destroy fileinput # destroy rhsmlib.services.attach # cleanup[3] wiping subscription_manager.cli_command.list # destroy rhsmlib.services.entitlement # cleanup[3] wiping rhsmlib.services.exceptions # cleanup[3] wiping subscription_manager.cli_command.cli # cleanup[3] wiping subscription_manager.action_client # cleanup[3] wiping subscription_manager.installedproductslib # cleanup[3] wiping subscription_manager.packageprofilelib # cleanup[3] wiping subscription_manager.factlib # cleanup[3] wiping subscription_manager.healinglib # cleanup[3] wiping subscription_manager.identitycertlib # cleanup[3] wiping rhsmlib.services.products # cleanup[3] wiping subscription_manager.cli_command # destroy subscription_manager.cli_command.cli # destroy subscription_manager.cli_command.list # destroy subscription_manager.cli_command.attach # destroy subscription_manager.cli_command.autoheal # destroy subscription_manager.cli_command.clean # destroy subscription_manager.cli_command.config # destroy subscription_manager.cli_command.user_pass # destroy subscription_manager.cli_command.org # destroy subscription_manager.cli_command.environments # destroy subscription_manager.cli_command.facts # destroy subscription_manager.cli_command.identity # destroy subscription_manager.cli_command.override # destroy subscription_manager.cli_command.owners # destroy subscription_manager.cli_command.plugins # destroy subscription_manager.cli_command.redeem # destroy subscription_manager.cli_command.refresh # destroy subscription_manager.cli_command.register # destroy subscription_manager.cli_command.release # destroy subscription_manager.cli_command.remove # destroy subscription_manager.cli_command.repos # destroy subscription_manager.cli_command.status # destroy subscription_manager.cli_command.abstract_syspurpose # destroy subscription_manager.cli_command.addons # destroy subscription_manager.cli_command.role # destroy subscription_manager.cli_command.service_level # destroy subscription_manager.cli_command.usage # destroy subscription_manager.cli_command.syspurpose # destroy subscription_manager.cli_command.unregister # destroy subscription_manager.cli_command.version # cleanup[3] wiping subscription_manager.cli # cleanup[3] wiping subscription_manager.i18n_argparse # cleanup[3] wiping subscription_manager.printing_utils # cleanup[3] wiping subscription_manager.unicode_width # cleanup[3] wiping subscription_manager.exceptions # cleanup[3] wiping subscription_manager.entcertlib # cleanup[3] wiping subscription_manager.rhelentbranding # cleanup[3] wiping subscription_manager.entbranding # cleanup[3] wiping subscription_manager.content_action_client # cleanup[3] wiping subscription_manager.base_action_client # cleanup[3] wiping subscription_manager.managerlib # cleanup[3] wiping subscription_manager.repolib # cleanup[3] wiping subscription_manager.repofile # cleanup[3] wiping subscription_manager.model.ent_cert # cleanup[3] wiping subscription_manager.model # destroy subscription_manager.model.ent_cert # cleanup[3] wiping subscription_manager.injectioninit # cleanup[3] wiping subscription_manager.lock # cleanup[3] wiping subscription_manager.plugins # cleanup[3] wiping subscription_manager.base_plugin # cleanup[3] wiping subscription_manager.cp_provider # cleanup[3] wiping subscription_manager.validity # cleanup[3] wiping subscription_manager.identity # cleanup[3] wiping subscription_manager.facts # cleanup[3] wiping rhsmlib.facts.network # cleanup[3] wiping rhsmlib.facts.pkg_arches # cleanup[3] wiping rhsmlib.facts.cloud_facts # cleanup[3] wiping rhsmlib.facts.kpatch # cleanup[3] wiping rhsmlib.facts.insights # cleanup[3] wiping subscription_manager.cert_sorter # destroy rhsmlib.file_monitor # cleanup[3] wiping subscription_manager.reasons # cleanup[3] wiping subscription_manager.cache # destroy rhsmlib.services.syspurpose # cleanup[3] wiping rhsmlib.dbus.dbus_utils # destroy xml.etree.ElementTree # cleanup[3] wiping _elementtree # cleanup[3] wiping xml.etree.ElementPath # cleanup[3] wiping gi.repository.GLib # cleanup[3] wiping gi.overrides.GLib # cleanup[3] wiping gi._option # destroy optparse # cleanup[3] wiping gi._ossighelper # cleanup[3] wiping gi.repository # cleanup[3] wiping gi.importer # cleanup[3] wiping gi.overrides # destroy gi.overrides.GLib # cleanup[3] wiping gi.module # destroy gi # cleanup[3] wiping gi.types # cleanup[3] wiping gi._signalhelper # cleanup[3] wiping gi._propertyhelper # cleanup[3] wiping gi.docstring # cleanup[3] wiping gi._constants # cleanup[3] wiping gi._gobject # cleanup[3] wiping gi._gi # cleanup[3] wiping gi._error # cleanup[3] wiping rhsmlib.dbus.constants # cleanup[3] wiping dbus.mainloop.glib # cleanup[3] wiping _dbus_glib_bindings # cleanup[3] wiping dbus.mainloop # destroy dbus.mainloop.glib # cleanup[3] wiping dbus.server # cleanup[3] wiping dbus.service # cleanup[3] wiping dbus.decorators # cleanup[3] wiping dbus # destroy dbus._compat # destroy dbus._expat_introspect_parser # destroy dbus._dbus # destroy dbus.exceptions # destroy dbus.types # destroy dbus.lowlevel # destroy dbus.proxies # destroy dbus.connection # destroy dbus.bus # destroy dbus.decorators # destroy dbus.service # destroy dbus.server # destroy dbus.mainloop # cleanup[3] wiping xml.parsers.expat.errors # cleanup[3] wiping xml.parsers.expat.model # cleanup[3] wiping pyexpat # destroy pyexpat.errors # destroy pyexpat.model # cleanup[3] wiping _dbus_bindings # cleanup[3] wiping pyinotify # destroy ctypes # cleanup[3] wiping ctypes.util # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping termios # cleanup[3] wiping subscription_manager.syspurposelib # cleanup[3] wiping subscription_manager.certlib # cleanup[3] wiping subscription_manager.isodate # cleanup[3] wiping subscription_manager.jsonwrapper # cleanup[3] wiping subscription_manager.utils # destroy pprint # destroy uuid # cleanup[3] wiping rhsmlib.facts.hwprobe # destroy rhsmlib.facts.cpuinfo # cleanup[3] wiping subscription_manager.certdirectory # cleanup[3] wiping rhsm.certificate2 # cleanup[3] wiping rhsm.pathtree # cleanup[3] wiping rhsm.huffman # destroy heapq # cleanup[3] wiping rhsm.bitstream # cleanup[3] wiping rhsmlib.services.config # cleanup[3] wiping subscription_manager.branding # destroy subscription_manager.branding.redhat_branding # cleanup[3] wiping _uuid # cleanup[3] wiping syslog # destroy syslog # cleanup[3] wiping dataclasses # destroy keyword # cleanup[3] wiping rhsm.profile # destroy cloud_what.provider # cleanup[3] wiping dnf # destroy dnf.pycomp # destroy dnf.const # destroy dnf.i18n # destroy dnf.yum # destroy dnf.yum.rpmtrans # destroy dnf.transaction # destroy dnf.callback # destroy dnf.util # destroy dnf.exceptions # destroy dnf.comps # destroy dnf.db # destroy dnf.db.group # destroy dnf.db.history # destroy dnf.crypto # destroy dnf.conf # destroy dnf.conf.substitutions # destroy dnf.conf.config # destroy dnf.conf.read # destroy dnf.lock # destroy dnf.logging # destroy dnf.repo # destroy dnf.rpm # destroy dnf.dnssec # destroy dnf.drpm # destroy dnf.goal # destroy dnf.history # destroy dnf.module # destroy dnf.module.exceptions # destroy dnf.module.module_base # destroy dnf.selector # destroy dnf.persistor # destroy dnf.plugin # destroy dnf.query # destroy dnf.repodict # destroy dnf.package # destroy dnf.sack # destroy dnf.subject # destroy dnf.base # cleanup[3] wiping gc # cleanup[3] wiping dnf.rpm.miscutils # cleanup[3] wiping dnf.rpm.connection # cleanup[3] wiping libdnf.smartcols # cleanup[3] wiping libdnf._smartcols # cleanup[3] wiping dnf.rpm.transaction # cleanup[3] wiping gzip # cleanup[3] wiping dnf.yum.misc # cleanup[3] wiping libcomps # cleanup[3] wiping libcomps._libpycomps # cleanup[3] wiping pwd # cleanup[3] wiping hawkey # cleanup[3] wiping hawkey._hawkey # cleanup[3] wiping libdnf # destroy libdnf.error # destroy libdnf.common_types # destroy libdnf.conf # destroy libdnf.module # destroy libdnf.repo # destroy libdnf.transaction # destroy libdnf.utils # destroy libdnf.smartcols # cleanup[3] wiping libdnf._utils # cleanup[3] wiping libdnf._transaction # cleanup[3] wiping libdnf._repo # cleanup[3] wiping libdnf._module # cleanup[3] wiping libdnf._conf # cleanup[3] wiping libdnf._common_types # cleanup[3] wiping libdnf._error # cleanup[3] wiping argparse # cleanup[3] wiping shlex # cleanup[3] wiping email.mime.text # cleanup[3] wiping email.mime.nonmultipart # cleanup[3] wiping email.mime.base # cleanup[3] wiping email.policy # cleanup[3] wiping email.contentmanager # cleanup[3] wiping email.headerregistry # cleanup[3] wiping email._header_value_parser # cleanup[3] wiping email.mime # destroy email.mime.base # destroy email.mime.nonmultipart # destroy email.mime.text # cleanup[3] wiping requests # destroy requests._internal_utils # destroy requests.compat # destroy requests.exceptions # destroy requests.packages # destroy urllib3 # destroy idna # destroy idna.package_data # destroy idna.intranges # destroy idna.core # destroy requests.cookies # destroy requests.structures # destroy requests.utils # destroy requests.auth # destroy requests.hooks # destroy requests.status_codes # destroy requests.models # destroy requests.adapters # destroy requests.api # cleanup[3] wiping requests.sessions # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping requests.certs # cleanup[3] wiping requests.packages.chardet # destroy charset_normalizer.constant # destroy charset_normalizer.utils # destroy charset_normalizer.md # destroy charset_normalizer.models # destroy charset_normalizer.cd # destroy charset_normalizer.api # destroy charset_normalizer.legacy # destroy charset_normalizer.version # cleanup[3] wiping requests.packages.charset_normalizer # cleanup[3] wiping requests.packages.idna.idnadata # cleanup[3] wiping idna.idnadata # cleanup[3] wiping requests.packages.urllib3.poolmanager # cleanup[3] wiping requests.packages.urllib3.connectionpool # cleanup[3] wiping requests.packages.urllib3.util.queue # cleanup[3] wiping requests.packages.urllib3.response # cleanup[3] wiping requests.packages.urllib3.request # cleanup[3] wiping requests.packages.urllib3.packages.six.moves.urllib.parse # cleanup[3] wiping requests.packages.urllib3.packages.six.moves.urllib # cleanup[3] wiping requests.packages.urllib3.filepost # cleanup[3] wiping requests.packages.urllib3.fields # destroy mimetypes # cleanup[3] wiping requests.packages.urllib3.connection # cleanup[3] wiping requests.packages.urllib3.util.ssl_match_hostname # cleanup[3] wiping requests.packages.urllib3.util.proxy # cleanup[3] wiping requests.packages.urllib3.util # destroy urllib3.util.wait # destroy urllib3.util.connection # destroy urllib3.util.request # destroy urllib3.util.response # destroy urllib3.util.retry # destroy urllib3.util.url # destroy urllib3.util.ssltransport # destroy urllib3.util.ssl_ # destroy urllib3.util.timeout # destroy urllib3.util.proxy # destroy urllib3.util.ssl_match_hostname # destroy urllib3.util.queue # cleanup[3] wiping requests.packages.urllib3.contrib._appengine_environ # cleanup[3] wiping requests.packages.urllib3.contrib # cleanup[3] wiping requests.packages.urllib3._collections # cleanup[3] wiping requests.packages.urllib3._version # cleanup[3] wiping requests.packages.urllib3.exceptions # cleanup[3] wiping requests.packages.urllib3.packages.six.moves.http_client # cleanup[3] wiping requests.packages.urllib3.packages.six.moves # cleanup[3] wiping requests.packages.urllib3.packages.six # destroy urllib3.packages.six.moves.urllib # destroy urllib3.packages.six.moves # cleanup[3] wiping requests.packages.urllib3.packages # cleanup[3] wiping http.cookies # cleanup[3] wiping http.cookiejar # cleanup[3] wiping charset_normalizer # cleanup[3] wiping _multibytecodec # cleanup[3] wiping unicodedata # cleanup[3] wiping urllib3.poolmanager # cleanup[3] wiping urllib3.connectionpool # cleanup[3] wiping urllib3.response # cleanup[3] wiping urllib3.request # cleanup[3] wiping urllib3.packages.six.moves.urllib.parse # cleanup[3] wiping urllib3.filepost # cleanup[3] wiping urllib3.fields # cleanup[3] wiping urllib3.connection # cleanup[3] wiping urllib3.util # cleanup[3] wiping hmac # cleanup[3] wiping urllib3.contrib._appengine_environ # cleanup[3] wiping urllib3.contrib # cleanup[3] wiping urllib3._collections # cleanup[3] wiping urllib3._version # cleanup[3] wiping urllib3.exceptions # cleanup[3] wiping urllib3.packages.six.moves.http_client # cleanup[3] wiping urllib3.packages.six # cleanup[3] wiping urllib3.packages # cleanup[3] wiping rhsmlib.facts.custom # cleanup[3] wiping glob # cleanup[3] wiping rhsmlib.facts.host_collector # destroy rhsmlib.facts.cleanup # destroy rhsmlib.facts.virt # destroy rhsmlib.facts.firmware_info # cleanup[3] wiping rhsmlib.facts.dmiinfo # cleanup[3] wiping subprocess # cleanup[3] wiping _posixsubprocess # destroy _posixsubprocess # cleanup[3] wiping fcntl # cleanup[3] wiping signal # cleanup[3] wiping rhsmlib.facts.collector # destroy rhsmlib.facts.collection # cleanup[3] wiping platform # cleanup[3] wiping rpm # destroy rpm.transaction # cleanup[3] wiping rpm._rpm # cleanup[3] wiping rhsm.connection # destroy subscription_manager # destroy subscription_manager.scripts # destroy subscription_manager.scripts.subscription_manager # destroy subscription_manager.i18n # destroy subscription_manager.version # destroy subscription_manager.branding # destroy subscription_manager.certdirectory # destroy subscription_manager.jsonwrapper # destroy subscription_manager.isodate # destroy subscription_manager.certlib # destroy subscription_manager.cache # destroy subscription_manager.reasons # destroy subscription_manager.cert_sorter # destroy subscription_manager.facts # destroy subscription_manager.identity # destroy subscription_manager.validity # destroy subscription_manager.cp_provider # destroy subscription_manager.base_plugin # destroy subscription_manager.plugins # destroy subscription_manager.lock # destroy subscription_manager.injectioninit # destroy subscription_manager.model # destroy subscription_manager.repofile # destroy subscription_manager.repolib # destroy subscription_manager.base_action_client # destroy subscription_manager.content_action_client # destroy subscription_manager.entbranding # destroy subscription_manager.rhelentbranding # destroy subscription_manager.entcertlib # destroy subscription_manager.exceptions # destroy subscription_manager.unicode_width # destroy subscription_manager.printing_utils # destroy subscription_manager.i18n_argparse # destroy subscription_manager.cli # destroy subscription_manager.cli_command # destroy subscription_manager.identitycertlib # destroy subscription_manager.healinglib # destroy subscription_manager.factlib # destroy subscription_manager.packageprofilelib # destroy subscription_manager.installedproductslib # destroy subscription_manager.action_client # destroy subscription_manager.overrides # destroy subscription_manager.listing # destroy subscription_manager.rhelproduct # destroy subscription_manager.release # destroy subscription_manager.managercli # cleanup[3] wiping rhsm.utils # cleanup[3] wiping rhsm.ourjson # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping urllib.request # destroy http # cleanup[3] wiping urllib.error # cleanup[3] wiping urllib.response # cleanup[3] wiping dateutil.parser # destroy dateutil.parser._parser # cleanup[3] wiping dateutil.tz # destroy dateutil.tz._common # destroy dateutil.tz._factories # destroy dateutil.tz.tz # cleanup[3] wiping six.moves # cleanup[3] wiping dateutil.relativedelta # cleanup[3] wiping dateutil._common # cleanup[3] wiping _decimal # cleanup[3] wiping rhsm.certificate # destroy dateutil # destroy dateutil._version # destroy dateutil._common # destroy dateutil.parser # cleanup[3] wiping rhsm._certificate # cleanup[3] wiping rhsm.https # cleanup[3] wiping http.client # cleanup[3] wiping email.parser # cleanup[3] wiping email.feedparser # cleanup[3] wiping ssl # cleanup[3] wiping _ssl # cleanup[3] wiping subscription_manager.injection # cleanup[3] wiping rhsm.logutil # cleanup[3] wiping rhsm.config # cleanup[3] wiping iniparse.ini # destroy iniparse.config # cleanup[3] wiping six # destroy six.moves.urllib # destroy six.moves # cleanup[3] wiping configparser # cleanup[3] wiping logging.config # cleanup[3] wiping logging.handlers # destroy pickle # cleanup[3] wiping copy # cleanup[3] wiping queue # cleanup[3] wiping _queue # cleanup[3] wiping _heapq # cleanup[3] wiping _pickle # cleanup[3] wiping _compat_pickle # cleanup[3] wiping rhsm # destroy rhsm.config # destroy rhsm.logutil # destroy rhsm.https # destroy rhsm.ourjson # destroy rhsm.utils # destroy rhsm.profile # destroy rhsm.bitstream # destroy rhsm.huffman # destroy rhsm.pathtree # destroy rhsm.certificate2 # cleanup[3] wiping logging # destroy logging.handlers # destroy logging.config # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping traceback # cleanup[3] wiping gettext # cleanup[3] wiping importlib.metadata # destroy importlib.metadata._functools # destroy importlib.metadata._text # destroy importlib.metadata._adapters # destroy importlib.metadata._meta # destroy importlib.metadata._collections # destroy importlib.metadata._itertools # destroy csv # cleanup[3] wiping importlib.abc # cleanup[3] wiping importlib.resources # destroy importlib.resources._adapters # destroy importlib.resources._legacy # cleanup[3] wiping importlib.resources._common # cleanup[3] wiping importlib.resources.abc # cleanup[3] wiping tempfile # cleanup[3] wiping typing # cleanup[3] wiping _typing # cleanup[3] wiping email.message # destroy quopri # cleanup[3] wiping email.iterators # cleanup[3] wiping email._encoded_words # cleanup[3] wiping email._policybase # cleanup[3] wiping email.header # cleanup[3] wiping email.utils # destroy random # cleanup[3] wiping email.charset # cleanup[3] wiping email.encoders # cleanup[3] wiping email.errors # cleanup[3] wiping email.quoprimime # cleanup[3] wiping string # cleanup[3] wiping _string # destroy _string # cleanup[3] wiping email.base64mime # cleanup[3] wiping base64 # cleanup[3] wiping email._parseaddr # cleanup[3] wiping calendar # cleanup[3] wiping locale # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping socket # cleanup[3] wiping array # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping _socket # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping bisect # cleanup[3] wiping _bisect # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy linecache # destroy token # cleanup[3] wiping weakref # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping importlib.machinery # cleanup[3] wiping collections.abc # cleanup[3] wiping _opcode # cleanup[3] wiping textwrap # cleanup[3] wiping zipfile # destroy zipfile._path # destroy bz2 # destroy lzma # cleanup[3] wiping zipfile._path.glob # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping struct # cleanup[3] wiping _struct # cleanup[3] wiping shutil # cleanup[3] wiping _lzma # cleanup[3] wiping _bz2 # cleanup[3] wiping _compression # cleanup[3] wiping zlib # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping binascii # cleanup[3] wiping pathlib # cleanup[3] wiping urllib.parse # destroy ipaddress # cleanup[3] wiping math # cleanup[3] wiping urllib # destroy urllib.response # destroy urllib.error # destroy urllib.request # cleanup[3] wiping errno # cleanup[3] wiping ntpath # cleanup[3] wiping fnmatch # cleanup[3] wiping email # destroy email._parseaddr # destroy email._policybase # destroy email._encoded_words # destroy email._header_value_parser # destroy email.base64mime # destroy email.quoprimime # destroy email.errors # destroy email.encoders # destroy email.charset # destroy email.utils # destroy email.header # destroy email.iterators # destroy email.message # destroy email.feedparser # destroy email.parser # destroy email.mime # destroy email.headerregistry # destroy email.contentmanager # destroy email.policy # cleanup[3] wiping _csv # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.util # destroy importlib.machinery # destroy importlib.resources # destroy importlib.abc # destroy importlib.metadata # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping enum # 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 # cleanup[3] wiping os.path # destroy genericpath # cleanup[3] wiping posixpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # destroy _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.idna # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping zipimport # destroy _frozen_importlib_external # cleanup[3] wiping time # cleanup[3] wiping posix # cleanup[3] wiping marshal # destroy marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # destroy _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy readline # destroy _dbus_glib_bindings # destroy libcomps._libpycomps # destroy hawkey._hawkey # destroy rpm._rpm # destroy decimal # destroy rhsm._certificate # destroy _datetime # destroy sys.monitoring # destroy zipimport # destroy re._parser # destroy tokenize # destroy _compat_pickle # destroy _thread # destroy _weakref # destroy libdnf._error # destroy array # destroy gi.types # destroy gi._error # destroy gi._gi # destroy gi._gobject # destroy gi._constants # destroy gi.docstring # destroy gi._propertyhelper # destroy gi._signalhelper # destroy gi.module # destroy gi.overrides # destroy gi.importer # destroy gi.repository # destroy gi._ossighelper # destroy gi._option # destroy _queue # destroy stat # destroy selectors # destroy six.moves.urllib_parse # destroy six.moves.urllib.error # destroy six.moves.urllib.request # destroy six.moves.urllib.response # destroy six.moves.urllib.robotparser # destroy importlib.resources.abc # destroy importlib.resources._common # destroy textwrap # destroy _pickle # destroy ntpath # destroy _typing # destroy _tokenize # destroy zlib # destroy _io # destroy _compression # destroy pathlib # destroy zipfile._path.glob # destroy _opcode # destroy _csv # destroy _bz2 # destroy _lzma # destroy dateutil.relativedelta # destroy dateutil.tz # destroy http.cookies # destroy rhsmlib.facts.dmiinfo # destroy requests # destroy _ssl # destroy _blake2 # destroy configparser # destroy pyinotify # destroy enum # destroy _heapq # destroy rhsmlib.facts.custom # destroy rhsmlib.facts.host_collector # destroy rhsmlib.facts.hwprobe # destroy rhsmlib.facts.insights # destroy rhsmlib.facts.kpatch # destroy rhsmlib.facts.cloud_facts # destroy rhsmlib.facts.pkg_arches # destroy rhsmlib.facts.network # destroy rhsm # destroy rhsmlib.dbus.dbus_utils # destroy six # destroy iniparse.ini # destroy json.scanner # destroy _json # destroy dataclasses # destroy platform # destroy _uuid # destroy requests.sessions # destroy queue # destroy shlex # destroy signal # destroy pwd # destroy _functools # destroy gettext # destroy libcomps # destroy locale # destroy fcntl # destroy gzip # destroy dnf.rpm.transaction # destroy dnf.rpm.connection # destroy dnf.rpm.miscutils # destroy base64 # destroy inspect # destroy argparse # destroy gc # destroy operator # destroy shutil # destroy urllib3.packages.six.moves.urllib_parse # destroy urllib3.packages.six.moves.urllib.error # destroy urllib3.packages.six.moves.urllib.request # destroy urllib3.packages.six.moves.urllib.response # destroy urllib3.packages.six.moves.urllib.robotparser # destroy urllib3.packages # destroy urllib3.exceptions # destroy urllib3._version # destroy urllib3._collections # destroy urllib3.contrib # destroy urllib3.util # destroy urllib3.connection # destroy urllib3.fields # destroy urllib3.filepost # destroy urllib3.request # destroy urllib3.response # destroy urllib3.connectionpool # destroy urllib3.poolmanager # destroy copy # destroy codecs # destroy struct # destroy zipfile # destroy requests.certs # destroy hashlib # destroy encodings # destroy charset_normalizer # destroy http.cookiejar # destroy json # destroy _multibytecodec # destroy urllib.parse # destroy fnmatch # destroy datetime # destroy subscription_manager.utils # destroy rhsm.certificate # destroy rhsmlib.services.products # destroy termios # destroy rhsmlib.services.exceptions # destroy subscription_manager.managerlib # destroy subscription_manager.syspurposelib # destroy typing # destroy _socket # destroy tempfile # destroy traceback # destroy rpm # destroy calendar # destroy dnf.yum.misc # destroy glob # destroy hawkey # destroy dnf # destroy functools # destroy hmac # destroy binascii # destroy dbus # destroy rhsmlib.dbus.constants # destroy rhsm.connection # destroy gi.repository.GLib # destroy rhsmlib.services.config # destroy subscription_manager.injection # destroy http.client # destroy email # destroy ssl # destroy string # destroy subprocess # destroy rhsmlib.facts.collector # destroy errno # destroy select # destroy time # destroy socket # destroy urllib3.contrib._appengine_environ # destroy urllib3.packages.six # destroy posixpath # destroy urllib # destroy importlib # destroy idna.idnadata # destroy bisect # destroy unicodedata # destroy threading # destroy logging # destroy warnings # destroy io # destroy collections # destroy contextlib # destroy xml.etree.ElementPath # destroy pyexpat # destroy _elementtree # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy _codecs # destroy _warnings # destroy math # destroy _bisect # destroy re # destroy _random # destroy _hashlib # destroy _sre # destroy _operator # destroy itertools # destroy posix # clear sys.audit hooks 7723 1726883211.18735: WORKER PROCESS EXITING 7723 1726883211.19070: no more pending results, returning what we have 7723 1726883211.19074: results queue empty 7723 1726883211.19075: checking for any_errors_fatal 7723 1726883211.19078: done checking for any_errors_fatal 7723 1726883211.19079: checking for max_fail_percentage 7723 1726883211.19080: done checking for max_fail_percentage 7723 1726883211.19081: checking to see if all hosts have failed and the running result is not ok 7723 1726883211.19081: done checking to see if all hosts have failed 7723 1726883211.19082: getting the remaining hosts for this loop 7723 1726883211.19083: done getting the remaining hosts for this loop 7723 1726883211.19085: getting the next task for host managed_node1 7723 1726883211.19089: done getting next task for host managed_node1 7723 1726883211.19090: ^ task is: None 7723 1726883211.19091: ^ state is: HOST STATE: block=4, task=2, rescue=0, always=0, handlers=0, run_state=5, fail_state=2, pre_flushing_run_state=1, 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 7723 1726883211.19091: done queuing things up, now waiting for results queue to drain 7723 1726883211.19092: results queue empty 7723 1726883211.19092: checking for any_errors_fatal 7723 1726883211.19093: done checking for any_errors_fatal 7723 1726883211.19093: checking for max_fail_percentage 7723 1726883211.19094: done checking for max_fail_percentage 7723 1726883211.19094: checking to see if all hosts have failed and the running result is not ok 7723 1726883211.19094: done checking to see if all hosts have failed 7723 1726883211.19096: getting the next task for host managed_node1 7723 1726883211.19098: done getting next task for host managed_node1 7723 1726883211.19099: ^ task is: None 7723 1726883211.19099: ^ state is: HOST STATE: block=4, task=2, rescue=0, always=0, handlers=0, run_state=5, fail_state=2, pre_flushing_run_state=1, 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 PLAY RECAP ********************************************************************* managed_node1 : ok=31 changed=3 unreachable=0 failed=1 skipped=15 rescued=1 ignored=0 Friday 20 September 2024 21:46:51 -0400 (0:00:04.220) 0:02:15.878 ****** =============================================================================== Install needed packages ------------------------------------------------ 65.46s /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:31 Start Candlepin container ---------------------------------------------- 25.37s /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:50 Wait for started Candlepin --------------------------------------------- 18.27s /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:117 fedora.linux_system_roles.rhc : Call subscription-manager --------------- 4.22s /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Add pools for product 7050 to default_key activation key ---------------- 3.65s /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:149 Update system certificates store ---------------------------------------- 2.48s /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:110 Ensure directories exist ------------------------------------------------ 2.37s /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:71 fedora.linux_system_roles.rhc : Call subscription-manager --------------- 1.74s /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 fedora.linux_system_roles.rhc : Ensure required packages are installed --- 1.38s /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 fedora.linux_system_roles.rhc : Ensure required packages are installed --- 1.38s /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Copy product certificates ----------------------------------------------- 1.19s /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:81 Query for default_key activation key ------------------------------------ 1.15s /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:133 Copy Candlepin CA certificate for subscription-manager ------------------ 1.06s /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:92 Copy Candlepin CA certificate for system -------------------------------- 0.98s /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:101 Get pools for product 7050 ---------------------------------------------- 0.87s /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:141 Get facts for external test data ---------------------------------------- 0.74s /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:9 Install GPG key for RPM repositories ------------------------------------ 0.62s /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:127 Stop and remove Candlepin container ------------------------------------- 0.58s /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:38 Check if system is ostree ----------------------------------------------- 0.54s /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:32 Check Candlepin works --------------------------------------------------- 0.50s /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/check_candlepin.yml:3 7723 1726883211.19245: RUNNING CLEANUP